@font-face {
  font-family: 'Feijoa-Bold';
  src: url("/hc/theming_assets/01JWE4ZXAEF08V23N883WSTC19");
}

@font-face {
  font-family: 'Feijoa-Medium';
  src: url("/hc/theming_assets/01JWE52MHNR2BW5FBHG570107M");

}
@font-face {
  font-family: 'Feijoa-Display';
  src: url("/hc/theming_assets/01JWE54AMMHZYHS0T80FK2BTKN");
 
}

@font-face {
  font-family: 'Sohne Regular';
  src: url('/hc/theming_assets/01JWE5M64V2XAZ33P5T4R06K4H');
}
 @font-face {
  font-family: 'Sohne medium';
  src: url('/hc/theming_assets/01JWE5DWTRXQ8NQRAV04P64ADJ');
}


@charset "utf-8";

.fa-icon,
blockquote:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/**********
 Variables
 **********/
body {
    /* Text */
    --text-font-family: 'Nunito', sans-serif;
    --heading-font-family: 'Noto serif', serif;
    --text-font-size: 15px;
    --text-font-size-large: calc(15px + 2px);
    --heading-1-font-size: 38px;
    --heading-2-font-size: 32px;
    --heading-3-font-size: 24px;
    --heading-4-font-size: 20px;
    --heading-5-font-size: 15px;
    --heading-6-font-size: calc(15px - 2px);
    /* Other */
    --border-radius-base: 16px;
    --border-radius-small: calc(16px / 2);
    --border-radius-button: 50px;
    --logo-height: 33px;
    /* Assets */
    --assets-check-svg: url(/hc/theming_assets/01JY0TZRKVXMRPBHGFJMMGZY4M);
    --assets-circle-svg: url(/hc/theming_assets/01JY0TZRKXZZH89Z5ECRBWEZ8R);
}

/**********
 Light mode
 **********/
body {
    --primary-color: rgba(83, 40, 103, 1);
    --secondary-color: rgba(166, 120, 194, 1);
    --primary-bg-color: rgba(246, 243, 237, 1);
    --primary-bg-color-always: rgba(246, 243, 237, 1);
    --secondary-bg-color: rgba(255, 255, 255, 1);
    --secondary-bg-color-always: rgba(255, 255, 255, 1);
    --primary-text-color: rgba(83, 40, 103, 1);
    --secondary-text-color: rgba(58, 59, 71, 0.88);
    --link-color: rgba(166, 120, 194, 1);
    --border-color: rgba(166, 120, 194, 1);
    --info-color: rgba(83, 40, 103, 1);
    --success-color: rgba(166, 120, 194, 1);
    --warning-color: rgba(250, 171, 82, 1);
    --danger-color: rgba(181, 52, 0, 1);
    --primary-color-light-hover: #411f51;
    --primary-color-hover: #2f173b;
    --primary-color-active: #271330;
    --secondary-color-hover: #8a4fae;
    --secondary-color-active: #824aa4;
    --secondary-bg-color-hover: #f5f5f5;
    --secondary-bg-color-active: #f0f0f0;
    --secondary-text-color-hover: rgba(49,50,60,0.88);
    --secondary-text-color-active: rgba(44,45,54,0.88);
    --link-color-hover: #8a4fae;
    --link-color-active: #824aa4;
    --bg-image-opacity: 0.5;
    --bg-image-opacity-dark: 0.5;
    --bg-image-color: var(--primary-text-color);
}

.layout--style-filled .section:nth-child(even),
.layout--style-invert .section:nth-child(odd),
.section--secondary {
    /* Invert colors */
    --primary-bg-color: rgba(255, 255, 255, 1);
    --secondary-bg-color: rgba(246, 243, 237, 1);
}

/*********
 Dark mode
 *********/
