<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******BLOG LOBBY*****/
.sl-blog-hero-section {
  background: linear-gradient(
    180deg,
    rgba(227, 217, 255, 0.8) 0%,
    rgba(227, 217, 255, 0.6) 25%,
    rgba(227, 217, 255, 0.3) 100%
  );
  padding-top: 86px;
  padding-bottom: 80px;
}

.sl-hero-featured-post {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
}

.featured-text-group {
  max-width: 520px;
  margin-top: 30px;
}

img.featured-post-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.sl-hero-featured-post .post-categories a {
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
}

.post-categories,
.post-categories a {
  font-family: var(--ff-primary-500), sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: var(--ls-1);
  color: var(--color-purple-400);
  margin-top: 10px;
}

section.blog-single-hero .post-categories {
  color: var(--color-purple-200);
  font-size: 16px;
  line-height: 22px;
}

.sl-hero-featured-post h1 {
  font-family: var(--ff-primary-400), sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: var(--ls-2);
  color: var(--color-base-500);
  margin-top: 18px;
  margin-bottom: 7px;
}

.featured-intro {
  font-family: var(--ff-primary-400), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: var(--ls-1);
  color: var(--color-base-400);
  margin-bottom: 25px;
}

.btn span {
  margin: unset;
}

.blog-page-highlighted-posts {
  padding-top: 71px;
}

.content-container {
  max-width: 1232px;
  margin: 0 auto;
  width: unset;
}

.blog-page-highlighted-posts h2,
.sl-blog-page-all-posts h2 {
  font-family: var(--ff-primary-400), sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: var(--ls-2);
  color: var(--color-base-500);
  margin-top: 0;
}

.sl-blog-page-all-posts h2 {
  margin-bottom: 25px;
}

.blog-page-highlighted-posts h2 {
  margin-bottom: 40px;
}

.highlighted-posts-group,
.sl-blog-items {
  display: grid;
  grid-template-columns: repeat(4, 284px);
  row-gap: 50px;
  justify-content: space-between;
}
.sl-reg_post:hover .item-image-container img.post-image{
  transform: scale(1.03);
}
img.highlighted-post-image {
  max-width: 284px;
  width: 100%;
  height: 160px;
  border-radius: 8px;
  object-fit: cover;
}

.item-image-container img.post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: 0.5s;
}

.item-image-container {
  max-width: 284px;
  border-radius: 8px;
  overflow: hidden;
  max-height: 150px;
  display: flex;
  align-items: center;
}

.highlighted-post-single h3,
.sl-reg_post_content {
  font-family: var(--ff-primary-400), sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: var(--ls-1);
  color: var(--color-base-500);
  margin-top: 5px;
  margin-bottom: 5px;
}

.highlighted-intro,
.sl-post-intro {
  font-family: var(--ff-primary-400), sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: var(--ls-1);
  color: var(--color-base-400);
  margin-bottom: 10px;
}

.highlighted-details,
.post-details {
  font-family: var(--ff-primary-400), sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: var(--ls-1);
  color: var(--color-base-400);
}

.highlighted-post-single .post-categories {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}

.blog-single .post-categories a {
  color: var(--color-base-200);
}

.blog-suggestions-section .post-categories a {
  color: var(--color-purple-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 16.2px */
  letter-spacing: -0.12px;
}

.highlighted-author,
.sl-reg_post_author {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}

.highlighted-author::after,
.sl-reg_post_author::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: var(--color-base-400);
  top: 0;
  right: 0;
}

ul.blog-head-categories {
  list-style: none;
  display: flex;
  padding-left: 0;
  column-gap: 10px;
  margin-bottom: 55px;
  margin-top: 0;
}

ul.blog-head-categories li {
  background: var(--color-base-100);
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 #ffffff1a inset;
  padding: 10px 20px;
  font-family: var(--ff-primary-400), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: var(--ls-1);
  color: var(--color-base-500);
}

ul.blog-head-categories li.base {
  background-color: var(--color-purple-400);
}

ul.blog-head-categories li a {
  color: var(--color-base-500);
}

ul.blog-head-categories li.base a {
  color: var(--color-base-50);
}
/*****END BLOG LOBBY*****/

/******BLOG SINGLE******/
.blog-single-hero {
  height: 520px;
  background: linear-gradient(
    78.9deg,
    #5138ad 35.2%,
    rgba(132, 100, 255, 0) 100.58%
  );
  position: relative;
  display: block;
}

.blog-single .post-image-container {
  position: absolute;
  width: 75%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: -1;
}

.blog-single-hero h1.title {
  font-family: var(--ff-primary-500), sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -1.12px;
  color: var(--color-base-50);
  max-width: 672px;
  margin: 15px 0 15px 0;
}

