@import url("uig0ett.css");
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

:root {
  --white: #f9f8f5;
  --black: #09100f;
  --dark-grey: #aeaeae;
  --bright-teal: #22DAAE;
  --royal-blue: #363fef;
  --bright-teal-gradient: linear-gradient(90deg, #22DAAE 0%, #4642EE 100%);
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Poppins, sans-serif !important;
}
h1.font-italic,
h2.font-italic,
h3.font-italic,
h4.font-italic,
h5.font-italic {
  font-family: IvyJournal;
}
h1 .text-italic,
h2 .text-italic,
h3 .text-italic,
h4 .text-italic,
h5 .text-italic {
  font-family: IvyJournal !important;
  font-style: italic;
}
h2 .text-italic {
  line-height: 52px;
}
h1 {
  font-size: 96px;
  font-style: normal;
  font-weight: 300;
  line-height: 86px;
  letter-spacing: -3.84px;
}
h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -2.24px;
}
h3 {
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1.68px;
}
h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1.6px;
}
h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.96px;
}
/* .container {
  max-width: 1192px;
  margin: auto;
  padding: 80px 32px;
} */
.no-bg {
  background: none !important;
}
.bg-black {
  background-color: var(--black);
}
.bg-coral-gradient {
  background-image: url("../svg/vector-bg-bottom-right.svg");
  background-repeat: no-repeat;
}
.bg-position-bottom-right {
  background-position: bottom right;
}
#hs-web-interactives-top-anchor {
  z-index: 99999999;
}
.post-filter-option-mobile .post-filter-label,
.post-filter-option-mobile .post-filter-title,
.post-filter-option .post-filter-label,
.post-filter-option .post-filter-title {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
p.font-regular,
.post-filter-option-mobile .font-regular.post-filter-label,
.post-filter-option-mobile .font-regular.post-filter-title,
.post-filter-option .font-regular.post-filter-label,
.post-filter-option .font-regular.post-filter-title {
  line-height: 24px;
}
p.font-medium,
.post-filter-option-mobile .font-medium.post-filter-label,
.post-filter-option-mobile .font-medium.post-filter-title,
.post-filter-option .font-medium.post-filter-label,
.post-filter-option .font-medium.post-filter-title {
  font-weight: 500;
}
p.font-medium-large,
.post-filter-option-mobile .font-medium-large.post-filter-label,
.post-filter-option-mobile .font-medium-large.post-filter-title,
.post-filter-option .font-medium-large.post-filter-label,
.post-filter-option .font-medium-large.post-filter-title {
  font-size: 20px;
  font-weight: 500;
}
p.font-large,
.post-filter-option-mobile .font-large.post-filter-label,
.post-filter-option-mobile .font-large.post-filter-title,
.post-filter-option .font-large.post-filter-label,
.post-filter-option .font-large.post-filter-title {
  font-size: 20px;
  font-weight: 300;
}
span {
  font-family: inherit !important;
}
.text-primary {
  color: var(--black);
}
.text-primary-coral {
  color: var(--bright-teal);
}
.text-white {
  color: var(--white);
}
.text-primary-coral-gradient {
  background: var(--bright-teal-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  display: block;
  padding-bottom: 10px;
}
.text-bg-asterisk {
  background: url("../svg/asterisk.svg") no-repeat;
  background-size: 49px;
  padding-right: 60px;
  padding-top: 20px;
  background-position: 366px 4px;
}
.text-asterisk-small:before {
  content: url("../index-290.html");
}
.text-bg-asterisk-coral {
  background: url("../index-291.html") no-repeat;
  background-size: 49px;
  padding-right: 60px;
  padding-top: 20px;
  background-position: 366px 4px;
}
@media (max-width: 500px) {
  .text-bg-asterisk {
    background-position: 210px 4px;
  }
}
body {
  overflow-x: unset !important;
}
@media (max-width: 500px) {
  body {
    overflow-x: hidden !important;
  }
}
figure {
  margin: unset;
}
.color-tags {
  display:flex;
  gap: 8px;
  margin-bottom: 12px;
}
.color-tags .tag{
  height: 12px;
  width: 12px;
  border-radius: 56px;
  margin: 6px;
  background-color: var(--bright-teal);
}
.product__case__featured {
  display: flex;
  transition: transform 0.3s ease-in-out;
  padding: 5px 0px;
}
.product__case__featured .product__case__column {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: relative;
}
.product__case__column .post-card-description {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
}
.product__case__column .post-author {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #AEAEAE;
}
.product__case__featured .product__case__column:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.product__case__featured .product__case__column:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.product__case__featured .product__case__column img {
  width: 588px;
  height: 308.7px;
  border-radius: 12px 0px 0px 12px;
}
@media (max-width: 500px) {
  .product__case__featured .product__case__column img {
    width: 100%;
    height: auto;
    border-radius: 12px 12px 0px 0px;
  }
}
.product__case__featured .product__case__column.active {
  opacity: 1;
}
.product__case__featured .product__case__column.active:before {
  content: unset;
}
.product__case__featured .product__case__column .product-sq {
  display: flex;
  height: 100%;
}
@media (max-width: 500px) {
  .product__case__featured .product__case__column .product-sq {
    flex-direction: column;
  }
}
.product__case__featured .product__case__column .product-sq:hover {
  text-decoration: none;
}
.product__case__featured .product__case__column .product-sq .product-sq__image {
  width: auto;
}
@media (max-width: 500px) {
  .product__case__featured
    .product__case__column
    .product-sq
    .product-sq__image {
    width: 100%;
  }
}
.product__case__featured
  .product__case__column
  .product-sq
  .product-sq__content {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 500px) {
  .product__case__featured
    .product__case__column
    .product-sq
    .product-sq__content {
    width: 100%;
    height: 100%;
  }
  .dateTime {
    margin-top: auto;
  }
}
.product__case__featured
  .product__case__column
  .product-sq
  .product-sq__content
  h5 {
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--black);
}
.post-featured-slider {
  height: auto;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s ease-in-out;
}
.post-featured-slider .case__group__body__slider .post-featured-pagination {
  display: flex;
  justify-content: center;
}
.post-featured-slider .case__group__body__slider .post-featured-pagination ul {
  list-style: none;
  text-align: center;
  margin-top: 24px !important;
  margin: unset;
}
.post-featured-slider
  .case__group__body__slider
  .post-featured-pagination
  ul
  li {
  width: 20px;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.post-featured-slider
  .case__group__body__slider
  .post-featured-pagination
  ul
  li
  button {
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  padding: 5px;
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 20px;
  text-align: center;
}
.post-featured-slider
  .case__group__body__slider
  .post-featured-pagination
  ul
  li
  button:before {
  content: "•";
  font-size: 20px;
  color: #d4d4d4;
  margin: 0;
  padding: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.post-featured-slider
  .case__group__body__slider
  .post-featured-pagination
  ul
  li.active
  button:before {
  font-size: 40px;
  color: #09100f;
}
.site-main {
  background: var(--white) !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 500px) {
  .site-main {
    padding: 0;
  }
}
.post-container {
  max-width: 1192px;
  margin: 30px auto;
}

.post-container .section {
  margin-top: 0;
  margin-bottom: 24px;
}
.post-container p,
.post-container .post-filter-option-mobile .post-filter-label,
.post-filter-option-mobile .post-container .post-filter-label,
.post-container .post-filter-option-mobile .post-filter-title,
.post-filter-option-mobile .post-container .post-filter-title,
.post-container .post-filter-option .post-filter-label,
.post-filter-option .post-container .post-filter-label,
.post-container .post-filter-option .post-filter-title,
.post-filter-option .post-container .post-filter-title {
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .post-container {
    padding: 32px 32px;
    margin: 0 auto;
  }
}
.post-container > .follow-us-on-linkedin {
  margin-bottom: 0;
  display: none;
}
@media (max-width: 767px) {
  .post-container > .follow-us-on-linkedin {
    display: block;
  }
}
.post-container-row .post-container-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
}
.post-container-row .post-container-header h5 {
  margin: 0;
}
.post-container-row .post-container-header .sort-selector {
  margin-bottom: 0;
}
.post-container-row .post-container-filter {
  padding: 8px;
  border: 1px solid var(--black);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .post-container-row .post-container-filter {
    display: none;
  }
}
.post-container-row .post-container-filter .micro-post-filter {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  padding: 8px 0;
  white-space: nowrap;
  color: var(--black);
  border-radius: 12px;
  width: 100%;
  transition: 0.3s background-color ease-in-out;
}
.post-container-row .post-container-filter .micro-post-filter.active {
  background-color: var(--black);
  color: var(--white);
}
.post-container-row .post-container-filter .micro-post-filter:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #D4D4D4;
}
.post-container-row .post-container-filter .micro-post-filter.disabled {
  opacity: .37;
  cursor: default;
}
.post-container-row .post-container-filter .micro-post-filter.disabled:hover {
  background-color: unset !important;
  cursor: default;
}
#filterTextMobile {
  color: var(--black);
  font-family: Poppins, sans-serif !important;
}
#filterTextMobile:hover {
  text-decoration: none;
}
#filterTextMobile .icon i:before {
  color: var(--black);
}
.filter-content {
  background: url("../svg/curved-arrow-down.svg") no-repeat;
  background-position: 102% 9%;
}
.filter-content h1 .text-primary-coral-gradient {
  padding-right: 3px;
}
@media (max-width: 500px) {
  .filter-content {
    background: unset;
  }
  .filter-content h1 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 16px;
  }
}
.filter-content .input-with-filter {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}
.filter-content .input-with-filter:before {
  content: url("../svg/magnifying-glass.svg");
  position: absolute;
  top: 15px;
  left: 12.25px;
}
.filter-content .input-with-filter .input-clear {
  position: absolute;
  right: 10px;
  cursor: pointer;
  display: none;
}
.filter-content .input-with-filter .searchbar-input {
  background: var(--white);
  width: 100%;
  border-top: 1px solid var(--black) !important;
  border: none;
  height: 48px;
  padding-left: 40px;
  outline: none;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.96px;
}
.filter-content .input-with-filter .searchbar-input::placeholder {
  color: var(--dark-grey);
}
.filter-content .case__filter__title {
  cursor: pointer;
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--black) !important;
  display: flex;
  align-items: center;
}
.filter-content .case__filter__title:hover {
  text-decoration: none;
}
.filter-content .case__filter__title .icon {
  display: flex;
  align-items: center;
}
.filter-content .case__filter-tag {
  cursor: pointer;
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--black) !important;
  display: none;
  align-items: center;
}
.filter-content .case__filter-tag:hover {
  text-decoration: none;
}
.filter-content .case__filter-tag .icon {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.filter-title-count {
  display: flex;
  gap: 32px;
}
.filter-title-count > span {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
}
.far.fa-plus:before {
  content: url("https://pma-assets-external.ams3.cdn.digitaloceanspaces.com/Janrey-test/add.svg");
}
.far.fa-minus:before {
  content: url("https://pma-assets-external.ams3.cdn.digitaloceanspaces.com/Janrey-test/minimize.svg");
  margin: 0;
  padding: 0;
}
.far.fa-eye:before {
  content: url("../svg/visibility.svg");
}
.far.fa-eye-off:before {
  content: url("../svg/visibility_off.svg");
  margin: 0;
  padding: 0;
}
.fal.fa-times:before,
.fas.fa-times:before {
  content: url("../svg/close.svg");
}
#filter-mobile {
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  color: var(--black);
  display: flex;
  align-items: center;
}
#filter-mobile:after {
  margin-left: 8px;
}
.case-filter-mobile {
  display: none;
}
.case-filter-base {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .case-filter-base {
    display: none;
  }
}
.post-panel-container {
  display: flex;
  border-top: 1px solid #aeaeae;
}
@media (max-width: 500px) {
  .post-panel-container {
    border-top: unset;
  }
}
.post-filter-option .post-filter-title {
  display: block;
  margin-bottom: 16px;
  color: var(--black);
}
.post-filter-option .post-filter-title:not(:first-of-type) {
  margin-top: 40px;
}
.post-filter-option .post-filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--black);
}
.post-filter-option .post-filter-label:hover {
  cursor: pointer;
}
.post-filter-option .post-filter-label .txt {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
}
.post-filter-option-mobile h5 {
  margin-top: 0;
  margin-bottom: 24px;
}
.post-filter-option-mobile .filter-option-container {
  height: 0;
  display: none;
}
@media (max-width: 500px) {
  .post-filter-option-mobile .filter-option-container {
    max-height: 512px;
    overflow-y: auto;
    height: auto;
    display: block;
  }
}
.post-filter-option-mobile .filter-option-container::-webkit-scrollbar {
  width: 4px;
}
.post-filter-option-mobile .filter-option-container::-webkit-scrollbar-track {
  background-color: #d4d4d4;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
.post-filter-option-mobile .filter-option-container::-webkit-scrollbar-thumb {
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background: #09100f;
}
.post-filter-option-mobile .post-filter-title {
  display: block;
  margin-bottom: 16px;
  color: var(--black);
}
@media (max-width: 500px) {
  .post-filter-option-mobile .post-filter-title {
    margin-bottom: 16px !important;
  }
}
.post-filter-option-mobile .post-filter-title:not(:first-of-type) {
  margin-top: 40px;
}
.post-filter-option-mobile .post-filter-label {
  display: block;
  color: var(--black);
  margin-bottom: 8px !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.post-filter-option-mobile .post-filter-label .txt {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
}
.searchbar {
  width: 100%;
  margin-left: 19px;
  border: none;
}
.post-filter {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--black) !important;
}
.case-category-name {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--black) !important;
}
.post-filter__panel {
  border-right: 1px solid #aeaeae;
  width: 23.98%;
  transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  padding: 24px 0px 0px 0px;
  z-index: 3;
}
@media (max-width: 500px) {
  .post-filter__panel {
    display: none;
  }
}
.post-filter__panel .post-panel__clear-all {
  gap: 8px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--black) !important;
  margin-bottom: 40px;
  cursor: pointer;
  align-items: center;
}
.post-filter__panel .post-panel__clear-all:hover {
  text-decoration: none;
}
.case-filter-label span {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--black) !important;
}
.case__group {
  width: 100%;
  transition: width 0.5s ease-in-out;
  padding-top: 24px;
}
.case__group.sidebar-opened {
  padding: 24px 0px 0px 16px;
}
@media (max-width: 500px) {
  .case__group.sidebar-opened {
    width: 100% !important;
    padding: 24px 0px 0px 0px !important;
  }
}
@media (max-width: 500px) {
  .case__group {
    padding: 24px 0px 0px 0px;
  }
}
.prd-tag {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 12px;
  border-radius: 40px;
  border: 1px solid;
  align-self: flex-start;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  color: var(--black);
  border-color: var(--black);
}

