/* /Pages/Privacy.razor.rz.scp.css */
.wrapper-block[b-i22f541cen] {
    padding: 120px 300px;
    background-color: var(--background-color);
}

.wrapper-card[b-i22f541cen] {
    padding: 100px;
    background-color: var(--background-color);
    border: 1px solid #999;
}

.title[b-i22f541cen] {
    color: var(--color-text);
    text-align: center;
}

.PublishedDate[b-i22f541cen] {
    text-align: center;
    color: #999;
    font-weight: bold;
    font-size: smaller;
}

.Description[b-i22f541cen] {
    color: var(--color-text);
}

.bullet-points[b-i22f541cen] {
    list-style: square;
    margin-left: 30px;
}

.Description-point[b-i22f541cen] {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .wrapper-block[b-i22f541cen] {
        padding: 80px 40px;
    }

    .wrapper-card[b-i22f541cen] {
        padding: 60px;
        background-color: var(--background-color);
        border: 1px solid #777;
    }

    .Description-point[b-i22f541cen] {
        margin-bottom: 25px;
    }
}
/* /Shared/ContactForm.razor.rz.scp.css */
.forms-section[b-s83rd37k4t] {
    padding: 120px 72px;
    scroll-margin-top: 80px;
}

.wrapper-v2[b-s83rd37k4t] {
    width: 100%;
    height: 100%;
    max-width: 1076px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-v2.forms-grid[b-s83rd37k4t] {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.heading_55px.black._24px-bottom[b-s83rd37k4t], .heading_55px._24px-bottom[b-s83rd37k4t] {
    margin-bottom: 24px;
}

.paragraph_18px.light-grey[b-s83rd37k4t] {
    color: #8491a0;
}

.paragraph_18px[b-s83rd37k4t] {
    color: #fff;
    font-size: 18px;
    line-height: 150%;
}

.w-form[b-s83rd37k4t] {
    margin: 0 0 15px;
}

p[b-s83rd37k4t] {
    margin-top: 0;
    margin-bottom: 10px;
}

form[b-s83rd37k4t] {
    display: block;
    margin-top: 0em;
}

.paragraph_16px.white[b-s83rd37k4t] {
    color: #fff;
}

.paragraph_16px[b-s83rd37k4t] {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
}

label[b-s83rd37k4t] {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}

.heading_55px[b-s83rd37k4t] {
    width: 100%;
    max-width: 780px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 110%;
    display: inline-block;
}

input.w-button[b-s83rd37k4t] {
    -webkit-appearance: button;
}

.w-button[b-s83rd37k4t] {
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

.form-button[b-s83rd37k4t] {
    border: 1px solid var(--accent-color);
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient( to right, var(--accent-color) 50%, var(--color-background) 50% );
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
}

.form-button:hover[b-s83rd37k4t] {
    background-position: left bottom;
    color:white;
}

.w-input[b-s83rd37k4t], .w-select[b-s83rd37k4t] {
    width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.text-area-base[b-s83rd37k4t] {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.character-count[b-s83rd37k4t] {
    font-size: 12px;
    text-align: center;
    position: relative;
    width: 35px;
    height: 35px;
    background: transparent;
    display: flex;
    color: var(--accent-color);
    border: 2px solid var(--accent-color);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 5px;
    font-weight: bold;
}

textarea.text-field[b-s83rd37k4t] {
    resize: none;
    margin-bottom:0px;
}

.text-field[b-s83rd37k4t] {
    color: var(--color-text);
    background-color: var(--color-widget);
    border: 0 #000;
    margin-top: 8px;
    margin-bottom: 40px;
}

.text-field._100px[b-s83rd37k4t] {
    height: 150px;
    display: block;
}

.success[b-s83rd37k4t] {
    background-color: #3cc74e;
}

.w-form-done[b-s83rd37k4t] {
    text-align: center;
    background-color: var(--background-color);
    padding: 20px;
    /*display:none;*/
}

button.form-button.w-button:disabled[b-s83rd37k4t] {
    background: #dddddd;
    color: black;
}

.success-text[b-s83rd37k4t] {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}


.w-form-fail[b-s83rd37k4t] {
    background-color: var(--background-color);
    margin-top: 10px;
    padding: 10px;
    /*display: none;*/
}


@media screen and (max-width: 767px) {
    .forms-section[b-s83rd37k4t] {
        padding: 64px 20px;
    }
}

@media screen and (max-width: 767px) {
    .wrapper-v2.forms-grid[b-s83rd37k4t] {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .wrapper.footer-grid[b-s83rd37k4t] {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .footer[b-s83rd37k4t] {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .footer[b-s83rd37k4t] {
        padding-left: 40px;
        padding-right: 40px;
    }
}
/* /Shared/Copyright.razor.rz.scp.css */
.paragraph_16px[b-4xk05s1lbi] {
    color: #646464;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    padding: 32px 40px;
    border: #27272acc;
    background-color: var(--color-background);
    display: flex;
    justify-content: space-between;
    gap:40px;
}

.links[b-4xk05s1lbi] {
    display: flex;
    grid-gap: 50px;
    padding-right: 50px;
}

@media screen and (max-width:768px) {
    .links[b-4xk05s1lbi] {
        flex-direction: column;
        grid-gap: 15px;
        align-items: center;
        padding:0px;
    }

    .paragraph_16px[b-4xk05s1lbi] {
        flex-direction: column;
        align-items: center;
    }
}
.link[b-4xk05s1lbi] {
    color: #A1A1AA;
}

.link:hover[b-4xk05s1lbi] {
    color: var(--accent-color);
}
/* /Shared/CustomFooter.razor.rz.scp.css */
.footer[b-sgb46jhlnv] {
    height: auto;
    background-color: var(--color-widget);
    padding: 80px 72px;
}

.wrapper.footer-grid[b-sgb46jhlnv] {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .6fr .4fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.wrapper[b-sgb46jhlnv] {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper[b-sgb46jhlnv] {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.normal-wrapper.flex-horizontal_left_top[b-sgb46jhlnv] {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.footer-logo-link[b-sgb46jhlnv]{
    display:block;
}

.footer-link[b-sgb46jhlnv] {
    color: var(--color-description);
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    transition: color .35s cubic-bezier(.165, .84, .44, 1);
    text-decoration: none;
    display: block;
}

.footer-link:hover[b-sgb46jhlnv] {
    color: var(--accent-color);
}

.footer-link-block[b-sgb46jhlnv] {
    width: 50%;
    border: 1px #000;
}

.footer-logo-image[b-sgb46jhlnv] {
    width: 200px;
    mix-blend-mode:difference;
}

.normal-wrapper[b-sgb46jhlnv] {
    display: flex;
    flex-direction: column;
    margin: 1em;
}

@media screen and (max-width: 767px) {
    div .normal-wrapper[b-sgb46jhlnv] {
        display: flex;
        flex-direction: column;
        align-content: center;
        margin: 1em;
    }
    .wrapper.footer-grid[b-sgb46jhlnv] {
        display: block;
    }
    .normal-wrapper.flex-vertical_left_space-betwen[b-sgb46jhlnv] {
        display: block;
    }
}
/* /Shared/HorizontalNavMenu.razor.rz.scp.css */
.menu-list[b-389oil3rah] {
    margin-left: 20px;
    list-style-type: none;
}

.invert[b-389oil3rah] {
    filter: invert(100%);
}

.HorizontalNavBar[b-389oil3rah] {
    background-color: var(--color-background);
    position: sticky;
    top: -1px;
    box-shadow: 0px 0px 1px 0px;
    align-items: baseline;
    z-index: 9999999;
}

.menu-list[b-389oil3rah] {
    color: var(--color-description);
    margin: auto 20px auto auto;
}

.menu-item a[b-389oil3rah] {
    color: var(--color-description);
    display: block;
    margin: 0px 0px;
    user-select: none;
    text-decoration: none;
}

@media (max-width:768px) {
    .menu-item a[b-389oil3rah] {
        margin: 30px 0px;
    }
}

.menu-item a:hover[b-389oil3rah] {
    color: var(--accent-color);
    cursor: pointer;
}

#navbarNavAltMarkup[b-389oil3rah] {
    flex-wrap: wrap;
    align-content: center;
}

@media (min-width:768px) {
    .menu-item[b-389oil3rah] {
        display: inline-block;
        margin: auto 30px auto auto;
    }
}

@media (min-width:1024px) {
    .menu-item[b-389oil3rah] {
        display: inline-block;
        margin: auto 50px auto auto;
    }
}
/* /Shared/ImageDescribe.razor.rz.scp.css */
.mid-section[b-e6g0m7p70h] {
    height: 600px;
    display: block;
}

@media screen and (max-width: 767px) {
    .mid-section[b-e6g0m7p70h] {
        height: auto;
        display: block;
    }
}

.wrapper[b-e6g0m7p70h] {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

    .wrapper.grid[b-e6g0m7p70h] {
        grid-column-gap: 0px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

@media screen and (max-width: 767px) {
    .wrapper.grid[b-e6g0m7p70h] {
        grid-row-gap: 0px;
        grid-template-columns: 1fr;
    }
}

.mid_left-block[b-e6g0m7p70h] {
    background-color: #fff3e4;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 120px 72px;
    display: flex;
}

@media screen and (max-width: 767px) {
    .mid_left-block[b-e6g0m7p70h] {
        height: 450px;
        padding: 48px 20px;
    }
}

@media screen and (max-width: 991px) {
    .mid_left-block[b-e6g0m7p70h],
    .skills-section[b-e6g0m7p70h] {
        padding: 80px 40px;
    }
}

.mid_image[b-e6g0m7p70h] {
    background-position: 50%;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .mid_image[b-e6g0m7p70h] {
        height: 450px;
    }
}

.animated-link-button[b-e6g0m7p70h] {
    color: #181823;
    border-bottom: 1px solid #5b6876;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), padding 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-block;
}

.animated-link-button:hover[b-e6g0m7p70h] {
    color: #fff;
    background-color: var(--accent-color);
    padding-left: 16px;
    padding-right: 16px;
}

.heading_55px[b-e6g0m7p70h] {
    width: 100%;
    max-width: 780px;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 110%;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .heading_55px[b-e6g0m7p70h] {
        font-size: 32px;
    }
}

.heading_55px.black[b-e6g0m7p70h] {
    color: #181823;
}

    .heading_55px.black._24px-bottom[b-e6g0m7p70h],
    .heading_55px._24px-bottom[b-e6g0m7p70h] {
        margin-bottom: 24px;
    }

.paragraph_18px.dark-grey[b-e6g0m7p70h] {
    color: #5b6876;
}

.paragraph_18px[b-e6g0m7p70h] {
    color: #fff;
    font-size: 18px;
    line-height: 150%;
}
/* /Shared/Intro.razor.rz.scp.css */
.hero-section[b-eyw2jq2atb] {
    max-height: 1080px;
    position: static;
    scroll-margin-top: 82px;
}

@media screen and (max-width: 768px) {
    .hero-section[b-eyw2jq2atb] {
        height: auto;
        padding-right: 0;
    }
}

.wrapper.grid[b-eyw2jq2atb] {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

@media screen and (max-width: 768px) {
    .wrapper.grid[b-eyw2jq2atb] {
        grid-row-gap: 0px;
        grid-template-columns: 1fr;
    }
}

.wrapper[b-eyw2jq2atb] {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.hero-block[b-eyw2jq2atb] {
    align-self: center;
    padding: 4.5em;
    background-color: var(--color-background);
}

.hero-image-box[b-eyw2jq2atb] {
    height: 80vh;
    max-height: 864px;
    background-image: url(images/brand/profile-pic.jpg);
    background-position: center;
    background-size: cover;
}

.reduce-opacity[b-eyw2jq2atb] {
    opacity: 1;
    transition: all 0.5s ease;
}

.highlight-hover:hover[b-eyw2jq2atb] {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .hero-image-box[b-eyw2jq2atb] {
        height: 60vh;
    }
}

@media screen and (max-width: 768px) {
    .hero-text-block[b-eyw2jq2atb] {
        /* background-image: linear-gradient(#181823, #181823); */
        margin-left: 0;
        padding: 48px 20px;
    }
}

.heading_76px[b-eyw2jq2atb] {
    color: var(--color-text);
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 76px;
    line-height: 110%;
    word-wrap: break-word;
}

@media screen and (max-width: 991px) {
    .heading_76px[b-eyw2jq2atb] {
        font-size: 56px;
    }
}

@media screen and (max-width: 768px) {
    .heading_76px[b-eyw2jq2atb] {
        margin-bottom: 16px;
        font-size: 32px;
    }

    .button-wrapper[b-eyw2jq2atb] {
        flex-direction: column;
    }
}

.paragraph_18px[b-eyw2jq2atb] {
    color: var(--color-text);
    font-size: 18px;
    line-height: 150%;
    min-height: 90px;
}

@media screen and (max-width: 768px) {
    .paragraph_18px[b-eyw2jq2atb] {
        min-height: 140px;
    }
}


.resumeButton[b-eyw2jq2atb] {
    color: var(--color-text);
    border: 1px solid var(--accent-color);
    padding: 24px 32px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.5s ease;
}

    .resumeButton:hover[b-eyw2jq2atb] {
        transform: translate(0, -5px);
        background-color: var(--accent-color);
        color: white;
    }



.w-button1[b-eyw2jq2atb] {
    margin: auto 1em;
    line-height: inherit;
    cursor: pointer;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .w-button1[b-eyw2jq2atb] {
        margin: 1em;
    }
}

.button-wrapper[b-eyw2jq2atb] {
    height: 60px;
    justify-content: end;
    align-items: end;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .button-wrapper[b-eyw2jq2atb] {
        justify-content: center;
        align-items: center;
        height: 80px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-lu2t2cnnlw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lu2t2cnnlw] {
    flex: 1;
}

.sidebar[b-lu2t2cnnlw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-lu2t2cnnlw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lu2t2cnnlw]  a, .top-row[b-lu2t2cnnlw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-lu2t2cnnlw]  a:hover, .top-row[b-lu2t2cnnlw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-lu2t2cnnlw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-lu2t2cnnlw] {
        display: none;
    }

    .top-row.auth[b-lu2t2cnnlw] {
        justify-content: space-between;
    }

    .top-row[b-lu2t2cnnlw]  a, .top-row[b-lu2t2cnnlw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lu2t2cnnlw] {
        flex-direction: row;
    }

    .sidebar[b-lu2t2cnnlw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lu2t2cnnlw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-lu2t2cnnlw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-lu2t2cnnlw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NotFound.razor.rz.scp.css */
.text[b-bpw6bg5ucq] {
    color: #8491a0;
    font-weight: 400;
}

.statusCode[b-bpw6bg5ucq] {
    color: var(--color-text);
    font-size: 150px;
    font-weight: bold;
    letter-spacing: -0.22em;
    -webkit-text-stroke: 5px var(--color-background);
}

@media screen and (max-width: 576px) {
    .statusCode[b-bpw6bg5ucq] {
        font-size: 100px;
    }
}

.russo-one-bold[b-bpw6bg5ucq] {
    font-family: "Russo One", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.errorWrapper[b-bpw6bg5ucq] {
    display: flex;
    justify-content: center;
    margin: 200px;
}

@media screen and (max-width: 576px) {
    .errorWrapper[b-bpw6bg5ucq] {
        margin: 200px 10px;
    }
}

.errorContent[b-bpw6bg5ucq] {
    text-align: center;
}
/* /Shared/ScrollAmountBar.razor.rz.scp.css */
.ScrollAmountBar[b-nh2ltobs7v] {
    position:sticky;
    height: 5px;
    background-color: var(--accent-color);
    transition: all 0.2s ease;
    top:89px;
    z-index:1;
}
/* /Shared/ServiceComponent.razor.rz.scp.css */
.skills-section[b-9n8jyg29r4] {
    padding: 120px 72px;
    scroll-margin-top: 80px;
}

@media screen and (max-width: 991px) {
    .mid_left-block[b-9n8jyg29r4], .skills-section[b-9n8jyg29r4] {
        padding: 80px 40px;
    }
}
@media screen and (max-width: 991px) {
    .wrapper.grid-3_col[b-9n8jyg29r4] {
        grid-template-columns: 1fr 1fr;
    }
}

.wrapper.grid-3_col[b-9n8jyg29r4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    grid-gap: 24px;
}

@media screen and (max-width: 768px) {
    .wrapper.grid-3_col[b-9n8jyg29r4] {
        grid-template-columns: repeat(1, minmax(300px, 1fr));
    }
}


.wrapper[b-9n8jyg29r4] {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

#w-node-_4a8f1cb8-b5cc-dca3-1f15-df569cc0e59e-0f969f3d[b-9n8jyg29r4] {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

.normal-wrapper._48px-right_p[b-9n8jyg29r4] {
    padding-right: 48px;
}

.skills-wrapper._48px-right_p[b-9n8jyg29r4] {
    padding-right: 48px;
}

.skills-wrapper._48px-right_p[b-9n8jyg29r4] {
    padding-right: 48px;
}

.heading_55px.black._24px-bottom[b-9n8jyg29r4], .heading_55px._24px-bottom[b-9n8jyg29r4] {
    margin-bottom: 24px;
}

.heading_55px[b-9n8jyg29r4] {
    width: 100%;
    max-width: 780px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 110%;
    display: inline-block;
}

.paragraph_18px[b-9n8jyg29r4] {
    color: #fff;
    font-size: 18px;
    line-height: 150%;
}

.paragraph_18px.light-grey[b-9n8jyg29r4] {
    color: #8491a0;
}

.skill-icon[b-9n8jyg29r4] {
    margin-bottom: 24px;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: ease 0.25s;
}

.heading_24px[b-9n8jyg29r4] {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.paragraph_16px.light-grey[b-9n8jyg29r4] {
    color: #8491a0;
}

    .paragraph_16px[b-9n8jyg29r4] {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
}


.skill-icon:hover[b-9n8jyg29r4]{
    transform: translate3d(0px, 0px, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
/* /Shared/ShowcaseList.razor.rz.scp.css */
.projects-section[b-fqyf6ayhlw] {
    padding: 120px 72px;
    scroll-margin-top: 80px;
}

@media screen and (max-width: 991px) {
    .projects-section[b-fqyf6ayhlw] {
        padding: 80px 40px;
        scroll-margin-top: 120px;
    }
}

@media screen and (max-width: 768px) {
    .projects-section[b-fqyf6ayhlw] {
        padding: 64px 20px;
        scroll-margin-top: 80px;
    }
}

.wrapper.projects-grid[b-fqyf6ayhlw] {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

@media screen and (max-width: 991px) {
    .wrapper.projects-grid[b-fqyf6ayhlw] {
        grid-row-gap: 48px;
        grid-template-columns: 1fr;
    }
}

.wrapper[b-fqyf6ayhlw] {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.normal-wrapper[b-fqyf6ayhlw] {
    /*align-self: center;*/
}

    .normal-wrapper._48px-right_p._80px-bottom_m[b-fqyf6ayhlw] {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 80px;
        display: flex;
    }

    .normal-wrapper._48px-right_p[b-fqyf6ayhlw] {
        padding-right: 48px;
    }

@media screen and (max-width: 767px) {
    .normal-wrapper._48px-right_p[b-fqyf6ayhlw] {
        padding-right: 0;
    }
}

.overline_16px[b-fqyf6ayhlw] {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    display: inline-block;
}

.heading_55px[b-fqyf6ayhlw] {
    width: 100%;
    max-width: 780px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 110%;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .heading_55px[b-fqyf6ayhlw] {
        font-size: 32px;
    }
}

.project-wrapper._24px-bottom_m[b-fqyf6ayhlw] {
    margin-bottom: 24px;
}

.project-wrapper[b-fqyf6ayhlw] {
    text-decoration: none;
    overflow: hidden;
    transform: scale3d(1, 1, 1);
    transform-style: preserve-3d;
    opacity: 1;
    transition: all 0.5s ease;
}

    .project-wrapper:hover[b-fqyf6ayhlw] {
        transform: scale3d(1.02, 1.02, 1);
    }

@media screen and (max-width: 991px) {
    .project-wrapper._24px-bottom_m[b-fqyf6ayhlw] {
        margin-bottom: 48px;
    }
}

.w-inline-block[b-fqyf6ayhlw] {
    max-width: 100%;
    display: inline-block;
}

.project-image[b-fqyf6ayhlw] {
    height: 400px;
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.project-description[b-fqyf6ayhlw] {
    background-color: var(--color-widget);
    padding: 40px 32px;
    position: relative;
}

.project-description h3[b-fqyf6ayhlw] {
    transform: scale3d(1, 1, 1);
    transform-style: preserve-3d;
}

.paragraph_18px.light-grey[b-fqyf6ayhlw] {
    color: #8491a0;
}

.paragraph_18px[b-fqyf6ayhlw] {
    font-size: 18px;
    line-height: 150%;
}

.overline_16px[b-fqyf6ayhlw] {
    color: #8491a0;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    display: inline-block;
}

.heading_24px[b-fqyf6ayhlw] {
    color: var(--color-widget-heading);
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.project-wrapper:hover .arrow-div[b-fqyf6ayhlw] {
    transform: translate3d(0px, 0px, 0px);
}

.arrow-div[b-fqyf6ayhlw] {
    width: 48px;
    height: 48px;
    background-color: var(--accent-color);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: translate3d(48px, 48px, 0px);
    transform-style: preserve-3d;
    transition: all 0.5s ease;
}

.button-wrapper[b-fqyf6ayhlw] {
    height: 232px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.w-button[b-fqyf6ayhlw] {
    line-height: inherit;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

.cta[b-fqyf6ayhlw] {
    color: inherit;
    border: 1px solid var(--accent-color);
    padding: 24px 32px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.5s ease;
}

.cta:hover[b-fqyf6ayhlw] {
    transform: translate(0, -5px);
    background-color: var(--accent-color);
    color:white;
}

.item-container[b-fqyf6ayhlw] {
}
/* /Shared/SocialLinks.razor.rz.scp.css */
.social-link[b-035ev86mp1] {
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.social-link:hover[b-035ev86mp1] {
    background-color: #333;
}

.social-link.invert:hover[b-035ev86mp1] {
    background-color: #fff7;
}

.social-link-image[b-035ev86mp1] {
    filter: invert();
    height: 20px;
    width: 20px;
}

.social-link-image.invert[b-035ev86mp1] {
    filter: unset;
}

.social-link-wrapper[b-035ev86mp1] {
    display: flex;
    flex-direction: row;
    margin: auto 0;
}
/* /Shared/Spinner.razor.rz.scp.css */
.loader[b-fzcxxnjyql] {
    border: .2em solid #fff0; /* Light grey */
    border-top: .2em solid white; /*var(--accent-color);*/
    border-radius: 50%;
    width: 1em;
    height: 1em;
    animation: spin-b-fzcxxnjyql 1s linear infinite;
    display: inline-block;
}

.spinner[b-fzcxxnjyql] {
    height: fit-content;
    width: 40px;
    display: inline;
}



@keyframes spin-b-fzcxxnjyql {
    0% {
        transform: rotate(0deg);
    }

    0% {
        transform: rotate(-360deg);
    }
}
/* /Shared/SwapTheme.razor.rz.scp.css */
.themeButton[b-lj9mzgzasu] {
    border: none;
    padding: 5px;
    font-size: 31px;
    height: 50px;
    width: 50px;
    box-shadow: 0 2px 4px darkslategray;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 7px dashed white;
    align-items: center;
    display: flex;
    background-color: #0000;
    transition: all 0.5s ease;
    filter: brightness(0.4);
}

.themeSelector[b-lj9mzgzasu] {
    border: none;
    padding: 5px;
    font-size: 31px;
    height: 50px;
    width: 50px;
    box-shadow: 0 2px 4px darkslategray;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.themeSelector:active[b-lj9mzgzasu] {
    /*background-color: var(--accent-color-dark);*/
    box-shadow: 0 0 2px darkslategray;
    transform: translateY(2px);
}

.themeSelector-show[b-lj9mzgzasu] {
    display: block;
}

.themeSelector-hide[b-lj9mzgzasu] {
    display: none;
}

.themeButton:hover[b-lj9mzgzasu] {
    border: 3px dashed white;
    filter: brightness(1);
}

.themeButton.invert:hover[b-lj9mzgzasu] {
    border: 3px dashed black;
    filter: brightness(0);
}

.themeButton:active[b-lj9mzgzasu] {
    box-shadow: 0 0 2px darkslategray;
    transform: translateY(2px);
}

.theme-selector-pane[b-lj9mzgzasu] {
    position: fixed;
    right: 0.5em;
    bottom: 0.5em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: 1em;
    border-radius: 10px;
    max-height: fit-content;
    width: fit-content;
}

.darkModeToggle[b-lj9mzgzasu] {
    padding: 8px;
    border-radius: 50%;
    border: 0px;
    height: 50px;
    width: 50px;
    background-color: hsl(0deg 0% 0% / 76%);
}


.darkModeToggle:focus[b-lj9mzgzasu] {
    border: 4px solid white;
}



.darkModeToggle.dark > img[b-lj9mzgzasu] {
    content: url("./images/icons/moon.svg");
    width: 25px;
    height: auto;
}

.darkModeToggle.light > img[b-lj9mzgzasu] {
    content: url("./images/icons/sun.svg");
    width: 25px;
    height: auto;
}
/* /Shared/ThreePointer.razor.rz.scp.css */
.threepoint-section[b-k2x4u3wzk8] {
    padding: 120px 72px 120px;
    scroll-margin-top: 80px;
}

@media screen and (max-width: 991px) {
    .threepoint-section[b-k2x4u3wzk8] {
        padding: 150px 40px 80px;
    }
}

@media screen and (max-width: 768px) {
    .threepoint-section[b-k2x4u3wzk8] {
        padding: 64px 20px;
    }
}

.threepoint-wrapper[b-k2x4u3wzk8] {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.companylink[b-k2x4u3wzk8] {
    color: inherit;
    text-decoration: none;
}

.companylink:hover[b-k2x4u3wzk8] {
    color: var(--accent-color-bright);
}

.companyNameHighlight[b-k2x4u3wzk8] {
    color: var(--accent-color);
}

.title-section[b-k2x4u3wzk8] {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.title-heading[b-k2x4u3wzk8] {
    color: #8491a0;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    display: inline-block;
}

.title-shortsummary[b-k2x4u3wzk8] {
    width: 100%;
    max-width: 780px;
    color: var(--color-text);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 110%;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .title-shortsummary[b-k2x4u3wzk8] {
        font-size: 32px;
    }
}

.threepoint-grid[b-k2x4u3wzk8] {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.threepoint-grid-responsive[b-k2x4u3wzk8] {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .threepoint-grid-responsive[b-k2x4u3wzk8] {
        grid-row-gap: 40px;
        grid-template-columns: 1fr;
    }
}


.pointer-block[b-k2x4u3wzk8] {
    padding-right: 30px;
}

@media screen and (max-width: 767px) {
    .pointer-block[b-k2x4u3wzk8] {
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .pointer-block[b-k2x4u3wzk8] {
        padding-right: 16px;
    }
}

.pointer-block-number[b-k2x4u3wzk8] {
    color: #8491a0;
    margin-bottom: 8px;
    font-size: 117px;
    font-weight: 400;
    line-height: 100%;
    display: block;
}

.description-text[b-k2x4u3wzk8] {
    color: var(--color-description);
}