.ui-dark body {
    /* UI dark colors */
    --primary-color: rgba(246, 243, 237, 1);
    --secondary-color: rgba(166, 120, 194, 1);
    --primary-bg-color: rgba(83, 40, 103, 1);
    --primary-bg-color-always: rgba(83, 40, 103, 1);
    --secondary-bg-color: rgba(246, 243, 237, 1);
    --secondary-bg-color-always: rgba(246, 243, 237, 1);
    --primary-text-color: rgba(83, 40, 103, 1);
    --secondary-text-color: rgba(166, 120, 194, 1);
    --link-color: rgba(246, 243, 237, 1);
    --border-color: rgba(166, 120, 194, 1);
    --info-color: rgba(83, 40, 103, 1);
    --success-color: rgba(166, 120, 194, 1);
    --warning-color: rgba(250, 171, 82, 1);
    --danger-color: rgba(181, 52, 0, 1);
    --primary-color-light-hover: #fff;
    --primary-color-hover: #fff;
    --primary-color-active: #fff;
    --secondary-color-hover: #c2a2d5;
    --secondary-color-active: #c9adda;
    --secondary-bg-color-hover: #fff;
    --secondary-bg-color-active: #fff;
    --link-color-hover: #fff;
    --link-color-active: #fff;
    --bg-image-opacity: 0.5;
    --bg-image-opacity-dark: 0.75;
    --bg-image-color: var(--primary-bg-color);
}

.ui-dark .layout--style-filled .section:nth-child(even),
.ui-dark .layout--style-invert .section:nth-child(odd),
.ui-dark .section--secondary {
    /* Invert colors */
    --primary-bg-color: rgba(246, 243, 237, 1);
    --secondary-bg-color: rgba(83, 40, 103, 1);
}

/***********
 Base styles
 ***********/
*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
html {
    min-height: 100vh;
}

[dir] body,
[dir] html {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--text-font-family);
    font-size: var(--text-font-size);
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-text-color);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

[dir] body {
    background-color: var(--secondary-bg-color);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: var(--link-color);
    text-decoration: none;
}

a:hover {
    color: var(--link-color-hover);
}

a:active,
a.is-active {
    color: var(--link-color-active);
}

[dir] a.is-disabled {
    cursor: default;
}

a.is-disabled,
a.is-disabled:hover,
a.is-disabled:active,
a.is-disabled.is-active {
    color: var(--secondary-text-color);
}

[dir] a,
[dir] button,
[dir] [type=submit],
[dir] [type=button],
[dir] [type=reset] {
    cursor: pointer;
}

a,
input,
button,
select,
textarea,
label {
    transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus,
label:focus {
    outline: none;
}

a.focus-visible,
input.focus-visible,
button.focus-visible,
select.focus-visible,
textarea.focus-visible,
label.focus-visible {
    outline: auto 5px -webkit-focus-ring-color;
}

[dir] figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/********
 Headings
 ********/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font-family);
    font-weight: 700;
}

h1,
.h1 {
    font-size: var(--heading-2-font-size);
    line-height: 1.2;
}

[dir] h1,
[dir] .h1 {
    margin: 0 0 1.2em;
}

[dir] .markdown h1,
[dir] .markdown .h1 {
    margin-top: 1.2em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    h1,
    .h1 {
        font-size: var(--heading-1-font-size);
        line-height: 1.1;
    }

    [dir] h1,
    [dir] .h1 {
        margin: 0 0 1em;
    }

    [dir] .markdown h1,
    [dir] .markdown .h1 {
        margin-top: 1em;
    }
}

h2,
.h2 {
    font-size: var(--heading-3-font-size);
    line-height: 1.3;
}

[dir] h2,
[dir] .h2 {
    margin: 0 0 1.3em;
}

[dir] .markdown h2,
[dir] .markdown .h2 {
    margin-top: 1.3em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    h2,
    .h2 {
        font-size: var(--heading-2-font-size);
        line-height: 1.2;
    }

    [dir] h2,
    [dir] .h2 {
        margin: 0 0 1.2em;
    }

    [dir] .markdown h2,
    [dir] .markdown .h2 {
        margin-top: 1.2em;
    }
}

h3,
.h3 {
    font-size: var(--heading-4-font-size);
    line-height: 1.4;
}

[dir] h3,
[dir] .h3 {
    margin: 0 0 1.4em;
}

