@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900";

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* node_modules/@angular/cdk/a11y-prebuilt.css */
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

/* apps/directory-of-directories/src/styles.scss */
.accredible-content {
  max-width: calc(1380px + var(--spacing-12x));
  margin: 0 auto;
  display: flex;
  width: 100%;
  padding: var(--spacing-5x) var(--spacing-4x);
}
@media (min-width: 768px) {
  .accredible-content {
    padding: var(--spacing-6x) var(--spacing-8x);
  }
}
@media (min-width: 992px) {
  .accredible-content {
    padding: var(--spacing-10x) var(--spacing-8x);
  }
}
@media (min-width: 1260px) {
  .accredible-content {
    padding: var(--spacing-12x) var(--spacing-16x);
  }
}
body {
  font-family: Source Sans Pro, sans-serif;
}
.font-xxs-light {
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-light);
  line-height: normal;
}
.font-xxs-regular {
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}
.font-xxs-semibold {
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}
.font-xxs-bold {
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}
.font-xxs-extrabold {
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}
.font-xs-light {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-light);
  line-height: normal;
}
.font-xs-regular {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}
.font-xs-semibold {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}
.font-xs-bold {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}
.font-xs-extrabold {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}
.font-s-light {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-light);
  line-height: normal;
}
.font-multiline-s-light {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-light);
  line-height: var(--font-line-height-s);
}
.font-s-regular {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}
.font-multiline-s-regular {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-regular);
  line-height: var(--font-line-height-s);
}
.font-s-semibold {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}
.font-multiline-s-semibold {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-semibold);
  line-height: var(--font-line-height-s);
}
.font-s-bold {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}
.font-multiline-s-bold {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-s);
}
.font-s-extrabold {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}
.font-multiline-s-extrabold {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-extrabold);
  line-height: var(--font-line-height-s);
}
.font-normal-light {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-light);
  line-height: normal;
}
.font-multiline-normal-light {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-light);
  line-height: var(--font-line-height-normal);
}
.font-normal-regular {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}
.font-multiline-normal-regular {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-regular);
  line-height: var(--font-line-height-normal);
}
.font-normal-semibold {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}
.font-multiline-normal-semibold {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-semibold);
  line-height: var(--font-line-height-normal);
}
.font-normal-bold {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}
.font-multiline-normal-bold {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-normal);
}
.font-normal-extrabold {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}
.font-multiline-normal-extrabold {
  font-size: var(--font-size-normal);
  font-weight: var(--font-weight-extrabold);
  line-height: var(--font-line-height-normal);
}
.font-l-light {
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-light);
  line-height: normal;
}
.font-l-regular {
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}
.font-l-semibold {
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}
.font-l-bold {
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}
.font-l-extrabold {
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}
.font-xl-light {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-light);
  line-height: normal;
}
.font-xl-regular {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}
.font-xl-semibold {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}
.font-xl-bold {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}
.font-xl-extrabold {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}
.font-xxl-light {
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-light);
  line-height: normal;
}
.font-xxl-regular {
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}
.font-xxl-semibold {
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}
.font-xxl-bold {
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}
.font-xxl-extrabold {
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}
.font-h-light {
  font-size: var(--font-size-h);
  font-weight: var(--font-weight-light);
  line-height: normal;
}
.font-h-regular {
  font-size: var(--font-size-h);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}
.font-h-semibold {
  font-size: var(--font-size-h);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}
.font-h-bold {
  font-size: var(--font-size-h);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}
.font-h-extrabold {
  font-size: var(--font-size-h);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}
.font-xh-light {
  font-size: var(--font-size-xh);
  font-weight: var(--font-weight-light);
  line-height: normal;
}
.font-xh-regular {
  font-size: var(--font-size-xh);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}
.font-xh-semibold {
  font-size: var(--font-size-xh);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}
.font-xh-bold {
  font-size: var(--font-size-xh);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}
.font-xh-extrabold {
  font-size: var(--font-size-xh);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}
.font-xxh-light {
  font-size: var(--font-size-xxh);
  font-weight: var(--font-weight-light);
  line-height: normal;
}
.font-xxh-regular {
  font-size: var(--font-size-xxh);
  font-weight: var(--font-weight-regular);
  line-height: normal;
}
.font-xxh-semibold {
  font-size: var(--font-size-xxh);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}