.dateTime {
  display: flex;
  justify-content: space-between;
  color: #aeaeae;
}
.dateTime span {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: #aeaeae;
}
.case-filter-options__wrap {
  display: flex;
  flex-direction: column;
}
.product__case {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.product__case .dateTime {
  margin-top: auto;
}
@media (max-width: 500px) {
  .product__case {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.product__case__column {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 12px;
}
.product__case__column:hover {
  box-shadow: 0px 0px 30px 7px rgba(9, 16, 15, 0.2509803922);
}
.product__case__column .img {
  width: 100%;
  height: 150px;
  border-radius: unset;
  border-radius: 12px 12px 0px 0px;
}
@media (max-width: 500px) {
  .product__case__column .img {
    height: auto;
  }
}
.post-filter__panel.d-none {
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.post-filter__panel.d-none span {
  white-space: nowrap;
}
.post-filter__panel.d-none .case-filter-label {
  white-space: nowrap;
}
.product__case.w-full {
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 601px) and (max-width: 1200px) {
  .product__case.w-full {
    grid-template-columns: repeat(2, 1fr);
  }
  .product__case {
    grid-template-columns: repeat(3, 1fr);
  }
  .product__case__featured .product__case__column .product-sq .product-sq__image {
    width: 100%;
  }
  .banner-content h1 .title:after {
    display: none;
  }
  .post-filter__panel {
    padding: 24px 16px 0px 0px;
  }
  /* .product__case__featured .product__case__column .product-sq {
    flex-direction: column;
  } */
  .product__case__featured .product__case__column img {
    width: 100%;
    border-radius: 12px 0 0 12px;
    height: 100%;
  }
}
@media (max-width: 600px) {
  .post-container-row .post-container-header {
    margin-bottom: 16px;
  }
  .product__case.w-full {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.case__group.sidebar-opened {
  width: 76.02%;
}
.case-filter-option-group__out {
  margin-bottom: 40px;
}
.tagBadge {
  margin-right: 12px;
  padding: 8px 12px;
  border: 1px solid #6c6c6c;
  border-radius: 40px;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #6c6c6c;
  display: flex;
  align-items: center;
  height: 36px;
}
.tagBadge:hover {
  border: 1px solid var(--bright-teal);
  color: var(--bright-teal);
}
.tagBadge:hover .fa-times:before {
  content: url("../svg/close-coral.svg") !important;
}
.case-filter-tags {
  height: 0px;
  transition: height 0.8s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.case-filter-tags.case-tags-opened:has(span) {
  height: 36px;
  margin-bottom: 24px;
}
#caseFilterTagContainerMobile {
  height: 0px;
  transition: height 0.8s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
#caseFilterTagContainerMobile .tagBadge {
  margin-right: 0;
}
#caseFilterTagContainerMobile.case-tags-opened:has(span) {
  height: auto;
  margin-bottom: 24px;
}
.removeTag {
  margin-left: 6px;
  cursor: pointer;
}
.removeTag .fa-times {
  float: right;
}
.removeTag .fa-times:before {
  content: url("../svg/close-greyish.svg") !important;
}
#caseFilterTagMobile .icon {
  margin-right: 8px;
}
.case__group__title {
  display: flex;
  justify-content: space-between;
}
.case__group__title h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins !important;
  font-size: 24px;
  line-height: 36px;
}
.case__group__title h5 span {
  font-family: Poppins !important;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.case__group__title .case__filter-tag {
  display: none;
}
@media (max-width: 600px) {
  .case__group__title h5 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .case__group__title {
    margin-bottom: 16px;
  }
  .case__group__title .case__filter-tag {
    display: block;
    align-items: center;
  }
  .case__group__title .case__filter-tag:hover {
    text-decoration: none;
  }
  .case__group__title .case__filter-tag .txt {
    font-family: Poppins !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
  }
}
.sort-selector {
  height: 41px;
  width: 143px;
  padding: 12px 12px 12px;
  color: var(--black);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  background: url(../svg/chevron-arrow-down.svg) no-repeat right center !important;
  background-position-x: calc(100% - 6px) !important;
  background-position-y: calc(100% - 15px) !important;
  border: 1px solid var(--black);
  border-radius: 5px;
  outline: none;
  margin-bottom: 16px;
}
.sort-selector:hover {
  border-color: unset;
}
.sort-selector:focus {
  border-color: var(--black) !important;
}
@media (max-width: 500px) {
  .sort-selector {
    display: none;
  }
}
/* .nav-mobile-modular {
  padding: 12px 12px 12px;
  color: var(--black);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
} */
.sort-selector-mobile {
  height: 50px;
  width: 143px;
  padding: 12px 12px 12px;
  color: var(--black);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  background: url(../svg/chevron-arrow-down.svg) no-repeat right center !important;
  background-position-x: calc(100% - 6px) !important;
  background-position-y: calc(100% - 20px) !important;
  border: 1px solid var(--black);
  border-radius: 5px;
}
.sort-selector-mobile:focus {
  border-color: var(--black) !important;
}
.no-results {
  text-align: center;
}
.no-results p{
  font-family: Poppins, sans-serif;
}
.no-results .result-title {
  display: block;
  margin-bottom: 0;
}
.product__case .product-sq:hover {
  text-decoration: none;
}
.product__case .product-sq .product-sq__image {
  position: relative;
  margin-bottom: 24px;
}
.product__case .product-sq .product-sq__image .card-lock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product__case .product-sq .product-sq__content {
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
  flex-direction: column;
}
.product__case .product-sq .product-sq__content .font-medium {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
}
.mobile-filter {
  position: relative;
  display: none;
}
.mobile-filter .filter {
  padding: 12px 18px;
  border: 1px solid var(--black);
  border-radius: 5px;
  color: var(--black);
  font-family: Poppins, sans-serif !important;
}
@media (max-width: 600px) {
  .mobile-filter {
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
  }
  .mobile-filter .filter {
    font-family: Poppins, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
  }
}

.mobile-filter .filter:hover {
  text-decoration: none;
}
.mobile-filter .filter:after {
  content: url("../svg/chevron-arrow-down.svg");
  margin-left: 4px;
}
.modal-overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease-in-out;
}
.modal-overlay.opened {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  opacity: 1;
}
.mobile-filter-modal h4 {
  margin-top: 0;
}
.mobile-filter-modal.microsite-modal.modal-opened {
  max-height: 370px;
  visibility: visible;
}
.mobile-filter-modal {
  display: none;
  width: 100%;
  background: var(--white);
  border: 1px solid #d4d4d4;
  border-radius: 12px 12px 0px 0px;
  max-height: 0;
  transition: max-height 0.5s ease-in-out, opacity 1s ease-in-out;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 500px) {
  .mobile-filter-modal {
    display: block;
  }
}
.mobile-filter-modal .modal-close:hover {
  cursor: pointer;
}
.mobile-filter-modal .modal-close:before {
  content: url("https://pma-assets-external.ams3.cdn.digitaloceanspaces.com/Janrey-test/clear.svg");
  position: absolute;
  right: 20px;
  top: 20px;
  height: 24px;
  width: 24px;
}
.mobile-filter-modal.modal-opened {
  max-height: 713px;
  opacity: 1;
  visibility: visible;
}
.mobile-filter-modal .post-panel__clear-all {
  gap: 8px;
  margin-bottom: 16px;
}
.mobile-filter-modal .post-panel__clear-all .txt {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--black);
}
.mobile-sort-modal {
  display: none;
  width: 100%;
  background: var(--white);
  border: 1px solid #d4d4d4;
  border-radius: 12px 12px 0px 0px;
  max-height: 0;
  transition: max-height 0.5s ease-in-out, opacity 1s ease-in-out;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 500px) {
  .mobile-sort-modal {
    display: block;
  }
  .mobile-sort-modal h5 {
    margin-top: 0;
  }
}
.mobile-sort-modal .modal-sort-close:hover {
  cursor: pointer;
}
.mobile-sort-modal .modal-sort-close:before {
  content: url("https://pma-assets-external.ams3.cdn.digitaloceanspaces.com/Janrey-test/clear.svg");
  position: absolute;
  right: 20px;
  top: 20px;
  height: 24px;
  width: 24px;
}
.mobile-sort-modal.modal-opened {
  max-height: 244px;
  opacity: 1;
  visibility: visible;
}
.mobile-sort-modal .post-panel__clear-all {
  gap: 8px;
  margin-bottom: 24px;
}
.mobile-sort-modal .post-panel__clear-all .txt {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--black);
}
.mobile-sort-modal .sort-option-container label {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--black);
  margin-left: 8px;
  padding-left: 18px;
}
.mobile-sort-modal .sort-option-container p,
.mobile-sort-modal
  .sort-option-container
  .post-filter-option
  .post-filter-title,