[dir] .markdown h3,
[dir] .markdown .h3 {
    margin-top: 1.4em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    h3,
    .h3 {
        font-size: var(--heading-3-font-size);
        line-height: 1.3;
    }

    [dir] h3,
    [dir] .h3 {
        margin: 0 0 1.3em;
    }

    [dir] .markdown h3,
    [dir] .markdown .h3 {
        margin-top: 1.3em;
    }
}

h4,
.h4 {
    font-size: var(--heading-4-font-size);
    line-height: 1.4;
}

[dir] h4,
[dir] .h4 {
    margin: 0 0 1.4em;
}

[dir] .markdown h4,
[dir] .markdown .h4 {
    margin-top: 1.4em;
}

h5,
.h5 {
    font-size: var(--heading-5-font-size);
    line-height: 1.5;
}

[dir] h5,
[dir] .h5 {
    margin: 0 0 1.5em;
}

[dir] .markdown h5,
[dir] .markdown .h5 {
    margin-top: 1.5em;
}

h6,
.h6 {
    font-size: var(--heading-6-font-size);
    line-height: 1.5;
}

[dir] h6,
[dir] .h6 {
    margin: 0 0 1.5em;
}

[dir] .markdown h6,
[dir] .markdown .h6 {
    margin-top: 1.5em;
}

/**********************
 Other default elements
 *********************/
[dir] p,
[dir] ul,
[dir] ol,
[dir] dl,
[dir] pre,
[dir] table,
[dir] blockquote {
    margin: 1.5em 0 1.5em;
}

[dir] li {
    margin: 0.75em 0 0.75em;
}

small,
.small {
    font-size: var(--heading-6-font-size);
}

[role="main"] {
    flex-grow: 1;
    position: relative;
}

hr {
    display: block;
    height: 0;
}

[dir] hr {
    border: 0;
    border-top: 1px solid var(--border-color);
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

pre {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    color: var(--primary-bg-color);
}

[dir] pre {
    padding: 8px 16px;
    border-radius: var(--border-radius-base);
    background-color: var(--primary-text-color);
}

.ui-dark pre {
    color: var(--secondary-text-color);
}

[dir].ui-dark pre {
    background-color: var(--secondary-bg-color);
}

blockquote {
    display: block;
    position: relative;
    z-index: 2;
}

[dir=ltr] blockquote {
    padding-left: 16px;
    border-left: 1px solid var(--border-color);
}

[dir=rtl] blockquote {
    padding-right: 16px;
    border-right: 1px solid var(--border-color);
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir=ltr] blockquote {
        padding-left: 24px;
    }

    [dir=rtl] blockquote {
        padding-right: 24px;
    }
}

@media only screen and (min-width: 980px) {
    [dir=ltr] blockquote {
        padding-left: 32px;
    }

    [dir=rtl] blockquote {
        padding-right: 32px;
    }
}

blockquote:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -4px;
    font-size: 60px;
    color: var(--secondary-bg-color);
}

[dir=ltr] blockquote:before {
    left: 8px;
}

[dir=rtl] blockquote:before {
    right: 8px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
    [dir=ltr] blockquote:before {
        left: 12px;
    }

    [dir=rtl] blockquote:before {
        right: 12px;
    }
}

@media only screen and (min-width: 980px) {
    [dir=ltr] blockquote:before {
        left: 16px;
    }

    [dir=rtl] blockquote:before {
        right: 16px;
    }
}

.list-unstyled {
    list-style: none;
}

[dir=ltr] .list-unstyled {
    padding-left: 0;
}

[dir=rtl] .list-unstyled {
    padding-right: 0;
}

dl.details {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
}

[dir] dl.details {
    margin-bottom: 32px;
}

dl.details > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

dl.details > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

dl.details > dt {
    font-weight: 700;
}

[dir] dl.details > dt {
    margin-bottom: 12px;
}

[dir=ltr] dl.details > dt {
    margin-right: 8px;
}

[dir=rtl] dl.details > dt {
    margin-left: 8px;
}

[dir] dl.details > dd {
    margin-bottom: 12px;
}

dl.details > div {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
}

[dir] dl.details > div {
    margin-bottom: 12px;
}

dl.details--type-2 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

[dir] dl.details--type-2 {
    margin-bottom: 0;
}

dl.details--type-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

dl.details--type-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

