/* General Styles */
body {
    font-size: 16px;
}

p {
    font-weight: 400;
    color: #000;
}

b, strong {
    font-weight: 700;
}

button:focus {
    outline: 0px dotted;
    border: 2px dotted;
}

/* Layout */
.lg-content {
    max-width: 1600px;
}
.sm-content {
    max-width: 800px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 1rem;
}

section {
    padding: 2em 0;
    position: relative;
}
.video-background * {
    border-radius: 15px;
}

/* Headings */
h1 {
    font-size: 48px;
}

section h2 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0;
    text-rendering: optimizeSpeed;
}

section .kv h2 {
    font-size: 48px;font-weight: 700;
}

section h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

section h4, section h5 {
    font-weight: 700;
    color: #000;
}

section h4 {
    font-size: 18px;
}

section h5 {
    font-size: 14px;
}

/* Buttons */

.btn{padding: .375rem 0rem;}

.yt-play-btn img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-filter: drop-shadow(0px 0px 5px #00000055);
    filter: drop-shadow(0px 0px 5px #00000055);
    z-index: 1;
    width: 70px;
}
.aut-top-bg-leftblock {
    height: 520px;
    background-color: #f3f3f3;
    max-width: 520px;
    padding: 4em;
}


.btn-white, .btn-red, .btn-ghost-white, .btn-alt, .btn-ghost-red,.navbar-nav .btn-white, .navbar-nav .btn-red {
    letter-spacing: 0px;padding: 10px 32px;
}

.btn.btn-red {
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-transform: inherit;
    color: #FFF;
}

.btn.btn-red:hover {
    color: #FFF;
}

.btn-white {
    border-radius: 50px;
    border-color: #B2B2B2;
    background-color: #FFF;
    font-weight: 700;
    font-size: 16px;
    text-transform: inherit;
}
.btn-arrow{
    font-weight: 700;
    font-size: 16px;
}

.btn-noarrow{
    font-weight: 700;
    font-size: 16px;
    padding: .375rem .75rem;
}

.btn-arrow:after {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    content: "\f105";
    margin-left: 8px;
    -webkit-transition: .2s;
    transition: .2s;
}


.btn-arrow:hover:after {
    content: "\f105";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    margin-left: 12px;
    -webkit-transition: .2s;
    transition: .2s;
}

.btn-white:hover {
/*    color: inherit;*/
}

/* Links */
a.vs-read-more span {
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

a:hover h4 {
    text-decoration: none;
}

a.vs-read-more p {
    font-weight: 400;
}

a:hover.vs-read-more p {
    color: inherit;
}

/* Miscellaneous */
.vs-read-more span {
    font-size: 14px;
    font-weight: 400;
}

.vs-read-more i.fa.fa-angle-right {
    font-weight: 100;
}

.svg-icon img {
    width: 100%;
    max-width: 100px;
    margin-bottom: 5px;
}

.carousel-indicators li {
    border-radius: 50px;
    border: 1px solid #ffffff;
    background-color: #8f8f8f;
    width: 10px;
    height: 10px;
}

/* Accordion */
.uk-accordion-title {
    cursor: pointer;
}

.uk-open>.uk-accordion-title::before {
    background-image: url(/vsAssetFile/global/img/education/software/Minus.svg);
    background-size: 50%;
}

.uk-accordion-title::before {
    background-image: url(/vsAssetFile/global/img/education/software/Plus.svg);
    background-size: 50%;
}

/* Tabs */
#myTabContent.tab-content>.active {
    opacity: 0;
}

#myTabContent.tab-content>.tab-pane {
    opacity: 1;
}

/* Effects */
.lightness-cover:before {
    content: " ";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.75) 30%, rgba(255, 255, 255, 0) 45%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

/* Slider */
.uk-slidenav {
    color: #000 !important;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 15px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 7%), 0 3px 10px 0 rgb(0 0 0 / 7%), 0 5px 10px 0 rgb(0 0 0 / 7%);
}

.uk-slidenav-next {
    transform: translateX(25px);
    margin-top: -10px;
}

.uk-slidenav-previous {
    transform: translateX(-25px);
    margin-top: -10px;
}

.slider-blur-bg {
    background-repeat: no-repeat;
    background-position: center 100%;
}

/* Cards */
.tab-content.uk-card-default {
    border: none;
}

.uk-card-default {
    color: #222;
}
.uk-border-rounded {
    border-radius: 15px;
    overflow: hidden;
}