.post-filter-option
  .mobile-sort-modal
  .sort-option-container
  .post-filter-title,
.mobile-sort-modal
  .sort-option-container
  .post-filter-option
  .post-filter-label,
.post-filter-option
  .mobile-sort-modal
  .sort-option-container
  .post-filter-label,
.mobile-sort-modal
  .sort-option-container
  .post-filter-option-mobile
  .post-filter-title,
.post-filter-option-mobile
  .mobile-sort-modal
  .sort-option-container
  .post-filter-title,
.mobile-sort-modal
  .sort-option-container
  .post-filter-option-mobile
  .post-filter-label,
.post-filter-option-mobile
  .mobile-sort-modal
  .sort-option-container
  .post-filter-label {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--black);
  display: block;
  margin-bottom: 8px;
}
.mobile-sort-modal .sort-option-container p.byOrder,
.mobile-sort-modal
  .sort-option-container
  .post-filter-option
  .byOrder.post-filter-title,
.post-filter-option
  .mobile-sort-modal
  .sort-option-container
  .byOrder.post-filter-title,
.mobile-sort-modal
  .sort-option-container
  .post-filter-option
  .byOrder.post-filter-label,
.post-filter-option
  .mobile-sort-modal
  .sort-option-container
  .byOrder.post-filter-label,
.mobile-sort-modal
  .sort-option-container
  .post-filter-option-mobile
  .byOrder.post-filter-title,
.post-filter-option-mobile
  .mobile-sort-modal
  .sort-option-container
  .byOrder.post-filter-title,
.mobile-sort-modal
  .sort-option-container
  .post-filter-option-mobile
  .byOrder.post-filter-label,