dl.details--type-2 > dd {
    color: var(--secondary-text-color);
}

@media only screen and (min-width: 980px), only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    [dir=ltr] dl.details--type-2 > dd {
        text-align: right;
    }

    [dir=rtl] dl.details--type-2 > dd {
        text-align: left;
    }
}

.text-secondary {
    font-size: var(--heading-6-font-size);
    line-height: 1.5;
    color: var(--secondary-text-color);
}

/******
 Tables
 ******/
.table-container {
    display: block;
    width: 100%;
    overflow-x: auto;
}

[dir] .table-container {
    border: 1px solid var(--border-color);
}

.table-container table:not(.pika-table) {
    width: calc(100% + 3px);
    max-width: calc(100% + 3px);
}

[dir] .table-container table:not(.pika-table) {
    margin: -1px;
}

table:not(.pika-table) {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table:not(.pika-table) thead {
    font-weight: 700;
}

[dir] table:not(.pika-table) thead {
    background-color: var(--secondary-bg-color);
}

[dir] table:not(.pika-table) tfoot {
    background-color: var(--secondary-bg-color);
}

table:not(.pika-table) thead,
table:not(.pika-table) tbody,
table:not(.pika-table) tfoot {
    width: 100%;
    max-width: 100%;
}

[dir=ltr] table:not(.pika-table) th {
    border-left: 1px solid var(--border-color);
}

[dir=rtl] table:not(.pika-table) th {
    border-right: 1px solid var(--border-color);
}

[dir] table:not(.pika-table) td {
    padding: 8px;
    border: 1px solid var(--border-color);
}

/*******
 Iframes
 *******/
.iframe {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
}

.iframe iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

[dir=ltr] .iframe iframe {
    left: 0;
}

[dir=rtl] .iframe iframe {
    right: 0;
}






/*  Custom CSS  */

[dir] .header--style-2 .header__container{
  
  background-color: #DBD3F2 !important; 
}

[dir] .welcome--style-2 .welcome__section {
  background-color: #DBD3F2 !important; 
}
[dir].ui-light .welcome--style-2 .welcome__section:after{
    background-color: #DBD3F2 !important; 
  
}

.header__logo img {
    height: auto !important;
}

.header__custom-links{
     display: flex;
    gap: 28px;
    text-transform: uppercase;
  
}
.header__custom-links a {
  font-family: 'Sohne Regular';
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #532867;
 
}

.header__custom-links a:hover {
  color: #532867 !important;
}

.auth-buttons .btn {
  padding: 12px 32px !important;
  border-radius: 38px !important;
  border: 1px solid #532867 !important;
  font-family: 'Sohne medium';
  font-weight: 500;
  font-size: 14px !important;
  letter-spacing: 2.8px !important; 
  color: #532867;
  text-transform: uppercase; 
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.auth-buttons .btn:hover {
  background-color: #532867;
  color: #fff;
}

.welcome__custom .container.welcome__container {
    max-width: 1204px;
}
@media only screen and (min-width: 980px) {
    [dir=ltr] .welcome--type-3 .welcome__content {
        margin-right: 30px !important;;
    }
.welcome--type-3 .welcome__content{
  width: 51% !important;
}
}


 .welcome__content h1{
  margin-bottom: 28px !important;
  font-family: 'Feijoa-Bold';
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -1.1%;
  color: #532867 !important;

}

.welcome__content h1 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.welcome__content h1 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 147px;
  height: 81px;
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg width='147' height='81' viewBox='0 0 147 81' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M19.1754 0.297881C15.728 0.821558 12.3285 2.39962 9.0712 4.98836C6.56725 6.55322 4.34306 9.83245 2.70833 14.3693C-0.363884 23.8116 -0.172747 39.0481 0.209574 52.3838C0.728437 70.2873 1.25188 43.6435 1.77985 61.5471C1.9437 67.2492 2.24411 73.8098 3.75974 76.8754C4.77201 78.7032 6.05526 79.6016 7.35082 79.3893C12.5668 79.9105 126.45 80.401 131.666 80.9222C136.145 81.3513 141.511 80.3703 143.791 68.5061C144.519 64.0532 144.951 59.3844 145.075 54.6493C146.305 28.968 146.947 47.7094 147 21.8803C147 16.7299 146.918 10.9358 145.635 7.59421C144.98 6.06376 144.14 4.99791 143.218 4.52853C138.166 0.941688 24.3094 -0.591162 19.1617 0.205914' fill='%23F6F3ED'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width:567px) {
.welcome__content h1 span::before {
    top: -2px;
    left: -3px;
    width: 147px;
    height: 33px;
}
}

.welcome__content .search {
  height: 44px;
  display: flex !important;
  gap: 12px;
  align-items: center;
}

.welcome__content .search input[type="submit"] {
  position: static;
  padding: 11px 32px 12px 32px;
  border-radius: 38px;
  font-family: 'Sohne medium';
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.2em;
  border: none;
  box-sizing: border-box;
  text-transform: uppercase;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.welcome__content .search input[type="search"] {
   min-height: 44px !important;;
   padding: 5px 14px !important;
   border-radius: 8px !important;
   outline: none;
   box-sizing: border-box;
   font-family: 'Sohne Regular';
}
.helpers-custom .container{
  max-width: 1204px;
}

.helpers-custom{
  padding:80px 0 !important;
  border: none !important;
	border-top:none  !important;
  background-color: #F6F3ED !important;
}
@media (max-width: 767px) {
  .helpers-custom{
  padding:40px 0 !important;
}
    }
.helpers--type-1 .helpers__icon img, .helpers--type-1 .helpers__icon svg{
    width: 100%  !important;;
    height: 100%  !important;;
    max-width: 100%  !important;
}
.helpers--type-1 .helpers__icon{
    height: auto  !important;
    width: 235px  !important;
    background-color: transparent !important;
    margin-bottom: 16px !important;
}


[dir] .helpers--type-1 .helpers__icon{
    position: static !important;
    background-color: transparent !important;
}

.helpers--type-1 .helpers__title {
    font-family: 'Feijoa-Bold';
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 24px  !important;
}

.helpers__description {
font-family: 'Sohne Regular';
font-weight: 300;
font-size: 20px;
color:#532867 !important;
}
.custom-columns-gap{
 justify-content: space-between;
}
.tab-custom{
	max-width: 282px !important;
}

.custom-knowledge-section .container {
    max-width: 1204px;
}
    [dir] .sections__item:first-child {
        margin-top: 80px!important;
    }
 [dir] .sections__item{
        margin-top: 60px!important;
    }
.section.section--padding.knowledge.knowledge--type-1.custom-knowledge-section {
  padding:80px 0;
   background-color:#EFEDFA;
   border:none;
}

.tab-custom .categories__title {
   font-family: 'Sohne Regular';
      font-weight: 300;
  font-size: 20px; 
  color:#532867 !important; 
}
.tab-custom a.knowledge__nav-link.is-open.is-active .categories__title{
    font-weight: 500;
    font-family:'Sohne medium';
}
.tab-custom a.knowledge__nav-link:first-child {
  padding-top: 0 !important;
}
.tab-custom a.knowledge__nav-link{
     position: relative;
    margin-top: 0 !important; 
  padding-top: 20px;
    padding-bottom: 20px;
  
}
.tab-custom a.knowledge__nav-link:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D5CAD2;
    bottom: 0;
}

.custom-knowledge-section .sections__item .categories__title{
  text-transform: capitalize;
  padding-bottom: 20px !important;
  font-family: 'Feijoa-Bold';
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color:#532867 !important; 

}

.custom-knowledge-section .sections__item .articles__link{
   font-family: 'Sohne Regular';
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
		margin-bottom: 16px;
    color:#532867;
}
.promoted__custom{
  padding: 80px 0 !important;;
  border:none !important;
}
.promoted__custom .container{
    max-width: 1204px;
}
.promoted__custom .col--md-5.col--lg-up-4.promoted__left-col {
       max-width:298px;
        padding-top: 0;
        padding-bottom: 0;
}

.promoted__custom .col--md-7.col--lg-up-8.promoted__right-col {
    padding-top: 0;
    padding-bottom: 0;
}
[dir=ltr] .promoted--type-1 .promoted__right-col:before{
  border-left: none  !important;
}
.promoted__custom .row {
      justify-content: space-between; 
}
.promoted__custom .promoted__nav.js-tabs-links{
 margin-top:0  !important;
}
.promoted__custom  .promoted__nav-link{
  position: relative;
}
.promoted__custom .promoted__nav-link{
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    font-family: 'Sohne Regular';
    font-weight: 300;
    font-size: 20px;
    color:#532867;

}
.promoted__custom .promoted__nav-link{
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    font-family: 'Sohne Regular';
    font-weight: 300;
    font-size: 20px;
    color:#532867;

}
.promoted__custom  .promoted__nav-link.is-active{
  font-weight: 500 ;
  font-family:'Sohne medium';
  color:#532867 !important;
}
.promoted__custom .promoted__nav-link:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D5CAD2;
    bottom: 0;
    left:0;
}
.promoted__custom .btn.btn--primary.promoted__body-btn{
    left: 0 !important;
    transform: translateX(0) !important;
     font-family: 'Sohne medium';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    color:#F6F3ED;
    padding: 12px 32px;
    border-radius: 38px;
    text-transform: uppercase;



}
.promoted__custom .promoted__body-container{
   padding-top: 20px !important;
}
.promoted__custom .promoted__body-container h2{
    font-family: 'Feijoa-Bold';
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color:#532867;
    margin-bottom: 20px;
}
.promoted__custom .promoted__body-container p{
   font-family: 'Sohne Regular';
    font-weight: 300;
    font-size: 20px;
    color:#532867;


}
.promoted__custom .promoted__body-container p a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-style: solid;
  color:#532867;
}
.promoted__custom .promoted__body-container p strong{
  font-family: 'Sohne medium';
  font-weight: 500;
  font-size: 20px;
}
.promoted__custom .promoted__body-container ul li{
  font-family: 'Sohne Regular';
  font-weight: 300;
  font-size: 20px;
  margin: 0 !important;
 line-height: 1.5; 
}
.promoted__custom .h2.promoted__heading{
    padding-bottom: 20px;
    font-family: 'Feijoa-Bold';
    font-weight: 700;
    font-size: 40px !important;
    line-height: 40px !important;
    color:#532867;
}


