:root {
    --header-height: 3.5rem;
    --footer-height: 3rem;
    --provider-height: 720px;
    --spacing-vertical: 10px;
    --main-bnr-height: 610px;
    --scrollbar-width: none;
}

.main-bnr {
    height: var(--main-bnr-height);
    width: 100%;
}

.main-bnr .main-bnr-item {
    height: var(--main-bnr-height);
    width: 100%;
}

@media (min-width: 576px) {
    :root {
        --main-bnr-height: 670px;
    }
}

@media (min-width: 992px) {
    :root {
        --header-height: 3.75rem;
        --scrollbar-width: thin;
    }
}

@media (min-width: 1200px) {
    :root {
        --main-bnr-height: 560px;
    }
}

html, body {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #100f0e;
}

.vikcher-logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 20px;
    background-image: url("/icons/vikcher_revert.png");
    background-size: 100px 20px;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
    /*animation: movePattern 10s linear infinite;*/
}

.vikcher-logo {
    position: relative;
    display: inline-block;
    width: 100px !important;
    height: 20px;
    background: linear-gradient(-45deg, #2C3E50, #2C3E50, #2C3E50, rgba(255, 255, 255, .7), #2C3E50, #2C3E50, #2C3E50);
    background-size: 400% 400%; /* Needed for smooth gradient animation */
    animation: glowShift 8s ease infinite;
    overflow: hidden;
}

.bg_bottom_shadow {
    background: rgba(22, 60, 77, .8) url("/images/bg_bottom_shadow.png") no-repeat;
    /*background-image: url("/images/sdlc_txt.png");*/
    background-size: cover;
    /*background-repeat: no-repeat;*/
    background-position: center;
}

.card .card-supertitle {
    -webkit-line-clamp: 1;
    letter-spacing: .225rem;
    text-transform: uppercase;
    grid-area: supertitle;
    font-size: .75rem;
    line-height: 1;
}


/*//////////////////////////*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-logos-wrap {
    background-image: url(https://cdn.prod.website-files.com/64fef88ee8b22d3d21b71560/67c0322af69be970dfac89f6_Mask%20group%20reverse.svg), url(https://cdn.prod.website-files.com/64fef88ee8b22d3d21b71560/66faf12d5bf0343c52a7799d_Mask%20group.svg);
    background-position: 50% 100%, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    opacity: .6;
}

/*.blue-tag.centerd {
    text-align: center;
}*/

.blue-tag {
    color: #145aff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.blue-gradient-span-2 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(315deg, #3a65ff, #63c6ff);
    -webkit-background-clip: text;
    background-clip: text;
}

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

    .logos:before, .logos:after {
        position: absolute;
        top: 0;
        content: '';
        width: 250px;
        height: 100%;
        z-index: 2;
    }

    .logos:before {
        left: 0;
        background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0));
    }

    .logos:after {
        right: 0;
        background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0));
    }