.post-filter-option-mobile
  .mobile-sort-modal
  .sort-option-container
  .byOrder.post-filter-label {
  margin-bottom: 16px;
}
.mobile-sort-modal .sort-option-container [type="radio"]:checked,
.mobile-sort-modal .sort-option-container [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  z-index: 99999999999;
}
.mobile-sort-modal .sort-option-container [type="radio"]:checked + label,
.mobile-sort-modal .sort-option-container [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.mobile-sort-modal .sort-option-container [type="radio"]:checked + label:before,
.mobile-sort-modal
  .sort-option-container
  [type="radio"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
}
.mobile-sort-modal
  .sort-option-container
  [type="radio"]:checked
  + label:before {
  background: #000;
}
.mobile-sort-modal
  .sort-option-container
  [type="radio"]:not(:checked)
  + label:before {
  background: #fff;
}
.mobile-sort-modal .sort-option-container [type="radio"]:checked + label:after,
.mobile-sort-modal
  .sort-option-container
  [type="radio"]:not(:checked)
  + label:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: -2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobile-sort-modal
  .sort-option-container
  [type="radio"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-sort-modal .sort-option-container [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#paginationContainerMobile {
  display: none;
}
#paginationContainerMobile select {
  width: auto;
  min-width: 62.2px;
  border: 1px solid var(--black);
  border-radius: 5px;
  text-align: center;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  background: url(../svg/chevron-arrow-down.svg) no-repeat right center !important;
  background-position-x: calc(100% - 13px) !important;
  background-position-y: calc(100% - 20px) !important;
  padding-left: 0;
}
#paginationContainerMobile select option {
  text-align: center !important;
}
@media (max-width: 500px) {
  #paginationContainerMobile {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
    margin-top: 24px;
  }
}
#paginationContainerMobile .act-button {
  color: var(--black);
  padding: 12px 18px;
}
#paginationContainerMobile .act-button span {
  color: var(--black);
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
}
@media (max-width: 500px) {
  #paginationContainer {
    display: none;
  }
}
.pagination {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 40px !important;
  margin-bottom: 0px !important;
  text-align: right !important;
}
@media (max-width: 500px) {
  .pagination {
    text-align: center !important;
  }
}
.pagination .act-button:hover {
  cursor: pointer;
  color: var(--bright-teal);
}
.pagination a {
  height: 24px;
  font-family: Poppins !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  display: flex;
  width: 24px;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  border-radius: 5px;
  color: var(--black);
}
.pagination a span {
  
}
.pagination a.active {
  background: var(--black);
  color: var(--white);
}
.pagination a:hover {
  cursor: pointer;
  text-decoration: none;
  color: var(--bright-teal);
}
.pagination #nextPage {
  margin-left: 8px;
  font-family: Poppins, sans-serif;
}
.pagination #prevPage {
  margin-right: 8px;
  font-family: Poppins, sans-serif;
}
.kg-card.kg-image-card {
  margin-bottom: 24px;
}
.kg-card.kg-callout-card.kg-callout-card-accent .kg-callout-text {
  font-family: EB Garamond !important;
  font-size: 16px;
}
@media (max-width: 500px) {
  .kg-card.kg-callout-card.kg-callout-card-accent{
    display: block;
  }
}
.kg-card.kg-image-card img{
  height: auto !important;
}
.toc {
  background: var(--white);
  position: relative !important;
}
.toc .toc-list {
  width: 100%;
}
.checkbox-model {
  background: none;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  min-width: 16px;
  border: 1px solid var(--black);
  border-radius: 5px;
  outline: 0;
  -webkit-appearance: none;
  margin-top: -3px;
}
.checkbox-model:checked {
  background-color: var(--black);
}
.checkbox-model:before {
  content: url("https://pma-assets-external.ams3.cdn.digitaloceanspaces.com/Janrey-test/check-white.svg");
  position: absolute;
  left: 2px;
  margin: auto;
  top: -3px;
}
.mobile-pagination-selector {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select .select-selected {
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  width: 62px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--black);
  white-space: nowrap;
}
.custom-select .select-selected:after {
  content: url(../svg/chevron-arrow-down.svg);
  margin-left: 8px;
}
.custom-select .select-items {
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  z-index: 1;
  text-align: center;
  top: 50px;
  border-radius: 5px;
  white-space: nowrap;
  max-height: 287px;
  overflow-y: auto;
}
.custom-select .select-items .selected {
  background: var(--bright-teal-gradient);
  color: var(--white);
  border-color: var(--bright-teal);
}
.custom-select .select-items {
  display: none;
}
.custom-select .select-items.show {
  display: block;
}
.custom-select .select-items div {
  padding: 8px 16px;
  cursor: pointer;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  border: 1px solid #d4d4d4;
  height: 41px;
}
.custom-select .select-items div:first-of-type {
  border-radius: 5px 5px 0px 0px;
}
.custom-select .select-items div:last-of-type {
  border-radius: 0px 0px 5px 5px;
}
.custom-select .selected {
  font-weight: bold;
}
.custom-snippet-template-wrapper {
  border-radius: 12px;
  margin-top: 0 !important;
}
.custom-snippet-template-wrapper.ad-bg-white {
  background-color: #f9f8f5;
}
.custom-snippet-template-wrapper.ad-bg-white .custom-snippet-button4 {
  background-color: #09100f;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  padding: 12px 18px;
}
.custom-snippet-template-title {
  font-family: Poppins;
  font-size: 42px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #09100f;
}
.custom-snippet-template-sub-title {
  font-family: IvyJournal !important;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.04em;
  background: linear-gradient(90deg, #ff7369, #d83848);
  color: rgba(0, 0, 0, 0);
  background-clip: text;
}
.custom-snippet-template-description strong {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
}
.custom-snippet-template-description ul {
  list-style: none;
  padding: 0;
}
.custom-snippet-template-description ul li::before {
  content: url("../index-292.html");
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.custom-snippet-template-description ul li::not(:last-of-type) {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0px;
}
.custom-template-download-content {
  justify-content: space-between;
}
@media (max-width: 500px) {
  .custom-template-download-content .custom-snippet-text4 {
    max-width: 100%;
  }
}
.resources-section {
  padding: 80px 124px;
  background: #09100f;
}
.resources-section .container {
  max-width: 1192px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .resources-section {
    padding: 56px 32px;
  }
}
.resources-section .resources-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .resources-section .resources-header {
    align-items: flex-start;
    flex-direction: column;
  }
}
.resources-section .resources-header .resources-sec__title h2 {
  margin: 0;
  color: #f9f8f5;
}
.resources-section .resources-header .resources-sec__title span {
  font-family: IvyJournal !important;
  font-size: 56px;
  font-style: italic;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.04em;
}
@media (max-width: 500px) {
  .resources-section .resources-header .resources-sec__title {
    margin-bottom: 24px;
  }
}
.resources-section .resources-header .resources-see-all {
  color: #f9f8f5;
  padding: 12px 18px;
  border: 1px solid #f9f8f5;
  border-radius: 5px;
  font-family: Poppins !important;
}
.resources-section .resources-header .resources-see-all:hover {
  text-decoration: none;
  border: 1px solid var(--bright-teal);
  color: var(--bright-teal);
}
.resources-section .read-next {
  padding: 0;
}
.resources-section .read-next .read-more-wrap {
  margin: unset;
  max-width: unset;
}
.resources-section .read-next .read-more.inner {
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
@media (max-width: 500px) {
  .resources-section .read-next .read-more.inner {
    grid-template-columns: 100%;
  }
}
#postCard,
#postCardSlider {
  display: none;
}
.slider-group-tag {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.post-secondary-tag {
  margin-bottom: 12px;
  border: 1px solid;
  padding: 8px 12px;
  border-radius: 40px;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  color: var(--black);
  border-color: var(--black);
  text-wrap: wrap;
  display: inline-block;
}
.post-card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 18px;
  min-width: unset !important;
  flex: unset !important;
  width: 100%;
  overflow: unset;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843) !important;
}
.post-card:hover {
  box-shadow: 0px 0px 30px 7px rgba(9, 16, 15, 0.2509803922) !important;
}
.post-card .post-card-image-link {
  border-radius: 12px 12px 0px 0px;
}
.post-card .post-card-image-link img {
  width: 100%;
  height: 150px !important;
  object-fit: unset !important;
}
@media (max-width: 500px) {
  .post-card .post-card-image-link img {
    display: unset !important;
    height: auto !important;
  }
}
.post-card .post-card-content .post-card-content-link {
  padding: 24px 16px 0;
  cursor: pointer;
}
.post-card .post-card-content .post-card-content-link:hover {
  text-decoration: none;
}
.post-card .post-card-content .post-card-content-link .post-card-header {
  margin-bottom: 12px;
}
.post-card .post-card-description {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
}
.post-card .post-author {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #AEAEAE;
  margin-bottom: 0;
}
.post-card
  .post-card-content
  .post-card-content-link
  .post-card-header
  .post-card-title {
  font-family: Poppins !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px;
  letter-spacing: 0em;
  text-decoration: none !important;
  margin: 0;
}
.post-card
  .post-card-content
  .post-card-content-link
  .post-card-header
  .post-primary-tag {
  display: inline-block;
  margin-bottom: 12px;
  border: 1px solid;
  padding: 8px 12px;
  border-radius: 40px;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
}
.post-card .post-card-content footer.post-card-meta {
  padding: 0px 16px 24px 16px;
}
.post-card .post-card-content footer.post-card-meta span {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
}
.micro-post-result-loading {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.post-card-skeleton {
  background-color: var(--white);
  max-height: 329px;
  height: 329px;
  border-radius: 18px;
  flex: 1;
}
.post-card-skeleton .post-card-image {
  height: 150px;
  background-color: #CCCCCC;
  border-radius: 16px 16px 0px 0px;
}
.post-card-skeleton .post-card-content {
  padding: 24px 16px;
}
.post-card-skeleton .primary-tag {
  height: 35px;
  width: 80px;
  background-color: #CCCCCC;
  border-radius: 40px;
  margin-bottom: 12px;
}

.post-card-skeleton .card-text {
  height: 24px;
  background-color: #CCCCCC;
}

.post-card-skeleton .card-text:nth-child(2) {
  margin-bottom: 8px;
}

.post-card-skeleton .card-footer-info {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.post-card-skeleton .card-footer-info > div{
  height: 24px;
  background-color: #CCCCCC;
}

.post-card-skeleton .card-footer-info .card-date {
  width: 127px;
}

.post-card-skeleton .card-footer-info .ready-time {
  width: 40px;
}

.micro-post-result {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 500px) {
  .micro-post-result {
    grid-template-columns: repeat(1, 1fr);
  }
}
.get-copy-btn {
  position: absolute;
  bottom: 0px;
  right: 0;
  background: none;
  color: var(--black);
  padding: 12px 18px;
  border-radius: 5px;
  text-decoration: none !important;
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  width: 164px;
  height: 41px;
  white-space: nowrap;
  font-family: Poppins !important;
  cursor: pointer;
}
@media (max-width: 500px) {
  .get-copy-btn {
    right: unset;
    position: unset;
    margin-bottom: 24px;
  }
}
.get-copy-btn img {
  float: left;
  margin-right: 6px;
}
.get-copy-btn:before {
  content: url("../index-293.html");
}
.get-copy-btn:after {
  content: url("../index-294.html");
  visibility: hidden;
}
.get-copy-btn:hover {
  border: 1px solid var(--bright-teal);
  color: var(--bright-teal);
  border: 1px solid var(--bright-teal);
}
.get-copy-btn:hover:before {
  content: url("../index-294.html");
}
.external-links {
  background: #f9f8f5;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  margin-bottom: 12px;
  position: relative;
  margin-bottom: 24px;
}
.external-links:hover {
  border: 1px solid var(--bright-teal);
}
.external-links:before {
  content: url("../index-295.html");
  position: absolute;
  top: 8px;
  right: 8px;
}
.external-links .kg-bookmark-container {
  text-decoration: none;
}
.external-links .kg-bookmark-container .kg-bookmark-content {
  padding: 24px;
}
.external-links
  .kg-bookmark-container
  .kg-bookmark-content
  .kg-bookmark-metadata {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 0;
  gap: 24px;
  white-space: wrap;
}
.external-links
  .kg-bookmark-container
  .kg-bookmark-content
  .kg-bookmark-metadata
  .kg-bookmark-icon {
  width: 191px;
  height: auto;
}
@media (max-width: 500px) {
  .external-links
    .kg-bookmark-container
    .kg-bookmark-content
    .kg-bookmark-metadata {
    flex-direction: column-reverse;
  }
  .external-links
    .kg-bookmark-container
    .kg-bookmark-content
    .kg-bookmark-metadata
    .kg-bookmark-icon {
    width: 100%;
  }
}
.external-links
  .kg-bookmark-container
  .kg-bookmark-content
  .kg-bookmark-metadata
  .kg-bookmark-title {
  font-family: Poppins !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
  color: #09100f;
}
.external-links
  .kg-bookmark-container
  .kg-bookmark-content
  .kg-bookmark-metadata
  .kg-bookmark-content-inner {
  padding: 0;
  opacity: 1;
}
.external-links
  .kg-bookmark-container
  .kg-bookmark-content
  .kg-bookmark-metadata
  .kg-bookmark-content-inner
  .kg-bookmark-description {
  margin-top: 8px;
  color: #09100f;
}
.custom-snippet-template-wrapper {
  border-radius: 12px;
  margin-bottom: 24px;
}
.custom-snippet-template-wrapper .custom-snippet-template-description span {
  font-family: Poppins !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 24px;
  color: #000;
}
.custom-snippet-template-wrapper .custom-snippet-template-description ul li {
  font-family: Poppins !important;
}
.custom-snippet-template-wrapper.ad-bg-black {
  background: url("../index-296.html");
  background-size: cover;
}
.custom-snippet-template-wrapper.ad-bg-black2 {
  background: url("../index-297.html");
  background-size: cover;
}
.custom-snippet-template-wrapper.ad-bg-white {
  background-color: #f9f8f5;
}
.custom-snippet-template-wrapper.ad-bg-white2 {
  background: url("../index-298.html");
  background-size: cover;
}
.custom-snippet-template-wrapper.ad-bg-coral {
  background: url("../index-299.html");
  background-size: cover;
}
.ad-bg-white2 .custom-template-download-content {
  overflow: hidden;
}
@media (max-width: 500px) {
  .ad-bg-white2 .custom-template-download-content {
    overflow: unset;
    flex-direction: column;
  }
}
.ad-bg-white2 .custom-snippet-image4 {
  height: auto;
  margin-right: -65px;
}
@media (max-width: 500px) {
  .ad-bg-white2 .custom-snippet-image4 {
    margin-right: unset;
  }
}
.ad-bg-white2.custom-snippet-template-wrapper {
  padding: 40px 0px 40px 32px !important;
}
@media (max-width: 500px) {
  .ad-bg-white2.custom-snippet-template-wrapper {
    padding: 40px 32px !important;
  }
}
.ad-bg-white2 .custom-snippet-button4 {
  background-color: #09100f !important;
  color: #f9f8f5 !important;
  font-family: Poppins;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 17px;
  letter-spacing: 0em;
  padding: 12px 18px !important;
}
.ad-bg-coral .custom-snippet-template-sub-title {
  color: #f9f8f5;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.ad-bg-coral .custom-template-download-content {
  overflow: hidden;
}
@media (max-width: 500px) {
  .ad-bg-coral .custom-template-download-content {
    overflow: unset;
    flex-direction: column;
  }
}
.ad-bg-coral .custom-snippet-image4 {
  height: auto;
  margin-right: -65px;
}
@media (max-width: 500px) {
  .ad-bg-coral .custom-snippet-image4 {
    margin-right: unset;
  }
}
.ad-bg-coral.custom-snippet-template-wrapper {
  padding: 40px 0px 40px 32px !important;
}
@media (max-width: 500px) {
  .ad-bg-coral.custom-snippet-template-wrapper {
    padding: 40px 32px !important;
  }
}
.ad-bg-coral .custom-snippet-button4 {
  background-color: #09100f !important;
  color: #f9f8f5 !important;
  font-family: Poppins;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 17px;
  letter-spacing: 0em;
  padding: 12px 18px !important;
}
.ad-bg-black .custom-snippet-template-title {
  font-family: Poppins;
  font-size: 42px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #f9f8f5;
}
.ad-bg-black2 .custom-snippet-template-title {
  color: #f9f8f5;
}
.ad-bg-black2 .custom-template-download-content {
  overflow: hidden;
}
@media (max-width: 500px) {
  .ad-bg-black2 .custom-template-download-content {
    overflow: unset;
    flex-direction: column;
  }
}
.ad-bg-black2 .custom-snippet-image4 {
  height: auto;
  margin-right: -65px;
}
@media (max-width: 500px) {
  .ad-bg-black2 .custom-snippet-image4 {
    margin-right: unset;
  }
}
.ad-bg-black2.custom-snippet-template-wrapper {
  padding: 40px 0px 40px 32px !important;
}
@media (max-width: 500px) {
  .ad-bg-black2.custom-snippet-template-wrapper {
    padding: 40px 32px !important;
  }
}
.ad-bg-black2 .custom-snippet-button4 {
  background-color: #f9f8f5 !important;
  color: #100c0c !important;
  font-family: Poppins;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 17px;
  letter-spacing: 0em;
  padding: 12px 18px !important;
}
.ad-bg-black2 .custom-snippet-template-description span {
  color: #f9f8f5;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 24px;
}
.custom-snippet-template-sub-title {
  font-family: IvyJournal !important;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.04em;
  background: var(--bright-teal-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.ad-bg-black .custom-snippet-template-description span {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: #f9f8f5;
}
.custom-snippet-template-description ul {
  list-style: none;
  padding: 0;
}
.custom-snippet-template-description ul li::before {
  content: url("../index-292.html");
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.custom-snippet-template-wrapper.ad-bg-black .custom-snippet-button4 {
  background-color: #f9f8f5;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  padding: 12px 18px;
  color: #100c0c;
}
.ad-bg-black .custom-snippet-template-description ul li {
  display: flex;
  align-items: center;
  color: #f9f8f5;
}
.custom-snippet-template-description ul li::not(:last-of-type) {
  margin: 0 0 16px 0px;
}
.custom-template-download-content {
  justify-content: space-between;
}
.courses-counter-up-container {
  display: flex;
  -webkit-box-flex: 1;
  position: relative;
  flex-direction: column;
}
.courses-counter-up-container-title {
  margin: 0 16px 48px 0;
  -webkit-box-flex: 1;
  flex: 1;
  font-family: poppins !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  min-width: 10%;
}
.courses-counter-inner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  border-top: 1px solid #aeaeae;
}
@media (max-width: 500px) {
  .courses-counter-inner-container {
    display: flex;
    flex-direction: column;
  }
}
.courses-counter-box {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  padding-top: 32px;
  padding-left: 8px;
  gap: 8px;
}
@media (max-width: 500px) {
  .courses-counter-box {
    width: 100%;
    padding-left: 0;
  }
}
.courses-counter {
  font-family: poppins !important;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 91%;
  letter-spacing: -4.8px;
  text-transform: uppercase;
  background: var(--bright-teal-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  display: inline;
}
.quote {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.quote .qoute-description {
  font-family: IvyJournal !important;
  font-style: italic;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.04em;
  background: var(--bright-teal-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin-bottom: 16px;
}
.quote .qoute-author-and-position {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #09100f;
}
.sponsored-ads {
  margin-bottom: 24px;
  padding: 32px 24px;
  background: #f9f8f5;
  border: 1px solid #aeaeae;
  border-radius: 12px;
}
.sponsored-ads .sponsored-logo {
  margin-bottom: 16px;
}
.sponsored-ads .sponsored-content {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: #09100f;
  margin-bottom: 24px;
}
.sponsored-ads .sponsored-cta {
  padding: 12px 18px;
  border: 1px solid #09100f;
  border-radius: 5px;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  color: #09100f;
}
.sponsored-ads .sponsored-cta:hover {
  text-decoration: none;
}
ul.num-list {
  list-style-type: none;
  counter-reset: list-counter;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}
.num-list li {
  padding-left: 0;
  font-family: EB Garamond !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  color: #09100f;
}
.num-list li:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 24px;
}
.num-list li:last-of-type {
  margin-bottom: 0px;
}
.num-list li::before {
  content: counter(list-counter, decimal-leading-zero);
  counter-increment: list-counter;
  display: inline-block;
  text-align: right;
  margin-right: 0.5em;
  background: linear-gradient(90deg, #ff7369 0%, #d83848 111.81%);
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  font-family: Poppins !important;
}
.key-takeaway {
  display: flex;
  flex-direction: column;
  padding: 29px 30px;
  border: 1px solid var(--bright-teal);
  border-radius: 12px;
  margin-bottom: 24px;
}
.key-takeaway.no-border {
  border: none;
  padding: 0;
}
.key-takeaway .key-title {
  color: #09100f;
  font-family: EB Garamond !important;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.06px;
  margin-bottom: 24px;
}
.key-takeaway ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.key-takeaway > ul > li {
  padding-left: 24px;
  background: url("https://pma-assets-external.ams3.cdn.digitaloceanspaces.com/Janrey-test/bullet-point.svg")
    no-repeat;
  background-position-y: 5px;
  margin-top: 0;
  color: #09100f;
  font-family: EB Garamond !important;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 34px !important;
}
.key-takeaway li:not(:last-of-type) {
  margin-bottom: 24px;
}
.tooltip-trigger {
  position: relative;
}
.tooltip-trigger-author {
  position: relative;
}
@media (max-width: 500px) {
  .tooltip-trigger-author {
    width: auto;
  }
  .tooltip-close {
    float: right;
    margin-right: -27px;
    margin-top: -2px;
  }
  .tooltip-trigger-author .tooltip{
    padding-right: 40px;
    top: 48px;
    left: 0;
    width: 311px;
    background-color: #171E1D;
    border: 1px solid #AEAEAE;
    font-family: Poppins !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
  }
}

.tooltip {
  visibility: hidden;
  background-color: var(--black);
  color: var(--white);
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 2;
  width: 250px;
  top: 100%;
  left: 0%;
  opacity: 0;
  transition: opacity 1s;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0em;
}
.tooltip:before {
  content: url(../svg/polygon.svg);
  position: absolute;
  top: -15px;
  z-index: 999999;
  left: 8px;
}
.tooltip.top:before {
  display: none;
}
.tooltip.top {
  width: unset !important;
  white-space: nowrap !important;
}
.tooltip.show {
  visibility: visible;
  opacity: 1;
}
.tooltip.hold {
  visibility: visible;
  opacity: 1;
}
.post-content {
  position: relative;
  overflow: hidden;
}
.post-content .post-upgrade-cta {
  max-width: unset;
  width: 100%;
  margin: unset;
  background-image: url("../svg/eclipse-right-top.svg");
  background-color: var(--black);
  background-position: top right;
  background-repeat: no-repeat;
  border-radius: 12px;
  position: relative;
  margin-bottom: 24px;
}
/* @media (max-width: 500px) {
  .post-content .post-upgrade-cta {
    background: url("https://pma-assets-external.ams3.cdn.digitaloceanspaces.com/Janrey-test/Paragraph%20Body%20version.png")
      no-repeat;
    background-size: cover;
  }
} */
.post-content .post-upgrade-cta:before {
  content: "";
  height: 498px;
  width: 100%;
  position: absolute;
  top: -498px;
  background: linear-gradient(
    180deg,
    rgba(249, 248, 245, 0) 0%,
    rgba(249, 248, 245, 0.495) 31.5%,
    #f9f8f5 100%
  );
}
.post-content .post-upgrade-cta .post-upgrade-cta-content {
  width: 100%;
  border: none;
  border-radius: 12px;
  text-align: left;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  background: none;
}
@media (max-width: 500px) {
  .post-content .post-upgrade-cta .post-upgrade-cta-content {
    padding: 40px;
  }
}
.post-content .post-upgrade-cta .post-upgrade-cta-content img {
  margin-bottom: 24px;
}
.post-content .post-upgrade-cta .post-upgrade-cta-content h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 24px;
}
.post-content .post-upgrade-cta .post-upgrade-cta-content h4:before {
  display: none;
}
.post-content .post-upgrade-cta .post-upgrade-cta-content h4 .cta-title {
  display: block;
  color: var(--white);
  font-family: Poppins !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1.68px;
  position: relative;
}
.post-content .post-upgrade-cta .post-upgrade-cta-content h4 .cta-title:after {
  content: url("https://pma-assets-external.ams3.cdn.digitaloceanspaces.com/Janrey-test/title-decoration.svg");
  position: absolute;
  top: -25px;
  right: 67px;
}
@media (max-width: 500px) {
  .post-content
    .post-upgrade-cta
    .post-upgrade-cta-content
    h4
    .cta-title:after {
    right: unset;
    left: 195px;
  }
}
.post-content .post-upgrade-cta .post-upgrade-cta-content h4 .title-italic {
  background: var(--bright-teal-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-family: IvyJournal !important;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1.68px;
}
.post-content
  .post-upgrade-cta
  .post-upgrade-cta-content
  .post-upgrade-cta-desc {
  color: var(--white);
  padding: 0;
  margin-bottom: 0;
  font-family: Poppins !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
}
.post-content
  .post-upgrade-cta
  .post-upgrade-cta-content
  .post-upgrade-buttons-wrapper {
  padding: 0;
  margin-bottom: 24px;
}
.post-content
  .post-upgrade-cta
  .post-upgrade-cta-content
  .post-upgrade-buttons-wrapper:after {
  content: url("../svg/cta-arrow-desktop.svg");
  position: absolute;
  left: 257px;
  top: -15px;
}
@media (max-width: 500px) {
  .post-content
    .post-upgrade-cta
    .post-upgrade-cta-content
    .post-upgrade-buttons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
  }
  .post-content
    .post-upgrade-cta
    .post-upgrade-cta-content
    .post-upgrade-buttons-wrapper:after {
    content: url("../svg/cta-arrow.svg");
    position: absolute;
    left: unset;
    right: -40px;
    top: -36px;
  }
}
.post-content
  .post-upgrade-cta
  .post-upgrade-cta-content
  .post-upgrade-buttons-wrapper
  a {
  font-family: Poppins !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
@media (max-width: 500px) {
  .post-content
    .post-upgrade-cta
    .post-upgrade-cta-content
    .post-upgrade-buttons-wrapper
    a {
    margin: 0;
    align-self: start;
    height: auto;
  }
}
.post-content
  .post-upgrade-cta
  .post-upgrade-cta-content
  .post-upgrade-buttons-wrapper
  a.primary {
  background: var(--white);
  border-radius: 5px;
  padding: 12px 18px;
  color: var(--black);
  border: none;
  margin-right: 16px;
}
.post-content
  .post-upgrade-cta
  .post-upgrade-cta-content
  .post-upgrade-buttons-wrapper
  a.primary:hover {
  background: var(--bright-teal-gradient);
  color: var(--white);
  text-decoration: none;
}
.post-content
  .post-upgrade-cta
  .post-upgrade-cta-content
  .post-upgrade-buttons-wrapper
  a.primary-outline {
  background: none;
  border-radius: 5px;
  padding: 12px 18px;
  color: var(--white);
  border-color: var(--white);
}
.post-content
  .post-upgrade-cta
  .post-upgrade-cta-content
  .post-upgrade-buttons-wrapper
  a.primary-outline:hover {
  border-color: var(--bright-teal-gradient);
  color: var(--bright-teal);
}
.post-content .post-upgrade-cta .post-upgrade-cta-content .cta-sign-in {
  margin-bottom: 0;
}
.post-content .post-upgrade-cta .post-upgrade-cta-content .cta-sign-in small {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  color: var(--white);
}
.post-content .post-upgrade-cta .post-upgrade-cta-content .cta-sign-in small a {
  color: var(--bright-teal);
  font-family: Poppins;
  line-height: 24px;
  text-decoration-line: underline;
}
.row-full-width {
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  max-width: 1192px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
}
.full-width {
  width: 100%;
  text-align: center;
}
.full-width img{
  width: 100%;
  max-width: 1192px;
}
.row-full-width-container {
  background-position: bottom right;
  background-image: url("../svg/vector-bg-bottom-right.svg");
  background-repeat: no-repeat;
  background-color: var(--black);
}
.banner-content {
  display: flex;
  max-width: 1192px;
  margin: auto;
  padding: 80px 0;
}
.banner-content h1{
  margin-bottom: 16px;
}
.banner-content h1 .title{
  color: var(--white);
  position: relative;
}
.banner-content h1 .title:after{
  content: url(../svg/title-decor.svg);
  position: absolute;
  top: -12px;
  right: -114px;
}

.banner-content .excerpt {
  color: var(--white);
  font-family: Poppins, sans-serif;
}
.banner-content h1 .sub-title{
  padding-bottom: 0;
}

.banner-content .left-content {
  width: 720px;
}
.banner-content .right-content {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  position: relative;
}
.banner-content .right-content:after {
  content: url(../svg/banner-right-decor.svg);
  position:absolute;
  bottom: -73px;
  right: 46px;
  z-index: 0;
}
@media (max-width: 500px) {
  .row-full-width-container {
    background-image: url(../index-300.html);
  }
  .banner-content {
    display: block;
    padding: 56px 32px;
  }
  .banner-content .left-content{
    width: auto;
  }
  .banner-content h1 .title:after{
    content: "";
    position: unset;
  }
  .banner-content .right-content:after {
    content: "";
    position: unset;
  }
  .banner-content h1 {
    font-size: 56px;
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 24px;
  }
  .banner-content h1 .title{
    font-size: 56px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -0.04em;
  }
  .banner-content h1 .sub-title{
    font-size: 56px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -0.04em;
  }
}
.page-column-group {
  display: flex;
  gap: 48px;
}
@media (max-width: 500px) {
  .page-column-group {
    flex-direction: column;
    gap: 32px;
  }
}
.page-column-group .page-column {
  flex: 1;
}
.filter-selector-mobile {
  height: 50px;
  width: 143px;
  padding: 12px 12px 12px;
  color: var(--black);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  background: url(../svg/chevron-arrow-down.svg) no-repeat right center !important;
  background-position-x: calc(100% - 6px) !important;
  background-position-y: calc(100% - 20px) !important;
  border: 1px solid var(--black);
  border-radius: 5px;
}
.filter-selector-mobile:focus {
  border-color: var(--black) !important;
}
@media (max-width: 500px) {
  .microsite .btn-group {
    flex-direction: column;
  }
  .microsite .btn-group a {
    align-self: flex-start;
  }
}
.sponsor-cta-section {
  padding-top: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #aeaeae;
}
.sponsor-cta-section p{
  font-family: Poppins, sans-serif;
}
@media (max-width: 500px) {
  .sponsor-cta-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.sponsor-cta-section h3 {
  position: relative;
}
.sponsor-cta-section h3:after {
  content: url(../svg/arrow-right.svg);
  position: absolute;
  right: 115px;
  top: 45px;
}
@media (max-width: 600px) {
  .sponsor-cta-section h3:after {
    content: "";
  }
}
.sponsor-cta-section img {
  height: 48px;
}
.sponsor-cta-section .btn:hover {
  cursor: pointer;
  text-decoration: none;
  background: var(--bright-teal-gradient);
  color: var(--white);
  border-color: var(--bright-teal);
}
.sponsor-slider-section {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .sponsor-slider-section {
    padding-top: 56px;
    padding-bottom: 24px;
  }
}
@media (max-width: 500px) {
  .row-full-width {
    display: none;
  }
}
.post-container.microsite {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.mobile-banner {
  display: none;
}
@media (max-width: 500px) {
  .mobile-banner {
    display: block;
    height: 100px;
    margin-top: 56px;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
  }
}
.filter-option-container p,
.filter-option-container .post-filter-option .post-filter-title,
.post-filter-option .filter-option-container .post-filter-title,
.filter-option-container .post-filter-option .post-filter-label,
.post-filter-option .filter-option-container .post-filter-label,
.filter-option-container .post-filter-option-mobile .post-filter-title,
.post-filter-option-mobile .filter-option-container .post-filter-title,
.filter-option-container .post-filter-option-mobile .post-filter-label,
.post-filter-option-mobile .filter-option-container .post-filter-label {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--black);
  display: block;
  margin-bottom: 8px;
}
.filter-option-container p label,
.filter-option-container .post-filter-option .post-filter-title label,
.post-filter-option .filter-option-container .post-filter-title label,
.filter-option-container .post-filter-option .post-filter-label label,
.post-filter-option .filter-option-container .post-filter-label label,
.filter-option-container .post-filter-option-mobile .post-filter-title label,
.post-filter-option-mobile .filter-option-container .post-filter-title label,
.filter-option-container .post-filter-option-mobile .post-filter-label label,
.post-filter-option-mobile .filter-option-container .post-filter-label label {
  padding-left: 24px;
}
.filter-option-container p [type="radio"]:checked,
.filter-option-container
  .post-filter-option
  .post-filter-title
  [type="radio"]:checked,
.post-filter-option
  .filter-option-container
  .post-filter-title
  [type="radio"]:checked,
.filter-option-container
  .post-filter-option
  .post-filter-label
  [type="radio"]:checked,
.post-filter-option
  .filter-option-container
  .post-filter-label
  [type="radio"]:checked,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-title
  [type="radio"]:checked,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-title
  [type="radio"]:checked,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-label
  [type="radio"]:checked,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-label
  [type="radio"]:checked,
.filter-option-container p [type="radio"]:not(:checked),
.filter-option-container
  .post-filter-option
  .post-filter-title
  [type="radio"]:not(:checked),
.post-filter-option
  .filter-option-container
  .post-filter-title
  [type="radio"]:not(:checked),
.filter-option-container
  .post-filter-option
  .post-filter-label
  [type="radio"]:not(:checked),
.post-filter-option
  .filter-option-container
  .post-filter-label
  [type="radio"]:not(:checked),
.filter-option-container
  .post-filter-option-mobile
  .post-filter-title
  [type="radio"]:not(:checked),
.post-filter-option-mobile
  .filter-option-container
  .post-filter-title
  [type="radio"]:not(:checked),
.filter-option-container
  .post-filter-option-mobile
  .post-filter-label
  [type="radio"]:not(:checked),
.post-filter-option-mobile
  .filter-option-container
  .post-filter-label
  [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  z-index: 99999999999;
}
.filter-option-container p [type="radio"]:checked + label,
.filter-option-container
  .post-filter-option
  .post-filter-title
  [type="radio"]:checked
  + label,
.post-filter-option
  .filter-option-container
  .post-filter-title
  [type="radio"]:checked
  + label,
.filter-option-container
  .post-filter-option
  .post-filter-label
  [type="radio"]:checked
  + label,
.post-filter-option
  .filter-option-container
  .post-filter-label
  [type="radio"]:checked
  + label,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-title
  [type="radio"]:checked
  + label,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-title
  [type="radio"]:checked
  + label,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-label
  [type="radio"]:checked
  + label,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-label
  [type="radio"]:checked
  + label,
.filter-option-container p [type="radio"]:not(:checked) + label,
.filter-option-container
  .post-filter-option
  .post-filter-title
  [type="radio"]:not(:checked)
  + label,
.post-filter-option
  .filter-option-container
  .post-filter-title
  [type="radio"]:not(:checked)
  + label,
.filter-option-container
  .post-filter-option
  .post-filter-label
  [type="radio"]:not(:checked)
  + label,
.post-filter-option
  .filter-option-container
  .post-filter-label
  [type="radio"]:not(:checked)
  + label,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-title
  [type="radio"]:not(:checked)
  + label,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-title
  [type="radio"]:not(:checked)
  + label,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-label
  [type="radio"]:not(:checked)
  + label,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-label
  [type="radio"]:not(:checked)
  + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.filter-option-container p [type="radio"]:checked + label:before,
.filter-option-container
  .post-filter-option
  .post-filter-title
  [type="radio"]:checked
  + label:before,
.post-filter-option
  .filter-option-container
  .post-filter-title
  [type="radio"]:checked
  + label:before,
.filter-option-container
  .post-filter-option
  .post-filter-label
  [type="radio"]:checked
  + label:before,
.post-filter-option
  .filter-option-container
  .post-filter-label
  [type="radio"]:checked
  + label:before,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-title
  [type="radio"]:checked
  + label:before,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-title
  [type="radio"]:checked
  + label:before,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-label
  [type="radio"]:checked
  + label:before,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-label
  [type="radio"]:checked
  + label:before,
.filter-option-container p [type="radio"]:not(:checked) + label:before,
.filter-option-container
  .post-filter-option
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:before,
.post-filter-option
  .filter-option-container
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:before,
.filter-option-container
  .post-filter-option
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:before,
.post-filter-option
  .filter-option-container
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:before,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:before,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:before,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:before,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
}
.filter-option-container p [type="radio"]:checked + label:before,
.filter-option-container
  .post-filter-option
  .post-filter-title
  [type="radio"]:checked
  + label:before,
.post-filter-option
  .filter-option-container
  .post-filter-title
  [type="radio"]:checked
  + label:before,
.filter-option-container
  .post-filter-option
  .post-filter-label
  [type="radio"]:checked
  + label:before,
.post-filter-option
  .filter-option-container
  .post-filter-label
  [type="radio"]:checked
  + label:before,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-title
  [type="radio"]:checked
  + label:before,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-title
  [type="radio"]:checked
  + label:before,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-label
  [type="radio"]:checked
  + label:before,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-label
  [type="radio"]:checked
  + label:before {
  background: #000;
}
.filter-option-container p [type="radio"]:not(:checked) + label:before,
.filter-option-container
  .post-filter-option
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:before,
.post-filter-option
  .filter-option-container
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:before,
.filter-option-container
  .post-filter-option
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:before,
.post-filter-option
  .filter-option-container
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:before,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:before,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:before,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:before,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:before {
  background: #fff;
}
.filter-option-container p [type="radio"]:checked + label:after,
.filter-option-container
  .post-filter-option
  .post-filter-title
  [type="radio"]:checked
  + label:after,
.post-filter-option
  .filter-option-container
  .post-filter-title
  [type="radio"]:checked
  + label:after,
.filter-option-container
  .post-filter-option
  .post-filter-label
  [type="radio"]:checked
  + label:after,
.post-filter-option
  .filter-option-container
  .post-filter-label
  [type="radio"]:checked
  + label:after,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-title
  [type="radio"]:checked
  + label:after,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-title
  [type="radio"]:checked
  + label:after,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-label
  [type="radio"]:checked
  + label:after,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-label
  [type="radio"]:checked
  + label:after,
.filter-option-container p [type="radio"]:not(:checked) + label:after,
.filter-option-container
  .post-filter-option
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:after,
.post-filter-option
  .filter-option-container
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:after,
.filter-option-container
  .post-filter-option
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:after,
.post-filter-option
  .filter-option-container
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:after,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:after,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:after,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:after,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filter-option-container p [type="radio"]:not(:checked) + label:after,
.filter-option-container
  .post-filter-option
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:after,
.post-filter-option
  .filter-option-container
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:after,
.filter-option-container
  .post-filter-option
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:after,
.post-filter-option
  .filter-option-container
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:after,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:after,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-title
  [type="radio"]:not(:checked)
  + label:after,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:after,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-label
  [type="radio"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.filter-option-container p [type="radio"]:checked + label:after,
.filter-option-container
  .post-filter-option
  .post-filter-title
  [type="radio"]:checked
  + label:after,
.post-filter-option
  .filter-option-container
  .post-filter-title
  [type="radio"]:checked
  + label:after,
.filter-option-container
  .post-filter-option
  .post-filter-label
  [type="radio"]:checked
  + label:after,
.post-filter-option
  .filter-option-container
  .post-filter-label
  [type="radio"]:checked
  + label:after,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-title
  [type="radio"]:checked
  + label:after,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-title
  [type="radio"]:checked
  + label:after,
.filter-option-container
  .post-filter-option-mobile
  .post-filter-label
  [type="radio"]:checked
  + label:after,
.post-filter-option-mobile
  .filter-option-container
  .post-filter-label
  [type="radio"]:checked
  + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mobile-pagination-selector {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select .select-selected {
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  width: 62px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--black);
  white-space: nowrap;
}
.custom-select .select-selected:after {
  content: url(../svg/chevron-arrow-down.svg);
  margin-left: 8px;
}
.custom-select .select-items {
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  z-index: 1;
  text-align: center;
  top: 50px;
  border-radius: 5px;
  white-space: nowrap;
}
.custom-select .select-items .selected {
  background: var(--bright-teal-gradient);
  color: var(--white);
  border-color: var(--bright-teal);
}
.custom-select .select-items {
  display: none;
}
.custom-select .select-items.show {
  display: block;
}
.custom-select .select-items div {
  padding: 8px 16px;
  cursor: pointer;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  border: 1px solid #d4d4d4;
  height: 41px;
}
.custom-select .select-items div:first-of-type {
  border-radius: 5px 5px 0px 0px;
}
.custom-select .select-items div:last-of-type {
  border-radius: 0px 0px 5px 5px;
}
.custom-select .selected {
  font-weight: bold;
}
.btn {
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  border-radius: 5px;
  padding: 12px 18px;
  cursor: pointer;
  text-align: center;
}
.custom-button-container a.custom-button, .custom-snippet-button-container4 a.custom-snippet-button4 {
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  border-radius: 5px;
  padding: 12px 18px;
  cursor: pointer;
  text-align: center;
  background: var(--bright-teal-gradient);
}
.custom-button-container a.custom-button:hover, .custom-snippet-button-container4 a.custom-snippet-button4:hover {
  background: var(--black);
}
.btn.btn-secondary {
  background: var(--black);
  color: var(--white);
}
.btn.btn-secondary:hover {
  background: var(--bright-teal-gradient);
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}
.btn.btn-primary {
  background: var(--white);
  color: var(--black);
}
.btn.btn-primary:hover {
  background: var(--bright-teal-gradient);
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
}
.btn.btn-tertiary {
  background: var(--bright-teal-gradient);
  color: var(--white);
  text-decoration: none;
}
.btn.btn-tertiary:hover {
  background: var(--black);
}
.btn.btn-primary-outline {
  background: none;
  border: 1px solid var(--white);
  color: var(--white);
}
.btn.btn-primary-outline:hover {
  background: none;
  border: 1px solid var(--bright-teal);
  color: var(--bright-teal);
  text-decoration: none;
  cursor: pointer;
}
.btn.btn-outline {
  background: none;
  border: 1px solid var(--black);
  color: var(--black);
}
.btn.btn-outline:hover {
  color: var(--bright-teal) !important;
  background: none !important;
  border: 1px solid var(--bright-teal);
  cursor: pointer;
  text-decoration: none;
}
.btn.btn-outline-white {
  background: none;
  border: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
}
.btn.btn-outline-white:hover {
  background: var(--bright-teal-gradient);
  border: 1px solid var(--bright-teal);
}
.btn.btn-hover-white:hover {
  background: var(--white) !important;
  color: var(--black) !important;
}
.btn.btn-outline-white.hover-no-bg:hover {
  background: none;
  color: var(--bright-teal);
  border: 1px solid var(--bright-teal);
}
.btn.btn-outline-white-coral {
  background: var(--white);
  position: relative;
  z-index: 1;
  color: unset !important;
  text-decoration: none;
  height: 41px;
}
.btn.btn-outline-white-coral::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 5px;
  z-index: -1;
  height: 39px;
}
.btn.btn-outline-white-coral::after {
  content: attr(data);
  font-size: 14px;
  background: var(--white);
  -webkit-background-clip: text !important;
  color: transparent;

}
.btn.btn-outline-white-coral:hover {
  background: var(--bright-teal-gradient);
}
.btn.btn-outline-white-coral:hover::before {
  background-color: #171E1D;
}
.btn.btn-black-bg:hover::before {
  background-color: var(--black);
}
.btn.btn-outline-white-coral:hover::after {
  background: var(--bright-teal-gradient);
}
.btn.btn-outline-coral {
  background: var(--bright-teal-gradient);
  position: relative;
  z-index: 1;
  color: unset !important;
  text-decoration: none;
}
.btn.btn-outline-coral::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 5px;
  background-color: var(--white);
  z-index: -1;
  
}
.btn.btn-dark-bg::before {
  background-color: #171E1D;
}
.btn.btn-black-bg::before {
  background-color: var(--black);
}
.btn.btn-outline-coral::after {
  content: attr(data);
  font-size: 14px;
  background: var(--bright-teal-gradient);
  -webkit-background-clip: text;
  color: transparent;
  
}
.btn.btn-outline-coral:hover::after {
  color: var(--white) !important;
}
.btn.btn-outline-coral:hover::before {
  background: none;
}

.btn.s-btn-black-bg::before {
  background-color: var(--black);
}
.btn-group {
  display: flex;
  gap: 16px;
}

.db {
  display: block;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-bottom: 0 !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-8 {
  margin-bottom: 8px;
}

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

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-16 {
  margin-top: 16px;
}

.pt-0 {
  padding-top: 0 !important;
}

.nb {
  border: none !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.bb-1 {
  border-bottom: 1px solid #AEAEAE;
}

@media (max-width: 600px) {
  .pb-40 {
    padding-bottom: 56px !important;
  }
  .s-pb-390 {
    padding-bottom: 390px !important;
  }
  .s-pt-28 {
    padding-top: 28px !important;
  }
  .s-pb-28 {
    padding-bottom: 28px !important;
  }
  .s-no-mb {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 557px) and (max-width: 600px) {
  .m-pb-480 {
    padding-bottom: 480px !important;
  }
}

.w-799 {
  width: 799px !important;
}

.w-full {
  width: 100%;
}

.h-48 {
  height: 48px !important;
}

.h-72 {
  height: 72px;
}

.h-119 {
  height: 119px;
}

.h-full {
  height: 100%;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-neg-20 {
  margin-bottom: -20px !important;
}

.mt-neg-2 {
  margin-top: -2px;
}

.mt-neg-1 {
  margin-top: -1px;
}

.align-items-end {
  align-items: flex-end;
}

.space-between {
  justify-content: space-between;
}

.col-group {
  display: flex;
}

@media (max-width: 600px) {
  .col-group {
    flex-direction: column;
  }
  .align-items-end {
    align-items: flex-start;
  }
  .s-mb-24 {
    margin-bottom: 24px !important;
  }
}

.post-content-container .post-content > ul > li, .post-content-container .post-content > ol > li, .post-content-container .post-content > ol > ul > li{
  font-family: EB Garamond !important;
  font-size: 22px;
  color: var(--black);
  margin: 0;
}
.post-content-container .post-content > ul > li a, .post-content-container .post-content > ol > li a{
  color: var(--bright-teal);
}
/* .post-content-container .post-content > ul > li a:hover, .post-content-container .post-content > ol > li a:hover{
  color: var(--bright-teal);
} */
.post-content-container .post-content > ul, .post-content-container .post-content > ol{
  display: block;
  margin-left: 24px !important;
}
.post-in-post-ad-custom {
  display: block;
  margin-bottom: 24px;
}
.post-in-post-ad-custom img{
  width: 100%;
  height: auto;
}

@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.loading {
  position: relative;
  background-color: #f5f5f5;
  border: unset !important;
  overflow: hidden;
}
/* .loading:before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
} */

.loading::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  animation: 2s loading linear 0.5s infinite;
  background: linear-gradient(90deg, transparent, #ededed, transparent);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 1;
}

.post-content .kg-btn.kg-btn-accent {
  background-color: var(--black);
  padding: 12px 18px;
  color: var(--white);
  border-radius: 5px;
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.post-content .kg-btn.kg-btn-accent:hover {
  background: var(--bright-teal-gradient);
}

.header-group {
  display: flex;
  justify-content: space-between;
}

.header-group a {
  align-self: flex-start;
}

.product__case__featured .product__case__column .header-group img {
  width: unset;
  height: unset;
}

.post-filter-label .tag-with-color .tag-color {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border-radius: 56px;
  display: inline-block;
  background-color: var(--bright-teal);
}

#seeMore {
  margin-top: 40px;
  text-align: center;
}

.download-btn, .download-btn-slider {
  cursor: pointer;
}

.post-card-meta.locked {
  padding: 6px 24px 6px 24px !important;
  justify-content: center;
  background-color: var(--black);
  border-radius: 0px 0px 12px 12px;
}

.post-card-meta.locked a{
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.post-card-excerpt {
  padding-right: 0;
}

.no-downloadable {
  border-radius: 5px !important;
  background: var(--white) !important;
  color: var(--black) !important;
}

.no-downloadable:hover {
  background: var(--white) !important;
  color: var(--black) !important;
}

.post-card .card-modal-overlay, .product__case__column .card-modal-overlay-slider{
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.product__case__column .card-modal-overlay-slider {
  top: 0;
}

.post-card .card-modal-overlay.show, .product__case__column .card-modal-overlay-slider.show {
  display: flex;
}

.post-card .card-modal {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.post-card .card-modal a, .product__case__column .card-modal a{
  padding: 12px 18px;
  color: var(--black);
  width: 100%;
  text-align: center;
  background: var(--white);
  text-decoration: none;
}

.product__case__column .card-modal a {
  border-radius: 5px;
  text-wrap: nowrap;
}

.product__case__column .card-modal {
  display: flex;
  gap: 6px;
}

.post-card .card-modal a:first-of-type{
  border-radius: 5px 5px 0 0;
}

.post-card .card-modal a:last-of-type{
  border-radius: 0 0 5px 5px;
}

.post-card .card-modal a:hover, .product__case__column .card-modal a:hover{
  color: var(--white);
  background: var(--bright-teal-gradient);
}

.aspect-16-9 {
  position: relative; /* This is important for the absolutely positioned child */
  width: 100%; /* Adjust as necessary */
  padding-top: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625 * 100) */
  overflow: hidden; /* Hide any overflow */
}

.aspect-16-9 iframe{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .microsite-page .banner-content {
    padding: 56px 32px;
  }
  .microsite-page .banner-content .btn{
    white-space: nowrap;
  }
  
  .microsite-page .sponsor-cta-section h3:after {
    display: none;
  }
  
  .microsite-page .wrap-content {
    padding-left: 32px;
    padding-right: 32px;
  }
  .microsite-page .micro-post-result {
    grid-template-columns: repeat(3, 1fr);
  }
  .microsite-page .banner-content h1 .title, .microsite-page .banner-content h1 .sub-title {
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -0.04em;
  }
  .microsite-page .banner-content h1 .title {
    line-height: 58px;
  }

  .microsite-page .banner-content h1 .sub-title {
    line-height: 52px;
  }

  .post-container-row .post-container-filter .micro-post-filter {
    font-size: 13px;
  }

  .microsite-page .post-secondary-tag {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 209px;
  }

  .marketers-list .marketer-card .instructor-profile {
    height: 100%;
  }
}

.info-icon img {
  cursor: help;
  width: 15px;
}

/* Marketer section */

.marketers-section {
  background-color: var(--black);
  background-image: url(../svg/eclipse-left.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.marketers-section.bg-white {
  background-color: var(--white);
}

.marketers-section .marketers-content {
  max-width: 1192px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.marketers-section .marketers-content h2{
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--white);
}

.marketers-section .btn{
  display: inline-block;
  margin-top: 24px;
  align-self: flex-end;
}

.marketers-section .btn:hover {
  background: none;
  color: var(--bright-teal);
}

.marketers-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.marketers-section.bg-white .marketer-card {
  background-color:#F5F3ED;
}

.marketers-section.bg-white .marketers-content h2 {
  color: var(--black);
}

.marketers-list .marketer-card {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: var(--white);
  border-radius: 12px;
  cursor: pointer;
}

.marketers-list .marketer-card .instructor-profile {
  width: 100%;
  height: 266px;
  border-radius: 12px;
}

.marketers-list .marketer-card .instructor-logo {
  height: 48px;
  align-self: flex-start;
}

.marketers-list .marketer-card:hover p:after{
  right: -8px;
  filter: invert(51%) sepia(33%) saturate(5958%) hue-rotate(329deg) brightness(101%) contrast(100%);
}

.marketers-list .marketer-card p{
  margin-bottom: 0;
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.marketers-list .marketer-card p:after{
  position: absolute;
  top: 30%;
  right: 0;
  content: url("../index-301.html");
  filter: invert(78%) sepia(9%) saturate(17%) hue-rotate(358deg) brightness(88%) contrast(91%);
}

.limit-display .marketer-card:nth-child(n+7) {
  display: none;
}

.marketer-card .asana {
  width: 127px;
}

.marketers-section .title-with-cta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.marketers-section .title-with-cta h2{
  margin-bottom: 0;
}

.marketers-section .title-with-cta .btn {
  margin-top: 0;
}

.marketers-section .title-with-cta .btn-primary:hover {
  background: var(--bright-teal-gradient);
  color: var(--white);
}

/* Partnerhip section */

.partners-ratings {
  background-color: var(--black);
  text-align: center;
  padding-bottom: 80px;
}

.partners-ratings.bg-white {
  background-color: var(--white);
}

.partners-ratings.bg-white p{
  color: var(--black);
}

.partners-ratings p {
  color: var(--white);
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.partners-ratings .logos {
  display: flex;
  gap: 221.25px;
  justify-content: center;
}

/*Slider Section*/

.slider-section {
  background-color: var(--black);
  padding: 64px 0;
  background-image: url("../index-302.html");
  background-position: bottom right;
  background-repeat: no-repeat;
}

.slider-section.bg-white {
  background-color: var(--white);
}

.slider-section.bg-white .slide-item .slide-content p{
  color: var(--black);
}

.slider-section.bg-white .slide-item .slide-content img.testimonial-logo {
  filter: invert(0.85) sepia(1) saturate(5) hue-rotate(170deg) brightness(0.5) contrast(1);
}

.slider-section .slide-item{
  width: 100%;
}

.slider-section .slider-content {
  max-width: 1192px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider-section.bg-white .slider-controller > a{
  filter: invert(0.85) sepia(1) saturate(5) hue-rotate(170deg) brightness(0.5) contrast(1);
}

.slider-section .slide-item {
  width: 1192px;
  display: flex;
  gap: 80px;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  align-items: center;
}

.slider-section .slide-item.active {
  max-height: 100%;
  visibility: visible;
  opacity: 1;
}

.slider-section .slide-item .author-img{
  width: 404px;
  min-width: 404px;
  height: 369px;
  background-size: cover;
  background-repeat: no-repeat;
  align-self: center;
  border-radius: 5px;
}

.slider-section .slide-item p{
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.slider-section .slide-item .slide-content p{
  color: var(--white);
}

.slider-section .slide-item .slide-content img{
  width: 404px;
}

.slider-section .slide-item .slide-content img.testimonial-logo {
  display: block;
  height: 48px;
  width: auto;
}

.slider-section .slide-content {
  padding-right: 165px;
}

.slider-section .slider-controller {
  display: flex;
  gap: 62px;
  position: absolute;
  right: 0;
  top: 50%;
}

.text-black-underline {
  color: var(--black);
  text-decoration: underline;
}

.slider-section .slider-controller a{
  cursor: pointer;
}

/*Logo partners*/

.logo-partners.bg-black {
  background-color: var(--black);
}

.logo-partners.bg-black .content-wrap {
  padding: 48px 0;
  margin: auto;
  text-align: center;
}

.group-logo-grid.six-per-row {
  grid-template-columns: repeat(6, 11%);
}

.group-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 11%);
  justify-content: center;
  /* column-gap: 35px; */
  row-gap: 24px;
  justify-items: center;
}

.logo-partners.bg-black p {
  color: var(--white);
}

@media (max-width: 600px) {
  .marketers-list .marketer-card .instructor-profile {
    height: 100%;
  }
}

.custom-snippet-image1 {
  max-width: 45%;
}
  
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .custom-snippet-text1, .custom-snippet-text2 {
    max-width: 100%;
    padding-left: 0 !important;
  }
  .custom-snippet-wrapper1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
  } 
}

.custom-snippet-image1 img {
    border-radius: 12px;
}

/* Tables */

.post-full-content table, .post-content table {
  display: inline-block;
  overflow-x: auto;
  margin: 0.5em 0 2.5em;
  max-width: 100%;
  width: auto;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1.6rem;
  white-space: nowrap;
  vertical-align: top;
}

.post-full-content table, .post-content table  {
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-attachment: scroll, scroll;
  background-size: 10px 100%, 10px 100%;
  background-repeat: no-repeat;
}


.post-full-content table th, .post-content table th {
  color: var(--darkgrey);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
  background-color: color(var(--whitegrey) l(+4%));
}


.table-outer-container {
  overflow: auto;
  padding: 4rem 0;
}

.post-full-content .table-inner-container, .post-content .table-inner-container {
  display: inline-table !important;
  border: none;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  background: none;
  margin: 0 auto;
  white-space: unset !important;
}


.post-full-content .table-header-row th, .post-content .table-header-row th {
  font-family: "Poppins";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  color: #15171a;
  line-height: normal;
  letter-spacing: 0.15px;
  padding-bottom: 16px;
  padding-right: 15px;
  border-bottom: 1px solid #c5d2d9;
  height: 48px;
  background-color: transparent !important;
  vertical-align: baseline;
}

.post-full-content .custom-table-row, .post-content .custom-table-row {
  height: 60px;
  white-space: initial;
}

.post-full-content .custom-table-row:nth-child(odd), .post-content .custom-table-row:nth-child(odd) {
  background-color: #e5eff5;
}

.post-full-content .custom-table-data, .post-full-content .custom-content-table-data, .post-content .custom-table-data, .post-content .custom-content-table-data {
  padding-left: 16px;
  overflow: hidden;
  overflow-wrap: break-word;
  margin: 0;
  font-family: "Poppins";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.post-full-content .custom-table-data span, .post-full-content .custom-content-table-data span, .post-content .custom-table-data span, .post-content .custom-content-table-data span {
  font-weight: 500;
  letter-spacing: 0.1px;
font-family: Poppins;
font-size: 1.8rem;
font-style: normal;
line-height: 24px;

}

.post-full-content .empty-first-row, .post-content .empty-first-row {
  height: 24px;
}

@media(max-width: 768px) {

  .table-outer-container {
    padding: 2rem 0;
  }

  .post-full-content .table-header-row th, .post-content .table-header-row th {
    padding-right: 15px;
  }

  .post-full-content .table-inner-container, .post-content .table-inner-container {
    display: inline-table !important;
    border: none;
    border-collapse: collapse;
    width: fit-content;
    table-layout: auto;
    background: none;
    white-space: unset;
  }

  .post-full-content .custom-table-data, .post-full-content .custom-content-table-data, .post-content .custom-table-data, .post-content .custom-content-table-data {
    padding: 5px 0 5px 5px;
    overflow: hidden;
    overflow-wrap: break-word;
  }

  .custom-content-table-data ul li {
    word-break: normal !important;
  }
}