.promoted__custom .promoted__heading:after{
  background-color: transparent !important;;
}
.custom__activity {
    border-top: none !important;
    padding: 80px 0 !important;
    background-color: #EFEDFA;
}
.custom__activity .container{
   max-width: 1204px;
}
.custom__activity .recent-activity .recent-activity-header{
    font-family: 'Feijoa-Bold';
    color:#532867;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px !important;
    color:#532867;

}

.header__container{
  border-bottom: 1px solid rgba(83, 40, 103, 0.20);
}


.custom__activity .recent-activity-item{
    display: flex;
    flex-direction: column;

}
.custom__activity .recent-activity-item-meta{
   order: 1;
    padding-top: 0 !important;
    padding-bottom: 24px !important;
    margin-top: 0 !important;
    border-top: none !important;
    font-family: 'Sohne Regular';
    font-weight: 300;
    font-size: 16px;
    color:#532867;
}
.custom__activity .recent-activity-item-meta .recent-activity-item-time{
   font-family: 'Sohne Regular';
    font-weight: 300;
    font-size: 16px;
    color:#532867;
}
.custom__activity .recent-activity-item h3{
    order: 2;
    margin-bottom: 0;
    font-family: 'Sohne Regular';
    font-weight: 700;
    font-size: 20px;
    color:#532867;
}
.custom__activity .recent-activity-item h3 a{
  margin-bottom:5px !important;
}
.custom__activity .recent-activity-item-link{
    white-space: nowrap;       
    overflow: hidden;           
    text-overflow: ellipsis; 
    order: 3;
    margin-bottom: 0 !important;
    font-family: 'Sohne Regular';
    font-weight: 300;
    font-size: 20px;
    color:#532867;
}