.uk-card-default.uk-card-hover.slider-blur:hover {
    backdrop-filter: blur(30px);
    background-color: #ffffff8f;
    border: none;
}

.slider-blur {
    backdrop-filter: blur(30px);
    background-color: #ffffff8f;
    border: none;
}

/* Icons */
.uk-icon.uk-slidenav svg {
    color: #222;
}

.software-logo-type {
    font-size: 20px;
    font-weight: 700;
    left: -7px;
    position: relative;
    display: flex;
    align-items: center;
}

.software-logo-type img { max-height: 40px;}


/* Team Tablist */
.team-tablist li.nav-item.collapsed .nav-link:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    margin: 10px;
    float: right;
    background-image: url(/vsAssetFile/global/img/education/software/Plus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.team-tablist .nav-link:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    margin: 10px;
    float: right;
    background-image: url(/vsAssetFile/global/img/education/software/Plus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.team-tablist .nav-link.active:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    margin: 10px 5px;
    float: right;
    background-image: url(/vsAssetFile/global/img/education/software/Minus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.team-tablist {
    overflow: hidden;
}

.team-tablist li:hover {
    background-color: #FFF;
}

.team-tablist .nav-pills .nav-link {
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0;
}

/*
.team-tablist [aria-expanded="false"] {
    background: #E6E8F4;
}
*/

.team-tablist [aria-expanded="true"] {
    border: 5px solid #fff;
}

.team-tablist .nav-pills .nav-link.active {
    color: #222;
    background-color: #ffffff00;
}

.team-tablist a:hover {
    text-decoration: none;
}

/* Ecosystem */
.eco-icon {
    max-width: 136px;
    width: 100%;
}

.eco-content-m ul {
    list-style: none;
}

#ecosystem .uk-overlay li {
    list-style-type: none;
}

#ecosystem .uk-overlay a img {
    transition: filter 0.2s;
}

#ecosystem .uk-overlay a:hover img {
    filter: grayscale(0.3) contrast(1);
}
/* Product Filter */
.mdc-tab-scroller__scroll-area--scroll{scrollbar-color: transparent;overflow: -moz-scrollbars-none;}
#product-filter .uk-card, #touch-tech .uk-card{display: flex; flex-direction: column; padding-top: 0.8em; width: 100%;}
#product-filter .uk-card-default, .uk-card-default{ border-radius: 10px;}
#product-filter .uk-card-hover:hover, #touch-tech .uk-card-hover:hover, #subscribe .uk-card-hover:hover {
    background-color: #fff;
    box-shadow: 0 8px 20px rgb(0 0 0 / 16%);
}
#product-filter .uk-card-hover:hover, #touch-tech .uk-card-hover:hover {margin-top: -5px;margin-bottom: 5px;}
#product-filter .uk-card-hover, #touch-tech .uk-card-hover{
    transition: all .3s ease;
}
#product-filter .uk-card-body, #touch-tech .uk-card-body {padding-bottom: 0;}
#product-filter .uk-card-body a:hover, #touch-tech .uk-card-body a:hover{ text-decoration: none; color: initial;}
#product-filter .uk-card-default .uk-card-footer, #touch-tech .uk-card-default .uk-card-footer{border-top: 0;margin-top: auto; margin-right: auto;margin-left: auto;padding-top: 0; padding-bottom: 30px;padding-right: 15px;padding-left: 15px;}
#product-filter .uk-card-footer a, #touch-tech .uk-card-footer a{display: block;}
#product-filter h6{color:#222; font-weight: 700; text-align: center; text-transform: uppercase;}
#product-filter a:hover, #touch-tech a:hover{text-decoration: none;}

/* Responsive Styles */
@media (min-width: 960px) {
    .expand-slider .uk-slider-container {
        overflow: inherit;
    }
    .expand-slider .uk-slider-items.uk-grid {
        flex-wrap: wrap;
        transform: none !important;
    }
}

@media (max-width: 1600px) {
    .slider-blur-bg {
        background-size: cover !important;
    }
}

@media (max-width: 1200px) {
    .btn-red, .btn-white {
        width: 100%;
    }

    section .kv h2, section h2 {
        font-size: 28px;
    }

    .slider-blur-bg {
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }
    section .kv h2, section h2 {
        font-size: 24px;
    }
    section h3 {
        font-size: 20px;
    }

    section {
        padding: 0.5em 0;
    }
    .aut-top-bg-leftblock {
        padding: 2em;
        min-height: 246px;
        max-width: 100%;
        height: initial;
    }
}
