:root {
  --combine-library--primary-200: #9e97ff;
  --combine-library--white: white;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--primary-600: #6157f8;
  --combine-library--primary-800: #472def;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-100: #d9dce2;
  --combine-library--grey-600: #5f6570;
  --combine-library--warning-400: #f8b34b;
  --combine-library--secondary-600: #00a1c1;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pg-wrap {
  margin-top: 0;
}

.title {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.table_row.background-color {
  background-color: #f3f3f3;
}

.table_row.head {
  color: #fff;
  text-align: left;
  background-color: #8410a7;
}

.profile_banner {
  background-color: #0a66c2;
  background-image: url('../images/linkedin-banner.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  align-items: flex-start;
  height: 200px;
  display: flex;
  position: relative;
}

.button-2 {
  color: #0a66c2;
  background-color: #fff;
  border: 1px solid #9b9797;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px 16px;
  transition: background-color .2s;
  display: flex;
}

.button-2:hover {
  background-color: #eee;
  border-color: #333;
  text-decoration: none;
}

.img-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.all-features-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 300px;
  grid-auto-columns: 1fr;
  display: flex;
}

.article-author-avatar {
  object-fit: cover;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.article-author-avatar.big {
  border: 5px solid #eff0f6;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 3px;
}

.progress-bar-outer {
  background-color: #e0e0e0;
  border-radius: 20px;
  align-items: flex-start;
  width: 100%;
  height: 5px;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.white-wrap {
  background-color: #fff;
  border-radius: 0;
  width: auto;
  padding: 20px 20px 10px;
  font-family: Merriweather, serif;
  position: relative;
}

.div-block-9 {
  width: 100%;
}

.card {
  background-color: #fff;
  border: 1px #c9c9c9;
  border-radius: 0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 16px;
  overflow: hidden;
}

.table_body {
  color: #000;
  background-color: #fff;
}

.h1-blog-heading {
  color: #000;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  text-decoration: none;
}

.profile_button-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-right: -4px;
  display: flex;
}

.div-block-8 {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.progress-bar-inner {
  background-color: #8410a7;
  border-radius: 0;
  width: 25%;
  height: 100%;
}

.section {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.info-wrap {
  color: #fff;
  background-color: #8410a7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: -15px;
  bottom: auto;
  left: auto;
  right: auto;
}

.headingxs-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.headingxs-bold.bottom-margin-8px {
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 700;
}

.profile_row {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.subheader-column {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.h3-blog-heading {
  margin-top: 10px;
  font-size: 19px;
  font-weight: 900;
  line-height: 28px;
}

.paragraph-blog {
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 27px;
}

.card_row {
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 0;
  display: flex;
}

.h2-blog-heading {
  font-size: 19px;
  font-weight: 900;
  line-height: 30px;
}

.star-wrap {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.article-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 70%;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  display: grid;
  position: relative;
}

.html-embed {
  width: auto;
  overflow: hidden;
}

.author-description {
  color: #757575;
  font-family: Merriweather, serif;
  font-size: 13px;
  line-height: 23px;
}

.article-card-copy {
  color: #292929;
  margin-bottom: 8px;
  text-decoration: none;
}

.article-card-info-details {
  flex-wrap: wrap;
  align-items: center;
  font-size: 9px;
  display: flex;
}

.article-trending-card-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-trending-card {
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 9px;
  font-family: Merriweather, serif;
  display: flex;
}

.list-text {
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 27px;
}

.article-card-details {
  color: #757575;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.left-sticky {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.article-card-details-dot {
  margin-left: 6px;
  margin-right: 6px;
}

.table_component {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  box-shadow: 0 5px 9px -6px rgba(0, 0, 0, .2);
}

.share-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: grid;
}

.list-2 {
  line-height: 20px;
}

.profile_col-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.font-size--xl {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.article-card-author-wrapper {
  color: #292929;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.profile_photo {
  background-color: #5c6e7c;
  border: 4px solid #fff;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  position: absolute;
  top: auto;
  bottom: -71px;
  left: 24px;
  right: auto;
  overflow: hidden;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .05);
}

.article-card-author-name {
  margin-left: 8px;
  font-family: Merriweather, serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.text-block-4 {
  margin-right: 4px;
  font-family: Merriweather, serif;
}

.article-author-wrapper-2 {
  color: #292929;
  align-items: center;
  margin-bottom: 56px;
  text-decoration: none;
  display: flex;
}

.article-author-wrapper-2.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}

.author-name-medium {
  margin-bottom: 8px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.profile_info {
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.div-block-2 {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}

.profile_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.next-article {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.share-icon {
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: color .2s;
  display: flex;
  overflow: hidden;
}

.share-icon:hover {
  color: #6227ec;
}

.author-pic {
  object-fit: cover;
  border: 3px solid #e7e7e7;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 2px;
}

.image-7 {
  margin-right: 10px;
}

.reviews-badge-wrapper {
  align-items: center;
  margin-bottom: 10px;
  margin-right: 30px;
  display: flex;
}

.copy-regular {
  color: #484848;
  margin-right: 5px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.font-size--s {
  line-height: 25px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #8410a7;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary:hover {
  background-color: #3935b6;
}

.button-primary:active {
  background-color: #28257e;
}

.table_cell {
  text-align: left;
  min-width: auto;
  padding: 1rem 1.5rem;
  font-weight: 400;
}

.table_cell.head-data {
  color: #fff;
  text-align: left;
  min-width: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 400;
}

.list-item {
  margin-bottom: 10px;
}

.div-block-10 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.title-wrap-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 58px;
  display: flex;
}

.brix---badge-primary-small-light-2 {
  color: #fff;
  background-color: #8410a7;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.color-neutral-801 {
  color: #6e7191;
}

.grid-3-columns-gap-row-72px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-default-2 {
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 24px;
}

.blog-card-image-wrapper-2 {
  border-radius: 14px;
  overflow: hidden;
  transform: translate(0);
}

.membership-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.article-card-icons-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-201 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 10px;
  line-height: 20px;
}

.flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mg-bottom-32px-2 {
  margin-bottom: 32px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.mg-bottom-24px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bookmark-icon {
  justify-content: center;
  display: flex;
}

.heading-h3-size-2 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

.color-neutral-802 {
  color: #211f54;
}

.blog-card-wrapper-2 {
  background-color: #fff;
  margin: 8px;
  padding: 9px;
  text-decoration: none;
}

.membership-link {
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  display: flex;
}

.container-regular {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrap-left {
  max-width: 570px;
}

.job-company-wrap {
  grid-column-gap: 14px;
  align-items: center;
  margin-bottom: 24px;
  padding-right: 10px;
  display: flex;
}

.job-border {
  color: #030407;
  background-color: #fff;
  border: 1px solid #ebebef;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
  transition: border-color .3s;
  display: block;
}

.job-border:hover {
  border-color: #d6d7e0;
}

.job-tags {
  grid-column-gap: 8px;
  margin-bottom: 24px;
  display: flex;
}

.job-card-details-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  color: #606476;
  letter-spacing: -.03em;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.job-details-wrap {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.job-category {
  color: #443fde;
  background-color: #f3f3fc;
  padding: 6px 12px;
  display: inline-block;
}

.icon-wrap-regular {
  background-color: #fff;
  border: 1px solid #ebebef;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.job-hours {
  color: #c98b40;
  background-color: #fef7f1;
  padding: 6px 12px;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.subheading-regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.div-block-11 {
  margin-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
}

.logo-wrapper {
  max-width: 160px;
}

.nav-link {
  color: #292929;
  align-items: center;
  margin-left: 0;
  margin-right: 24px;
  padding: 0;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link.w--current {
  color: #040408;
  font-weight: 500;
}

.menu-button {
  display: none;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #080808;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1269px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.nav-menu {
  display: flex;
}

.uui-form-field-wrapper-2 {
  position: relative;
}

.large-hero-title {
  color: #131313;
  text-align: left;
  width: 100%;
  margin: 0 auto 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  display: block;
}

.form-field-2col-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-align-left {
  text-align: left;
}

.div-block-597 {
  padding: 0;
}

.uui-text-style-link-2 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: #344054;
}

.uui-form_input-2 {
  color: #6b6d72;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.3rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-form_input-2.select {
  color: #909092;
  background-color: #fff;
}

.uui-header09_form {
  text-align: left;
  max-width: 40rem;
  margin: 1rem auto 0;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, #2a13a2, #06b4f6);
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: flex;
}

.uui-text-align-center-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  padding: 9px;
}

.uui-field-label-2 {
  color: #344054;
  margin-bottom: .5rem;
  font-family: Merriweather, serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.body {
  background-color: #f3f3f3;
}

.div-block-598 {
  background-color: #fff;
  padding: 10px;
}

.heading-collection-wrapper-2 {
  background-color: #8410a7;
  border: 1px #c2bfbf;
  border-radius: 0;
  width: 100%;
  margin-top: 20px;
  padding: 12px;
}

.uui-text-size-large {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.list-3 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 37px;
  list-style-type: decimal;
}

.link-block {
  color: #363535;
  text-decoration: none;
  display: block;
}

.link-block:hover {
  color: #f3621a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.page-content-heading-h1 {
  color: #fbff00;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.page-content-heading-h1:hover {
  font-family: Merriweather, serif;
}

.section-8 {
  background-color: rgba(21, 13, 85, .02);
  background-image: linear-gradient(158deg, #2c189b, #610668);
}

.container-11 {
  max-width: 1100px;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
}

.container-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #fff;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  margin-left: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.hero-button-holder {
  background-color: #fff;
  border: 1px solid #e0e4e8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  height: 104px;
  margin-top: -192px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px -16px rgba(10, 22, 70, .46);
}

.hero {
  z-index: 1;
  background-color: #fff;
  margin-top: 80px;
  padding: 50px 3%;
  position: relative;
}

.h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.sub-header {
  color: #6c80a0;
  max-width: 626px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.container-large {
  max-width: 1150px;
}

.button-green {
  background-color: #54bd7e;
  border-radius: 4px;
  padding: 8px 16px;
}

.button-green:hover {
  background-color: #339a5c;
}

.center-block {
  z-index: 1;
  text-align: center;
  position: static;
}

.article-trending-number {
  color: #e6e6e6;
  margin-top: -4px;
  margin-right: 16px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

.headingxxs-medium {
  letter-spacing: .083em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.headingxxs-medium.bottom-margin-16px {
  font-family: Merriweather, serif;
}

.section-9 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.section-9.bottom-border {
  border-bottom: 1px solid rgba(8, 8, 8, .1);
}

.container {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-card-author-name-2 {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.bold-text {
  font-family: Merriweather, serif;
}

.article-trending-card-2 {
  border-bottom: 1px #d1d1d1;
  align-items: flex-start;
  padding: 10px 0;
  display: flex;
}

.trending-icon {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.header-wrapper {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.link-block-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, .2);
}

.link-block-2.special {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.article-card-description {
  color: #757575;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.article-card-tag {
  color: #757575;
  background-color: #f2f2f2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 10px;
  padding: 4px 12px;
  text-decoration: none;
  transition: background-color .3s;
}

.article-card-tag:hover, .article-card-tag:focus {
  background-color: #e6e6e6;
}

.cta-block {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.article-horizontal-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tag-wrapper-2 {
  color: #757575;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 6px 16px;
  font-family: Merriweather, serif;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.section-10 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-2 {
  font-family: Merriweather, serif;
}

.container-13 {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.article-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 24px;
  display: grid;
}

.article-card-author-name-3 {
  margin-left: 8px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.tag-block {
  margin-bottom: 20px;
}

.articles-wrapper {
  width: 60%;
  margin-right: 48px;
}

.sticky-tags-wrapper {
  width: 35%;
  position: -webkit-sticky;
  position: sticky;
  top: 108px;
}

.cta-block-logo {
  width: 100%;
  max-width: 100px;
  margin-bottom: 10px;
}

.article-card-content {
  margin-right: 20px;
}

.tag-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.primary-button {
  color: #fff;
  text-align: center;
  background-color: #080808;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 216px;
  padding: 8px 20px;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.primary-button:hover, .primary-button:focus {
  color: #efefef;
  background-color: #040408;
}

.primary-button.small {
  min-width: 0;
  font-size: 14px;
}

.text-block-8, .text-block-9, .text-block-10 {
  font-family: Merriweather, serif;
}

.rl-padding-global {
  background-color: #fafafa;
  margin-top: 70px;
  padding-left: 5%;
  padding-right: 5%;
}

.rl-padding-section-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}

.container-6 {
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: static;
}

.t-c-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.f-paragraph-large {
  color: #444546;
  text-align: justify;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 28px;
}

.combine-h5-heading {
  color: #1f2c3d;
  margin-top: 1rem;
  margin-bottom: .25rem;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.div-block-599 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.link {
  color: #f5f5f5;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.combine-footer4_bottom-text-link {
  color: var(--combine-library--primary-200);
  text-decoration: none;
}

.combine-footer4_bottom-text-link:hover {
  color: var(--combine-library--white);
}

.combine-footer4_bottom-text {
  color: var(--combine-library--grey-200);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer4_logo {
  height: 100%;
  max-height: none;
}

.combine-footer4_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.combine-footer4_link {
  color: var(--combine-library--grey-200);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer4_link:hover {
  color: var(--combine-library--white);
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer4_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-footer4_social-link:hover {
  color: var(--combine-library--primary-200);
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-footer4_title {
  color: var(--combine-library--white);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer4_column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-footer4_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-footer4_top-text-link {
  color: var(--combine-library--grey-200);
  text-decoration: underline;
}

.combine-footer4_top-text-link:hover {
  color: var(--combine-library--white);
}

.combine-footer4_top-text {
  color: var(--combine-library--grey-200);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-colored {
  background-color: var(--combine-library--primary-600);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-colored:hover {
  background-color: var(--combine-library--primary-800);
}

.combine-form_input {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-footer4_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-footer4_form-wrapper {
  margin-bottom: 0;
}

.combine-footer4_info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.combine-footer4_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-container-large {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global {
  background-color: rgba(158, 114, 172, 0);
  padding-left: 2rem;
  padding-right: 2rem;
}

.combine-footer4_component {
  background-color: #1d0b66;
}

.ths06-form-success {
  background-color: rgba(114, 142, 255, .1);
  border-radius: 5px;
  margin-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#227fcf, #063dd8);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.ths06-dropdown-list-header-title {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.ths06-dropdown-list-header-title.ths06-big {
  color: #222;
  font-size: 18px;
}

.ths06-form-text-link {
  color: #f36e93;
  text-decoration: none;
}

.ths06-form-text-link:hover {
  text-decoration: underline;
}

.ths06-solutions-icon-bar {
  background-color: rgba(0, 0, 0, .5);
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
}

.ths06-solutions-icon-bar.ths06-last {
  width: 12px;
}

.ths06-form-block-2 {
  z-index: 9;
  background-color: #fff;
  border-radius: 5px;
  width: 400px;
  padding: 30px 20px 20px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 2%;
  box-shadow: 7px 7px 30px rgba(76, 17, 48, .15);
}

.ths06-email-icon {
  width: 30px;
}

.uui-field-label-3 {
  color: #344054;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.ths06-footer {
  z-index: 100;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ths06-form-open-button {
  z-index: 9;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 20px #8a8484;
}

.ths06-form-error {
  text-align: center;
  border-radius: 5px;
}

.ths06-form-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.ths06-form-block-header {
  background-color: rgba(0, 0, 0, .05);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ths06-solutions-icon-bars-wrapper {
  margin-top: 6px;
  margin-right: 15px;
}

.form-field-2col-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ths06-close-icon {
  width: 30px;
  position: absolute;
}

.ths06-contact-form {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: column;
  grid-template: ". ."
                 ". ."
                 "Area-2 Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.image-8 {
  height: 80px;
}

.combine-contact4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-contact4_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-contact4_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.35;
}

.combine-contact4_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1.6rem;
  display: flex;
}

.combine-contact4_component {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
  display: flex;
  overflow: hidden;
}

.combine-container-large-2 {
  width: 80%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_contact4 {
  background-color: var(--combine-library--grey-050);
  margin-top: 100px;
}

.text-block-11, .text-block-12 {
  font-size: 10px;
}

@media screen and (max-width: 991px) {
  .title {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .all-features-container {
    margin-bottom: 22px;
  }

  .white-wrap {
    padding-left: 20px;
  }

  .article-section {
    max-width: 95%;
  }

  .table_component {
    max-width: 100%;
  }

  .blog-card-image-2 {
    width: 100%;
  }

  .list-2 {
    padding-left: 10px;
  }

  .button-primary {
    flex: 0 auto;
    display: block;
  }

  .title-wrap-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-3-columns-gap-row-72px {
    grid-template-columns: 1fr 1fr;
  }

  .mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .heading-h3-size-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .menu-line {
    background-color: #040408;
    width: 24px;
    height: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    color: #000;
    text-align: center;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
  }

  .nav-link:hover, .nav-link:focus {
    border-bottom-color: #fff;
  }

  .nav-link.w--current {
    color: #efefef;
    border-bottom-color: #fff;
  }

  .menu-button {
    padding: 8px 6px;
    display: block;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-wrapper {
    text-align: left;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu {
    color: #000;
    background-color: #fff;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    height: 90vh;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .large-hero-title {
    width: 90%;
    font-size: 27px;
    line-height: 35px;
  }

  .hero-button-holder {
    margin-top: -122px;
  }

  .button-green {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .article-horizontal-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .articles-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .sticky-tags-wrapper {
    order: -1;
    width: 100%;
    margin-bottom: 64px;
    position: static;
  }

  .primary-button {
    text-align: center;
    cursor: pointer;
  }

  .rl-padding-section-large {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .brix---heading-h2-size-2 {
    font-size: 25px;
    line-height: 46px;
  }

  .f-paragraph-large {
    font-size: 15px;
    line-height: 27px;
  }

  .container-14 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .combine-footer4_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-form_input {
    min-width: 12rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-contact4_component {
    flex-direction: column;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .title {
    padding-left: 5%;
    padding-right: 5%;
  }

  .profile_banner {
    height: 60px;
  }

  .all-features-container {
    flex-direction: column;
    margin-bottom: 0;
  }

  .white-wrap {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .card {
    margin-bottom: 0;
  }

  .h1-blog-heading {
    font-size: 20px;
  }

  .h3-blog-heading {
    font-size: 17px;
    line-height: 30px;
  }

  .paragraph-blog {
    font-size: 15px;
  }

  .article-section {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    padding-top: 10px;
    display: flex;
  }

  .article-trending-card {
    border-bottom: 1px solid #dadada;
  }

  .left-sticky {
    width: 100%;
    padding-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .profile_col-main {
    grid-template-columns: 1fr;
  }

  .profile_photo {
    width: 100px;
    height: 100px;
    bottom: -60px;
  }

  .title-wrap-row {
    margin-bottom: 20px;
  }

  .brix---badge-primary-small-light-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .grid-3-columns-gap-row-72px {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .text-201 {
    font-size: 14px;
    line-height: 18px;
  }

  .mg-bottom-32px-2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .heading-h3-size-2 {
    font-size: 17px;
  }

  .blog-card-wrapper-2 {
    border: 1px #e0dbdb;
    border-bottom-style: solid;
    padding: 0 0 20px;
  }

  .title-wrap-left {
    margin-bottom: 10px;
  }

  .div-block-11 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-button {
    flex-direction: column;
    align-items: flex-end;
  }

  .large-hero-title {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .uui-header09_form {
    max-width: none;
    margin-top: 2rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-text-align-center-2 {
    width: 100%;
  }

  .hero-button-holder {
    max-width: 200px;
    height: 80px;
    margin-top: 0;
    top: -100px;
  }

  .hero {
    padding-bottom: 20px;
  }

  .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .sub-header {
    margin-bottom: 40px;
  }

  .hero-image {
    display: block;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wrapper {
    grid-template-columns: 1fr;
  }

  .article-trending-card-2 {
    border-bottom: 1px solid #dadada;
  }

  .article-card-description {
    font-size: 14px;
    display: none;
  }

  .container-13 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .article-card {
    align-items: stretch;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .rl-padding-global {
    margin-top: 73px;
  }

  .rl-padding-section-large {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .brix---heading-h2-size-2 {
    font-size: 22px;
    line-height: 40px;
  }

  .t-c-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .combine-footer4_bottom-text {
    order: 1;
  }

  .combine-footer4_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-footer4_grid {
    grid-template-columns: auto auto auto auto;
  }

  .combine-form_input {
    min-width: 0;
  }

  .combine-footer4_info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .combine-footer4_top {
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-contact4_content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .combine-container-large-2 {
    width: 100%;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .profile_banner {
    height: 70px;
  }

  .h1-blog-heading {
    padding-left: 0;
    font-size: 18px;
  }

  .section {
    width: 100%;
    padding-bottom: 0;
  }

  .h3-blog-heading {
    font-size: 16px;
  }

  .paragraph-blog {
    font-size: 13px;
    line-height: 23px;
  }

  .article-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .list-text {
    font-size: 14px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .font-size--xl {
    font-size: 17px;
  }

  .profile_photo {
    width: 80px;
    height: 80px;
    bottom: -14px;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .div-block-2 {
    margin-top: 10px;
  }

  .author-pic {
    height: 40px;
  }

  .reviews-badge-wrapper {
    margin-bottom: 20px;
  }

  .copy-regular {
    font-size: 13px;
    line-height: 20px;
  }

  .button-primary {
    width: 100%;
  }

  .table_cell {
    padding-left: .5rem;
  }

  .table_cell.background-color-blue-lighter {
    padding-right: .5rem;
  }

  .table_cell.head-data {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .brix---badge-primary-small-light-2 {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .grid-3-columns-gap-row-72px {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .paragraph-default-2 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 23px;
  }

  .text-201 {
    font-size: 15px;
    line-height: 16px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 25px;
  }

  .blog-card-wrapper-2 {
    padding: 10px;
  }

  .job-tags {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .div-block-11 {
    margin-top: 80px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .logo-wrapper {
    height: 70px;
  }

  .nav-link {
    font-size: 13px;
    line-height: 17px;
  }

  .large-hero-title {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .form-field-2col-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-form_input-2 {
    min-height: 2.1rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .7rem;
  }

  .uui-form_input-2.select {
    min-height: 2.5rem;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .page-content-heading-h1 {
    margin-left: 0;
    font-size: 14px;
  }

  .section-8 {
    overflow: hidden;
  }

  .nav-menu-2 {
    flex-direction: row;
    font-size: 11px;
    display: flex;
  }

  .text-block-7 {
    font-size: 11px;
    line-height: 24px;
  }

  .hero-button-holder {
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    max-width: 150px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    top: -61px;
  }

  .hero {
    width: 100%;
    margin-top: 70px;
  }

  .h1 {
    font-size: 25px;
  }

  .sub-header {
    font-size: 15px;
    line-height: 23px;
  }

  .button-green {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    display: none;
  }

  .button-green.block {
    display: block;
  }

  .section-9 {
    width: 100%;
  }

  .section-9.bottom-border {
    padding-bottom: 20px;
  }

  .container {
    width: auto;
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .article-card-description {
    line-height: 150%;
  }

  .section-10 {
    width: 100%;
  }

  .paragraph-2 {
    line-height: 22px;
  }

  .container-13 {
    width: auto;
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .article-card {
    flex-direction: column-reverse;
    display: flex;
  }

  .sticky-tags-wrapper {
    margin-bottom: 10px;
  }

  .rl-padding-global {
    margin-top: 60px;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .rl-padding-section-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .brix---heading-h2-size-2 {
    text-align: center;
    font-size: 18px;
    line-height: 34px;
  }

  .container-6 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .t-c-wrapper {
    width: 90%;
  }

  .f-paragraph-large {
    font-size: 15px;
  }

  .container-14 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .combine-footer4_grid {
    grid-template-columns: auto auto;
  }

  .combine-padding-section-medium {
    padding-top: 1rem;
  }

  .combine-form_input {
    height: 2.5rem;
    font-size: .8rem;
  }

  .combine-footer4_form {
    grid-template-columns: 1fr;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ths06-dropdown-list-header-title.ths06-big {
    font-size: 15px;
  }

  .ths06-form-block-2 {
    z-index: 99;
    width: auto;
    min-width: 300px;
    margin: 0 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 0%;
  }

  .ths06-email-icon {
    width: 20px;
  }

  .ths06-footer {
    height: 60px;
    padding-right: 20px;
  }

  .ths06-form-open-button {
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .ths06-form-text {
    display: none;
  }

  .ths06-form-block-header {
    padding-left: 10px;
    padding-right: 20px;
  }

  .form-field-2col-3 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ths06-close-icon {
    width: 20px;
  }

  .ths06-contact-form {
    width: 100%;
    margin-top: 20px;
  }

  .image-8 {
    height: 70px;
  }

  .combine-text-size-regular {
    font-size: .9rem;
  }

  .combine-heading-style-h2 {
    font-size: 1.5rem;
  }

  .combine-contact4_content {
    padding: 1.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_1e2f6523-913f-a970-a42f-fc65efd07b75-869d067a, #w-node-_2acdf179-1589-70f5-5e1a-38a1a350c98d-a350c987 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2acdf179-1589-70f5-5e1a-38a1a350c997-a350c987 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_2acdf179-1589-70f5-5e1a-38a1a350c997-a350c987 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0aebaf41-f023-e2f1-bd0a-e60416504dd7-16504dc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