[dir] .activity--type-2 .recent-activity-item {
        background: #fff;
        padding: 24px!important;
        width:31.19%!important;
        flex:unset!important;
        max-width:initial!important;
        border-radius: 12px !important; 
    }

@media (max-width: 991px) {
    [dir] .activity--type-2 .recent-activity-item {
        width: 40%!important;
    }
    }



[dir] .activity--type-2 .recent-activity-item:before{
	content:unset!important
}
.custom__activity .recent-activity-list{
   gap:20px !important;
}
.activity .recent-activity-comment-icon:after{
   content: unset !important;
}
[dir] .activity .recent-activity-item{
  margin-top: 0 !important;
}
.activity .recent-activity-comment-icon:before{
  content: " " !important;
  display: inline-block;
  width: 18px;
  height: 17px;
  background: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.0312 0.375C17.0859 0.375 18 1.28906 18 2.34375V13.0312C18 14.7539 16.5938 16.125 14.9062 16.125H2.53125C1.125 16.125 0 15 0 13.5938V3.1875C0 2.73047 0.351562 2.34375 0.84375 2.34375C1.30078 2.34375 1.6875 2.73047 1.6875 3.1875V13.5938C1.6875 14.0859 2.03906 14.4375 2.53125 14.4375C2.98828 14.4375 3.375 14.0859 3.375 13.5938V2.34375C3.375 1.28906 4.25391 0.375 5.34375 0.375H16.0312ZM16.3125 13.0312V2.34375C16.3125 2.20312 16.1719 2.0625 16.0312 2.0625H5.34375C5.16797 2.0625 5.0625 2.20312 5.0625 2.34375V13.5938C5.0625 13.9102 4.99219 14.1914 4.88672 14.4375H14.9062C15.6797 14.4375 16.3125 13.8398 16.3125 13.0312ZM9.28125 8.8125C9.73828 8.8125 10.125 9.19922 10.125 9.65625C10.125 10.1484 9.73828 10.5 9.28125 10.5H7.03125C6.53906 10.5 6.1875 10.1484 6.1875 9.65625C6.1875 9.19922 6.53906 8.8125 7.03125 8.8125H9.28125ZM14.3438 8.8125C14.8008 8.8125 15.1875 9.19922 15.1875 9.65625C15.1875 10.1484 14.8008 10.5 14.3438 10.5H12.0938C11.6016 10.5 11.25 10.1484 11.25 9.65625C11.25 9.19922 11.6016 8.8125 12.0938 8.8125H14.3438ZM9.28125 11.625C9.73828 11.625 10.125 12.0117 10.125 12.4688C10.125 12.9609 9.73828 13.3125 9.28125 13.3125H7.03125C6.53906 13.3125 6.1875 12.9609 6.1875 12.4688C6.1875 12.0117 6.53906 11.625 7.03125 11.625H9.28125ZM14.3438 11.625C14.8008 11.625 15.1875 12.0117 15.1875 12.4688C15.1875 12.9609 14.8008 13.3125 14.3438 13.3125H12.0938C11.6016 13.3125 11.25 12.9609 11.25 12.4688C11.25 12.0117 11.6016 11.625 12.0938 11.625H14.3438ZM14.0625 3.1875C14.6602 3.1875 15.1875 3.71484 15.1875 4.3125V6.5625C15.1875 7.19531 14.6602 7.6875 14.0625 7.6875H7.3125C6.67969 7.6875 6.1875 7.19531 6.1875 6.5625V4.3125C6.1875 3.71484 6.67969 3.1875 7.3125 3.1875H14.0625Z" fill="%23532867"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.custom__activity .recent-activity-controls{
   padding-top: 44px !important;
}
.custom__activity .recent-activity-controls a {
  width: 208px;
  font-family: 'Sohne Regular'!important;
  font-weight: 700 !important;
  font-size: 14px!important;
  line-height: 35px!important;
  letter-spacing: 0.15em!important; 
  text-align: center!important;
  color: #F6F3ED!important;
  padding: 6px 40px!important;
  border-radius: 30px!important;
  background-color: #532867!important;
  text-decoration: none!important;
  display: inline-block!important;
  text-transform: uppercase;
}

