/* common */
a,
a:hover,
a:active,
a:active:focus {
    color: #ffffff;
    text-decoration: none;
}

p, h1 { margin: 0px; }

[fade-in] {
    opacity: 0;
}

[fade-out] {
    opacity: 1;
}

[img-expand] {
    overflow: hidden;
    position: relative;
}

[img-expand] .img-expand-content {
    overflow: hidden;
    left: 0;
    top: 0;
    position: absolute;
    height: 0px;
}

@media screen and (max-width: 767px) {
    [fade-in] {
        opacity: 1;
    }

    [fade-out] {
        opacity: 1;
    }
}

/* main-banner  */
.main-banner {
    position: relative;
    height: 500px;
    background-image: url(../../images/default/home_main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-banner-before {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 500px;
    width: 100%;
}

.main-banner-before > div {
    position: absolute;
    left: 0px;
    padding-top: 260px;
    width: 100%;
    z-index: 1;
}

.main-banner-before > img { 
    position: absolute;
    width: 1920px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-banner-after {
    padding-top: 195px;
    max-width: 660px;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .main-banner {
        height: 400px;
        background-image: url(../../images/default/home_main_mobile.jpg);
    }

    .main-banner-before {
        display: none;
    }

    .main-banner-after {
        opacity: 1;
        padding-top: 121px;
        max-width: 450px;
    }
}

/* tack-off */
.tack-off-title {
    text-align: right;
}

.tack-off-content {
    color: #737373;
    max-width: 480px;
}

@media screen and (max-width: 767px) {
    .tack-off-title {
        text-align: center;
    }

    .tack-off-content {
        max-width: unset;
    }
}

/* get-started-area */
.get-started-title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../images/default/Get-started_bar.jpg);
    background-repeat: no-repeat;
    background-size: 74% 100%;
    background-position: center;
    top: 0;
    z-index: -1;
    height: 250px;
    width: 100%;
    color: #ffffff;
}

.get-started-title > h3 {
    padding-bottom: 36px;
}

.get-started-content {
    padding-top: 165px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.gs-card {
    color: #ffffff;
    position: relative;
    width: calc(100% / 4);
}

.gs-card:hover {
    color: #ffffff;
    position: relative;
}

.gs-card:hover .gs-card-content {
    box-shadow: 0px 0px 0px 3px #ffffff inset;
}

.gs-card .gs-card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    padding: 30px;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 0px 0px #ffffff inset;
    transition: box-shadow 0.2s ease-in-out;
}

.gs-card:nth-child(2n+1) {
    margin-bottom: 40px;
}

.gs-card:nth-child(2n) {
    margin-top: 40px;
    
}

.gs-card .gs-card-content > div:nth-child(2) {
    padding-top: 8px;
    padding-bottom: 15px;
}

.gs-card .button {
    padding: 3px;
    border: 1px solid #ffffff;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .get-started .rl-row-1440{
        padding: 0px !important;
        margin: 0px !important;
    }
}

@media screen and (max-width: 991px) {
    .get-started .rl-row-bottom-90{
        padding-bottom: 0px;
    }

    .gs-card {
        width: 50%;
    }

    .get-started-title {
        height: 165px;
    }

    .get-started-title > h3 {
        padding-bottom: 0px;
    }

    .gs-card:nth-child(2n+1) {
        margin-bottom: 0px;
    }

    .gs-card:nth-child(2n) {
        margin-top: 0px;
        
    }
}

@media screen and (max-width: 767px) {
    .get-started-title {
        background-size: cover;
    }
}

@media screen and (max-width: 575px) {
    .gs-card {
        width: 100%;
    }
}

/* News */
.news {
    background-color: #f0f0f0;  
}

.news-content {
    position: relative;
}

.news-content > .mask-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0px;
    z-index: 1;
    width: calc((100% / 4.335) * (1.335 / 2) + 16px);
    height: 100%;
     /*width: calc((100%  - (40px * 4)) / 4.335 * 1.335 / 2);*/
}

.news-content > .mask-wrapper.left {
    left: 0px;
}

.news-content > .mask-wrapper.right {
    right: 0px;
}

.news-content .mask-wrapper > .img-mask {
    position: relative;
    padding-bottom: calc(100% * 1080 / (1920 * 1.335 / 2) - 30px);
}

