/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap'); */
@font-face {
  font-family: "Inter";
  src: url("https://2529496.fs1.hubspotusercontent-na1.net/hubfs/2529496/InvGate_April2018/fonts/inter/Inter-VariableFont_opsz.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("https://2529496.fs1.hubspotusercontent-na1.net/hubfs/2529496/InvGate_April2018/fonts/inter/Inter-Italic-VariableFont_opsz.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: italic;
}
* {
  font-family: "Inter", sans-serif !important;
}

@media (min-width: 1200px) {
  .container {
    width: 100% !important;
    max-width: 1440px;
    padding: 0 36px !important;
  }
}
@media (max-width: 1280px) {
  .container {
    padding:0 36px !important;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 1.5rem !important;
  }
  .post-list-3-col__post-img img{
    margin:0px !important;
  }
  
}
.container-blog-posts{
    display: flex;
    justify-content: center;
    max-width: 1440px;
    padding: 0 64px;
    margin: auto;
}
@media(max-width:1280px){
  .container-blog-posts{
    padding: 0 48px;
  }
}
@media(max-width:1024px){
  .container-blog-posts{
    padding: 0 32px;
  }
}
@media(max-width:640px){
  .container-blog-posts{
    padding: 0 16px;
  }
}
html {
  scroll-padding-top: 12rem;
}
#blog_post_content h1,
#blog_post_content h2,
#blog_post_contenth3,
#blog_post_content h4,
#blog_post_content h5,
#blog_post_content h6 {
  color: #09090b;
}
p {
  color: #27272a;
}
#blog_post_content h1 {
  font-size: 42px;
}
#blog_post_content h2 {
  font-size: 30px !important;
  margin: 4rem 0 1rem 0;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
#blog_post_content h3 {
  font-size: 24px !important;
  margin: 2.5rem 0 1rem 0;
  font-weight: 600;
  line-height: 32px;
}
#blog_post_content h4 {
  font-size: 20px !important;
  font-weight: 600;
  margin: 2rem 0 0.75rem 0;
  line-height: 30px;
}
#blog_post_content h5 {
  font-size: 16px !important;
  font-weight: 600;
  margin: 2rem 0 0.75rem 0;
}
#blog_post_content h6 {
  font-size: 16px !important;
  font-weight: 600;
  margin: 2rem 0 0.75rem 0;
}
#blog_post_content p {
  font-size: 16px !important;
  line-height:24px;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
#blog_post_content li {
  font-size: 16px !important;
}

@media(max-width:1024px){
  #blog_post_content h1 {
  font-size: 36px;
  }
  #blog_post_content h2 {
    font-size: 30px !important;
    margin: 4rem 0 2rem 0;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
  }
  #blog_post_content h3 {
    font-size: 24px !important;
    margin: 2.5rem 0 1rem 0;
    font-weight: 600;
  }
  #blog_post_content h4 {
    font-size: 20px !important;
    font-weight: 600;
    margin: 2rem 0 0.75rem 0;
  }
  #blog_post_content h5 {
    font-size: 16px !important;
    font-weight: 600;
    margin: 2rem 0 0.75rem 0;
  }
  #blog_post_content h6 {
    font-size: 16px !important;
    font-weight: 600;
    margin: 2rem 0 0.75rem 0;
  }
  #blog_post_content p {
    font-size: 16px !important;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
}

#blog_post_content > :first-child {
  margin-top: 0;
  padding: 0;
}
#blog_post_content span:first-of-type > *:first-child {
  margin: 0px;
}
#blog_post_content img {
  margin: 32px 0;
}