.blog-single-hero .post-head-cont {
  min-height: 222px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-single-hero .post-back a:before {
  display: inline-block;
  margin: 2px 3px;
  content: url("../../images/v2/Arrow-Small.svg");
  vertical-align: middle;
}

.blog-single-hero .left {
  display: block;
  justify-content: center;
  padding-top: 80px;
}

.blog-single-hero .left-inner {
  max-width: 672px;
  width: 57%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
  height: 360px;
}

.blog-single-hero .titles {
  display: flex;
  column-gap: 26px;
  justify-content: start;
  font-family: var(--ff-primary-400), sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: var(--ls-1);
  color: var(--color-base-200);
}

.reg_post_author {
  font-family: var(--ff-primary-400), sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: var(--ls-1);
  color: var(--color-base-200);
}

.read-time {
  font-family: var(--ff-primary-400), sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: var(--ls-1);
  color: var(--color-base-200);
}

/*!* END Blog - Hero Section *!*/

/*Banner*/
#post-subs-banner {
  position: sticky;
  top: 135px;
  align-self: flex-start;
  max-width: 100%;
  width: 390px;
  margin-bottom: 80px;
}

#post-subs-banner .section-content-container {
  display: block;
  background: linear-gradient(
      180deg,
      rgba(227, 217, 255, 0.7) 0%,
      rgba(227, 217, 255, 0.5) 25%,
      rgba(227, 217, 255, 0) 100%
    ),
    linear-gradient(180deg, #5138ad 35%, #8464ff 100%),
    linear-gradient(180deg, #8464ff 0%, #b6a3ff 134.05%);
  box-shadow: 0 22.22px 44.43px 0 #27137426;
  text-align: start;
  padding: 25px;
  border-radius: 16px;
  margin-top: 23px;
  position: relative;
}

.banner-blog-subtitle {
  font-family: var(--ff-secodary), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: var(--ls-3);
  color: var(--color-base-50);
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner-blog-title {
  font-family: var(--ff-primary-500), sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: var(--ls-2);
  color: var(--color-base-50);
  margin-top: 15px;
  margin-bottom: 30px;
}
.subscribe-input form,
.subs-form-content form {
  position: relative;
}

.subscribe-input .hs_submit.hs-submit,
.subs-form-content .hs_submit.hs-submit {
  position: absolute;
  top: 10px;
  right: 10px;
}
input[type="email"] {
  border: 1.16px solid;
  border-image-source: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 0 3.86px 7.72px 0 #30189040, 0 22.22px 44.43px 0 #2713744d,
    0 3.86px 7.72px 0 #ffffff0d inset;
  background: var(--color-base-50);
  border-radius: 8px;
  height: 56px;
  width: calc(100% - 24px);
  position: relative;
  padding: 0 12px;
  font-size: 16px;
}

#post-subs-banner input[type="submit"] {
  bottom: 16%;
}

input[type="email"]::placeholder {
  font-family: var(--ff-primary-500), sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: var(--ls-1);
  color: var(--color-base-400);
}

input[type="submit"] {
  background: var(--color-orange-400);
  border: 0.0469rem solid;
  border-image-source: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 0 6px 12px 0 #8464ff40, 0 6px 12px 0 #ffffff0d inset;
  border-radius: 4px;
  height: 32px;
  width: 80px;
  font-family: var(--ff-primary-400), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: var(--ls-1);
  color: var(--color-base-50);
  padding-right: 10px;
  padding-left: 0;
  cursor: pointer;
}
input[type="submit"]:hover {
  background: var(--color-orange-300);
}
.hs_error_rollup {
  display: none;
}
.hs_submit.hs-submit .actions {
  position: relative;
  cursor: pointer;
}
.hs_submit.hs-submit .actions::after {
  content: "";
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background-image: url("../../images/v2/arrow.svg");
  background-repeat: no-repeat;
  border-radius: 4px;
  background-position: 4px -1px;
  transition: background-position 0.3s ease;
  position: absolute;
  right: 0;
  top: 8px;
  transform: translateY(-1px);
}

.subs-form-content label.hs-error-msg.hs-main-font-element {
  position: absolute;
}
label.hs-error-msg.hs-main-font-element {
  font-size: 12px;
  color: wheat;

  margin-top: 4px;
}

ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

.footer-subscribe input[type="submit"] {
  bottom: 87px;
  left: 39%;
}

#post-subs-banner label {
  display: block;
}
/*END Banner*/

/*!* Blog - single post *!*/
section.blogpost-content .post-content {
  margin: 0;
  max-width: 720px;
  font-family: var(--ff-primary-400), sans-serif;
  color: var(--color-base-500);
  font-weight: 400;
}

section.blogpost-content .post-content ul,
section.blogpost-content .post-content ol {
  padding-left: 20px;
}
section.blogpost-content .post-content li {
  margin-bottom: 16px;
}
section.blogpost-content .post-content li,
section.blogpost-content .post-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: var(--ls-1);
}