.logo_items {
    animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items > div {
    margin: 20px 40px;
    font-size: 1.5rem;
    /*font-weight: bolder;*/
    opacity: .5;
}

.logo_items > div:hover {
    opacity: 1;
}

.logo_items img {
    height: 100px;
    margin-right: 10px;
}

/*//////////////////////////*/

.logo_items img {
    width: var(--service-logo-size);
    height: var(--service-logo-size);
}

:root {
    --service-logo-size: 50px;
    --figure-sdlc-width: 300px;
    --figure-sdlc-height: 270px;
    --h3-font-size: 1rem;
    --fs-article: 1rem;
    --fs-article-lead: 1.05rem;
}

.capital-tag {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 150%;
}

.blue-gradient {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(315deg, #3a65ff, #63c6ff);
    -webkit-background-clip: text;
    background-clip: text;
}

.sdlc-title strong {
    -webkit-text-fill-color: transparent;
    /*background-image: linear-gradient(315deg, #fff, #00c389, #ff7e08, #ffc700, #0094fb, #7042ed, #1b384a, #fff);*/
    background-image: linear-gradient(315deg,  #00c389, #fff);
    -webkit-background-clip: text;
    background-clip: text;
}

.sdlc-title {
    font-size: var(--h3-font-size);
}

.figure-sdlc {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
}

.figure-sdlc img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: var(--figure-sdlc-width);
    height: var(--figure-sdlc-height);
}

.figure-sdlc {
    margin-left: auto;
    margin-right: auto;
    width: var(--figure-sdlc-width);
    height: var(--figure-sdlc-height);
    position: relative;
    z-index: 0;
}

@media (min-width: 400px) {

    :root {
        --service-logo-size: 70px;
        --figure-sdlc-width: 350px;
        --figure-sdlc-height: 300px;
        --h3-font-size: 1.2rem;
    }
}

@media (min-width: 640px) {

    :root {
        --service-logo-size: 90px;
        --figure-sdlc-width: 450px;
        --figure-sdlc-height: 400px;
        --h3-font-size: 1.5rem;
        --fs-article: 1.2rem;
        --fs-article-lead: 1.25rem;
    }
}

.figure-sdlc div {
    position: absolute;
}

.figure-sdlc div::before {
    position: absolute;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #2C3E50, #2C3E50, #2C3E50, #2C3E50, #2C3E50, #2C3E50, rgba(255, 255, 255, .7), #2C3E50, #2C3E50, #2C3E50, #2C3E50, #2C3E50, #2C3E50);
    animation: glowShiftBackward 12s ease infinite;
    z-index: -1;
    background-size: 600% 600%; /* Needed for smooth gradient animation */
}

.figure-sdlc div:nth-child(1)::before {
   animation-delay: 0s;
}

.figure-sdlc div:nth-child(2)::before {
   animation-delay: 2s;
}

.figure-sdlc div:nth-child(3)::before {
   animation-delay: 4s;
   border-bottom-right-radius: 10px;
}

.figure-sdlc div:nth-child(4)::before {
   animation-delay: 6s;
   background: linear-gradient(-45deg, #fff, #fff, #fff, rgba(0, 0, 0, 1), #fff, #fff, #fff);
   background-size: 600% 600%; /* Needed for smooth gradient animation */
}

.figure-sdlc div:nth-child(5)::before {
   animation-delay: 8s;
   background: linear-gradient(-45deg, #fff, #fff, #fff, rgba(0, 0, 0, 1), #fff, #fff, #fff);
   background-size: 600% 600%; /* Needed for smooth gradient animation */
}

.figure-sdlc div:nth-child(6)::before {
   background: linear-gradient(-45deg, #fff, #fff, #fff, rgba(0, 0, 0, 1), #fff, #fff, #fff);
   background-size: 600% 600%; /* Needed for smooth gradient animation */
   animation-delay: 10s;
}


.figure-sdlc div:nth-child(1) {
    top: 8%;
    left: 22%;
    width: 22%;
    height: 7%;
    color: #fff;
}

.figure-sdlc div:nth-child(2) {
    top: 12%;
    right: 20%;
    width: 22%;
    height: 7%;
}

.figure-sdlc div:nth-child(3) {
    top: 50%;
    right: 2%;
    width: 26%;
    height: 7%;
}

.figure-sdlc div:nth-child(4) {
    bottom: 9%;
    right: 24%;
    width: 20%;
    height: 7%;
}

.figure-sdlc div:nth-child(5) {
    bottom: 14%;
    left: 19%;
    width: 22%;
    height: 7%;
}

.figure-sdlc div:nth-child(6) {
    top: 42%;
    left: 3%;
    width: 23%;
    height: 7%;
}


@keyframes count {
    0% {
        content: "";
    }
    16.6% {
        content: "1";
    }
    33.2% {
        content: "2";
    }
    49.8% {
        content: "3";
    }
    66.4% {
        content: "4";
    }
    83% {
        content: "5";
    }
    100% {
        content: "6";
    }
}

/*.counter {
    width: 100px;
    height: 100px;
    border: 5px solid lightgray;
    border-top: 5px solid dodgerblue;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 50px auto;
}*/

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



.vikcher-logo:hover::before {
    
}

a.vikcher-logo:hover {
    animation: none;
}

/*a:has(span.vikcher-logo):hover .vikcher-logo {
    animation: none;
}*/

@keyframes movePattern {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 100%;
    }
}

@keyframes glowShift {
    0% {
        background-position: 0% 50%;
    }

   /* 50% {
        
    }*/

    100% {
        background-position: 100% 50%;
    }
}

@keyframes glowShiftBackward {
    0% {
        background-position: 100% 0%;
        opacity: 1;
        outline: solid 2px #fff;
        transition: all .1s ease-out;
    }

   /* 50% {
        background-position: 60% 50%;
    }*/

   /* 100% {
        background-position: 0% 50%;
    }*/
}


.vikcher-logo.hover {
    display: inline-block;
    width: 200px;
    height: 47px;
    /*margin: 0 0 -5px 0;*/
    background-image: url("/icons/vikcher_revert.png");
    background-size: 100px 20px;
    background-repeat: no-repeat;
    background-position: left;
}

.bg-texture {
    background: url(/images/bg-texture.png) repeat;
}

.bg-clr- {
    background-color: #f1efed;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.vc-hdr {
    height: var(--header-height);
}

.main-cnt {
    position: relative;
    overflow: hidden;
}

.scroll-wrapper {
    height: calc(100vh - var(--header-height));
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: var(--scrollbar-width);
}

.flex-cnt, .flex-blk {
    display: flex;
    flex-direction: column; /* or row */
}
.flex-cnt > section {
    flex: 1; /* takes all available space */
}

.flex-blk > .flex-item {
    flex: 1; /* takes all available space */
}

.flex-middle {
    display: flex;
    justify-content: center;  /* horizontal */
    align-items: center;   
}


.vc-footer {
    height: var(--footer-height);
}


.vc-cnt {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.line {
    overflow: hidden;
    white-space: nowrap;
    border-right: none;
    width: 0;
    animation: typing 3s steps(40, end) forwards, blink 0.7s step-end infinite;
}

.line2 {
    animation-delay: 3.2s;
}

.line3 {
    animation-delay: 6.4s;
}

@keyframes typing {

    from {
        width: 0;
        border-right: 2px solid #fff;
    }

    to {
        width: 100%;
        border-right: none;
    }
}

.exe-caption-30 {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 30%;
    text-shadow: none;
}

.exe-caption {
    position: absolute;
    top: 15%;
    left: 10%;
    right: 10%;
    text-shadow: none;
    
    & h1, & h2 {
        font-size: 2rem;
        text-shadow: 0 2px 6px rgba(0,0,0,.45);
        color: var(--dark-gray);
        width: 75%;
    }

    & p {
        font-size: 1.5rem;
        width: 36%;
        display: none;
    }

    & a.btn {
        width: 120px;
        display: none;
    }

}

.exe-caption h2 {
    width: 50%;
}

.exe-caption h2 {
    text-shadow: 0 2px 6px rgba(0,0,0,.45);
}

@media (min-width: 640px) {

    .exe-caption h1 {
        font-size: 2.5rem;
    }

    .exe-caption h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 860px) {
    .exe-caption h2 {
        width: 75%;
        color: #ffffff;
    }

    .exe-caption p, .exe-caption a.btn {
        display: block;
    }
}

@media (min-width: 1084px) {
    .exe-caption {
        top: 20%;
    }
}

@media (min-width: 1250px) {
    .exe-caption h1 {
        font-size: 3rem;
    }

    .exe-caption h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1700px) {
    .exe-caption h1 {
        font-size: 3.5rem;
    }

    .exe-caption h2 {
        font-size: 3rem;
    }
}


.res-text {
    font-size: .8rem;
}

.banner h1 {
    font-size: 1.33rem;
    margin-top: 22px;
}

@media (min-width: 768px) {
    .res-text {
        font-size: .9rem;
    }
}

@media (min-width: 992px) {
    .res-text {
        font-size: 1rem;
    }

    .banner h1 {
        font-size: 1.6rem;
        margin-top: 22px;
    }
}
    

@media (min-width: 1200px) {
    .banner h1 {
        font-size: 2rem;
        margin-top: 22px;
    }
}

.hero {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.hero-title {

}

.hero .bar.bar-white {
    background: #fff;
}

.hero .bar {
    height: 4px;
    width: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .hero p {
        font-size: 1rem;
        line-height: 28px;
    }
}

.hero p {
    font-weight: normal;
    font-size: .889rem;
}

@media screen and (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
    }
}

h2, .h2 {
    font-family: "Georgia", serif;
    font-weight: normal;
    font-size: 1.333rem;
    line-height: 1.17em;
}

@media screen and (min-width: 1200px) {
    h2, .h2 {
        font-size: 34px;
        font-weight: 700;
        line-height: 1.17em;
    }
}

@media screen and (min-width: 900px) {
    h2, .h2 {
        font-size: 34px;
        font-weight: 700;
        line-height: 1.17em;
    }
}

@media screen and (min-width: 600px) {
    h2, .h2 {
        font-size: 34px;
        font-weight: 700;
        line-height: 1.17em;
    }
}

.hero-tab-nav {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block !important;
}

.hero-tab-content {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.hero-tab-panel {
    background: #fff;
    padding: 30px 15px;
    display: flex;
    border-radius: 5px;
    color: #000;
}



.hero-tab-content .hero-tab-panel {
    width: 100%;
    display: block;
    margin-right: -100%;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
}

.hero .nav-pills > li button {
    font-size: 1rem;
    line-height: 1.33em;
    font-weight: 600;
    width: 226px;
    padding-right: calc(260px - 115%);
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    overflow-wrap: break-word;
    text-decoration: none;
    white-space: pre-wrap;
}

.hero .nav-pills > li button.active {
    background-color: #f0cc72;
    color: #100f0e;
}
@media (min-width: 1200px){
    .hero-tab-content {
        flex-direction: row;
    }

    .hero-tab-content .hero-tab-panel {
        margin-bottom: 0;
        visibility: hidden;
        opacity: 0;
    }

    .hero-tab-content .hero-tab-panel.active {
        visibility: visible;
        opacity: 1;
    }
}
@media (min-width: 1400px){
    .hero .nav-pills > li button {
        width: 254px;
    }
}



.beige {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-left: 0px;
    margin-top: 155px;

    font-size: 1.2rem;
    color: #212529;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .375rem;
    z-index: 0;
    transition: all ease .3s;
}

.beige img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
    height: 310px;
    transition: all ease .3s;
}

.beige-body {
    padding: 185px 20px 50px 20px;
    z-index: 0;
    transition: all ease .3s;
}

article {
    font-size: var(--fs-article);
}

article .lead{
    font-size: var(--fs-article-lead);
}


@media (min-width: 768px) {
    .res-text {
        font-size: .9rem;
    }

    .beige-body {
        padding: 185px 50px 50px 50px;
    }
}

@media (min-width: 992px) {
    .res-text {
        font-size: 1rem;
    }

    .banner h1 {
        font-size: 1.6rem;
        margin-top: 22px;
    }
}


@media (min-width: 1200px) {
    .beige {
        margin-left: 225px;
        margin-top: 0;
        transition: all ease .3s;
    }

    .beige-body {
        padding: 50px 50px 50px 250px;
        transition: all ease .3s;
    }

    .beige img {
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
        width: 410px;
        height: 410px;
        transition: all ease .3s;
    }
}


.about {
    margin-left: -10000px;
}


.container-sm {
    overflow: hidden;
}


.about-nav .track {
    margin-left: 300%;
}


skills-nav .skills {
    margin-right: -200%;
}


.skills-nav .track {
    margin-left: -200%;
}

.track-nav .skills, .about-nav .skills {
    margin-left: 200%;
}



.about, .track, .skills {
    position: relative;
    visibility: hidden;
    opacity: 0;
    z-index: -100;
    width: 0;
    height: 0;
    transition: margin-left linear .2s;
    display: flex;
}

.about-nav .about, .track-nav .track, .skills-nav .skills {
    visibility: visible;
    opacity: 1;
    z-index: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    height: auto;
    transition: margin-left linear .2s;
}


.about-btn, .track-btn, .skills-btn {
    border-bottom: solid transparent 2px;
    transition: all linear .3s;
    padding-right: 0!important;
    padding-left: 0!important;
    margin-right: 1rem!important;
    margin-left: 1rem!important;
}




.dropdown-menu--3-col {
    width: 700px;
    position: absolute;
    /*background-color: rgba(64, 60, 56, .98) !important;*/
    /*background-color: #1c2127 !important;*/

    background-color: #211f1c !important;
    
    font-size: inherit;
    font-family: "Oracle Sans", sans-serif;
    line-height: 1.5;
    font-weight: 300;
}

/*.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}*/

.section-card--3 .card {
    background-color: #fbf9f8;
    border-radius: 6px;
    box-shadow: 1px 2px 8px rgba(139, 133, 128, .5);
    gap: unset;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    min-height: auto;
}

.section-card .card {
    border: none;
}

.section-card .card:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) !important;
}

.section-card .card img.logo-img {
    transform: scale(1);
    transition: transform .2s linear;
}

.section-card .card:hover img.logo-img {
    transform: scale(1.1);
    transition: transform .2s linear;
}

.section-card .card.actions {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) !important;
}

.section-card .card > p {
    font-weight: 700;
    line-height: 1.25em;
}

.section-card--3 .card__category {
    color: inherit;
    font-size: .889rem;
    font-weight: 600 !important;
    padding: 20px 30px 0px 30px;
    margin-bottom: 0px;
}

.text-link-blue-120 {
    color: #00688c !important;
}

.section-card--3 #article-cards-redwood .section-card__item .card__title, .section-card--3 .redwood-cards .section-card__item .card__title {
    padding: .5rem 30px 0px 30px;
}

.section-card .card > p {
    font-weight: 700;
    line-height: 1.25em;
}

.section-card--3 .card__title {
    color: #000;
    font-weight: 500 !important;
    padding: 20px 30px 0px 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.section-card--3 .card__tag {
    margin-top: auto;
    color: #000;
    font-weight: normal !important;
    font-size: .834rem;
    padding: 0px 30px 0px 30px;
}




/*.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}*/

.section-card .row > [class*=col-] {
    display: flex;
}