:root {
  --white: #ffffff;

  --zinc-50: #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e4e4e7;
  --zinc-300: #d4d4d8;
  --zinc-400: #a1a1aa;
  --zinc-500: #71717a;
  --zinc-600: #52525b;
  --zinc-700: #3f3f46;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
  --zinc-950: #09090b;

  --gray-light-25: #fcfcfd;
  --gray-light-50: #f9fafb;
  --gray-light-100: #f2f4f7;
  --gray-light-200: #eaecf0;
  --gray-light-300: #d0d5dd;
  --gray-light-400: #98a2b3;
  --gray-light-500: #667085;
  --gray-light-600: #475467;
  --gray-light-700: #344054;
  --gray-light-800: #182230;
  --gray-light-900: #101828;
  --gray-light-950: #0c111d;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none !important;
  color: inherit !important;
}
.body-wrapper {
  overflow: visible;
}
.post--vertical-rectangle-reverse .post__thumb a {
  border-radius: 0px;
}
.post-list-3-col{
  margin-top:64px;
  max-width:1312px;
  margin-inline:64px;
}
@media(max-width:1280px){
  .post-list-3-col{
    margin:0 48px;
  }
  
}
@media(max-width:1024px){
  .post-list-3-col{
    margin:0 32px;
  }
}
@media(max-width:640px){
  .post-list-3-col{
    margin:0 16px;
  }
}
.post-list-3-col-category {
  margin-top: 64px;
  max-width: 1440px;
}
.post-list-3-col-author {
  padding: 0px 36px;
  margin-top: 64px;
  max-width: 1440px;
}
.post-list-3-col__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  margin: 20px 0 36px 0;
  position: relative;
  column-gap: 20px;
}

.post-list-3-col__header:after {
  content: "";
  width: 80px;
  position: absolute;
  bottom: 0;
  height: 4px;
/*   background: #003dff; */
  left: 0;
}

.post-list-3-col__title {
  color: var(--zinc-950);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin: 0px;
  padding: 12px 0;
}

.post-list-3-col__view-all {
  display: flex;
  gap: 6px;
  text-decoration: none;
  align-items: center;
  flex-shrink: 0;
}

a.post-list-3-col__view-all {
  text-decoration: none;
}

.post-list-3-col__view-all__text {
  color: var(--zinc-700);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.post-list-3-col__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:24px;
}

.post-list-3-col__card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border-radius: var(--radius-xl, 12px);
  border: 1px solid var(--Colors-Border-border-primary, #D4D4D8);
  background: var(--Colors-Background-bg-tertiary, #F4F4F5);
}
.post-list-3-col__card:hover {
  background: #e4e4e7;
  border-radius: 8px;
}
.post-list-3-col__post-category {
  background: var(--zinc-50);
  border: 1px solid var(--zinc-200);
  border-radius: 999px;
  color: var(--zinc-700);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 2px 8px;
  margin-bottom: 8px;
  display: inline-block;
  width: max-content;
  transition: all 0.3s ease-out;
}

.post-list-3-col__post-category:hover {
  background: #09090b !important;
  color: #fff !important;
}

.post-list-3-col__post-title {
  color: var(--zinc-950);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0px;
}

.post-list-3-col__post-title a {
  color: inherit;
  text-decoration: none;
}

.post-list-3-col__post-img {
  margin-bottom: 0px;
  display: block;
}
.post-list-3-col__post-img img {
  border-radius:8px;
  margin: 32px 0;
  width:100%;

}
.post-list-3-col__post-img-related-post {
  margin-bottom: 24px;
  display: block;
}
.post-list-3-col__readmore {
  display: flex;
  gap: 6px;
  text-decoration: none;
  align-items: center;
}

a.post-list-3-col__readmore {
  text-decoration: none;
}

.post-list-3-col__readmore__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: var(--gray-light-700);
}
.post-list-3-col-feature-image-container{
  
}
@media (max-width: 1024px) {
  .post-list-3-col__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .post-list-3-col__grid--tag {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .post-list-3-col {
/*     padding: 0 16px; */
  }
  .post-list-3-col__grid--tag {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #blog_post_content h1 {
    font-size: 28px;
  }
  #blog_post_content h2 {
    font-size: 26px !important;
    margin: 4rem 0 2rem 0;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
  }
  #blog_post_content h3 {
    font-size: 24px !important;
    margin: 2.5rem 0 1rem 0;
    font-weight: 600;
  }
  #blog_post_content h4 {
    font-size: 22px !important;
    font-weight: 600;
    margin: 2rem 0 0.75rem 0;
  }
  #blog_post_content h5 {
    font-size: 20px !important;
    font-weight: 600;
    margin: 2rem 0 0.75rem 0;
  }
  #blog_post_content h6 {
    font-size: 18px !important;
    font-weight: 600;
    margin: 2rem 0 0.75rem 0;
  }
  #blog_post_content p {
    font-size: 18px !important;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  #blog_post_content > :first-child {
    margin-top: 0;
    padding: 0;
  }
  #blog_post_content span:first-of-type > *:first-child {
    margin: 0px;
  }
  #blog_post_content img {
    margin: 32px 0;
  }
}

