﻿
:root {
    --open-badge: #9acb9e;
    --competence-badge: #275a8f;
    --job-description-badge: #e19b9b;
    --recollection-badge: #e5d094;
    --soft-skills-badge: #7bc5e3;
    --training-badge: #f6bb94;
}

.badge-section-content {
    padding: 0;
    color: #000000d6;
}

    .badge-section-content a {
        text-decoration: underline !important;
    }

.badge-section-title {
    margin-bottom: 0px;
    padding: 0
}

.row.badge-section img {
    display: block;
    width: 100%;
    height: auto;
}


.divider { /*
    margin-top: 5px;
    margin-bottom: 5px;*/
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0;
}

    .divider hr {
        width: 55px;
        margin-top: 0px;
        border: solid 1.5px;
    }

    .divider::after {
        position: relative;
        content: "";
        height: 3px;
        margin-left: 5px;
        margin-bottom: 15px;
        width: 15px;
    }


#competence-badge .divider::after {
    background: var(--competence-badge);
}

#open-badge .divider::after {
    background: var(--open-badge);
}

#job-description-badge .divider::after {
    background: var(--job-description-badge);
}

#recollection-badge .divider::after {
    background: var(--recollection-badge);
}

#soft-skills-badge .divider::after {
    background: var(--soft-skills-badge);
}

#training-badge .divider::after {
    background: var(--training-badge);
}

.doc-viewer {
    overflow: hidden;
    margin: 5px;
}

    .doc-viewer iframe {
        height: 250pt;
    }

    .doc-viewer div {
        width: -webkit-fill-available;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
        font-weight: 500;
        text-align: center;
        font-size: 12px;
    }