section.blogpost-content .post-content h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: var(--ls-2);
  margin-top: 50px;
  margin-bottom: 16px;
}
section.blogpost-content .post-content h2 b {
  font-weight: 400;
  line-height: 115%; /* 46px */
  letter-spacing: -0.8px;
}

section.blogpost-content .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

section.blogpost-content .post-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: var(--ls-1);
  margin-top: 50px;
}

.blogpost-content .section-content-container {
  display: flex;
  margin-top: 60px;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1230px;
}

.share-this {
  font-family: var(--ff-primary-500), sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: var(--ls-2);
  color: var(--color-base-500);
  margin-top: 23px;
}

.banner-social-col {
  padding-left: 15px;
}

.banner-social-col ul.social_media {
  margin-top: 10px;
  justify-content: flex-start;
}

.blog-suggestions .title {
  font-family: var(--ff-primary-400), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  color: var(--color-base-500);
  width: 100%;
  text-align: start;
  margin: 0 0 25px 0;
}

.blog-suggestions .blog-items {
  margin: 0;
}

.blog-suggestions.position-to-top {
  max-width: 1232px;
  margin: 0 auto;
  padding-top: 72px;
}

.social_media .simplesocialbuttons.simplesocial-round-icon button {
  border: none;
  border-radius: 0;
  transition: 0.3s;
}
.social_media .simplesocialbuttons.simplesocial-round-icon button:hover {
  background: none;
  opacity: 0.4;
}
.social_media .simplesocialbuttons button::after {
  content: "";
  background-repeat: no-repeat;
}
.social_media .simplesocialbuttons button.simplesocial-email-share::after {
  background-image: url("../../images/v2/Icon_email.svg");
}
.social_media .simplesocialbuttons button.simplesocial-linkedin-share::after {
  background-image: url("../../images/v2/Icon_linkedin.svg");
}
.social_media .simplesocialbuttons button.simplesocial-twt-share::after {
  background-image: url("../../images/v2/Icon_twitter.svg");
}
.social_media .simplesocialbuttons button.simplesocial-copy-link::after {
  background-image: url("../../images/v2/Icon_URL.svg");
}
/*!**********Media**********!*/
@media screen and (max-width: 1170px) {
  .sl-blog-items {
    grid-template-columns: repeat(3, 284px);
    row-gap: 50px;
    justify-content: center;
    column-gap: 30px;
  }
}

@media screen and (max-width: 1135px) {
  .blogpost-content aside {
    display: none;
  }

  section.blogpost-content .post-content {
    max-width: 100%;
  }

  section.blog-suggestions-section {
    display: none;
  }

  .highlighted-posts-group {
    overflow-y: hidden;
    overflow-x: scroll;
    column-gap: 30px;
    margin-right: -24px;
  }
}

@media screen and (max-width: 900px) {
  .highlighted-posts-group,
  .sl-blog-items {
    grid-template-columns: repeat(2, 284px);
    row-gap: 50px;
    justify-content: center;
    column-gap: 30px;
  }
  .footer-cta-section .content-container {
    padding: 24px 24px 14px;
  }
  .footer-cta-content.footer-subscribe {
    flex-direction: column;
    isolation: isolate;
  }
  .footer-subscribe-subtitle {
    font-size: 24px;
  }
  .footer-cta-group h2.footer-subscribe-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 27.6px;
    letter-spacing: -0.02em;
  }
  .footer-subscribe .footer-cta-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.2px;
    letter-spacing: -0.01em;
  }
  .footer-subscribe-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  section.blogpost-content .post-content li,
  section.blogpost-content .post-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
    letter-spacing: -0.01em;
  }
  section.blogpost-content .post-content h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 800px) {
  .blog-single .blog-single-hero {
    background: linear-gradient(
      360deg,
      #5138ad 51.59%,
      rgba(132, 100, 255, 0) 100%
    );
    height: 500px;
    position: relative;
  }
  .blog-single .blog-single-hero .section-content-container {
    height: calc(100% - 30px);
  }

  .blog-single-hero h1.title {
    font-family: var(--ff-primary-400), sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 24px;
  }

  .read_post {
    margin-top: 0;
  }

  .blog-single .post-image-container {
    width: 100%;
  }

  .blog-single-hero .left-inner {
    width: 100%;
    height: 100%;
  }

  .section-content-container {
    margin: 0 25px;
  }

  .blog-page-highlighted-posts h2,
  .sl-blog-page-all-posts h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .sl-blog-items {
    grid-template-columns: 1fr;
    max-width: 342px;
    margin: auto;
  }

  img.post-image {
    max-width: 100%;
  }

  .sl-hero-featured-post {
    display: flex;
    flex-direction: column-reverse;
  }

  .sl-hero-featured-post h1 {
    font-size: 32px;
    line-height: 37px;
  }
  .blog-single-hero .left {
    padding-top: 30px;
    height: 100%;
  }
  .blog-single-hero .post-head-cont {
    padding-bottom: 30px;
    min-height: inherit;
  }
}
</pre></body></html>