.news-content > .mask-wrapper.left > .img-mask {
    background: linear-gradient(to left, rgba(0,0,0,0) 1%,  rgb(255, 255, 255, 0.5) 90%);
}

.news-content > .mask-wrapper.right > .img-mask {
    background: linear-gradient(to right, rgba(0,0,0,0) 1%,  rgb(255, 255, 255, 0.5) 90%);
}

.news-content > .mask-wrapper > .img-mask > .gtn-arrow-button {
    opacity: 0; 
    position: absolute;
    top: 50%;
    border: 0px;
    transform: translateY(-50%) scale(0.7);
    transition: all 0.15s cubic-bezier(0.2, 0.4, 0.7, 0.8) ;
    background-color: rgba(98,98,98,0.8);
    color: #f0f0f0;
}

.news-content > .mask-wrapper > .img-mask > .gtn-arrow-button:hover {
    background-color: rgba(98,98,98,0.8);
}

.news-content > .mask-wrapper.left > .img-mask > .gtn-arrow-button {
    left: 8px;
}

.news-content > .mask-wrapper.right > .img-mask > .gtn-arrow-button {
    right: 8px;
}

.news:hover .news-content > .mask-wrapper > .img-mask > .gtn-arrow-button {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.news-content > .mask-wrapper .text-mask {
    flex-grow: 1;
    background-color: #f0f0f0;
}

.news-slick-item {
    color: #5a5a5a;
    max-width: 460px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 20px;
}

.news-slick-item img {
    border-radius: 10px;
}

.news-slick-item-titel-label {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding-right: 10px;
}

.news-slick-item-titel-label::before{
    content: "a";
    position: absolute;
    overflow: hidden;
    border-top: 3px solid #f0f0f0;
    background-color: #bfbfbf;
    width: 2px;
    height: 18px;
    right: -1px;
    text-indent: 100%;
}

@media screen and (max-width: 1199px) {
    .news-content > .mask-wrapper {
        width: calc((100% / 2.335) * (1.335 / 2) + 16px);
    }

    .news-content > .mask-wrapper > .gradient {
        padding-bottom: calc(100% * 1080 / (1920 * 1.335 / 2) - 30px); 
    }
}

@media screen and (max-width: 767px) {
    .news-slick-item {
        max-width: unset;
    }

    .news-content > .mask-wrapper {
        display: none;
    }
}

/* Your learning starts here */
.learning-starts-title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../images/default/learning-starts-here_bar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 132px;
    width: 100%;
    color: #ffffff;
}

.learning-starts-content {
    display: flex;
    flex-wrap: wrap;
}

.learning-starts-content > a {
    position: relative;
    padding: 70px 20px 0px;
    box-shadow: 0px 0px 0px 0px #ffffff;
    width: calc(100% / 6);
    height: 320px;
    color: #ffffff;
    text-align: center;
}

.learning-starts-content > a:hover {
    box-shadow: 0px 0px 5px 3px #555555;
    z-index: 1;
}

.learning-starts-content > a::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 0px 0px #908d8f inset;
    transition: box-shadow 0.1s ease-in-out;
    width: 100%;
    height: 100%;
}

.learning-starts-content > a:hover::before {
    position: absolute;
    box-shadow: 0px 0px 0px 3px #908d8f inset;
}

.learning-starts-content > a:nth-child(1) {
    background-color: #5b595a;
}

.learning-starts-content > a:nth-child(2) {
    background-color: #615f60;
}

.learning-starts-content > a:nth-child(3) {
    background-color: #656364;
}

.learning-starts-content > a:nth-child(4) {
    background-color: #6e6a6b;
}

.learning-starts-content > a:nth-child(5) {
    background-color: #726e6f;
}
.learning-starts-content > a:nth-child(6) {
    background-color: #757475;
}

@media screen and (max-width: 1199px) {
    .learning-starts-content > a {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 768px) {
    .learning-starts-content > a {
        padding: 48px 20px 0px;
        height: 270px;
    }
    .learning-starts-content > a img{
        width: 105px;
    }
}

@media screen and (max-width: 575px) {
    .learning-starts-content > a {
        width: calc(100% / 2);
    }
}