.doc-viewer-div {
    box-shadow: 0 0 4px grey;
    border-radius: 10px;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-top: 40px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-next:before, .slick-prev:before {
    color: var(--grey) !important;
}

.badge-section tbody {
    border: 1px solid black;
    padding: 5px;
}

.badge-section td {
    border: 1px solid black;
    vertical-align: top;
    padding: 5px;
}

.badge-section tr {
    border: 1px solid black;
    vertical-align: top;
    padding: 5px;
}

.user-name {
    width: 180px;
    font-weight: 500;
    color: var(--dark-grey);
    margin-top: 10px;
}

.badge-section tbody {
    border: 1px solid black;
    vertical-align: top;
    padding: 5px;
}

.badge-section td {
    border: 1px solid black;
    vertical-align: top;
    padding: 5px;
}

.badge-section tr {
    border: 1px solid black;
    vertical-align: top;
    padding: 5px;
}

@media(max-width:450px) {
    .user-name {
        width: 70px;
        font-size: 12px;
    }
}

@media(min-width:450px) and (max-width:768px) {
    .user-name {
        width: 100px;
        font-size: 14px;
    }
}

@media (max-width:980px) {
    .row.badge-section img {
        display: block;
        width: 100%;
        height: auto;
    }

    .row.badge-section {
        padding: 0 15px;
    }

    .badge-details-container.p-5 {
        padding: 10px !important;
    }

    .badge-details-container h1 {
        font-size: 25px !important;
        line-height: 30px;
    }

    .badge-details-container > .row.align-items-center {
        flex-direction: column-reverse;
    }

    .padding-mobile {
        padding: 10pt !important;
    }
}

@media(min-width:768px) and (max-width:1500px) {
    .user-name {
        width: 120px;
        font-size: 16px;
    }
}

.custom-badge-image {
    padding-bottom: 15pt;
    padding-top: 10pt;
    background-image: none !important;
    background-color: transparent !important;
}

    .custom-badge-image img {
/*        filter: drop-shadow(0 25px 10px rgba(40, 40, 40, 0.4));
*/
        max-width: 280pt;
        width: 95%;
    }

.badge-assertion-image {
    /*background-color: var(--ultra-light-grey);
    border-radius: 0 0 50% 50%;*/
    padding-bottom: 15pt;
    padding-top: 10pt;
    background-image: none !important;
    background-color: transparent !important;
}

    .badge-assertion-image img {
        max-width: 280pt;
        width: 95%;
/*        filter: drop-shadow(0 25px 10px rgba(40, 40, 40, 0.4));
*/   

    }

.badge-assertion-container {
    padding: 60px;
}

#competence-badge.badge-assertion-container {
    background: var(--competence-badge);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2000' height='1000' preserveAspectRatio='none' viewBox='0 0 2000 1000'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1058%26quot%3b)' fill='none'%3e%3crect width='2000' height='1000' x='0' y='0' fill='rgba(226%2c 232%2c 241%2c 1)'%3e%3c/rect%3e%3cpath d='M -212.24469993610978%2c909 C -12.24%2c759.6 387.76%2c172.6 787.7553000638902%2c162 C 1187.76%2c151.4 1387.76%2c868 1787.7553000638902%2c856 C 2187.76%2c844 2745.31%2c139.4 2787.75530006389%2c102 C 2830.2%2c64.6 2157.55%2c555.6 2000%2c669' stroke='rgba(62%2c 106%2c 151%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -94.90421645524032%2c175 C 105.1%2c257.8 505.1%2c532.4 905.0957835447597%2c589 C 1305.1%2c645.6 1505.1%2c400.2 1905.0957835447598%2c458 C 2305.1%2c515.8 2886.11%2c885.6 2905.09578354476%2c878 C 2924.08%2c870.4 2181.02%2c511.6 2000%2c420' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -420.9234695131332%2c220 C -220.92%2c333.6 179.08%2c779.4 579.0765304868668%2c788 C 979.08%2c796.6 1179.08%2c297 1579.076530486867%2c263 C 1979.08%2c229 2494.89%2c576.4 2579.076530486867%2c618 C 2663.26%2c659.6 2115.82%2c500.4 2000%2c471' stroke='rgba(62%2c 106%2c 151%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -80.62851184094927%2c742 C 119.37%2c645.4 519.37%2c209.2 919.3714881590507%2c259 C 1319.37%2c308.8 1519.37%2c975 1919.3714881590508%2c991 C 2319.37%2c1007 2903.25%2c392 2919.371488159051%2c339 C 2935.5%2c286 2183.87%2c648.6 2000%2c726' stroke='rgba(62%2c 106%2c 151%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -410.65705361804805%2c183 C -210.66%2c290.4 189.34%2c751.4 589.342946381952%2c720 C 989.34%2c688.6 1189.34%2c46.6 1589.342946381952%2c26 C 1989.34%2c5.4 2507.21%2c616 2589.342946381952%2c617 C 2671.47%2c618 2117.87%2c148.2 2000%2c31' stroke='rgba(62%2c 106%2c 151%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1416.5697755387691%2c574 C -1216.57%2c475.8 -816.57%2c75.2 -416.5697755387692%2c83 C -16.57%2c90.8 183.43%2c551.6 583.4302244612309%2c613 C 983.43%2c674.4 1300.12%2c353.6 1583.4302244612309%2c390 C 1866.74%2c426.4 1916.69%2c714 2000%2c795' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1957.4837509721992%2c768 C -1757.48%2c682.6 -1357.48%2c387.8 -957.4837509721992%2c341 C -557.48%2c294.2 -357.48%2c508.6 42.51624902780077%2c534 C 442.52%2c559.4 651.02%2c401.4 1042.5162490278008%2c468 C 1434.01%2c534.6 1808.5%2c787.2 2000%2c867' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1605.404624423188%2c398 C -1405.4%2c479.4 -1005.4%2c859.6 -605.4046244231879%2c805 C -205.4%2c750.4 -5.4%2c181 394.5953755768121%2c125 C 794.6%2c69 1073.51%2c485.2 1394.595375576812%2c525 C 1715.68%2c564.8 1878.92%2c364.2 2000%2c324' stroke='rgba(62%2c 106%2c 151%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -332.54786160153867%2c772 C -132.55%2c634.8 267.45%2c137.4 667.4521383984613%2c86 C 1067.45%2c34.6 1267.45%2c491 1667.4521383984613%2c515 C 2067.45%2c539 2600.94%2c178 2667.452138398461%2c206 C 2733.96%2c234 2133.49%2c565.2 2000%2c655' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1347.092338744608%2c9 C -1147.09%2c125.2 -747.09%2c540 -347.09233874460807%2c590 C 52.91%2c640 252.91%2c254 652.907661255392%2c259 C 1052.91%2c264 1383.49%2c601.8 1652.907661255392%2c615 C 1922.33%2c628.2 1930.58%2c383 2000%2c325' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1058'%3e%3crect width='2000' height='1000' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

#open-badge.badge-assertion-container {
    background: var(--open-badge);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2000' height='1000' preserveAspectRatio='none' viewBox='0 0 2000 1000'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1060%26quot%3b)' fill='none'%3e%3crect width='2000' height='1000' x='0' y='0' fill='rgba(226%2c 232%2c 241%2c 1)'%3e%3c/rect%3e%3cpath d='M -833.1786844291123%2c739 C -633.18%2c683.4 -233.18%2c464.4 166.82131557088775%2c461 C 566.82%2c457.6 766.82%2c782.8 1166.8213155708877%2c722 C 1566.82%2c661.2 2000.19%2c104.6 2166.8213155708877%2c157 C 2333.46%2c209.4 2033.36%2c818.6 2000%2c984' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -822.6544953126398%2c59 C -622.65%2c192.8 -222.65%2c702.6 177.3455046873602%2c728 C 577.35%2c753.4 777.35%2c205.6 1177.3455046873603%2c186 C 1577.35%2c166.4 2012.81%2c658 2177.34550468736%2c630 C 2341.88%2c602 2035.47%2c162.8 2000%2c46' stroke='rgba(154%2c 203%2c 158%2c 0.73)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1426.1242971228298%2c542 C -1226.12%2c437.6 -826.12%2c-12.6 -426.12429712282983%2c20 C -26.12%2c52.6 173.88%2c666.4 573.8757028771702%2c705 C 973.88%2c743.6 1288.65%2c248.6 1573.8757028771702%2c213 C 1859.1%2c177.4 1914.78%2c464.2 2000%2c527' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -855.2894141392595%2c811 C -655.29%2c732.2 -255.29%2c447.8 144.71058586074048%2c417 C 544.71%2c386.2 744.71%2c663.4 1144.7105858607406%2c657 C 1544.71%2c650.6 1973.65%2c334.8 2144.7105858607406%2c385 C 2315.77%2c435.2 2028.94%2c803.4 2000%2c908' stroke='rgba(154%2c 203%2c 158%2c 0.73)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1589.2617339818808%2c457 C -1389.26%2c488.8 -989.26%2c639.6 -589.2617339818809%2c616 C -189.26%2c592.4 10.74%2c299.4 410.73826601811913%2c339 C 810.74%2c378.6 1092.89%2c856.8 1410.7382660181192%2c814 C 1728.59%2c771.2 1882.15%2c262.8 2000%2c125' stroke='rgba(154%2c 203%2c 158%2c 0.73)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1279.2975209529607%2c257 C -1079.3%2c359.2 -679.3%2c761.4 -279.29752095296067%2c768 C 120.7%2c774.6 320.7%2c249.6 720.7024790470393%2c290 C 1120.7%2c330.4 1464.84%2c1002.4 1720.7024790470393%2c970 C 1976.56%2c937.6 1944.14%2c296.4 2000%2c128' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -489.42289117451134%2c31 C -289.42%2c218.6 110.58%2c934.6 510.57710882548866%2c969 C 910.58%2c1003.4 1110.58%2c295.2 1510.5771088254887%2c203 C 1910.58%2c110.8 2412.69%2c502 2510.5771088254887%2c508 C 2608.46%2c514 2102.12%2c288 2000%2c233' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1697.9235024689087%2c992 C -1497.92%2c827 -1097.92%2c256.4 -697.9235024689087%2c167 C -297.92%2c77.6 -97.92%2c544.6 302.07649753109126%2c545 C 702.08%2c545.4 962.49%2c129.2 1302.0764975310913%2c169 C 1641.66%2c208.8 1860.42%2c629 2000%2c744' stroke='rgba(154%2c 203%2c 158%2c 0.73)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1212.0350027586312%2c604 C -1012.04%2c564.2 -612.04%2c328.4 -212.0350027586313%2c405 C 187.96%2c481.6 387.96%2c992 787.9649972413687%2c987 C 1187.96%2c982 1545.56%2c462.4 1787.9649972413688%2c380 C 2030.37%2c297.6 1957.59%2c536 2000%2c575' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -467.069866984392%2c620 C -267.07%2c585 132.93%2c463.6 532.930133015608%2c445 C 932.93%2c426.4 1132.93%2c615.6 1532.9301330156081%2c527 C 1932.93%2c438.4 2439.52%2c-70 2532.930133015608%2c2 C 2626.34%2c74 2106.59%2c710 2000%2c887' stroke='rgba(154%2c 203%2c 158%2c 0.73)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1060'%3e%3crect width='2000' height='1000' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

#job-description-badge.badge-assertion-container {
    background: var(--job-description-badge);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2000' height='1000' preserveAspectRatio='none' viewBox='0 0 2000 1000'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1068%26quot%3b)' fill='none'%3e%3crect width='2000' height='1000' x='0' y='0' fill='rgba(226%2c 232%2c 241%2c 1)'%3e%3c/rect%3e%3cpath d='M -1592.6951247787129%2c125 C -1392.7%2c280.6 -992.7%2c835 -592.6951247787129%2c903 C -192.7%2c971 7.3%2c535 407.30487522128715%2c465 C 807.3%2c395 1088.77%2c578.2 1407.3048752212871%2c553 C 1725.84%2c527.8 1881.46%2c381.8 2000%2c339' stroke='rgba(225%2c 155%2c 155%2c 0.56)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1901.7559192838698%2c389 C -1701.76%2c421.8 -1301.76%2c546.4 -901.7559192838697%2c553 C -501.76%2c559.6 -301.76%2c418.4 98.24408071613027%2c422 C 498.24%2c425.6 717.89%2c594.4 1098.2440807161302%2c571 C 1478.6%2c547.6 1819.65%2c358.2 2000%2c305' stroke='rgba(225%2c 155%2c 155%2c 0.56)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -221.57481768473008%2c180 C -21.57%2c335.4 378.43%2c962.6 778.4251823152699%2c957 C 1178.43%2c951.4 1378.43%2c154 1778.42518231527%2c152 C 2178.43%2c150 2734.11%2c909.2 2778.42518231527%2c947 C 2822.74%2c984.8 2155.69%2c462.2 2000%2c341' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1947.4326437489908%2c11 C -1747.43%2c135.2 -1347.43%2c626.6 -947.4326437489908%2c632 C -547.43%2c637.4 -347.43%2c-26.8 52.56735625100919%2c38 C 452.57%2c102.8 663.08%2c922.8 1052.5673562510092%2c956 C 1442.05%2c989.2 1810.51%2c354.4 2000%2c204' stroke='rgba(225%2c 155%2c 155%2c 0.56)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -419.98805620005305%2c137 C -219.99%2c241 180.01%2c597 580.011943799947%2c657 C 980.01%2c717 1180.01%2c372 1580.011943799947%2c437 C 1980.01%2c502 2496.01%2c1029.6 2580.011943799947%2c982 C 2664.01%2c934.4 2116%2c355.6 2000%2c199' stroke='rgba(225%2c 155%2c 155%2c 0.56)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1254.4404716640518%2c7 C -1054.44%2c190.8 -654.44%2c909.8 -254.4404716640518%2c926 C 145.56%2c942.2 345.56%2c109.4 745.5595283359482%2c88 C 1145.56%2c66.6 1494.67%2c773.6 1745.5595283359482%2c819 C 1996.45%2c864.4 1949.11%2c415.8 2000%2c315' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -121.22820552340613%2c71 C 78.77%2c183.6 478.77%2c564 878.7717944765939%2c634 C 1278.77%2c704 1478.77%2c358.2 1878.7717944765939%2c421 C 2278.77%2c483.8 2854.53%2c974 2878.7717944765936%2c948 C 2903.02%2c922 2175.75%2c422.4 2000%2c291' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1633.071857921123%2c776 C -1433.07%2c664.8 -1033.07%2c193.2 -633.071857921123%2c220 C -233.07%2c246.8 -33.07%2c951.2 366.92814207887704%2c910 C 766.93%2c868.8 1040.31%2c16.6 1366.928142078877%2c14 C 1693.54%2c11.4 1873.39%2c720.4 2000%2c897' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -848.9209812342535%2c216 C -648.92%2c352.2 -248.92%2c915 151.07901876574647%2c897 C 551.08%2c879 751.08%2c165.6 1151.0790187657465%2c126 C 1551.08%2c86.4 1981.29%2c710.8 2151.0790187657467%2c699 C 2320.86%2c687.2 2030.22%2c193.4 2000%2c67' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -870.7595300483408%2c411 C -670.76%2c438.2 -270.76%2c610.6 129.24046995165918%2c547 C 529.24%2c483.4 729.24%2c62.6 1129.2404699516592%2c93 C 1529.24%2c123.4 1955.09%2c649.2 2129.240469951659%2c699 C 2303.39%2c748.8 2025.85%2c413.4 2000%2c342' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1068'%3e%3crect width='2000' height='1000' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

#soft-skills-badge.badge-assertion-container {
    background: var(--soft-skills-badge);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2000' height='1000' preserveAspectRatio='none' viewBox='0 0 2000 1000'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1090%26quot%3b)' fill='none'%3e%3crect width='2000' height='1000' x='0' y='0' fill='rgba(226%2c 232%2c 241%2c 1)'%3e%3c/rect%3e%3cpath d='M -719.5559508207565%2c350 C -519.56%2c478.4 -119.56%2c970 280.4440491792435%2c992 C 680.44%2c1014 880.44%2c477.4 1280.4440491792434%2c460 C 1680.44%2c442.6 2136.53%2c962.6 2280.4440491792434%2c905 C 2424.36%2c847.4 2056.09%2c318.6 2000%2c172' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -732.5069084690083%2c303 C -532.51%2c441.6 -132.51%2c1020 267.49309153099165%2c996 C 667.49%2c972 867.49%2c255.8 1267.4930915309917%2c183 C 1667.49%2c110.2 2120.99%2c637 2267.4930915309915%2c632 C 2413.99%2c627 2053.5%2c252.8 2000%2c158' stroke='rgba(123%2c 197%2c 227%2c 0.42)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -317.8006790600152%2c497 C -117.8%2c570.6 282.2%2c941.2 682.1993209399848%2c865 C 1082.2%2c788.8 1282.2%2c164.8 1682.1993209399848%2c116 C 2082.2%2c67.2 2618.64%2c627.6 2682.199320939985%2c621 C 2745.76%2c614.4 2136.44%2c190.6 2000%2c83' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1217.3973503398345%2c905 C -1017.4%2c821.8 -617.4%2c474.4 -217.39735033983453%2c489 C 182.6%2c503.6 382.6%2c1006.2 782.6026496601655%2c978 C 1182.6%2c949.8 1539.12%2c383.4 1782.6026496601655%2c348 C 2026.08%2c312.6 1956.52%2c710.4 2000%2c801' stroke='rgba(123%2c 197%2c 227%2c 0.42)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -426.42613839911724%2c687 C -226.43%2c637.6 173.57%2c385.2 573.5738616008828%2c440 C 973.57%2c494.8 1173.57%2c953.8 1573.5738616008828%2c961 C 1973.57%2c968.2 2488.29%2c537 2573.573861600883%2c476 C 2658.86%2c415 2114.71%2c620 2000%2c656' stroke='rgba(123%2c 197%2c 227%2c 0.42)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1023.0373908333568%2c808 C -823.04%2c668.8 -423.04%2c83 -23.037390833356763%2c112 C 376.96%2c141 576.96%2c922 976.9626091666432%2c953 C 1376.96%2c984 1772.36%2c328 1976.9626091666432%2c267 C 2181.57%2c206 1995.39%2c571.8 2000%2c648' stroke='rgba(123%2c 197%2c 227%2c 0.42)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -847.5712511589559%2c117 C -647.57%2c203.2 -247.57%2c483.8 152.42874884104407%2c548 C 552.43%2c612.2 752.43%2c422.8 1152.4287488410441%2c438 C 1552.43%2c453.2 1982.91%2c665.6 2152.428748841044%2c624 C 2321.94%2c582.4 2030.49%2c308.8 2000%2c230' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -515.3407563845649%2c513 C -315.34%2c497.6 84.66%2c415.2 484.6592436154351%2c436 C 884.66%2c456.8 1084.66%2c666.6 1484.6592436154351%2c617 C 1884.66%2c567.4 2381.59%2c179.4 2484.659243615435%2c188 C 2587.73%2c196.6 2096.93%2c565.6 2000%2c660' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -511.36120966868526%2c651 C -311.36%2c574.4 88.64%2c232 488.63879033131474%2c268 C 888.64%2c304 1088.64%2c851.6 1488.6387903313148%2c831 C 1888.64%2c810.4 2386.37%2c196.8 2488.638790331315%2c165 C 2590.91%2c133.2 2097.73%2c570.6 2000%2c672' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -474.02620877900927%2c830 C -274.03%2c729 125.97%2c341 525.9737912209907%2c325 C 925.97%2c309 1125.97%2c785.6 1525.9737912209907%2c750 C 1925.97%2c714.4 2431.17%2c142.6 2525.9737912209907%2c147 C 2620.78%2c151.4 2105.19%2c647 2000%2c772' stroke='rgba(123%2c 197%2c 227%2c 0.42)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1090'%3e%3crect width='2000' height='1000' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

#recollection-badge.badge-assertion-container {
    background: var(--recollection-badge);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2000' height='1000' preserveAspectRatio='none' viewBox='0 0 2000 1000'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1091%26quot%3b)' fill='none'%3e%3crect width='2000' height='1000' x='0' y='0' fill='rgba(226%2c 232%2c 241%2c 1)'%3e%3c/rect%3e%3cpath d='M -1637.2421937789188%2c330 C -1437.24%2c456.4 -1037.24%2c985.2 -637.2421937789188%2c962 C -237.24%2c938.8 -37.24%2c295.4 362.7578062210812%2c214 C 762.76%2c132.6 1035.31%2c498.8 1362.7578062210812%2c555 C 1690.21%2c611.2 1872.55%2c507 2000%2c495' stroke='rgba(229%2c 208%2c 148%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1109.1618104002255%2c908 C -909.16%2c785.4 -509.16%2c326 -109.16181040022543%2c295 C 290.84%2c264 490.84%2c772.4 890.8381895997745%2c753 C 1290.84%2c733.6 1669.01%2c245 1890.8381895997745%2c198 C 2112.67%2c151 1978.17%2c454 2000%2c518' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -366.6106190204555%2c75 C -166.61%2c214.4 233.39%2c731.8 633.3893809795445%2c772 C 1033.39%2c812.2 1233.39%2c328 1633.3893809795445%2c276 C 2033.39%2c224 2560.07%2c524.6 2633.3893809795445%2c512 C 2706.71%2c499.4 2126.68%2c272.8 2000%2c213' stroke='rgba(229%2c 208%2c 148%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -292.49068560049227%2c751 C -92.49%2c665.8 307.51%2c366.6 707.5093143995077%2c325 C 1107.51%2c283.4 1307.51%2c584.4 1707.5093143995077%2c543 C 2107.51%2c501.6 2649.01%2c81 2707.5093143995077%2c118 C 2766.01%2c155 2141.5%2c606 2000%2c728' stroke='rgba(229%2c 208%2c 148%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -166.74877613558567%2c171 C 33.25%2c280.2 433.25%2c738.4 833.2512238644143%2c717 C 1233.25%2c695.6 1433.25%2c17.8 1833.2512238644144%2c64 C 2233.25%2c110.2 2799.9%2c957.6 2833.2512238644144%2c948 C 2866.6%2c938.4 2166.65%2c202.4 2000%2c16' stroke='rgba(229%2c 208%2c 148%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1636.7690609006886%2c942 C -1436.77%2c757.8 -1036.77%2c29 -636.7690609006886%2c21 C -236.77%2c13 -36.77%2c841.8 363.2309390993114%2c902 C 763.23%2c962.2 1035.88%2c376 1363.2309390993114%2c322 C 1690.58%2c268 1872.65%2c570 2000%2c632' stroke='rgba(229%2c 208%2c 148%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1062.510108208268%2c893 C -862.51%2c743.4 -462.51%2c127 -62.51010820826819%2c145 C 337.49%2c163 537.49%2c1002 937.4898917917318%2c983 C 1337.49%2c964 1724.99%2c65.6 1937.489891791732%2c50 C 2149.99%2c34.4 1987.5%2c734 2000%2c905' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -160.34741475539158%2c214 C 39.65%2c359.8 439.65%2c937.6 839.6525852446084%2c943 C 1239.65%2c948.4 1439.65%2c264.2 1839.6525852446084%2c241 C 2239.65%2c217.8 2807.58%2c776.6 2839.6525852446084%2c827 C 2871.72%2c877.4 2167.93%2c559.8 2000%2c493' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -749.642411767627%2c284 C -549.64%2c384.2 -149.64%2c760.4 250.35758823237296%2c785 C 650.36%2c809.6 850.36%2c420.6 1250.357588232373%2c407 C 1650.36%2c393.4 2100.43%2c793.8 2250.357588232373%2c717 C 2400.29%2c640.2 2050.07%2c161.8 2000%2c23' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1501.3692023667168%2c898 C -1301.37%2c817 -901.37%2c553.2 -501.36920236671665%2c493 C -101.37%2c432.8 98.63%2c679 498.63079763328335%2c597 C 898.63%2c515 1198.36%2c20.6 1498.6307976332832%2c83 C 1798.9%2c145.4 1899.73%2c743.8 2000%2c909' stroke='rgba(229%2c 208%2c 148%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1091'%3e%3crect width='2000' height='1000' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

#training-badge.badge-assertion-container {
    background: var(--training-badge);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2000' height='1000' preserveAspectRatio='none' viewBox='0 0 2000 1000'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1058%26quot%3b)' fill='none'%3e%3crect width='2000' height='1000' x='0' y='0' fill='rgba(226%2c 232%2c 241%2c 1)'%3e%3c/rect%3e%3cpath d='M -212.24469993610978%2c909 C -12.24%2c759.6 387.76%2c172.6 787.7553000638902%2c162 C 1187.76%2c151.4 1387.76%2c868 1787.7553000638902%2c856 C 2187.76%2c844 2745.31%2c139.4 2787.75530006389%2c102 C 2830.2%2c64.6 2157.55%2c555.6 2000%2c669' stroke='rgba(246%2c 187%2c 148%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -94.90421645524032%2c175 C 105.1%2c257.8 505.1%2c532.4 905.0957835447597%2c589 C 1305.1%2c645.6 1505.1%2c400.2 1905.0957835447598%2c458 C 2305.1%2c515.8 2886.11%2c885.6 2905.09578354476%2c878 C 2924.08%2c870.4 2181.02%2c511.6 2000%2c420' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -420.9234695131332%2c220 C -220.92%2c333.6 179.08%2c779.4 579.0765304868668%2c788 C 979.08%2c796.6 1179.08%2c297 1579.076530486867%2c263 C 1979.08%2c229 2494.89%2c576.4 2579.076530486867%2c618 C 2663.26%2c659.6 2115.82%2c500.4 2000%2c471' stroke='rgba(246%2c 187%2c 148%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -80.62851184094927%2c742 C 119.37%2c645.4 519.37%2c209.2 919.3714881590507%2c259 C 1319.37%2c308.8 1519.37%2c975 1919.3714881590508%2c991 C 2319.37%2c1007 2903.25%2c392 2919.371488159051%2c339 C 2935.5%2c286 2183.87%2c648.6 2000%2c726' stroke='rgba(246%2c 187%2c 148%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -410.65705361804805%2c183 C -210.66%2c290.4 189.34%2c751.4 589.342946381952%2c720 C 989.34%2c688.6 1189.34%2c46.6 1589.342946381952%2c26 C 1989.34%2c5.4 2507.21%2c616 2589.342946381952%2c617 C 2671.47%2c618 2117.87%2c148.2 2000%2c31' stroke='rgba(246%2c 187%2c 148%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1416.5697755387691%2c574 C -1216.57%2c475.8 -816.57%2c75.2 -416.5697755387692%2c83 C -16.57%2c90.8 183.43%2c551.6 583.4302244612309%2c613 C 983.43%2c674.4 1300.12%2c353.6 1583.4302244612309%2c390 C 1866.74%2c426.4 1916.69%2c714 2000%2c795' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1957.4837509721992%2c768 C -1757.48%2c682.6 -1357.48%2c387.8 -957.4837509721992%2c341 C -557.48%2c294.2 -357.48%2c508.6 42.51624902780077%2c534 C 442.52%2c559.4 651.02%2c401.4 1042.5162490278008%2c468 C 1434.01%2c534.6 1808.5%2c787.2 2000%2c867' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1605.404624423188%2c398 C -1405.4%2c479.4 -1005.4%2c859.6 -605.4046244231879%2c805 C -205.4%2c750.4 -5.4%2c181 394.5953755768121%2c125 C 794.6%2c69 1073.51%2c485.2 1394.595375576812%2c525 C 1715.68%2c564.8 1878.92%2c364.2 2000%2c324' stroke='rgba(246%2c 187%2c 148%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -332.54786160153867%2c772 C -132.55%2c634.8 267.45%2c137.4 667.4521383984613%2c86 C 1067.45%2c34.6 1267.45%2c491 1667.4521383984613%2c515 C 2067.45%2c539 2600.94%2c178 2667.452138398461%2c206 C 2733.96%2c234 2133.49%2c565.2 2000%2c655' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1347.092338744608%2c9 C -1147.09%2c125.2 -747.09%2c540 -347.09233874460807%2c590 C 52.91%2c640 252.91%2c254 652.907661255392%2c259 C 1052.91%2c264 1383.49%2c601.8 1652.907661255392%2c615 C 1922.33%2c628.2 1930.58%2c383 2000%2c325' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1058'%3e%3crect width='2000' height='1000' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}



#competence-badge .badge-assertion-image {
    /*background: var(--competence-badge);*/
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2000' height='1000' preserveAspectRatio='none' viewBox='0 0 2000 1000'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1058%26quot%3b)' fill='none'%3e%3crect width='2000' height='1000' x='0' y='0' fill='rgba(226%2c 232%2c 241%2c 1)'%3e%3c/rect%3e%3cpath d='M -212.24469993610978%2c909 C -12.24%2c759.6 387.76%2c172.6 787.7553000638902%2c162 C 1187.76%2c151.4 1387.76%2c868 1787.7553000638902%2c856 C 2187.76%2c844 2745.31%2c139.4 2787.75530006389%2c102 C 2830.2%2c64.6 2157.55%2c555.6 2000%2c669' stroke='rgba(62%2c 106%2c 151%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -94.90421645524032%2c175 C 105.1%2c257.8 505.1%2c532.4 905.0957835447597%2c589 C 1305.1%2c645.6 1505.1%2c400.2 1905.0957835447598%2c458 C 2305.1%2c515.8 2886.11%2c885.6 2905.09578354476%2c878 C 2924.08%2c870.4 2181.02%2c511.6 2000%2c420' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -420.9234695131332%2c220 C -220.92%2c333.6 179.08%2c779.4 579.0765304868668%2c788 C 979.08%2c796.6 1179.08%2c297 1579.076530486867%2c263 C 1979.08%2c229 2494.89%2c576.4 2579.076530486867%2c618 C 2663.26%2c659.6 2115.82%2c500.4 2000%2c471' stroke='rgba(62%2c 106%2c 151%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -80.62851184094927%2c742 C 119.37%2c645.4 519.37%2c209.2 919.3714881590507%2c259 C 1319.37%2c308.8 1519.37%2c975 1919.3714881590508%2c991 C 2319.37%2c1007 2903.25%2c392 2919.371488159051%2c339 C 2935.5%2c286 2183.87%2c648.6 2000%2c726' stroke='rgba(62%2c 106%2c 151%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -410.65705361804805%2c183 C -210.66%2c290.4 189.34%2c751.4 589.342946381952%2c720 C 989.34%2c688.6 1189.34%2c46.6 1589.342946381952%2c26 C 1989.34%2c5.4 2507.21%2c616 2589.342946381952%2c617 C 2671.47%2c618 2117.87%2c148.2 2000%2c31' stroke='rgba(62%2c 106%2c 151%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1416.5697755387691%2c574 C -1216.57%2c475.8 -816.57%2c75.2 -416.5697755387692%2c83 C -16.57%2c90.8 183.43%2c551.6 583.4302244612309%2c613 C 983.43%2c674.4 1300.12%2c353.6 1583.4302244612309%2c390 C 1866.74%2c426.4 1916.69%2c714 2000%2c795' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1957.4837509721992%2c768 C -1757.48%2c682.6 -1357.48%2c387.8 -957.4837509721992%2c341 C -557.48%2c294.2 -357.48%2c508.6 42.51624902780077%2c534 C 442.52%2c559.4 651.02%2c401.4 1042.5162490278008%2c468 C 1434.01%2c534.6 1808.5%2c787.2 2000%2c867' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1605.404624423188%2c398 C -1405.4%2c479.4 -1005.4%2c859.6 -605.4046244231879%2c805 C -205.4%2c750.4 -5.4%2c181 394.5953755768121%2c125 C 794.6%2c69 1073.51%2c485.2 1394.595375576812%2c525 C 1715.68%2c564.8 1878.92%2c364.2 2000%2c324' stroke='rgba(62%2c 106%2c 151%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -332.54786160153867%2c772 C -132.55%2c634.8 267.45%2c137.4 667.4521383984613%2c86 C 1067.45%2c34.6 1267.45%2c491 1667.4521383984613%2c515 C 2067.45%2c539 2600.94%2c178 2667.452138398461%2c206 C 2733.96%2c234 2133.49%2c565.2 2000%2c655' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1347.092338744608%2c9 C -1147.09%2c125.2 -747.09%2c540 -347.09233874460807%2c590 C 52.91%2c640 252.91%2c254 652.907661255392%2c259 C 1052.91%2c264 1383.49%2c601.8 1652.907661255392%2c615 C 1922.33%2c628.2 1930.58%2c383 2000%2c325' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1058'%3e%3crect width='2000' height='1000' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");*/
    background: transparent;
}

#open-badge .badge-assertion-image {
    background: var(--open-badge);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2000' height='1000' preserveAspectRatio='none' viewBox='0 0 2000 1000'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1066%26quot%3b)' fill='none'%3e%3crect width='2000' height='1000' x='0' y='0' fill='rgba(226%2c 232%2c 241%2c 1)'%3e%3c/rect%3e%3cpath d='M -133.0072970116829%2c1 C 66.99%2c124.2 466.99%2c565.4 866.9927029883171%2c617 C 1266.99%2c668.6 1466.99%2c267.8 1866.992702988317%2c259 C 2266.99%2c250.2 2840.39%2c611.2 2866.992702988317%2c573 C 2893.59%2c534.8 2173.4%2c169 2000%2c68' stroke='rgba(154%2c 203%2c 158%2c 0.73)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1584.1944234471894%2c851 C -1384.19%2c774.2 -984.19%2c510.4 -584.1944234471894%2c467 C -184.19%2c423.6 15.81%2c634.6 415.80557655281063%2c634 C 815.81%2c633.4 1098.97%2c437.8 1415.8055765528106%2c464 C 1732.64%2c490.2 1883.16%2c704.8 2000%2c765' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1382.5884181363112%2c781 C -1182.59%2c627.6 -782.59%2c40.8 -382.5884181363113%2c14 C 17.41%2c-12.8 217.41%2c574.8 617.4115818636888%2c647 C 1017.41%2c719.2 1340.89%2c402.8 1617.4115818636888%2c375 C 1893.93%2c347.2 1923.48%2c481.4 2000%2c508' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -995.8476653138406%2c933 C -795.85%2c782.2 -395.85%2c255 4.152334686159387%2c179 C 404.15%2c103 604.15%2c578.4 1004.1523346861594%2c553 C 1404.15%2c527.6 1804.98%2c14.8 2004.1523346861593%2c52 C 2203.32%2c89.2 2000.83%2c601.6 2000%2c739' stroke='rgba(154%2c 203%2c 158%2c 0.73)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1380.13509417637%2c302 C -1180.14%2c427.8 -780.14%2c957.2 -380.13509417637016%2c931 C 19.86%2c904.8 219.86%2c238.4 619.8649058236299%2c171 C 1019.86%2c103.6 1343.84%2c581.4 1619.86490582363%2c594 C 1895.89%2c606.6 1923.97%2c306 2000%2c234' stroke='rgba(154%2c 203%2c 158%2c 0.73)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -81.12282801813558%2c883 C 118.88%2c771 518.88%2c308.4 918.8771719818644%2c323 C 1318.88%2c337.6 1518.88%2c933.4 1918.8771719818644%2c956 C 2318.88%2c978.6 2902.65%2c461.2 2918.877171981864%2c436 C 2935.1%2c410.8 2183.78%2c751.2 2000%2c830' stroke='rgba(154%2c 203%2c 158%2c 0.73)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1289.799808682916%2c921 C -1089.8%2c760.4 -689.8%2c188.2 -289.7998086829159%2c118 C 110.2%2c47.8 310.2%2c524.4 710.2001913170841%2c570 C 1110.2%2c615.6 1452.24%2c311.4 1710.200191317084%2c346 C 1968.16%2c380.6 1942.04%2c663.6 2000%2c743' stroke='rgba(154%2c 203%2c 158%2c 0.73)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1025.8606752330033%2c150 C -825.86%2c257.2 -425.86%2c686.2 -25.860675233003285%2c686 C 374.14%2c685.8 574.14%2c184.2 974.1393247669968%2c149 C 1374.14%2c113.8 1768.97%2c474.4 1974.1393247669967%2c510 C 2179.31%2c545.6 1994.83%2c363.6 2000%2c327' stroke='rgba(154%2c 203%2c 158%2c 0.73)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -622.1219387132323%2c931 C -422.12%2c763 -22.12%2c93.6 377.8780612867676%2c91 C 777.88%2c88.4 977.88%2c888 1377.8780612867677%2c918 C 1777.88%2c948 2253.45%2c227 2377.8780612867677%2c241 C 2502.3%2c255 2075.58%2c838.6 2000%2c988' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1247.3104638040818%2c183 C -1047.31%2c326.2 -647.31%2c859.6 -247.31046380408173%2c899 C 152.69%2c938.4 352.69%2c412.6 752.6895361959182%2c380 C 1152.69%2c347.4 1503.23%2c751.6 1752.6895361959182%2c736 C 2002.15%2c720.4 1950.54%2c388.8 2000%2c302' stroke='rgba(154%2c 203%2c 158%2c 0.73)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1066'%3e%3crect width='2000' height='1000' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

#job-description-badge .badge-assertion-image {
    background: var(--job-description-badge);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2000' height='1000' preserveAspectRatio='none' viewBox='0 0 2000 1000'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1082%26quot%3b)' fill='none'%3e%3crect width='2000' height='1000' x='0' y='0' fill='rgba(226%2c 232%2c 241%2c 1)'%3e%3c/rect%3e%3cpath d='M -1030.731014958517%2c261 C -830.73%2c386.2 -430.73%2c871.6 -30.731014958517157%2c887 C 369.27%2c902.4 569.27%2c403 969.2689850414829%2c338 C 1369.27%2c273 1763.12%2c538.8 1969.268985041483%2c562 C 2175.42%2c585.2 1993.85%2c475.6 2000%2c454' stroke='rgba(225%2c 155%2c 155%2c 0.56)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -639.9873674210274%2c817 C -439.99%2c723.2 -39.99%2c341.4 360.01263257897256%2c348 C 760.01%2c354.6 960.01%2c845 1360.0126325789724%2c850 C 1760.01%2c855 2232.02%2c349.2 2360.0126325789724%2c373 C 2488.01%2c396.8 2072%2c849.8 2000%2c969' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1816.269063330442%2c111 C -1616.27%2c240.6 -1216.27%2c755.6 -816.2690633304419%2c759 C -416.27%2c762.4 -216.27%2c84.2 183.7309366695581%2c128 C 583.73%2c171.8 820.48%2c908.8 1183.730936669558%2c978 C 1546.98%2c1047.2 1836.75%2c574.8 2000%2c474' stroke='rgba(225%2c 155%2c 155%2c 0.56)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1750.433507415165%2c167 C -1550.43%2c309.4 -1150.43%2c827.8 -750.4335074151651%2c879 C -350.43%2c930.2 -150.43%2c432 249.56649258483492%2c423 C 649.57%2c414 899.48%2c909 1249.566492584835%2c834 C 1599.65%2c759 1849.91%2c205.2 2000%2c48' stroke='rgba(225%2c 155%2c 155%2c 0.56)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -297.3032946131342%2c906 C -97.3%2c775.6 302.7%2c252.4 702.6967053868658%2c254 C 1102.7%2c255.6 1302.7%2c928.2 1702.6967053868657%2c914 C 2102.7%2c899.8 2643.24%2c177.8 2702.6967053868657%2c183 C 2762.16%2c188.2 2140.54%2c788.6 2000%2c940' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1751.2108582288079%2c120 C -1551.21%2c259 -1151.21%2c803.2 -751.210858228808%2c815 C -351.21%2c826.8 -151.21%2c225.8 248.78914177119202%2c179 C 648.79%2c132.2 898.55%2c589.6 1248.7891417711921%2c581 C 1599.03%2c572.4 1849.76%2c225 2000%2c136' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -617.6652325388699%2c865 C -417.67%2c697.6 -17.67%2c59.8 382.3347674611301%2c28 C 782.33%2c-3.8 982.33%2c679.2 1382.33476746113%2c706 C 1782.33%2c732.8 2258.8%2c118.2 2382.33476746113%2c162 C 2505.87%2c205.8 2076.47%2c772.4 2000%2c925' stroke='rgba(225%2c 155%2c 155%2c 0.56)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1314.940770442168%2c889 C -1114.94%2c810.2 -714.94%2c537 -314.94077044216806%2c495 C 85.06%2c453 285.06%2c767.4 685.0592295578319%2c679 C 1085.06%2c590.6 1422.07%2c10.6 1685.059229557832%2c53 C 1948.05%2c95.4 1937.01%2c723.4 2000%2c891' stroke='rgba(225%2c 155%2c 155%2c 0.56)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1373.8252781623207%2c721 C -1173.83%2c641 -773.83%2c268.4 -373.8252781623208%2c321 C 26.17%2c373.6 226.17%2c960.2 626.1747218376793%2c984 C 1026.17%2c1007.8 1351.41%2c494.4 1626.1747218376793%2c440 C 1900.94%2c385.6 1925.23%2c657.6 2000%2c712' stroke='rgba(225%2c 155%2c 155%2c 0.56)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1386.057135787742%2c917 C -1186.06%2c793 -786.06%2c340.4 -386.057135787742%2c297 C 13.94%2c253.6 213.94%2c675 613.942864212258%2c700 C 1013.94%2c725 1336.73%2c401.8 1613.942864212258%2c422 C 1891.15%2c442.2 1922.79%2c725.2 2000%2c801' stroke='rgba(225%2c 155%2c 155%2c 0.56)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1082'%3e%3crect width='2000' height='1000' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

#soft-skills-badge .badge-assertion-image {
    background: var(--soft-skills-badge);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2000' height='1000' preserveAspectRatio='none' viewBox='0 0 2000 1000'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1089%26quot%3b)' fill='none'%3e%3crect width='2000' height='1000' x='0' y='0' fill='rgba(226%2c 232%2c 241%2c 1)'%3e%3c/rect%3e%3cpath d='M -790.109876136418%2c43 C -590.11%2c233.2 -190.11%2c945.2 209.89012386358198%2c994 C 609.89%2c1042.8 809.89%2c359 1209.890123863582%2c287 C 1609.89%2c215 2051.87%2c669 2209.890123863582%2c634 C 2367.91%2c599 2041.98%2c216.4 2000%2c112' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1797.446560578495%2c752 C -1597.45%2c638.2 -1197.45%2c207.6 -797.4465605784951%2c183 C -397.45%2c158.4 -197.45%2c614.2 202.5534394215049%2c629 C 602.55%2c643.8 843.06%2c276 1202.553439421505%2c257 C 1562.04%2c238 1840.51%2c478.6 2000%2c534' stroke='rgba(123%2c 197%2c 227%2c 0.42)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1877.9308081146764%2c569 C -1677.93%2c456.4 -1277.93%2c14 -877.9308081146764%2c6 C -477.93%2c-2 -277.93%2c529.2 122.06919188532356%2c529 C 522.07%2c528.8 746.48%2c4.6 1122.0691918853236%2c5 C 1497.66%2c5.4 1824.41%2c425.8 2000%2c531' stroke='rgba(123%2c 197%2c 227%2c 0.42)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -864.264076373584%2c150 C -664.26%2c221.4 -264.26%2c472.2 135.73592362641597%2c507 C 535.74%2c541.8 735.74%2c311.4 1135.735923626416%2c324 C 1535.74%2c336.6 1962.88%2c607 2135.735923626416%2c570 C 2308.59%2c533 2027.15%2c225.2 2000%2c139' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1194.4775896807694%2c545 C -994.48%2c448.4 -594.48%2c49.2 -194.47758968076934%2c62 C 205.52%2c74.8 405.52%2c619 805.5224103192306%2c609 C 1205.52%2c599 1566.63%2c22.6 1805.5224103192306%2c12 C 2044.42%2c1.4 1961.1%2c447.2 2000%2c556' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -80.88706814629722%2c84 C 119.11%2c235.4 519.11%2c832.4 919.1129318537028%2c841 C 1319.11%2c849.6 1519.11%2c104.8 1919.1129318537028%2c127 C 2319.11%2c149.2 2902.94%2c887.8 2919.112931853703%2c952 C 2935.29%2c1016.2 2183.82%2c548.8 2000%2c448' stroke='rgba(123%2c 197%2c 227%2c 0.42)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -463.1706256944625%2c582 C -263.17%2c480 136.83%2c85.6 536.8293743055375%2c72 C 936.83%2c58.4 1136.83%2c509.4 1536.8293743055374%2c514 C 1936.83%2c518.6 2444.2%2c39.2 2536.8293743055374%2c95 C 2629.46%2c150.8 2107.37%2c653.4 2000%2c793' stroke='rgba(123%2c 197%2c 227%2c 0.42)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -852.445484732731%2c992 C -652.45%2c881 -252.45%2c483.8 147.55451526726904%2c437 C 547.55%2c390.2 747.55%2c780 1147.554515267269%2c758 C 1547.55%2c736 1977.07%2c340.6 2147.554515267269%2c327 C 2318.04%2c313.4 2029.51%2c617.4 2000%2c690' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -331.91267628830974%2c980 C -131.91%2c818.6 268.09%2c224.6 668.0873237116903%2c173 C 1068.09%2c121.4 1268.09%2c753.2 1668.0873237116903%2c722 C 2068.09%2c690.8 2601.7%2c19.6 2668.0873237116903%2c17 C 2734.47%2c14.4 2133.62%2c570.6 2000%2c709' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1444.8913731417213%2c788 C -1244.89%2c670.2 -844.89%2c249.4 -444.8913731417212%2c199 C -44.89%2c148.6 155.11%2c533.4 555.1086268582787%2c536 C 955.11%2c538.6 1266.13%2c151.4 1555.1086268582787%2c212 C 1844.09%2c272.6 1911.02%2c713.6 2000%2c839' stroke='rgba(123%2c 197%2c 227%2c 0.42)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1089'%3e%3crect width='2000' height='1000' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

#recollection-badge .badge-assertion-image {
    background: var(--recollection-badge);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2000' height='1000' preserveAspectRatio='none' viewBox='0 0 2000 1000'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1091%26quot%3b)' fill='none'%3e%3crect width='2000' height='1000' x='0' y='0' fill='rgba(226%2c 232%2c 241%2c 1)'%3e%3c/rect%3e%3cpath d='M -1637.2421937789188%2c330 C -1437.24%2c456.4 -1037.24%2c985.2 -637.2421937789188%2c962 C -237.24%2c938.8 -37.24%2c295.4 362.7578062210812%2c214 C 762.76%2c132.6 1035.31%2c498.8 1362.7578062210812%2c555 C 1690.21%2c611.2 1872.55%2c507 2000%2c495' stroke='rgba(229%2c 208%2c 148%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1109.1618104002255%2c908 C -909.16%2c785.4 -509.16%2c326 -109.16181040022543%2c295 C 290.84%2c264 490.84%2c772.4 890.8381895997745%2c753 C 1290.84%2c733.6 1669.01%2c245 1890.8381895997745%2c198 C 2112.67%2c151 1978.17%2c454 2000%2c518' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -366.6106190204555%2c75 C -166.61%2c214.4 233.39%2c731.8 633.3893809795445%2c772 C 1033.39%2c812.2 1233.39%2c328 1633.3893809795445%2c276 C 2033.39%2c224 2560.07%2c524.6 2633.3893809795445%2c512 C 2706.71%2c499.4 2126.68%2c272.8 2000%2c213' stroke='rgba(229%2c 208%2c 148%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -292.49068560049227%2c751 C -92.49%2c665.8 307.51%2c366.6 707.5093143995077%2c325 C 1107.51%2c283.4 1307.51%2c584.4 1707.5093143995077%2c543 C 2107.51%2c501.6 2649.01%2c81 2707.5093143995077%2c118 C 2766.01%2c155 2141.5%2c606 2000%2c728' stroke='rgba(229%2c 208%2c 148%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -166.74877613558567%2c171 C 33.25%2c280.2 433.25%2c738.4 833.2512238644143%2c717 C 1233.25%2c695.6 1433.25%2c17.8 1833.2512238644144%2c64 C 2233.25%2c110.2 2799.9%2c957.6 2833.2512238644144%2c948 C 2866.6%2c938.4 2166.65%2c202.4 2000%2c16' stroke='rgba(229%2c 208%2c 148%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1636.7690609006886%2c942 C -1436.77%2c757.8 -1036.77%2c29 -636.7690609006886%2c21 C -236.77%2c13 -36.77%2c841.8 363.2309390993114%2c902 C 763.23%2c962.2 1035.88%2c376 1363.2309390993114%2c322 C 1690.58%2c268 1872.65%2c570 2000%2c632' stroke='rgba(229%2c 208%2c 148%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1062.510108208268%2c893 C -862.51%2c743.4 -462.51%2c127 -62.51010820826819%2c145 C 337.49%2c163 537.49%2c1002 937.4898917917318%2c983 C 1337.49%2c964 1724.99%2c65.6 1937.489891791732%2c50 C 2149.99%2c34.4 1987.5%2c734 2000%2c905' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -160.34741475539158%2c214 C 39.65%2c359.8 439.65%2c937.6 839.6525852446084%2c943 C 1239.65%2c948.4 1439.65%2c264.2 1839.6525852446084%2c241 C 2239.65%2c217.8 2807.58%2c776.6 2839.6525852446084%2c827 C 2871.72%2c877.4 2167.93%2c559.8 2000%2c493' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -749.642411767627%2c284 C -549.64%2c384.2 -149.64%2c760.4 250.35758823237296%2c785 C 650.36%2c809.6 850.36%2c420.6 1250.357588232373%2c407 C 1650.36%2c393.4 2100.43%2c793.8 2250.357588232373%2c717 C 2400.29%2c640.2 2050.07%2c161.8 2000%2c23' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1501.3692023667168%2c898 C -1301.37%2c817 -901.37%2c553.2 -501.36920236671665%2c493 C -101.37%2c432.8 98.63%2c679 498.63079763328335%2c597 C 898.63%2c515 1198.36%2c20.6 1498.6307976332832%2c83 C 1798.9%2c145.4 1899.73%2c743.8 2000%2c909' stroke='rgba(229%2c 208%2c 148%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1091'%3e%3crect width='2000' height='1000' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

#training-badge .badge-assertion-image {
    background: var(--training-badge);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2000' height='1000' preserveAspectRatio='none' viewBox='0 0 2000 1000'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1058%26quot%3b)' fill='none'%3e%3crect width='2000' height='1000' x='0' y='0' fill='rgba(226%2c 232%2c 241%2c 1)'%3e%3c/rect%3e%3cpath d='M -212.24469993610978%2c909 C -12.24%2c759.6 387.76%2c172.6 787.7553000638902%2c162 C 1187.76%2c151.4 1387.76%2c868 1787.7553000638902%2c856 C 2187.76%2c844 2745.31%2c139.4 2787.75530006389%2c102 C 2830.2%2c64.6 2157.55%2c555.6 2000%2c669' stroke='rgba(246%2c 187%2c 148%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -94.90421645524032%2c175 C 105.1%2c257.8 505.1%2c532.4 905.0957835447597%2c589 C 1305.1%2c645.6 1505.1%2c400.2 1905.0957835447598%2c458 C 2305.1%2c515.8 2886.11%2c885.6 2905.09578354476%2c878 C 2924.08%2c870.4 2181.02%2c511.6 2000%2c420' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -420.9234695131332%2c220 C -220.92%2c333.6 179.08%2c779.4 579.0765304868668%2c788 C 979.08%2c796.6 1179.08%2c297 1579.076530486867%2c263 C 1979.08%2c229 2494.89%2c576.4 2579.076530486867%2c618 C 2663.26%2c659.6 2115.82%2c500.4 2000%2c471' stroke='rgba(246%2c 187%2c 148%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -80.62851184094927%2c742 C 119.37%2c645.4 519.37%2c209.2 919.3714881590507%2c259 C 1319.37%2c308.8 1519.37%2c975 1919.3714881590508%2c991 C 2319.37%2c1007 2903.25%2c392 2919.371488159051%2c339 C 2935.5%2c286 2183.87%2c648.6 2000%2c726' stroke='rgba(246%2c 187%2c 148%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -410.65705361804805%2c183 C -210.66%2c290.4 189.34%2c751.4 589.342946381952%2c720 C 989.34%2c688.6 1189.34%2c46.6 1589.342946381952%2c26 C 1989.34%2c5.4 2507.21%2c616 2589.342946381952%2c617 C 2671.47%2c618 2117.87%2c148.2 2000%2c31' stroke='rgba(246%2c 187%2c 148%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1416.5697755387691%2c574 C -1216.57%2c475.8 -816.57%2c75.2 -416.5697755387692%2c83 C -16.57%2c90.8 183.43%2c551.6 583.4302244612309%2c613 C 983.43%2c674.4 1300.12%2c353.6 1583.4302244612309%2c390 C 1866.74%2c426.4 1916.69%2c714 2000%2c795' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1957.4837509721992%2c768 C -1757.48%2c682.6 -1357.48%2c387.8 -957.4837509721992%2c341 C -557.48%2c294.2 -357.48%2c508.6 42.51624902780077%2c534 C 442.52%2c559.4 651.02%2c401.4 1042.5162490278008%2c468 C 1434.01%2c534.6 1808.5%2c787.2 2000%2c867' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1605.404624423188%2c398 C -1405.4%2c479.4 -1005.4%2c859.6 -605.4046244231879%2c805 C -205.4%2c750.4 -5.4%2c181 394.5953755768121%2c125 C 794.6%2c69 1073.51%2c485.2 1394.595375576812%2c525 C 1715.68%2c564.8 1878.92%2c364.2 2000%2c324' stroke='rgba(246%2c 187%2c 148%2c 0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -332.54786160153867%2c772 C -132.55%2c634.8 267.45%2c137.4 667.4521383984613%2c86 C 1067.45%2c34.6 1267.45%2c491 1667.4521383984613%2c515 C 2067.45%2c539 2600.94%2c178 2667.452138398461%2c206 C 2733.96%2c234 2133.49%2c565.2 2000%2c655' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -1347.092338744608%2c9 C -1147.09%2c125.2 -747.09%2c540 -347.09233874460807%2c590 C 52.91%2c640 252.91%2c254 652.907661255392%2c259 C 1052.91%2c264 1383.49%2c601.8 1652.907661255392%2c615 C 1922.33%2c628.2 1930.58%2c383 2000%2c325' stroke='rgba(213%2c 216%2c 245%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1058'%3e%3crect width='2000' height='1000' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}



.badge-assertion-text {
    font-weight: 600;
    /*color: var(--medium-dark-grey);*/
    color: #595959;
    margin-top: 5px;
    margin-bottom: 20px;
    /* text-transform:uppercase;*/
}

.badge-assertion-company {
    margin-top: 5px;
    margin-bottom: 20px;
}

.badge-assertion-issuer {
    font-weight: 600;
}

.badge-assertion-endorser {
    font-weight: 500;
}

.badge-assertion-user {
    font-weight: 600;
    font-size: 35px
}

.badge-assertion-name {
    font-size: 30px
}

.badge-assertion-validity {
    background: #75bb91;
    /* background: #a6c99e;*/
    color: white;
    font-weight: 500;
    font-size: 18px;
    width: fit-content;
    padding: 5px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .badge-assertion-validity.expired {
        background: var(--medium-dark-grey);
    }

@media(max-width:1200px) {
    .badge-assertion-validity {
        font-size: 14px;
        padding: 5px 8px;
    }
}

@media(max-width:820px) {
    .badge-assertion-container {
        padding: 30px;
    }
}

@media(max-width:576px) {

    .col-12.badge-header .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .badge-header .language-container {
        width: 100%;
        text-align: center;
    }

    .mobile-full {
        width: 100%;
        text-align: center
    }

    .badge-assertion-image {
        margin: auto;
        background-color: white !important;
        background-image: none !important;
    }

    .badge-assertion.badge-assertion-validity {
        padding-top: 10px;
    }

    .badge-assertion-user {
        font-size: 30px;
    }

    .badge-assertion-name {
        font-size: 25px;
    }

    .badge-section-title {
        font-size: 25px;
        margin-bottom: 0rem;
    }
}

.user-job {
    font-size: 15px;
    font-weight: 600;
    color: var(--medium-dark-grey);
}

.user-name-surname {
    font-weight: 600;
    font-size: 18px;
}

.user-profile-button a {
    color: var(--medium-blue);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

    .user-profile-button a:hover {
        color: var(--iqc-blue)
    }

.user-badges {
    font-size: 15px;
    font-weight: 300;
}

    .user-badges span {
        font-weight: 400;
    }

.user-profile-image {
    height: 150px;
    width: 150px;
}

@media(max-width:768px) {
    .user-profile-image {
        margin: auto;
        margin-bottom: 15px;
    }
}



.check-container .failed-shadow {
    bottom: calc(-15% - 5px);
    left: 0;
    border-radius: 50%;
    background: radial-gradient(closest-side, #da4949, transparent);
    animation: animateShadow 0.75s ease-out forwards 0.75s;
}


.check-container {
    width: 4.15rem;
    height: 5.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
}

    .check-container .check-background {
        width: 100%;
        height: calc(100% - 1.25rem);
        background: linear-gradient(to bottom right, #5de593, #41d67c);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
        transform: scale(0.84);
        border-radius: 50%;
        animation: animateContainer 0.75s ease-out forwards 0.75s;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }

        .check-container .check-background svg {
            width: 65%;
            transform: translateY(0.25rem);
            stroke-dasharray: 80;
            stroke-dashoffset: 80;
            animation: animateCheck 0.35s forwards 1.25s ease-out;
        }

    .check-container .check-shadow {
        bottom: calc(-15% - 5px);
        left: 0;
        border-radius: 50%;
        background: radial-gradient(closest-side, #49da83, transparent);
        animation: animateShadow 0.75s ease-out forwards 0.75s;
    }

@keyframes animateContainer {
    0% {
        opacity: 0;
        transform: scale(0);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    25% {
        opacity: 1;
        transform: scale(0.9);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    43.75% {
        transform: scale(1.15);
        box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    62.5% {
        transform: scale(1);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
    }

    81.25% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }

    100% {
        opacity: 1;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
}

@keyframes animateCheck {
    from {
        stroke-dashoffset: 80;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animateShadow {
    0% {
        opacity: 0;
        width: 100%;
        height: 15%;
    }

    25% {
        opacity: 0.25;
    }

    43.75% {
        width: 40%;
        height: 7%;
        opacity: 0.35;
    }

    100% {
        width: 85%;
        height: 15%;
        opacity: 0.25;
    }
}

.main-container {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.bc-info a {
    /*color: var(--medium-dark-grey) !important;*/
    color: #333333 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline !important;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.bc-info i {
    color: var(--medium-dark-grey);
    font-size: 14px;
}

.bc-text {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}

@media (max-width:580px) {
}