.recent-activity-item-time:before {
    content: '';
    background: white;
    z-index: 0;
    min-width: 108px;
    height: 100%;
    position: absolute;
    left: 0;
}
.recent-activity-item-time {
    overflow: hidden;
    position: relative;
    left: -113px;
    word-spacing: 2px;
}
.recent-activity-item-meta {
    overflow: hidden;
}


.footer--purple-design {
      background-color: #A678C2 !important;
      color: white;
      padding: 64px 0 32px;
      border: none;
}
.footer--purple-design .container{
      max-width: 1204px;
}
.footer--purple-design .container > div{
  flex: 1;
}

.footer--purple-design .footer__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 40px;
}

.footer--purple-design .footer__column {
    flex: 1;
    min-width: 200px;
}

.footer--purple-design .footer__column {
    display: flex;
    flex-direction: column;
}

.footer--purple-design .footer__column--logo {
    align-items: flex-start;
}

.footer--purple-design .footer__logo-icon {

    margin-bottom: 24px;
}

.footer--purple-design .footer__tagline {
  font-family: 'Feijoa-Bold';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color:#FFFFFF;
}

.footer--purple-design .footer__heading {
    font-family: 'Feijoa-Bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color:#FFFFFF;
    margin-bottom: 16px;
}

.footer--purple-design .footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer--purple-design .footer__list-item {
    margin: 0 0 !important;
    padding: 8px 0;
    font-family: 'Sohne Regular';
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color:#FFFFFF;

}