@media (max-width: 640px) {
  .post-list-3-col__header {
    flex-direction: column;
  }

  .post-list-3-col__title {
    font-size: 30px;
    line-height: 38px;
  }

  .post-list-3-col__post-title {
    font-size: 22px;
    line-height: 32px;
  }

  .post-list-3-col__card {
    padding: 34px 20px;
  }
  .hs-form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .hero-category__title {
    text-align: center;
  }
}

/* Category page */
.hero-category-wrapper{
margin-top:16px;
  margin-inline:16px;
  display:flex;
  justify-content:center;
  border-radius: var(--radius-5xl, 32px);
background: var(--Gradient-Brand-BG-100, linear-gradient(284deg, #EDE9FE 6.97%, #DBEAFE 93.89%));
  
  position:relative;
  overflow:hidden;
}
.hero-category {
  display: flex;
  padding: 180px 48px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom:32px;
}

.hero-category__title {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin: 0px 0px 40px;
}

.hero-category__footer {
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin-top:12px;
}

.hero-category__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-category__author-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: var(--zinc-800);
  margin-bottom: 0px;
}

.hero-category__author-name a {
  color: inherit;
  text-decoration: none;
}

.hero-category__author-photo {
  width: 32px;
  height: 32px;
  border-radius: 999999px;
  overflow: hidden;
}

.hero-category__author-photo img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.hero-category__date {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: var(--zinc-800);
  margin-bottom: 0px;
}

.hero-category__read-time {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: var(--zinc-800);
  margin-bottom: 0px;
}

.hero-category__buttons {
  display: flex;
  max-width: 1280px;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-category__button {
  border-radius: 24px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  font-size: 16px;
  font-weight: 600;
  padding: 6px 12px;
  text-align: center;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-category__button--white {
  background: var(--white);
  border: 1px solid var(--zinc-300);
  color: var(--zinc-950);
}

.hero-category__button--white:hover {
  background: var(--zinc-200);
}

a.hero-category__button--white {
  color: var(--zinc-950);
  text-decoration: none;
  z-index:1;
}

.hero-category__breadcrumb {
  display: flex;
  color: var(--zinc-950);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  gap: 6px;
}

@media (max-width: 640px) {
  .hero-category__buttons {
    font-size: 12px;
  }
  a.hero-category__button--white {
    padding: 4px 8px;
    font-size: 12px;
  }
  .hero-category {
    align-items: unset;
  }
}
/* Category page */
/* author page */
.hero-author-wrapper {
  margin-top:16px;
  margin-inline:16px;
  display:flex;
  justify-content:center;
  border-radius: var(--radius-5xl, 32px);
background: var(--Gradient-Brand-BG-100, linear-gradient(284deg, #EDE9FE 6.97%, #DBEAFE 93.89%));
  
  position:relative;
  overflow:hidden;
}
.blue-ball-bottom-left-author-category{
   z-index:0;
  position:absolute;
  bottom:-550px;
  left:-358px;
  width: 896px;
height: 882px;
  border-radius: 727px;
  border: 0.1px solid #BFDBFE;
  opacity: 0.4;
  box-shadow: 27px 0px 76.3px 22px #3B82F6, 0px 68px 76.3px 22px #8B5CF6;
}
.gray-ball-top-right-author-category{
  z-index:0;
  position:absolute;
  right:-396px;
  top:-491px;
  height:888px;
  width:888px;
  border-radius: 814px;
/*   border: 0.1px solid #73A5F9; */
  opacity: 0.5;
  box-shadow: 0px 0px 119.3px 60px #FFF;
}
.hero-author {
  width:100%;
  padding:190px 48px 64px ;
  display: flex;
  align-items:center;
  max-width: 1440px;
  border-radius: 16px;
  border: 1px solid var(--zinc-200);
  overflow: hidden;
  gap:32px;
/*   margin: 0 36px 32px; */
}

.blog-header__author-avatar {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding:40px; 
  border-radius: 20px;
  border: 1px solid #FFF;
  background:  rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(12px);
  height:fit-content;
}

.blog-header__author-avatar img {
  width: 242px;
  height: 242px;
  border-radius: 999999px;
  object-fit: cover;
}

.hero-author__ellipse {
  backdrop-filter: blur(14.5px);
  background-color: rgba(209, 213, 219, 0.2);
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 50%;
  border-width: 1px;
  bottom: -200px;
  position: absolute;
  width: 364px;
  height: 364px;
}

.blog-header__info {
  display: flex;
  flex-grow: 1;
  padding: 32px;
  flex-direction: column;
}

.hero-author__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin: 0px 0px 10px;
}

.hero-author__bio {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0px 0px 32px;
}

.hero-author__social-links {
  display: flex;
  gap: 24px;
}

.hero-author__social-links a {
  display: inline-block;
  position: relative;
  padding: 10px;
  border: 1px solid var(--zinc-300);
  border-radius: 8px;
}

.hero-author__social-links svg {
  fill: var(--zinc-950);
  height: 20px;
  width: 20px;
}

@media (max-width: 1024px) {
  .hero-author {
    flex-direction: column;
  }

  .blog-header__info {
    text-align: center;
    align-items: center;
  }

  .blog-header__author-avatar {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .blog-header__info {
    padding: 66px 34px;
  }

  .hero-author__title {
    font-size: 36px;
    line-height: 44px;
  }

  .post-list-3-col__view-all {
    margin-bottom: 20px;
  }
  .post-list-3-col__post-img img {
    margin: 0;
    border-radius:8px;
  }
}
/* author page */

#blog_post_content a {
  color: var(--zinc-900);
  text-decoration: underline;
  font-weight: 600;
}

#blog_post_content a:hover {
  color: rgb(46 120 189);
}
.edia-pagination__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 40px;
}
.single-content {
  max-width:768px;
  
  width: 100%;
}

.post--single {
  display: flex;
  margin-top: 48px !important;
  width:100%;
  justify-content:center;
}
.single-body ul,
.post--single ol {
  padding-left: 36px;
  color: var(--zinc-600);
}
.single-body p {
  margin-bottom: 28px;
  color: var(--zinc-600) !important;
}
.single-body h2 {
  margin: 30px 0 20px 0;
}
.single-body h2 {
  margin: 28px 0 16px 0;
}
.single-body h1,
.single-body h2,
.single-body h3,
.single-body h4,
.single-body h5,
.single-body h6 {
  color: var(--zinc-950) !important;
}

blockquote {
  border-left-color: #b4b4b4;
}
.atbs-pagination__item {
  color: black;
}
.atbs-pagination-active__item {
  background: rgb(234 246 255) !important;
  color: rgb(46 120 189) !important;
  border-radius: 0.375rem !important;
}

.disable-click {
  display: none !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="file"],
select,
textarea {
  font-size: 16px !important;
}
#hs_cos_wrapper_related-posts{
  display:flex !important;
  justify-content:center !important;
}

#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
  font-size: unset !important;
}

a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none !important;
}

#CybotCookiebotDialogHeaderLogosWrapper {
  display: none !important;
}

#CybotCookiebotDialogHeader {
  justify-content: end !important;
}

#CybotCookiebotDialogBodyContentTitle {
  font-size: 14px !important;
}

#CybotCookiebotDialog p {
  font-size: 12px !important;
  line-height: 1.6 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  font-size: 14px !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  padding: 0.5em !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  font-size: 12px !important;
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer {
  padding: 0 0.375em 1rem !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails {
  margin: 0.5em 2em 0.5em 0 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotScrollArea {
  padding: 0 1em 1em !important;
}

#CybotCookiebotDialog.CybotEdge {
  padding: 12px 24px !important;
}

#CybotCookiebotDialog.CybotCloseButtonEnabled .CybotCookiebotBannerCloseButton {
  margin-left: 0rem !important;
}

/* div#CybotCookiebotDialogHeader {
  display: none !important;
} */

.CybotCookiebotDialogBodyBottomWrapper {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader {
    display: none !important;
  }

  #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper {
    margin-top: 0 !important;
  }

  #CybotCookiebotDialogFooter {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  #CybotCookiebotDialogFooter .CybotCookiebotScrollArea {
    padding: 0 !important;
}