@layer reset, framework, base, layout, components, utilities;
@layer framework {
  /* Bulma Utilities */
  :root {
    --bulma-control-radius: var(--bulma-radius);
    --bulma-control-radius-small: var(--bulma-radius-small);
    --bulma-control-border-width: 1px;
    --bulma-control-height: 2.5em;
    --bulma-control-line-height: 1.5;
    --bulma-control-padding-vertical: calc(0.5em - 1px);
    --bulma-control-padding-horizontal: calc(0.75em - 1px);
    --bulma-control-size: var(--bulma-size-normal);
    --bulma-control-focus-shadow-l: 50%;
  }
}
@layer layout {
  #page-intro {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 !important;
    align-self: flex-start;
  }
  @media only screen and (width >= 1025px) {
    #page-intro {
      padding: 96px 24px 0 !important;
    }
  }
  @media only screen and (width <= 1024px) {
    #page-intro {
      padding: 0 24px;
    }
  }
  @media only screen and (width <= 767px) {
    #page-intro {
      padding-top: 0 !important;
      padding: 0 16px !important;
    }
  }
  @media only screen and (width <= 380px) {
    #page-intro {
      padding: 0 8px !important;
    }
  }
}
@layer layout {
  .page-custom-highlight {
    border-top: 5px solid #33af9e;
    margin: 2rem 0;
    padding: 3rem;
    background-color: white;
    border-radius: 0;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
    color: #333;
    max-width: 100%;
    position: relative;
  }
  @media only screen and (width <= 1024px) {
    .page-custom-highlight {
      padding: 2rem !important;
    }
  }
  @media only screen and (width <= 767px) {
    .page-custom-highlight {
      padding: 1.5rem !important;
    }
  }
  .page-custom-frame {
    position: relative;
    margin: 2rem 0;
  }
  .page-custom-frame .frame {
    background: url("../../common/images/step-tile-small.e3da903a38ce.png") top left repeat;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 90;
    width: calc(100% - 1rem);
    height: 100%;
  }
  .page-custom-frame .frame-content {
    position: relative;
    z-index: 100;
    background: #ffe2d4 !important;
    right: 1rem;
    left: 0;
    min-height: 80px;
    width: calc(100% - 1rem);
  }
  .page-custom-frame .frame-content img {
    display: block;
  }
  .page-custom-frame-pink {
    position: relative;
    margin: 2rem 0;
  }
  .page-custom-frame-pink .frame {
    background: #ffc5aa;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 90;
    width: calc(100% - 1rem);
    height: 100%;
  }
  .page-custom-frame-pink .frame-content {
    position: relative;
    z-index: 100;
    background: #ffe2d4 !important;
    right: 1rem;
    left: 0;
    min-height: 80px;
    width: calc(100% - 1rem);
  }
  .page-custom-frame-pink .frame-content img {
    display: block;
  }
  .page-custom-frame-green {
    position: relative;
    margin: 2rem 0;
  }
  .page-custom-frame-green .frame {
    background: #a7e5dc;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 90;
    width: calc(100% - 1rem);
    height: 100%;
  }
  .page-custom-frame-green .frame-content {
    position: relative;
    z-index: 100;
    background: #ffe2d4 !important;
    right: 1rem;
    left: 0;
    min-height: 80px;
    width: calc(100% - 1rem);
  }
  .page-custom-frame-green .frame-content img {
    display: block;
  }
  .page-custom-quote {
    background: url("../../common/images/small-green-steps.4cb306ff779f.png") repeat;
    margin: 3rem 0;
  }
  .page-custom-quote .quote-content {
    background: #298a7c;
    margin-left: 100px;
    min-height: 80px;
    color: white !important;
    padding: 3rem;
  }
  @media only screen and (width <= 1024px) {
    .page-custom-quote .quote-content {
      padding: 2rem !important;
      margin-left: 50px;
    }
  }
  @media only screen and (width <= 767px) {
    .page-custom-quote .quote-content {
      padding: 1.5rem !important;
      margin-left: 30px;
    }
  }
  .page-custom-quote .quote-content h1,
  .page-custom-quote .quote-content h2,
  .page-custom-quote .quote-content h3,
  .page-custom-quote .quote-content h4,
  .page-custom-quote .quote-content p {
    color: inherit !important;
  }
  .arx-editor-container {
    border: none !important;
  }
}
@layer layout {
  .float-right {
    float: right;
    margin-left: 1em !important;
    margin-bottom: 1em !important;
  }
  .float-left {
    float: left;
    margin-right: 1em !important;
    margin-bottom: 1em !important;
  }
  .align-right {
    text-align: right;
  }
  .align-left {
    text-align: left;
  }
  .align-center {
    text-align: center;
  }
  .outset-both {
    position: relative;
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
    transform: translateX(-50%) translate3d(0, 0, 0);
    left: 50%;
  }
  .outset-left {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transform: translateX(-50px) translate3d(0, 0, 0);
  }
  .outset-right {
    position: relative;
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transform: translateX(50px) translate3d(0, 0, 0);
    left: -50px;
  }
}
@layer reset {
  @media (width <= 800px) {
    .p-6.content,
    .p-6.columns,
    .px-6.pt-6.columns,
    .px-6.pt-6.content {
      padding: 1rem !important;
    }
  }
  @media (width <= 800px) {
    #page .p-6 {
      padding: 1rem !important;
    }
  }
}
@layer layout {
  .po-0 {
    padding: 0rem;
  }
  .po-1 {
    padding: 0.25rem;
  }
  .po-2 {
    padding: 0.5rem;
  }
  .po-3 {
    padding: 0.75rem;
  }
  .po-4 {
    padding: 1rem;
  }
  .po-5 {
    padding: 1.5rem;
  }
  .po-6 {
    padding: 3rem;
  }
}
@layer layout {
  .page-custom-highlight {
    border-top: 5px solid #33af9e;
    margin: 2rem 0;
    padding: 3rem;
    background-color: white;
    border-radius: 0;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
    color: #333;
    max-width: 100%;
    position: relative;
  }
  @media only screen and (width <= 1024px) {
    .page-custom-highlight {
      padding: 2rem !important;
    }
  }
  @media only screen and (width <= 767px) {
    .page-custom-highlight {
      padding: 1.5rem !important;
    }
  }
  .page-custom-frame {
    position: relative;
    margin: 2rem 0;
  }
  .page-custom-frame .frame {
    background: url("../../common/images/step-tile-small.e3da903a38ce.png") top left repeat;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 90;
    width: calc(100% - 1rem);
    height: 100%;
  }
  .page-custom-frame .frame-content {
    position: relative;
    z-index: 100;
    background: #ffe2d4 !important;
    right: 1rem;
    left: 0;
    min-height: 80px;
    width: calc(100% - 1rem);
  }
  .page-custom-frame .frame-content img {
    display: block;
  }
  .page-custom-frame-pink {
    position: relative;
    margin: 2rem 0;
  }
  .page-custom-frame-pink .frame {
    background: #ffc5aa;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 90;
    width: calc(100% - 1rem);
    height: 100%;
  }
  .page-custom-frame-pink .frame-content {
    position: relative;
    z-index: 100;
    background: #ffe2d4 !important;
    right: 1rem;
    left: 0;
    min-height: 80px;
    width: calc(100% - 1rem);
  }
  .page-custom-frame-pink .frame-content img {
    display: block;
  }
  .page-custom-frame-green {
    position: relative;
    margin: 2rem 0;
  }
  .page-custom-frame-green .frame {
    background: #a7e5dc;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 90;
    width: calc(100% - 1rem);
    height: 100%;
  }
  .page-custom-frame-green .frame-content {
    position: relative;
    z-index: 100;
    background: #ffe2d4 !important;
    right: 1rem;
    left: 0;
    min-height: 80px;
    width: calc(100% - 1rem);
  }
  .page-custom-frame-green .frame-content img {
    display: block;
  }
  .page-custom-quote {
    background: url("../../common/images/small-green-steps.4cb306ff779f.png") repeat;
    margin: 3rem 0;
  }
  .page-custom-quote .quote-content {
    background: #298a7c;
    margin-left: 100px;
    min-height: 80px;
    color: white !important;
    padding: 3rem;
  }
  @media only screen and (width <= 1024px) {
    .page-custom-quote .quote-content {
      padding: 2rem !important;
      margin-left: 50px;
    }
  }
  @media only screen and (width <= 767px) {
    .page-custom-quote .quote-content {
      padding: 1.5rem !important;
      margin-left: 30px;
    }
  }
  .page-custom-quote .quote-content h1,
  .page-custom-quote .quote-content h2,
  .page-custom-quote .quote-content h3,
  .page-custom-quote .quote-content h4,
  .page-custom-quote .quote-content p {
    color: inherit !important;
  }
  .arx-editor-container {
    border: none !important;
  }
}
@layer framework {
  :root {
    --bulma-control-radius: var(--bulma-radius);
    --bulma-control-radius-small: var(--bulma-radius-small);
    --bulma-control-border-width: 1px;
    --bulma-control-height: 2.5em;
    --bulma-control-line-height: 1.5;
    --bulma-control-padding-vertical: calc(0.5em - 1px);
    --bulma-control-padding-horizontal: calc(0.75em - 1px);
    --bulma-control-size: var(--bulma-size-normal);
    --bulma-control-focus-shadow-l: 50%;
  }
  .modal-close {
    --bulma-delete-dimensions: 1.25rem;
    --bulma-delete-background-l: 0%;
    --bulma-delete-background-alpha: 0.5;
    --bulma-delete-color: var(--bulma-white);
    appearance: none;
    background-color: hsla(var(--bulma-scheme-h), var(--bulma-scheme-s), var(--bulma-delete-background-l), var(--bulma-delete-background-alpha));
    border: none;
    border-radius: var(--bulma-radius-rounded);
    cursor: pointer;
    pointer-events: auto;
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1em;
    height: var(--bulma-delete-dimensions);
    max-height: var(--bulma-delete-dimensions);
    max-width: var(--bulma-delete-dimensions);
    min-height: var(--bulma-delete-dimensions);
    min-width: var(--bulma-delete-dimensions);
    outline: none;
    position: relative;
    vertical-align: top;
    width: var(--bulma-delete-dimensions);
  }
  .modal-close::before, .modal-close::after {
    background-color: var(--bulma-delete-color);
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
  }
  .modal-close::before {
    height: 2px;
    width: 50%;
  }
  .modal-close::after {
    height: 50%;
    width: 2px;
  }
  .modal-close:hover, .modal-close:focus {
    --bulma-delete-background-alpha: 0.4;
  }
  .modal-close:active {
    --bulma-delete-background-alpha: 0.5;
  }
  .is-small.modal-close {
    --bulma-delete-dimensions: 1rem;
  }
  .is-medium.modal-close {
    --bulma-delete-dimensions: 1.5rem;
  }
  .is-large.modal-close {
    --bulma-delete-dimensions: 2rem;
  }
  .modal, .modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .modal {
    --bulma-modal-z: 40;
    --bulma-modal-background-background-color: hsla(var(--bulma-scheme-h), var(--bulma-scheme-s), var(--bulma-scheme-invert-l), 0.86);
    --bulma-modal-content-width: 28rem;
    --bulma-modal-content-margin-mobile: 1.25rem;
    --bulma-modal-content-spacing-mobile: 10rem;
    --bulma-modal-content-spacing-tablet: 2.5rem;
    --bulma-modal-close-dimensions: 2.5rem;
    --bulma-modal-close-right: 1.25rem;
    --bulma-modal-close-top: 1.25rem;
    --bulma-modal-card-spacing: 2.5rem;
    --bulma-modal-card-head-background-color: var(--bulma-scheme-main);
    --bulma-modal-card-head-padding: 2rem;
    --bulma-modal-card-head-radius: var(--bulma-radius-large);
    --bulma-modal-card-title-color: var(--bulma-text-strong);
    --bulma-modal-card-title-line-height: 1;
    --bulma-modal-card-title-size: var(--bulma-size-4);
    --bulma-modal-card-foot-background-color: var(--bulma-scheme-main-bis);
    --bulma-modal-card-foot-radius: var(--bulma-radius-large);
    --bulma-modal-card-body-background-color: var(--bulma-scheme-main);
    --bulma-modal-card-body-padding: 2rem;
  }
  .modal {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: var(--bulma-modal-z);
  }
  .modal.is-active {
    display: flex;
  }
  .modal-background {
    background-color: var(--bulma-modal-background-background-color);
  }
  .modal-content,
  .modal-card {
    margin: 0 var(--bulma-modal-content-margin-mobile);
    max-height: calc(100vh - var(--bulma-modal-content-spacing-mobile));
    overflow: auto;
    position: relative;
    width: 100%;
  }
  @media screen and (min-width: 769px) {
    .modal-content,
    .modal-card {
      margin: 0 auto;
      max-height: calc(100vh - var(--bulma-modal-content-spacing-tablet));
      width: var(--bulma-modal-content-width);
    }
  }
  .modal-close {
    background: none;
    height: var(--bulma-modal-close-dimensions);
    inset-inline-end: var(--bulma-modal-close-right);
    position: fixed;
    top: var(--bulma-modal-close-top);
    width: var(--bulma-modal-close-dimensions);
  }
  .modal-card {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - var(--bulma-modal-card-spacing));
    overflow: hidden;
    overflow-y: visible;
  }
  .modal-card-head,
  .modal-card-foot {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: var(--bulma-modal-card-head-padding);
    position: relative;
  }
  .modal-card-head {
    background-color: var(--bulma-modal-card-head-background-color);
    border-start-start-radius: var(--bulma-modal-card-head-radius);
    border-start-end-radius: var(--bulma-modal-card-head-radius);
    box-shadow: var(--bulma-shadow);
  }
  .modal-card-title {
    color: var(--bulma-modal-card-title-color);
    flex-grow: 1;
    flex-shrink: 0;
    font-size: var(--bulma-modal-card-title-size);
    line-height: var(--bulma-modal-card-title-line-height);
  }
  .modal-card-foot {
    background-color: var(--bulma-modal-card-foot-background-color);
    border-end-start-radius: var(--bulma-modal-card-foot-radius);
    border-end-end-radius: var(--bulma-modal-card-foot-radius);
  }
  .modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: var(--bulma-modal-card-body-background-color);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: var(--bulma-modal-card-body-padding);
  }
}
@layer components {
  /* Tweaks to modal defaults */
  .modal {
    z-index: 1001;
  }
  .modal-background {
    background-color: rgba(10, 10, 10, 0.7);
  }
  .modal-card {
    border: 4px solid #4151c9;
    border-radius: 0.75rem;
    position: relative;
  }
  @media only screen and (width <= 768px) {
    .modal-card {
      width: calc(100% - 2rem);
    }
  }
  .modal-card button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #4151c9 !important;
  }
  .modal-card-head {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff !important;
    border: none !important;
  }
  .modal-card-head .tag {
    font-size: 0.75rem;
  }
  .modal-card-head .tag:first-of-type {
    margin-left: 2rem;
  }
  .modal-card-head .tag.alcohol, .modal-card-head .tag.tobacco, .modal-card-head .tag.adult-entertainment, .modal-card-head .tag.adult-entertainmentpornography, .modal-card-head .tag.gambling {
    background-color: #a8a0ff;
  }
  .modal-card-head .tag.animal-testing, .modal-card-head .tag.animal-welfare-issues, .modal-card-head .tag.controversies, .modal-card-head .tag.factory-farming, .modal-card-head .tag.high-intensity-poultry, .modal-card-head .tag.fur-and-speciality-leather, .modal-card-head .tag.fur-speciality-leather, .modal-card-head .tag.fur-and-leather {
    background-color: #dd4d7d;
    color: white;
  }
  .modal-card-head .tag.firearms, .modal-card-head .tag.small-arms, .modal-card-head .tag.military-weapons, .modal-card-head .tag.military-contracting, .modal-card-head .tag.controversial-weapons, .modal-card-head .tag.nuclear-weapons {
    background-color: #7f4350;
    color: white;
  }
  .modal-card-head .tag.fossil-fuel-power-generation, .modal-card-head .tag.coal-generation, .modal-card-head .tag.shale-energy, .modal-card-head .tag.oil-and-gas-generation, .modal-card-head .tag.fossil-fuel-production, .modal-card-head .tag.thermal-coal-production, .modal-card-head .tag.arctic-oil-and-gas, .modal-card-head .tag.oil-sands {
    background: #2b358a;
    color: white;
  }
  .modal-card-head .tag.gmos, .modal-card-head .tag.pesticides, .modal-card-head .tag.highly-hazardous-pesticides, .modal-card-head .tag.highly-hazardous-chemicals, .modal-card-head .tag.environmental-damage, .modal-card-head .tag.deforestation, .modal-card-head .tag.palm-oil {
    background-color: #57c7a9;
    color: white;
  }
  .modal-card-head .tag.human-rights, .modal-card-head .tag.human-rights-abuses, .modal-card-head .tag.labour-rights, .modal-card-head .tag.labour-rights-violations, .modal-card-head .tag.war-conflict, .modal-card-head .tag.war-and-conflict, .modal-card-head .tag.public-safety, .modal-card-head .tag.public-safety-issues, .modal-card-head .tag.business-ethics {
    background-color: #feba57;
  }
  .modal-card-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@layer framework {
  @font-face {
    font-family: Icons;
    src: url("/s/sass/vendors/animal3/icons/icons.72c742bc4398.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  [class^=icon-],
  [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
    font-family: Icons !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-home::before {
    content: "\e900";
  }
  .icon-home2::before {
    content: "\e901";
  }
  .icon-home3::before {
    content: "\e902";
  }
  .icon-office::before {
    content: "\e903";
  }
  .icon-newspaper::before {
    content: "\e904";
  }
  .icon-pencil::before {
    content: "\e905";
  }
  .icon-pencil2::before {
    content: "\e906";
  }
  .icon-quill::before {
    content: "\e907";
  }
  .icon-pen::before {
    content: "\e908";
  }
  .icon-blog::before {
    content: "\e909";
  }
  .icon-eyedropper::before {
    content: "\e90a";
  }
  .icon-droplet::before {
    content: "\e90b";
  }
  .icon-paint-format::before {
    content: "\e90c";
  }
  .icon-image::before {
    content: "\e90d";
  }
  .icon-images::before {
    content: "\e90e";
  }
  .icon-camera::before {
    content: "\e90f";
  }
  .icon-headphones::before {
    content: "\e910";
  }
  .icon-music::before {
    content: "\e911";
  }
  .icon-play::before {
    content: "\e912";
  }
  .icon-film::before {
    content: "\e913";
  }
  .icon-video-camera::before {
    content: "\e914";
  }
  .icon-dice::before {
    content: "\e915";
  }
  .icon-pacman::before {
    content: "\e916";
  }
  .icon-spades::before {
    content: "\e917";
  }
  .icon-clubs::before {
    content: "\e918";
  }
  .icon-diamonds::before {
    content: "\e919";
  }
  .icon-bullhorn::before {
    content: "\e91a";
  }
  .icon-connection::before {
    content: "\e91b";
  }
  .icon-podcast::before {
    content: "\e91c";
  }
  .icon-feed::before {
    content: "\e91d";
  }
  .icon-mic::before {
    content: "\e91e";
  }
  .icon-book::before {
    content: "\e91f";
  }
  .icon-books::before {
    content: "\e920";
  }
  .icon-library::before {
    content: "\e921";
  }
  .icon-file-text::before {
    content: "\e922";
  }
  .icon-profile::before {
    content: "\e923";
  }
  .icon-file-empty::before {
    content: "\e924";
  }
  .icon-files-empty::before {
    content: "\e925";
  }
  .icon-file-text2::before {
    content: "\e926";
  }
  .icon-file-picture::before {
    content: "\e927";
  }
  .icon-file-music::before {
    content: "\e928";
  }
  .icon-file-play::before {
    content: "\e929";
  }
  .icon-file-video::before {
    content: "\e92a";
  }
  .icon-file-zip::before {
    content: "\e92b";
  }
  .icon-copy::before {
    content: "\e92c";
  }
  .icon-paste::before {
    content: "\e92d";
  }
  .icon-stack::before {
    content: "\e92e";
  }
  .icon-folder::before {
    content: "\e92f";
  }
  .icon-folder-open::before {
    content: "\e930";
  }
  .icon-folder-plus::before {
    content: "\e931";
  }
  .icon-folder-minus::before {
    content: "\e932";
  }
  .icon-folder-download::before {
    content: "\e933";
  }
  .icon-folder-upload::before {
    content: "\e934";
  }
  .icon-price-tag::before {
    content: "\e935";
  }
  .icon-price-tags::before {
    content: "\e936";
  }
  .icon-barcode::before {
    content: "\e937";
  }
  .icon-qrcode::before {
    content: "\e938";
  }
  .icon-ticket::before {
    content: "\e939";
  }
  .icon-cart::before {
    content: "\e93a";
  }
  .icon-coin-dollar::before {
    content: "\e93b";
  }
  .icon-coin-euro::before {
    content: "\e93c";
  }
  .icon-coin-pound::before {
    content: "\e93d";
  }
  .icon-coin-yen::before {
    content: "\e93e";
  }
  .icon-credit-card::before {
    content: "\e93f";
  }
  .icon-calculator::before {
    content: "\e940";
  }
  .icon-lifebuoy::before {
    content: "\e941";
  }
  .icon-phone::before {
    content: "\e942";
  }
  .icon-phone-hang-up::before {
    content: "\e943";
  }
  .icon-address-book::before {
    content: "\e944";
  }
  .icon-envelop::before {
    content: "\e945";
  }
  .icon-pushpin::before {
    content: "\e946";
  }
  .icon-location::before {
    content: "\e947";
  }
  .icon-location2::before {
    content: "\e948";
  }
  .icon-compass::before {
    content: "\e949";
  }
  .icon-compass2::before {
    content: "\e94a";
  }
  .icon-map::before {
    content: "\e94b";
  }
  .icon-map2::before {
    content: "\e94c";
  }
  .icon-history::before {
    content: "\e94d";
  }
  .icon-clock::before {
    content: "\e94e";
  }
  .icon-clock2::before {
    content: "\e94f";
  }
  .icon-alarm::before {
    content: "\e950";
  }
  .icon-bell::before {
    content: "\e951";
  }
  .icon-stopwatch::before {
    content: "\e952";
  }
  .icon-calendar::before {
    content: "\e953";
  }
  .icon-printer::before {
    content: "\e954";
  }
  .icon-keyboard::before {
    content: "\e955";
  }
  .icon-display::before {
    content: "\e956";
  }
  .icon-laptop::before {
    content: "\e957";
  }
  .icon-mobile::before {
    content: "\e958";
  }
  .icon-mobile2::before {
    content: "\e959";
  }
  .icon-tablet::before {
    content: "\e95a";
  }
  .icon-tv::before {
    content: "\e95b";
  }
  .icon-drawer::before {
    content: "\e95c";
  }
  .icon-drawer2::before {
    content: "\e95d";
  }
  .icon-box-add::before {
    content: "\e95e";
  }
  .icon-box-remove::before {
    content: "\e95f";
  }
  .icon-download::before {
    content: "\e960";
  }
  .icon-upload::before {
    content: "\e961";
  }
  .icon-floppy-disk::before {
    content: "\e962";
  }
  .icon-drive::before {
    content: "\e963";
  }
  .icon-database::before {
    content: "\e964";
  }
  .icon-undo::before {
    content: "\e965";
  }
  .icon-redo::before {
    content: "\e966";
  }
  .icon-undo2::before {
    content: "\e967";
  }
  .icon-redo2::before {
    content: "\e968";
  }
  .icon-forward::before {
    content: "\e969";
  }
  .icon-reply::before {
    content: "\e96a";
  }
  .icon-bubble::before {
    content: "\e96b";
  }
  .icon-bubbles::before {
    content: "\e96c";
  }
  .icon-bubbles2::before {
    content: "\e96d";
  }
  .icon-bubble2::before {
    content: "\e96e";
  }
  .icon-bubbles3::before {
    content: "\e96f";
  }
  .icon-bubbles4::before {
    content: "\e970";
  }
  .icon-user::before {
    content: "\e971";
  }
  .icon-users::before {
    content: "\e972";
  }
  .icon-user-plus::before {
    content: "\e973";
  }
  .icon-user-minus::before {
    content: "\e974";
  }
  .icon-user-check::before {
    content: "\e975";
  }
  .icon-user-tie::before {
    content: "\e976";
  }
  .icon-quotes-left::before {
    content: "\e977";
  }
  .icon-quotes-right::before {
    content: "\e978";
  }
  .icon-hour-glass::before {
    content: "\e979";
  }
  .icon-spinner::before {
    content: "\e97a";
  }
  .icon-spinner2::before {
    content: "\e97b";
  }
  .icon-spinner3::before {
    content: "\e97c";
  }
  .icon-spinner4::before {
    content: "\e97d";
  }
  .icon-spinner5::before {
    content: "\e97e";
  }
  .icon-spinner6::before {
    content: "\e97f";
  }
  .icon-spinner7::before {
    content: "\e980";
  }
  .icon-spinner8::before {
    content: "\e981";
  }
  .icon-spinner9::before {
    content: "\e982";
  }
  .icon-spinner10::before {
    content: "\e983";
  }
  .icon-spinner11::before {
    content: "\e984";
  }
  .icon-binoculars::before {
    content: "\e985";
  }
  .icon-search::before {
    content: "\e986";
  }
  .icon-zoom-in::before {
    content: "\e987";
  }
  .icon-zoom-out::before {
    content: "\e988";
  }
  .icon-enlarge::before {
    content: "\e989";
  }
  .icon-shrink::before {
    content: "\e98a";
  }
  .icon-enlarge2::before {
    content: "\e98b";
  }
  .icon-shrink2::before {
    content: "\e98c";
  }
  .icon-key::before {
    content: "\e98d";
  }
  .icon-key2::before {
    content: "\e98e";
  }
  .icon-lock::before {
    content: "\e98f";
  }
  .icon-unlocked::before {
    content: "\e990";
  }
  .icon-wrench::before {
    content: "\e991";
  }
  .icon-equalizer::before {
    content: "\e992";
  }
  .icon-equalizer2::before {
    content: "\e993";
  }
  .icon-cog::before {
    content: "\e994";
  }
  .icon-cogs::before {
    content: "\e995";
  }
  .icon-hammer::before {
    content: "\e996";
  }
  .icon-magic-wand::before {
    content: "\e997";
  }
  .icon-aid-kit::before {
    content: "\e998";
  }
  .icon-bug::before {
    content: "\e999";
  }
  .icon-pie-chart::before {
    content: "\e99a";
  }
  .icon-stats-dots::before {
    content: "\e99b";
  }
  .icon-stats-bars::before {
    content: "\e99c";
  }
  .icon-stats-bars2::before {
    content: "\e99d";
  }
  .icon-trophy::before {
    content: "\e99e";
  }
  .icon-gift::before {
    content: "\e99f";
  }
  .icon-glass::before {
    content: "\e9a0";
  }
  .icon-glass2::before {
    content: "\e9a1";
  }
  .icon-mug::before {
    content: "\e9a2";
  }
  .icon-spoon-knife::before {
    content: "\e9a3";
  }
  .icon-leaf::before {
    content: "\e9a4";
  }
  .icon-rocket::before {
    content: "\e9a5";
  }
  .icon-meter::before {
    content: "\e9a6";
  }
  .icon-meter2::before {
    content: "\e9a7";
  }
  .icon-hammer2::before {
    content: "\e9a8";
  }
  .icon-fire::before {
    content: "\e9a9";
  }
  .icon-lab::before {
    content: "\e9aa";
  }
  .icon-magnet::before {
    content: "\e9ab";
  }
  .icon-bin::before {
    content: "\e9ac";
  }
  .icon-bin2::before {
    content: "\e9ad";
  }
  .icon-briefcase::before {
    content: "\e9ae";
  }
  .icon-airplane::before {
    content: "\e9af";
  }
  .icon-truck::before {
    content: "\e9b0";
  }
  .icon-road::before {
    content: "\e9b1";
  }
  .icon-accessibility::before {
    content: "\e9b2";
  }
  .icon-target::before {
    content: "\e9b3";
  }
  .icon-shield::before {
    content: "\e9b4";
  }
  .icon-power::before {
    content: "\e9b5";
  }
  .icon-switch::before {
    content: "\e9b6";
  }
  .icon-power-cord::before {
    content: "\e9b7";
  }
  .icon-clipboard::before {
    content: "\e9b8";
  }
  .icon-list-numbered::before {
    content: "\e9b9";
  }
  .icon-list::before {
    content: "\e9ba";
  }
  .icon-list2::before {
    content: "\e9bb";
  }
  .icon-tree::before {
    content: "\e9bc";
  }
  .icon-menu::before {
    content: "\e9bd";
  }
  .icon-menu2::before {
    content: "\e9be";
  }
  .icon-menu3::before {
    content: "\e9bf";
  }
  .icon-menu4::before {
    content: "\e9c0";
  }
  .icon-cloud::before {
    content: "\e9c1";
  }
  .icon-cloud-download::before {
    content: "\e9c2";
  }
  .icon-cloud-upload::before {
    content: "\e9c3";
  }
  .icon-cloud-check::before {
    content: "\e9c4";
  }
  .icon-download2::before {
    content: "\e9c5";
  }
  .icon-upload2::before {
    content: "\e9c6";
  }
  .icon-download3::before {
    content: "\e9c7";
  }
  .icon-upload3::before {
    content: "\e9c8";
  }
  .icon-sphere::before {
    content: "\e9c9";
  }
  .icon-earth::before {
    content: "\e9ca";
  }
  .icon-link::before {
    content: "\e9cb";
  }
  .icon-flag::before {
    content: "\e9cc";
  }
  .icon-attachment::before {
    content: "\e9cd";
  }
  .icon-eye::before {
    content: "\e9ce";
  }
  .icon-eye-plus::before {
    content: "\e9cf";
  }
  .icon-eye-minus::before {
    content: "\e9d0";
  }
  .icon-eye-blocked::before {
    content: "\e9d1";
  }
  .icon-bookmark::before {
    content: "\e9d2";
  }
  .icon-bookmarks::before {
    content: "\e9d3";
  }
  .icon-sun::before {
    content: "\e9d4";
  }
  .icon-contrast::before {
    content: "\e9d5";
  }
  .icon-brightness-contrast::before {
    content: "\e9d6";
  }
  .icon-star-empty::before {
    content: "\e9d7";
  }
  .icon-star-half::before {
    content: "\e9d8";
  }
  .icon-star-full::before {
    content: "\e9d9";
  }
  .icon-heart::before {
    content: "\e9da";
  }
  .icon-heart-broken::before {
    content: "\e9db";
  }
  .icon-man::before {
    content: "\e9dc";
  }
  .icon-woman::before {
    content: "\e9dd";
  }
  .icon-man-woman::before {
    content: "\e9de";
  }
  .icon-happy::before {
    content: "\e9df";
  }
  .icon-happy2::before {
    content: "\e9e0";
  }
  .icon-smile::before {
    content: "\e9e1";
  }
  .icon-smile2::before {
    content: "\e9e2";
  }
  .icon-tongue::before {
    content: "\e9e3";
  }
  .icon-tongue2::before {
    content: "\e9e4";
  }
  .icon-sad::before {
    content: "\e9e5";
  }
  .icon-sad2::before {
    content: "\e9e6";
  }
  .icon-wink::before {
    content: "\e9e7";
  }
  .icon-wink2::before {
    content: "\e9e8";
  }
  .icon-grin::before {
    content: "\e9e9";
  }
  .icon-grin2::before {
    content: "\e9ea";
  }
  .icon-cool::before {
    content: "\e9eb";
  }
  .icon-cool2::before {
    content: "\e9ec";
  }
  .icon-angry::before {
    content: "\e9ed";
  }
  .icon-angry2::before {
    content: "\e9ee";
  }
  .icon-evil::before {
    content: "\e9ef";
  }
  .icon-evil2::before {
    content: "\e9f0";
  }
  .icon-shocked::before {
    content: "\e9f1";
  }
  .icon-shocked2::before {
    content: "\e9f2";
  }
  .icon-baffled::before {
    content: "\e9f3";
  }
  .icon-baffled2::before {
    content: "\e9f4";
  }
  .icon-confused::before {
    content: "\e9f5";
  }
  .icon-confused2::before {
    content: "\e9f6";
  }
  .icon-neutral::before {
    content: "\e9f7";
  }
  .icon-neutral2::before {
    content: "\e9f8";
  }
  .icon-hipster::before {
    content: "\e9f9";
  }
  .icon-hipster2::before {
    content: "\e9fa";
  }
  .icon-wondering::before {
    content: "\e9fb";
  }
  .icon-wondering2::before {
    content: "\e9fc";
  }
  .icon-sleepy::before {
    content: "\e9fd";
  }
  .icon-sleepy2::before {
    content: "\e9fe";
  }
  .icon-frustrated::before {
    content: "\e9ff";
  }
  .icon-frustrated2::before {
    content: "\ea00";
  }
  .icon-crying::before {
    content: "\ea01";
  }
  .icon-crying2::before {
    content: "\ea02";
  }
  .icon-point-up::before {
    content: "\ea03";
  }
  .icon-point-right::before {
    content: "\ea04";
  }
  .icon-point-down::before {
    content: "\ea05";
  }
  .icon-point-left::before {
    content: "\ea06";
  }
  .icon-warning::before {
    content: "\ea07";
  }
  .icon-notification::before {
    content: "\ea08";
  }
  .icon-question::before {
    content: "\ea09";
  }
  .icon-plus::before {
    content: "\ea0a";
  }
  .icon-minus::before {
    content: "\ea0b";
  }
  .icon-info::before {
    content: "\ea0c";
  }
  .icon-cancel-circle::before {
    content: "\ea0d";
  }
  .icon-blocked::before {
    content: "\ea0e";
  }
  .icon-cross::before {
    content: "\ea0f";
  }
  .icon-checkmark::before {
    content: "\ea10";
  }
  .icon-checkmark2::before {
    content: "\ea11";
  }
  .icon-spell-check::before {
    content: "\ea12";
  }
  .icon-enter::before {
    content: "\ea13";
  }
  .icon-exit::before {
    content: "\ea14";
  }
  .icon-play2::before {
    content: "\ea15";
  }
  .icon-pause::before {
    content: "\ea16";
  }
  .icon-stop::before {
    content: "\ea17";
  }
  .icon-previous::before {
    content: "\ea18";
  }
  .icon-next::before {
    content: "\ea19";
  }
  .icon-backward::before {
    content: "\ea1a";
  }
  .icon-forward2::before {
    content: "\ea1b";
  }
  .icon-play3::before {
    content: "\ea1c";
  }
  .icon-pause2::before {
    content: "\ea1d";
  }
  .icon-stop2::before {
    content: "\ea1e";
  }
  .icon-backward2::before {
    content: "\ea1f";
  }
  .icon-forward3::before {
    content: "\ea20";
  }
  .icon-first::before {
    content: "\ea21";
  }
  .icon-last::before {
    content: "\ea22";
  }
  .icon-previous2::before {
    content: "\ea23";
  }
  .icon-next2::before {
    content: "\ea24";
  }
  .icon-eject::before {
    content: "\ea25";
  }
  .icon-volume-high::before {
    content: "\ea26";
  }
  .icon-volume-medium::before {
    content: "\ea27";
  }
  .icon-volume-low::before {
    content: "\ea28";
  }
  .icon-volume-mute::before {
    content: "\ea29";
  }
  .icon-volume-mute2::before {
    content: "\ea2a";
  }
  .icon-volume-increase::before {
    content: "\ea2b";
  }
  .icon-volume-decrease::before {
    content: "\ea2c";
  }
  .icon-loop::before {
    content: "\ea2d";
  }
  .icon-loop2::before {
    content: "\ea2e";
  }
  .icon-infinite::before {
    content: "\ea2f";
  }
  .icon-shuffle::before {
    content: "\ea30";
  }
  .icon-arrow-up-left::before {
    content: "\ea31";
  }
  .icon-arrow-up::before {
    content: "\ea32";
  }
  .icon-arrow-up-right::before {
    content: "\ea33";
  }
  .icon-arrow-right::before {
    content: "\ea34";
  }
  .icon-arrow-down-right::before {
    content: "\ea35";
  }
  .icon-arrow-down::before {
    content: "\ea36";
  }
  .icon-arrow-down-left::before {
    content: "\ea37";
  }
  .icon-arrow-left::before {
    content: "\ea38";
  }
  .icon-arrow-up-left2::before {
    content: "\ea39";
  }
  .icon-arrow-up2::before {
    content: "\ea3a";
  }
  .icon-arrow-up-right2::before {
    content: "\ea3b";
  }
  .icon-arrow-right2::before {
    content: "\ea3c";
  }
  .icon-arrow-down-right2::before {
    content: "\ea3d";
  }
  .icon-arrow-down2::before {
    content: "\ea3e";
  }
  .icon-arrow-down-left2::before {
    content: "\ea3f";
  }
  .icon-arrow-left2::before {
    content: "\ea40";
  }
  .icon-circle-up::before {
    content: "\ea41";
  }
  .icon-circle-right::before {
    content: "\ea42";
  }
  .icon-circle-down::before {
    content: "\ea43";
  }
  .icon-circle-left::before {
    content: "\ea44";
  }
  .icon-tab::before {
    content: "\ea45";
  }
  .icon-move-up::before {
    content: "\ea46";
  }
  .icon-move-down::before {
    content: "\ea47";
  }
  .icon-sort-alpha-asc::before {
    content: "\ea48";
  }
  .icon-sort-alpha-desc::before {
    content: "\ea49";
  }
  .icon-sort-numeric-asc::before {
    content: "\ea4a";
  }
  .icon-sort-numberic-desc::before {
    content: "\ea4b";
  }
  .icon-sort-amount-asc::before {
    content: "\ea4c";
  }
  .icon-sort-amount-desc::before {
    content: "\ea4d";
  }
  .icon-command::before {
    content: "\ea4e";
  }
  .icon-shift::before {
    content: "\ea4f";
  }
  .icon-ctrl::before {
    content: "\ea50";
  }
  .icon-opt::before {
    content: "\ea51";
  }
  .icon-checkbox-checked::before {
    content: "\ea52";
  }
  .icon-checkbox-unchecked::before {
    content: "\ea53";
  }
  .icon-radio-checked::before {
    content: "\ea54";
  }
  .icon-radio-checked2::before {
    content: "\ea55";
  }
  .icon-radio-unchecked::before {
    content: "\ea56";
  }
  .icon-crop::before {
    content: "\ea57";
  }
  .icon-make-group::before {
    content: "\ea58";
  }
  .icon-ungroup::before {
    content: "\ea59";
  }
  .icon-scissors::before {
    content: "\ea5a";
  }
  .icon-filter::before {
    content: "\ea5b";
  }
  .icon-font::before {
    content: "\ea5c";
  }
  .icon-ligature::before {
    content: "\ea5d";
  }
  .icon-ligature2::before {
    content: "\ea5e";
  }
  .icon-text-height::before {
    content: "\ea5f";
  }
  .icon-text-width::before {
    content: "\ea60";
  }
  .icon-font-size::before {
    content: "\ea61";
  }
  .icon-bold::before {
    content: "\ea62";
  }
  .icon-underline::before {
    content: "\ea63";
  }
  .icon-italic::before {
    content: "\ea64";
  }
  .icon-strikethrough::before {
    content: "\ea65";
  }
  .icon-omega::before {
    content: "\ea66";
  }
  .icon-sigma::before {
    content: "\ea67";
  }
  .icon-page-break::before {
    content: "\ea68";
  }
  .icon-superscript::before {
    content: "\ea69";
  }
  .icon-subscript::before {
    content: "\ea6a";
  }
  .icon-superscript2::before {
    content: "\ea6b";
  }
  .icon-subscript2::before {
    content: "\ea6c";
  }
  .icon-text-color::before {
    content: "\ea6d";
  }
  .icon-pagebreak::before {
    content: "\ea6e";
  }
  .icon-clear-formatting::before {
    content: "\ea6f";
  }
  .icon-table::before {
    content: "\ea70";
  }
  .icon-table2::before {
    content: "\ea71";
  }
  .icon-insert-template::before {
    content: "\ea72";
  }
  .icon-pilcrow::before {
    content: "\ea73";
  }
  .icon-ltr::before {
    content: "\ea74";
  }
  .icon-rtl::before {
    content: "\ea75";
  }
  .icon-section::before {
    content: "\ea76";
  }
  .icon-paragraph-left::before {
    content: "\ea77";
  }
  .icon-paragraph-center::before {
    content: "\ea78";
  }
  .icon-paragraph-right::before {
    content: "\ea79";
  }
  .icon-paragraph-justify::before {
    content: "\ea7a";
  }
  .icon-indent-increase::before {
    content: "\ea7b";
  }
  .icon-indent-decrease::before {
    content: "\ea7c";
  }
  .icon-share::before {
    content: "\ea7d";
  }
  .icon-new-tab::before {
    content: "\ea7e";
  }
  .icon-embed::before {
    content: "\ea7f";
  }
  .icon-embed2::before {
    content: "\ea80";
  }
  .icon-terminal::before {
    content: "\ea81";
  }
  .icon-share2::before {
    content: "\ea82";
  }
  .icon-mail::before {
    content: "\ea83";
  }
  .icon-mail2::before {
    content: "\ea84";
  }
  .icon-mail3::before {
    content: "\ea85";
  }
  .icon-mail4::before {
    content: "\ea86";
  }
  .icon-amazon::before {
    content: "\ea87";
  }
  .icon-google::before {
    content: "\ea88";
  }
  .icon-google2::before {
    content: "\ea89";
  }
  .icon-google3::before {
    content: "\ea8a";
  }
  .icon-google-plus::before {
    content: "\ea8b";
  }
  .icon-google-plus2::before {
    content: "\ea8c";
  }
  .icon-google-plus3::before {
    content: "\ea8d";
  }
  .icon-hangouts::before {
    content: "\ea8e";
  }
  .icon-google-drive::before {
    content: "\ea8f";
  }
  .icon-facebook::before {
    content: "\ea90";
  }
  .icon-facebook2::before {
    content: "\ea91";
  }
  .icon-instagram::before {
    content: "\ea92";
  }
  .icon-whatsapp::before {
    content: "\ea93";
  }
  .icon-spotify::before {
    content: "\ea94";
  }
  .icon-telegram::before {
    content: "\ea95";
  }
  .icon-twitter::before {
    content: "\ea96";
  }
  .icon-vine::before {
    content: "\ea97";
  }
  .icon-vk::before {
    content: "\ea98";
  }
  .icon-renren::before {
    content: "\ea99";
  }
  .icon-sina-weibo::before {
    content: "\ea9a";
  }
  .icon-rss::before {
    content: "\ea9b";
  }
  .icon-rss2::before {
    content: "\ea9c";
  }
  .icon-youtube::before {
    content: "\ea9d";
  }
  .icon-youtube2::before {
    content: "\ea9e";
  }
  .icon-twitch::before {
    content: "\ea9f";
  }
  .icon-vimeo::before {
    content: "\eaa0";
  }
  .icon-vimeo2::before {
    content: "\eaa1";
  }
  .icon-lanyrd::before {
    content: "\eaa2";
  }
  .icon-flickr::before {
    content: "\eaa3";
  }
  .icon-flickr2::before {
    content: "\eaa4";
  }
  .icon-flickr3::before {
    content: "\eaa5";
  }
  .icon-flickr4::before {
    content: "\eaa6";
  }
  .icon-dribbble::before {
    content: "\eaa7";
  }
  .icon-behance::before {
    content: "\eaa8";
  }
  .icon-behance2::before {
    content: "\eaa9";
  }
  .icon-deviantart::before {
    content: "\eaaa";
  }
  .icon-500px::before {
    content: "\eaab";
  }
  .icon-steam::before {
    content: "\eaac";
  }
  .icon-steam2::before {
    content: "\eaad";
  }
  .icon-dropbox::before {
    content: "\eaae";
  }
  .icon-onedrive::before {
    content: "\eaaf";
  }
  .icon-github::before {
    content: "\eab0";
  }
  .icon-npm::before {
    content: "\eab1";
  }
  .icon-basecamp::before {
    content: "\eab2";
  }
  .icon-trello::before {
    content: "\eab3";
  }
  .icon-wordpress::before {
    content: "\eab4";
  }
  .icon-joomla::before {
    content: "\eab5";
  }
  .icon-ello::before {
    content: "\eab6";
  }
  .icon-blogger::before {
    content: "\eab7";
  }
  .icon-blogger2::before {
    content: "\eab8";
  }
  .icon-tumblr::before {
    content: "\eab9";
  }
  .icon-tumblr2::before {
    content: "\eaba";
  }
  .icon-yahoo::before {
    content: "\eabb";
  }
  .icon-yahoo2::before {
    content: "\eabc";
  }
  .icon-tux::before {
    content: "\eabd";
  }
  .icon-appleinc::before {
    content: "\eabe";
  }
  .icon-finder::before {
    content: "\eabf";
  }
  .icon-android::before {
    content: "\eac0";
  }
  .icon-windows::before {
    content: "\eac1";
  }
  .icon-windows8::before {
    content: "\eac2";
  }
  .icon-soundcloud::before {
    content: "\eac3";
  }
  .icon-soundcloud2::before {
    content: "\eac4";
  }
  .icon-skype::before {
    content: "\eac5";
  }
  .icon-reddit::before {
    content: "\eac6";
  }
  .icon-hackernews::before {
    content: "\eac7";
  }
  .icon-wikipedia::before {
    content: "\eac8";
  }
  .icon-linkedin::before {
    content: "\eac9";
  }
  .icon-linkedin2::before {
    content: "\eaca";
  }
  .icon-lastfm::before {
    content: "\eacb";
  }
  .icon-lastfm2::before {
    content: "\eacc";
  }
  .icon-delicious::before {
    content: "\eacd";
  }
  .icon-stumbleupon::before {
    content: "\eace";
  }
  .icon-stumbleupon2::before {
    content: "\eacf";
  }
  .icon-stackoverflow::before {
    content: "\ead0";
  }
  .icon-pinterest::before {
    content: "\ead1";
  }
  .icon-pinterest2::before {
    content: "\ead2";
  }
  .icon-xing::before {
    content: "\ead3";
  }
  .icon-xing2::before {
    content: "\ead4";
  }
  .icon-flattr::before {
    content: "\ead5";
  }
  .icon-foursquare::before {
    content: "\ead6";
  }
  .icon-yelp::before {
    content: "\ead7";
  }
  .icon-paypal::before {
    content: "\ead8";
  }
  .icon-chrome::before {
    content: "\ead9";
  }
  .icon-firefox::before {
    content: "\eada";
  }
  /* stylelint-disable-next-line selector-class-pattern */
  .icon-IE::before {
    content: "\eadb";
  }
  .icon-edge::before {
    content: "\eadc";
  }
  .icon-safari::before {
    content: "\eadd";
  }
  .icon-opera::before {
    content: "\eade";
  }
  .icon-file-pdf::before {
    content: "\eadf";
  }
  .icon-file-openoffice::before {
    content: "\eae0";
  }
  .icon-file-word::before {
    content: "\eae1";
  }
  .icon-file-excel::before {
    content: "\eae2";
  }
  .icon-libreoffice::before {
    content: "\eae3";
  }
  .icon-html-five::before {
    content: "\eae4";
  }
  .icon-html-five2::before {
    content: "\eae5";
  }
  .icon-css3::before {
    content: "\eae6";
  }
  .icon-git::before {
    content: "\eae7";
  }
  .icon-codepen::before {
    content: "\eae8";
  }
  .icon-svg::before {
    content: "\eae9";
  }
  /* stylelint-disable-next-line selector-class-pattern */
  .icon-IcoMoon::before {
    content: "\eaea";
  }
}
@layer framework {
  .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
  }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
  }
  .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
  }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
  }
  .select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
  }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
  }
  .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
  }
  .select2-results {
    display: block;
  }
  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-results__option--selectable {
    cursor: pointer;
  }
  .select2-container--open .select2-dropdown {
    left: 0;
  }
  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-search--dropdown {
    display: block;
    padding: 4px;
  }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
  }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-search--dropdown.select2-search--hide {
    display: none;
  }
  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
  }
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
  }
  .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
  }
  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
  }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
  }
  .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
  }
  .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
  }
  .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
  }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
  }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
  }
  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }
  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
  }
  .select2-container--default .select2-results__option--group {
    padding: 0;
  }
  .select2-container--default .select2-results__option--disabled {
    color: #999;
  }
  .select2-container--default .select2-results__option--selected {
    background-color: #ddd;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
  }
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
  }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
  }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
  }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
  }
  .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
  }
  .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
  }
  .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
  }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
  }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
  }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
  }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
  }
  .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
  }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
  }
  .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
  }
  .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
  }
  .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
  }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
  }
  .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
  }
  .select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
  }
  .select2-container--classic .select2-dropdown--above {
    border-bottom: none;
  }
  .select2-container--classic .select2-dropdown--below {
    border-top: none;
  }
  .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }
  .select2-container--classic .select2-results__option--group {
    padding: 0;
  }
  .select2-container--classic .select2-results__option--disabled {
    color: grey;
  }
  .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
  }
  .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
  }
}
/* stylelint-disable selector-class-pattern */
/* stylelint-enable selector-class-pattern */
@layer components {
  #fund-type-toggle.buttons {
    display: flex;
    flex-direction: row;
    justify-content: start;
  }
  #fund-type-toggle.buttons .button {
    flex: 1 1 50%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    min-width: 0;
    font-size: 1rem;
  }
  @media only screen and (width <= 592px) {
    #fund-type-toggle.buttons .button {
      font-size: 12px;
    }
  }
  #fund-type-toggle.buttons .button.is-outlined,
  #fund-type-toggle.buttons .button:has(input:not(:checked)) {
    color: hsl(221, 14%, 48%);
    background-color: hsl(221, 14%, 100%);
    border: max(1px, 0.0625em) solid hsl(221, 14%, 48%);
  }
  #fund-type-toggle.buttons .button:has(input:checked) {
    background: rgb(51, 173, 155);
    color: hsl(221, 14%, 100%);
    border: max(1px, 0.0625em) solid rgb(51, 173, 155);
    z-index: 1;
  }
  #fund-type-toggle.buttons input[type=radio] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    pointer-events: none;
  }
  .checker-selector {
    margin-top: 32px;
  }
  .checker-selector .fund-select {
    width: 100%;
  }
  .checker-selector .select2-container {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .checker-selector .select2-container .select2-selection--single {
    background-color: #fff;
    height: auto !important;
    padding: 0.5em 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .checker-selector .select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
  }
  .checker-selector .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #666 !important;
  }
  .checker-selector .select2-container .select2-dropdown {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: auto !important;
    border: none !important;
  }
  .checker-selector .select2-container .select2-dropdown.select2-dropdown--below {
    border-top: 0 !important;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  }
  .checker-selector .select2-container .select2-dropdown.select2-dropdown--above {
    border-bottom: 0 !important;
    box-shadow: 0 -0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  }
  .checker-selector .select2-container .select2-dropdown .select2-search {
    margin: 5px;
  }
  .checker-selector .select2-container .select2-dropdown .select2-search .select2-search__field {
    padding: 10px !important;
    font-size: 1rem;
    height: 2.25em;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    max-width: 100%;
    width: 100%;
    border-radius: 3px !important;
  }
  .checker-selector .select2-container .select2-dropdown .select2-results__options {
    max-height: 200px !important;
  }
  .checker-selector .select2-container .select2-dropdown .select2-results__options .select2-results__option {
    padding: 0.37em 0.75em !important;
    font-size: 1rem;
  }
  .checker-selector .select {
    width: 100%;
    min-width: 210px;
    height: auto !important;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .checker-selector .select .select2-container--default .select2-selection--single {
    border-radius: 5px;
    background-color: #fff;
    border: none;
    padding: 0.5em;
  }
  .fund-summary-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
    border-radius: 12px;
    background: white;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin-top: 32px;
  }
  .fund-summary-card .card-top-section {
    background-color: #fafbfc;
    width: 100%;
    padding: 20px;
  }
  @media only screen and (width <= 767px) {
    .fund-summary-card .card-top-section {
      padding: 12px;
    }
  }
  .fund-summary-card .card-top-section .top-line {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .fund-summary-card .card-top-section .top-line .mindful-badge-and-name {
    display: flex;
    gap: 8px;
  }
  @media only screen and (width <= 768px) {
    .fund-summary-card .card-top-section .top-line .mindful-badge-and-name {
      gap: 4px;
    }
  }
  .fund-summary-card .card-top-section .top-line .mindful-badge-and-name .mindful-fund {
    width: 28px;
    height: 28px;
  }
  @media only screen and (width <= 768px) {
    .fund-summary-card .card-top-section .top-line .mindful-badge-and-name .mindful-fund {
      width: 20px;
      height: 20px;
    }
  }
  .fund-summary-card .card-top-section .performance-metrics {
    display: flex;
    gap: 16px;
    align-items: center;
    color: hsl(221, 14%, 48%);
  }
  @media only screen and (width <= 767px) {
    .fund-summary-card .card-top-section .performance-metrics {
      display: none;
    }
  }
  .fund-summary-card .card-top-section .performance-metrics .metric {
    display: flex;
    gap: 8px;
  }
  .fund-summary-card .card-top-section .performance-metrics .metric .metric-value {
    font-weight: 600;
  }
  .fund-summary-card .card-top-section .performance-metrics .metric .metric-label {
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .fund-summary-card .card-top-section .performance-metrics .metric .info-icon {
    color: #4151c9;
    cursor: help;
  }
  .fund-summary-card .card-main-section {
    width: 100%;
    padding: 20px;
  }
  @media only screen and (width <= 767px) {
    .fund-summary-card .card-main-section {
      padding: 12px;
    }
  }
  .fund-summary-card .card-main-section h3 {
    color: hsl(221, 14%, 48%);
    margin-bottom: 12px;
  }
  .fund-summary-card .remove-button {
    border: none;
    background: none;
    font-size: 1.75rem !important;
    color: #4151c9;
  }
  @media (width <= 767px) {
    .fund-summary-card .remove-button {
      font-size: 1.25rem !important;
      top: 0 !important;
    }
  }
  .fund-summary-card div.concerns-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary {
    width: 100%;
    list-style: none !important;
    margin-inline-start: 0 !important;
    margin-bottom: 0 !important;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li {
    margin-top: 0 !important;
    background: none !important;
    width: 116px;
    gap: 12px;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category {
    display: block;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.animal-cruelty,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.animal-cruelty {
    filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.25));
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Animal Cruelty.071b4252a2b2.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.animal-cruelty.is-disabled,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.animal-cruelty.is-disabled {
    filter: none;
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Animal Cruelty-disabled.370852b6c8fe.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.human-rights,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.human-rights {
    filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.25));
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Human Rights Abuses inverse.4b86bf3141b7.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.human-rights.is-disabled,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.human-rights.is-disabled {
    filter: none;
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Human Rights Abuses inverse-disabled.e0ec4af98949.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.social-harm,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.social-harm {
    filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.25));
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Social harm.1172e1051210.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.social-harm.is-disabled,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.social-harm.is-disabled {
    filter: none;
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Social harm-disabled.6cbc57605fdc.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.fossil-fuels,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.fossil-fuels {
    filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.25));
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Fossil Fuels.c97d15b71db9.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.fossil-fuels.is-disabled,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.fossil-fuels.is-disabled {
    filter: none;
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Fossil Fuels-disabled.30d23eca1d69.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.weapons,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.weapons {
    filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.25));
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Weapons.dfe0bb1b9044.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.weapons.is-disabled,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.weapons.is-disabled {
    filter: none;
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Weapons-disabled.9dcd35a86d9c.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.environmental-harm,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.environmental-harm {
    filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.25));
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Environmental harm.ca162b33c075.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.environmental-harm.is-disabled,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.environmental-harm.is-disabled {
    filter: none;
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Environmental harm-disabled.d80f85301282.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.ocean-harm,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.ocean-harm {
    filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.25));
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Ocean harm.4659cde19e53.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.ocean-harm.is-disabled,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.ocean-harm.is-disabled {
    filter: none;
    background-image: url("/s/kiwisaver/images/concern-icons/svg/Ocean harm-disabled.20c917c15a7c.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.all-harms,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.all-harms {
    filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.25));
    background-image: url("/s/kiwisaver/images/concern-icons/svg/All harms.1676f83d3196.svg");
    background-size: cover;
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li a.all-harms.is-disabled,
  .fund-summary-card div.concerns-container ul#concerns-summary li div.category.all-harms.is-disabled {
    filter: none;
    background-image: url("/s/kiwisaver/images/concern-icons/svg/All harms-disabled.ba5f16768e9e.svg");
    background-size: cover;
  }
  @media only screen and (width >= 1025px) {
    .fund-summary-card div.concerns-container ul#concerns-summary li a,
    .fund-summary-card div.concerns-container ul#concerns-summary li div.category {
      height: 76px !important;
      width: 76px !important;
    }
  }
  @media only screen and (width <= 1024px) {
    .fund-summary-card div.concerns-container ul#concerns-summary li a,
    .fund-summary-card div.concerns-container ul#concerns-summary li div.category {
      height: 64px !important;
      width: 64px !important;
    }
  }
  @media only screen and (width <= 767px) {
    .fund-summary-card div.concerns-container ul#concerns-summary li a,
    .fund-summary-card div.concerns-container ul#concerns-summary li div.category {
      height: 56px !important;
      width: 56px !important;
    }
  }
  @media only screen and (width <= 380px) {
    .fund-summary-card div.concerns-container ul#concerns-summary li a,
    .fund-summary-card div.concerns-container ul#concerns-summary li div.category {
      height: 44px !important;
      width: 44px !important;
    }
  }
  @media only screen and (width <= 1024px) {
    .fund-summary-card div.concerns-container ul#concerns-summary li {
      width: 108px;
    }
  }
  @media only screen and (width <= 767px) {
    .fund-summary-card div.concerns-container ul#concerns-summary li {
      gap: 8px;
      width: 58px;
    }
  }
  @media only screen and (width <= 368px) {
    .fund-summary-card div.concerns-container ul#concerns-summary li {
      width: 48px;
    }
  }
  .fund-summary-card div.concerns-container ul#concerns-summary li span {
    text-align: center;
    text-wrap: wrap;
    font-weight: 600;
    opacity: 0.7 !important;
  }
  .fund-summary-card #buttons-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .fund-summary-card #buttons-container .aligned-buttons {
    display: flex;
    flex: 1 0 auto;
    gap: 12px;
  }
  @media only screen and (width >= 1025px) {
    .fund-summary-card #buttons-container .aligned-buttons {
      max-width: 480px;
    }
  }
  @media only screen and (width <= 1024px) {
    .fund-summary-card #buttons-container .aligned-buttons {
      max-width: 360px;
    }
  }
  @media only screen and (width <= 767px) {
    .fund-summary-card #buttons-container .aligned-buttons {
      gap: 8px;
      max-width: 99999px;
    }
  }
  .fund-summary-card #buttons-container a.button {
    flex: 1 0 auto;
    text-align: center;
    font-size: 1rem;
  }
  @media only screen and (width <= 767px) {
    .fund-summary-card #buttons-container a.button {
      font-size: 0.875rem;
    }
  }
  #content-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #content .intro-filter {
    padding-bottom: 80px !important;
  }
  #checker-notes {
    list-style: none !important;
    margin-left: 0 !important;
  }
  .combined-issues-of-concern-height-1 {
    height: 200px !important;
  }
  .combined-issues-of-concern-height-2 {
    height: 300px !important;
  }
  .combined-issues-of-concern-height-3 {
    height: 400px !important;
  }
  .combined-issues-of-concern-height-4 {
    height: 500px !important;
  }
  .combined-issues-of-concern-height-5 {
    height: 600px !important;
  }
  .combined-issues-of-concern-height-6 {
    height: 700px !important;
  }
  .combined-issues-of-concern-height-7 {
    height: 800px !important;
  }
  @media (width <= 1024px) {
    #checker-chart-container {
      margin: 0 3rem;
    }
  }
  @media (width <= 800px) {
    .checker-funds-remove button.icon {
      font-size: 1rem !important;
      top: 0 !important;
      width: 16px;
      height: 16px;
    }
  }
  #ks-content,
  #m-content {
    padding: 200px 10%;
  }
  @media (width <= 1000px) {
    #ks-content,
    #m-content {
      padding: 0 5%;
    }
  }
  @media (width <= 767px) {
    #ks-content,
    #m-content {
      padding: 0;
    }
  }
  #ks-content .main,
  #m-content .main {
    position: relative;
    z-index: 10;
  }
  #ks-content #checklist-labels,
  #m-content #checklist-labels {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  #ks-content #checklist-labels div,
  #m-content #checklist-labels div {
    padding-left: 20px;
  }
  #ks-content div.notice,
  #m-content div.notice {
    position: absolute;
    opacity: 0;
    display: none;
  }
  #ks-content a.icon,
  #m-content a.icon {
    position: relative;
    cursor: pointer;
    color: #999;
    vertical-align: bottom;
  }
  #ks-content a.icon:hover div.notice,
  #m-content a.icon:hover div.notice {
    display: block;
    font-family: Questrial, sans-serif;
    opacity: 1;
    bottom: 30px;
    left: -80px;
    margin-bottom: 0;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 20px;
    line-height: 130%;
    font-size: 14px;
    z-index: 100;
    color: #333;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  #ks-content a.icon:hover div.notice .is-col,
  #m-content a.icon:hover div.notice .is-col {
    text-align: center;
  }
  @media (width <= 1080px) {
    #ks-content a.icon:hover div.notice,
    #m-content a.icon:hover div.notice {
      display: none;
    }
  }
  #ks-content a.icon:hover div.notice img,
  #m-content a.icon:hover div.notice img {
    max-width: 30px;
    height: auto;
    display: inline-block;
  }
  #ks-content a.icon:hover div.notice::after,
  #m-content a.icon:hover div.notice::after {
    bottom: -20px;
    left: 30%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  #ks-content #checklist,
  #m-content #checklist {
    padding-top: 20px 0 0 0 !important;
    margin: 0;
  }
  #ks-content #checklist .button,
  #m-content #checklist .button {
    margin-bottom: 10px;
  }
  #ks-content #checklist li.columns,
  #m-content #checklist li.columns {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    align-items: center;
  }
  .centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  @media only screen and (width >= 1025px) {
    .centered-content {
      min-width: 920px;
      max-width: 1024px;
    }
  }
  @media only screen and (width <= 1024px) {
    .centered-content {
      min-width: 720px;
      max-width: 720px;
    }
  }
  @media only screen and (width <= 767px) {
    .centered-content {
      max-width: 448px;
      min-width: 352px;
    }
  }
  @media only screen and (width <= 368px) {
    .centered-content {
      max-width: 360px;
      min-width: 304px;
      gap: 8px;
    }
  }
  .centered-content {
    padding: 0 16px;
  }
  @media only screen and (width <= 1024px) {
    .centered-content {
      padding: 0 16px;
    }
  }
  @media only screen and (width <= 767px) {
    .centered-content {
      padding: 0 8px;
    }
  }
  @media only screen and (width <= 368px) {
    .centered-content {
      padding: 0 4px;
    }
  }
  .centered-content #find-fund-button {
    font-size: 1rem;
    margin: 3rem auto !important;
  }
  .responsive-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 16px;
  }
  @media only screen and (width <= 767px) {
    .responsive-column {
      gap: 16px;
    }
  }
  div.search-controls {
    max-width: 540px;
  }
  @media only screen and (width <= 767px) {
    div.search-controls {
      max-width: 100%;
    }
  }
  #funds-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    gap: 16px;
  }
  @media only screen and (width <= 767px) {
    #funds-list {
      gap: 16px;
    }
  }
}