.footer--purple-design .footer__link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer--purple-design .footer__link:hover {
    color:#532867;
}
.footer__social-link svg {
  fill:#fff;
}
.footer--purple-design .footer__link.footer__social-link:hover svg {
    fill:#532867;
}

.footer--purple-design .footer__social {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.footer--purple-design .footer__bottom {
    padding-top: 40px;
    text-align: center;
}

.footer--purple-design .footer__copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.footer--purple-design .footer__copyright p {
    margin: 0;
}






/* Override Zendesk default styles */
.footer--purple-design .footer__powered-by-zendesk {
    display: none;
}
.footer__social-link i,.footer__social-link svg{
  width:16px;
}
.footer__social-link{
    display: flex;
    align-items: center;
    gap: 8px;
}


/* Responsive Design */
@media (max-width: 1300px) {
  .header__custom-links a{
    font-size: 14px;
  }
.header__custom-links {
    gap: 14px;
}
.auth-buttons .btn {
    padding: 8px 12px 7px 12px !important;
    font-size: 12px !important;
}
}

@media (max-width: 767px) {
.helpers__description {
    font-size:16px;
}
  .custom-knowledge-section .sections__item .articles__link{
      font-size:16px;
  }
  .custom__activity .recent-activity-item-link{
    font-size:16px;
  }
  .promoted__custom .promoted__body-container h2 {
    font-size:24px;
}
  .promoted__custom .promoted__body-container p{
     font-size:16px;
  }
  .promoted__custom .promoted__body-container ul li{
    font-size:16px;
  }
  .helpers--type-1 .helpers__icon {
    width: 150px !important;
  }
  a.articles__link.articles__link--promoted{
    color: #532867;
    font-family: 'Sohne Regular';
    font-weight: 300;
  }
  
  .helpers--type-1 .helpers__title {
    font-size: 20px;
  }

  .tab-custom {
    max-width: 100% !important;
  }

  .section.section--padding.knowledge.knowledge--type-1.custom-knowledge-section {
    padding: 40px 0;
  }
   .custom__activity {
    padding: 40px 0 !important;
 
}
.promoted__custom {
    padding: 40px 0 !important;
}
  .custom-knowledge-section .sections__item .categories__title {
    font-size: 20px;
  }

  .promoted__custom .h2.promoted__heading {
    font-size: 20px !important;
    padding-bottom: 0;
  }

  .custom__activity .recent-activity .recent-activity-header {
    font-size: 24px;
  }

  [dir] .activity--type-2 .recent-activity-item {
    width: 100% !important;
  }

  .footer--purple-design .footer__content {
    flex-direction: column;
    gap: 40px;
  }

  .footer--purple-design .footer__column {
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .footer--purple-design .footer__content {
    gap: 30px;
  }

  .footer--purple-design .footer__column--logo {
    align-items: center;
    text-align: center;
  }
}