.font-xxh-bold {
  font-size: var(--font-size-xxh);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}
.font-xxh-extrabold {
  font-size: var(--font-size-xxh);
  font-weight: var(--font-weight-extrabold);
  line-height: normal;
}
.ghost h1,
.ghost h2,
.ghost h3,
.ghost h4,
.ghost h5,
.ghost h6 {
  display: inline-block;
}
body {
  --color-white: #ffffff;
  --color-natural-180: #141418;
  --color-natural-160: #282831;
  --color-natural-140: #3b3c49;
  --color-natural-120: #4f5062;
  --color-natural-100: #63647a;
  --color-natural-80: #828395;
  --color-natural-60: #a1a2af;
  --color-natural-40: #c1c1ca;
  --color-natural-20: #e0e0e4;
  --color-natural-10: #eff0f2;
  --color-natural-5: #f7f7f8;
  --color-primary-180: #0e0e1e;
  --color-primary-160: #1c1c3d;
  --color-primary-140: #292b5b;
  --color-primary-120: #37397a;
  --color-primary-100: #22257c;
  --color-primary-80: #6a6cad;
  --color-primary-60: #8f91c1;
  --color-primary-40: #b5b5d6;
  --color-primary-20: #dadaea;
  --color-primary-10: #ecedf5;
  --color-primary-5: #f6f6fa;
  --color-secondary-180: #082426;
  --color-secondary-160: #0f484c;
  --color-secondary-140: #176d72;
  --color-secondary-120: #1e9198;
  --color-secondary-100: #26b5be;
  --color-secondary-80: #51c4cb;
  --color-secondary-60: #7dd3d8;
  --color-secondary-40: #a8e1e5;
  --color-secondary-20: #d4f0f2;
  --color-secondary-10: #e9f8f9;
  --color-secondary-5: #f4fbfc;
  --color-success-160: #0c341e;
  --color-success-140: #124e2e;
  --color-success-120: #18683d;
  --color-success-100: #1e824c;
  --color-success-80: #4b9b70;
  --color-success-60: #78b494;
  --color-success-40: #a5cdb7;
  --color-success-20: #d2e6db;
  --color-success-10: #e9f3ed;
  --color-success-5: #f4f9f6;
  --color-warning-160: #5d4a21;
  --color-warning-140: #8b7031;
  --color-warning-120: #ba9542;
  --color-warning-100: #e8ba52;
  --color-warning-80: #edc875;
  --color-warning-60: #f1d697;
  --color-warning-40: #f6e3ba;
  --color-warning-20: #faf1dc;
  --color-warning-10: #fdf8ee;
  --color-warning-5: #fefcf6;
  --color-danger-160: #5b1206;
  --color-danger-140: #881a0a;
  --color-danger-120: #b6230d;
  --color-danger-100: #e22c10;
  --color-danger-80: #e95640;
  --color-danger-60: #ee8070;
  --color-danger-40: #f4ab9f;
  --color-danger-20: #f9d5cf;
  --color-danger-10: #fceae7;
  --color-danger-5: #fef4f3;
  --color-linkedin: #0a66c2;
  --color-x: #000000;
  --color-whatsapp: #02a601;
  --color-facebook: #506bb1;
  --font-size-xxs: 12px;
  --font-size-xs: 13px;
  --font-size-s: 14px;
  --font-size-normal: 16px;
  --font-size-l: 18px;
  --font-size-xl: 20px;
  --font-size-xxl: 24px;
  --font-size-h: 30px;
  --font-size-xh: 40px;
  --font-size-xxh: 60px;
  --font-line-height-s: 24px;
  --font-line-height-normal: 26px;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 900;
  --spacing-base: 5px;
  --spacing-2x: 10px;
  --spacing-3x: 15px;
  --spacing-4x: 20px;
  --spacing-5x: 25px;
  --spacing-6x: 30px;
  --spacing-7x: 35px;
  --spacing-8x: 40px;
  --spacing-9x: 45px;
  --spacing-10x: 50px;
  --spacing-12x: 60px;
  --spacing-16x: 80px;
  --spacing-20x: 100px;
  --acc-text-color: var(--color-natural-180);
  --acc-link-color: var(--color-primary-100);
  --acc-outline: 4px solid var(--color-natural-180);
  --acc-border-radius: 4px;
}
[cdkMenu],
[cdkMenu].alternative-menu {
  margin-top: var(--spacing-base);
  padding: var(--spacing-2x);
  background-color: var(--color-white);
  border: 1px solid var(--color-natural-40);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
[cdkMenu] [cdkMenuItem] {
  display: block;
  width: 100%;
  padding: var(--spacing-base);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-natural-180);
  background-color: var(--color-white);
  border-radius: 4px;
  cursor: pointer;
}
[cdkMenu] [cdkMenuItem]:not(:last-child) {
  margin-bottom: var(--spacing-2x);
}
[cdkMenu] [cdkMenuItem]:hover {
  text-decoration: none;
}
[cdkMenu] [cdkMenuItem]:hover:not(:disabled) {
  background-color: var(--color-natural-10);
}
[cdkMenu] [cdkMenuItem]:disabled {
  color: var(--color-natural-60);
}
[cdkMenu] [cdkMenuItem]:hover:disabled {
  cursor: not-allowed;
}
[cdkMenu] [cdkMenuItem]:active:not(:disabled),
[cdkMenu] [cdkMenuItem].selected,
[cdkMenu] [cdkMenuItem].selected:hover {
  background-color: var(--color-secondary-10);
}
[cdkMenu] [cdkMenuItem].natural {
  color: var(--color-natural-100);
}
[cdkMenu] [cdkMenuItem].primary {
  color: var(--color-primary-100);
}
[cdkMenu] [cdkMenuItem].secondary {
  color: var(--color-secondary-100);
}
[cdkMenu] [cdkMenuItem].success {
  color: var(--color-success-100);
}
[cdkMenu] [cdkMenuItem].warning {
  color: var(--color-warning-100);
}
[cdkMenu] [cdkMenuItem].danger {
  color: var(--color-danger-100);
}
body[dir=ltr] [cdkMenu] [cdkMenuItem] {
  text-align: left;
}
body[dir=rtl] [cdkMenu] [cdkMenuItem] {
  text-align: right;
}
.alternative-menu-trigger.cdk-menu-trigger[aria-expanded=true][accredible-button] {
  background-color: var(--color-primary-120);
}
.alternative-menu-trigger.cdk-menu-trigger[aria-expanded=true][accredible-button-outline] {
  background-color: var(--color-primary-10);
  border-color: var(--color-primary-100);
}
[cdkMenu].alternative-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
}
[cdkMenu].alternative-menu [cdkMenuItem] {
  margin-bottom: 0;
  padding: var(--spacing-base);
  font-size: 18px;
  font-weight: 600;
  border: none;
}
[cdkMenu].alternative-menu [cdkMenuItem]:not(:last-child) {
  border-bottom: 1px solid var(--color-natural-40);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
[cdkMenu].alternative-menu [cdkMenuItem]:hover {
  background-color: initial;
}
[cdkMenu].alternative-menu [cdkMenuItem] > * {
  display: block;
  width: 100%;
  padding: var(--spacing-2x) var(--spacing-3x);
  color: var(--color-primary-100);
  border-radius: 4px;
}
[cdkMenu].alternative-menu [cdkMenuItem] > *:hover {
  color: var(--color-primary-120);
  background-color: var(--color-primary-5);
}
accredible-icon.animation-spin {
  animation-name: animationSpin;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes animationSpin {
  to {
    transform: rotate(360deg);
  }
}
body *:focus {
  outline: var(--acc-outline);
  outline-offset: 2px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}
input,
textarea,
label,
select,
option,
optgroup,
fieldset,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ol {
  margin: 0;
  padding: 0 0 0 20px;
}
ol li {
  margin-bottom: 4px;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
iframe {
  border: none;
}
svg {
  width: auto;
  height: auto;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
legend {
  padding: 0;
}
[hidden] {
  display: none !important;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.js-focus-visible :focus:not(.focus-visible):before {
  border: none !important;
}
@font-face {
  font-family: "Accredible-icon-font";
  font-weight: normal;
  font-style: normal;
  src:
    url(/assets/fonts/acc-new-icon-font/Accredible-icon-font.woff2?95cps4) format("woff2"),
    url(/assets/fonts/acc-new-icon-font/Accredible-icon-font.ttf?95cps4) format("truetype"),
    url(/assets/fonts/acc-new-icon-font/Accredible-icon-font.woff?95cps4) format("woff"),
    url(/assets/fonts/acc-new-icon-font/Accredible-icon-font.svg?95cps4#Accredible-icon-font) format("svg");
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "Accredible-icon-font" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-profile-unique-star:before {
  content: "\e9c0";
}
.icon-profile-view:before {
  content: "\e9c1";
}
.icon-left-to-right:before {
  content: "\e9ba";
}
.icon-right-to-left:before {
  content: "\e9bb";
}
.icon-rte-aligned-center:before {
  content: "\e9aa";
}
.icon-rte-aligned-left:before {
  content: "\e9ab";
}
.icon-rte-aligned-right:before {
  content: "\e9ac";
}
.icon-rte-attributes:before {
  content: "\e9ad";
}
.icon-rte-image:before {
  content: "\e9ae";
}
.icon-rte-line:before {
  content: "\e9af";
}
.icon-rte-quote:before {
  content: "\e9b0";
}
.icon-rte-table:before {
  content: "\e9b1";
}
.icon-rte-video:before {
  content: "\e9b2";
}
.icon-add-square:before {
  content: "\e9a9";
}
.icon-cash:before {
  content: "\e9a6";
}
.icon-attach:before {
  content: "\e9a3";
}
.icon-message_bubble:before {
  content: "\e9a4";
}
.icon-rte-bold:before {
  content: "\e99d";
}
.icon-rte-bullet:before {
  content: "\e99e";
}
.icon-rte-italic:before {
  content: "\e99f";
}
.icon-rte-link:before {
  content: "\e9a0";
}
.icon-rte-number:before {
  content: "\e9a1";
}
.icon-rte-underline:before {
  content: "\e9a2";
}
.icon-rte-text:before {
  content: "\e99c";
}
.icon-send1:before {
  content: "\e996";
}
.icon-turn-off:before {
  content: "\e997";
}
.icon-guide:before {
  content: "\e948";
}
.icon-aligned_bottom:before {
  content: "\e944";
}
.icon-aligned_middle:before {
  content: "\e945";
}
.icon-aligned_top:before {
  content: "\e946";
}
.icon-norelation:before {
  content: "\e943";
}
.icon-arrow-down:before {
  content: "\e903";
}
.icon-arrow-left:before {
  content: "\e904";
}
.icon-arrow-right:before {
  content: "\e905";
}
.icon-arrow-up:before {
  content: "\e906";
}
.icon-button-dropdown:before {
  content: "\e907";
}
.icon-button-dropleft:before {
  content: "\e908";
}
.icon-button-dropright:before {
  content: "\e909";
}
.icon-button-dropup:before {
  content: "\e90a";
}
.icon-chevron-down:before {
  content: "\e90b";
}
.icon-chevron-right:before {
  content: "\e90c";
}
.icon-chevron-left:before {
  content: "\e90d";
}
.icon-chevron-up:before {
  content: "\e90e";
}
.icon-field-dropdown:before {
  content: "\e90f";
}
.icon-field-dropleft:before {
  content: "\e910";
}
.icon-field-dropright:before {
  content: "\e911";
}
.icon-field-dropup:before {
  content: "\e912";
}
.icon-close-small:before {
  content: "\e915";
}
.icon-close:before {
  content: "\e919";
}
.icon-check:before {
  content: "\e91a";
}
.icon-copy:before {
  content: "\e91b";
}
.icon-globe:before {
  content: "\e91e";
}
.icon-user:before {
  content: "\e92b";
}
.icon-private:before {
  content: "\e924";
}
.icon-link:before {
  content: "\e91d";
}
.icon-delete:before {
  content: "\e917";
}
.icon-calendar:before {
  content: "\e913";
}
.icon-download:before {
  content: "\e918";
}
.icon-upload:before {
  content: "\e92a";
}
.icon-info:before {
  content: "\e91c";
}
.icon-menu-kebab:before {
  content: "\e920";
}
.icon-clock:before {
  content: "\e914";
}
.icon-search:before {
  content: "\e926";
}
.icon-mail:before {
  content: "\e91f";
}
.icon-credential:before {
  content: "\e916";
}
.icon-view:before {
  content: "\e92c";
}
.icon-shares:before {
  content: "\e927";
}
.icon-external:before {
  content: "\e921";
}
.icon-suitcase:before {
  content: "\e929";
}
.icon-filters:before {
  content: "\e922";
}
.icon-help1:before {
  content: "\e956";
}
.icon-share1:before {
  content: "\e958";
}
.icon-embed-code:before {
  content: "\e955";
}
.icon-edit1:before {
  content: "\e954";
}
.icon-wallet:before {
  content: "\e959";
}
.icon-image:before {
  content: "\e957";
}
.icon-transcript:before {
  content: "\e95a";
}
.icon-replace:before {
  content: "\e96a";
}
.icon-loading:before {
  content: "\e928";
}
.icon-redo:before {
  content: "\e96c";
}
.icon-undo:before {
  content: "\e96d";
}
.icon-insights-chart:before {
  content: "\e96b";
}
.icon-opened:before {
  content: "\e92d";
}
.icon-pdf:before {
  content: "\e92e";
}
.icon-sub-arrow:before {
  content: "\e92f";
}
.icon-visible-user:before {
  content: "\e930";
}
.icon-remove:before {
  content: "\e925";
}
.icon-plus:before {
  content: "\e923";
}
.icon-minus:before {
  content: "\e9bc";
}
.icon-play:before {
  content: "\e94e";
}
.icon-click:before {
  content: "\e94c";
}
.icon-heart:before {
  content: "\e94d";
}
.icon-customer-support:before {
  content: "\e95b";
}
.icon-announcement:before {
  content: "\e951";
}
.icon-hide:before {
  content: "\e953";
}
.icon-groups:before {
  content: "\e95d";
}
.icon-featured-group:before {
  content: "\e95c";
}
.icon-menu-horizontal:before {
  content: "\e95e";
}
.icon-settings:before {
  content: "\e95f";
}
.icon-accredible:before {
  content: "\e96e";
}
.icon-drag:before {
  content: "\e976";
}
.icon-bluesky1:before {
  content: "\e9bd";
}
.icon-telegram:before {
  content: "\e9b3";
}
.icon-threads:before {
  content: "\e9b4";
}
.icon-whatsapp1:before {
  content: "\e9a8";
}
.icon-twitter1:before {
  content: "\e995";
}
.icon-tiktok1:before {
  content: "\e902";
}
.icon-x1:before {
  content: "\e97a";
}
.icon-wechat1:before {
  content: "\e947";
}
.icon-instagram1:before {
  content: "\e97f";
}
.icon-youtube1:before {
  content: "\e980";
}
.icon-facebook1:before {
  content: "\e900";
}
.icon-linkedin1:before {
  content: "\e901";
}
.icon-ec-certificate:before {
  content: "\e984";
}
.icon-ec-course:before {
  content: "\e985";
}
.icon-ec-degree:before {
  content: "\e986";
}
.icon-ec-exam:before {
  content: "\e987";
}
.icon-ec-experience:before {
  content: "\e988";
}
.icon-ec-knowledge:before {
  content: "\e989";
}
.icon-ec-license:before {
  content: "\e98a";
}
.icon-ec-other:before {
  content: "\e98b";
}
.icon-ec-participation:before {
  content: "\e98c";
}
.icon-ec-reading:before {
  content: "\e98d";
}
.icon-ec-skill:before {
  content: "\e98e";
}
.icon-ec-specialization:before {
  content: "\e98f";
}
.icon-ec-visa:before {
  content: "\e990";
}
.icon-experience:before {
  content: "\e9cf";
}
.icon-code_file:before {
  content: "\e9c4";
}
.icon-copy1:before {
  content: "\e9c5";
}
.icon-json_code_file:before {
  content: "\e9c6";
}
.icon-network_signal:before {
  content: "\e9c7";
}
.icon-confidence-level-high:before {
  content: "\e9c8";
}
.icon-confidence-level-low .path1:before {
  color: rgb(20, 20, 24);
  content: "\e9c9";
}
.icon-confidence-level-low .path2:before {
  margin-left: -1em;
  color: rgb(20, 20, 24);
  opacity: 0.4;
  content: "\e9ca";
}
.icon-confidence-level-low .path3:before {
  margin-left: -1em;
  color: rgb(20, 20, 24);
  opacity: 0.4;
  content: "\e9cb";
}
.icon-confidence-level-med .path1:before {
  color: rgb(20, 20, 24);
  content: "\e9cc";
}
.icon-confidence-level-med .path2:before {
  margin-left: -1em;
  color: rgb(20, 20, 24);
  content: "\e9cd";
}
.icon-confidence-level-med .path3:before {
  margin-left: -1em;
  color: rgb(20, 20, 24);
  opacity: 0.4;
  content: "\e9ce";
}
.icon-building:before {
  content: "\e9c3";
}
.icon-sms:before {
  content: "\e9c2";
}
.icon-image_upload:before {
  content: "\e9bf";
}
.icon-book:before {
  content: "\e9b9";
}
.icon-mail-open:before {
  content: "\e9b7";
}
.icon-transcripts:before {
  content: "\e9b8";
}
.icon-ai:before {
  content: "\e9a7";
}
.icon-fire:before {
  content: "\e9a5";
}
.icon-lock:before {
  content: "\e998";
}
.icon-schedule:before {
  content: "\e999";
}
.icon-send:before {
  content: "\e99a";
}
.icon-unsend:before {
  content: "\e99b";
}
.icon-phone:before {
  content: "\e991";
}
.icon-fill-filter_empty:before {
  content: "\e97c";
}
.icon-paste:before {
  content: "\e97d";
}
.icon-sticky-note:before {
  content: "\e97e";
}
.icon-grid:before {
  content: "\e933";
}
.icon-timeline:before {
  content: "\e93d";
}
.icon-list:before {
  content: "\e937";
}
.icon-share:before {
  content: "\e93a";
}
.icon-info1:before {
  content: "\e936";
}
.icon-warning:before {
  content: "\e93f";
}
.icon-error:before {
  content: "\e932";
}
.icon-check1:before {
  content: "\e931";
}
.icon-verified:before {
  content: "\e93e";
}
.icon-blockchain:before {
  content: "\e934";
}
.icon-location:before {
  content: "\e938";
}
.icon-group:before {
  content: "\e935";
}
.icon-clock1:before {
  content: "\e939";
}
.icon-sort:before {
  content: "\e93c";
}
.icon-help:before {
  content: "\e93b";
}
.icon-pdf1:before {
  content: "\e940";
}
.icon-signature:before {
  content: "\e941";
}
.icon-change:before {
  content: "\e942";
}
.icon-gift:before {
  content: "\e949";
}
.icon-gear:before {
  content: "\e94a";
}
.icon-star:before {
  content: "\e94b";
}
.icon-heart1:before {
  content: "\e94f";
}
.icon-user1:before {
  content: "\e950";
}
.icon-edit:before {
  content: "\e952";
}
.icon-thumbs-up:before {
  content: "\e968";
}
.icon-thumbs-down:before {
  content: "\e967";
}
.icon-certificate-with-badge:before {
  content: "\e961";
}
.icon-certificate:before {
  content: "\e962";
}
.icon-click1:before {
  content: "\e963";
}
.icon-view1:before {
  content: "\e969";
}
.icon-hide1:before {
  content: "\e964";
}
.icon-badge:before {
  content: "\e960";
}
.icon-sort1:before {
  content: "\e966";
}
.icon-mail1:before {
  content: "\e965";
}
.icon-insights2:before {
  content: "\e96f";
}
.icon-percentage:before {
  content: "\e970";
}
.icon-text:before {
  content: "\e971";
}
.icon-skip:before {
  content: "\e972";
}
.icon-check-list-page:before {
  content: "\e974";
}
.icon-collection-folder:before {
  content: "\e975";
}
.icon-bluesky:before {
  content: "\e9be";
}
.icon-telegram1:before {
  content: "\e9b5";
}
.icon-threads1:before {
  content: "\e9b6";
}
.icon-x:before {
  content: "\e994";
}
.icon-twitter:before {
  content: "\e993";
}
.icon-tiktok:before {
  content: "\e992";
}
.icon-wechat:before {
  content: "\e983";
}
.icon-instagram:before {
  content: "\e981";
}
.icon-youtube:before {
  content: "\e982";
}
.icon-email:before {
  content: "\e973";
}
.icon-facebook:before {
  content: "\e977";
}
.icon-linkedin:before {
  content: "\e978";
}
.icon-slack:before {
  content: "\e979";
}
.icon-whatsapp:before {
  content: "\e97b";
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
