.AboutBanner {
    position: relative;
    background: #ebeff0;
}

.AboutBanner img {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
}

.aboutCover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.aboutContent {
    position: relative;
    padding: 64px 0;
}

.aboutContent h1 {
    text-align: center;
    padding-bottom: 96px;
    margin-bottom: 96px;
    font-size: 28px;
    line-height: 1.29;
    color: #ffab00;
    font-weight: 600;
}

.aboutGTcontent h1 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: left;
}

.aboutGTcontent p {
    color: #6b778c;
    margin-bottom: 32px;
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
}

.aboutGT {
    padding: 64px 0;
    border-bottom: 1px solid #dfe1e6;
}

.aboutGTbtn a {
    padding: 10px 15px;
    background: #ffab00;
    text-decoration: none;
    color: #172b4d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.aboutGTvideo {
    width: 100%;
    height: 100%;
    padding: 24px 0;
    display: flex;
    align-items: center;
    align-items: center;
}

.aboutDNimg {
    position: relative;
    margin-bottom: 24px;
    cursor: pointer;
}

.aboutDNimg img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.aboutDNimg .abouDNtext {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.aboutDNimg .abouDNtext p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.43;
    color: #6b778c;
}

.aboutDNimg .abouDNtext p:first-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
    color: #172b4d;
}

.aboutDNimg:hover img {
    opacity: 0.2;
}

.aboutDNimg:hover .abouDNtext {
    opacity: 1;
}

.aboutDNmargin {
    margin: 64px;
    border-top: 1px solid #dfe1e6;
}

.aboutDownload {
    padding: 64px 0;
}

.aboutDownload h1 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 64px;
    text-align: center;
    font-weight: 600;
}

.aboutdownloadbtn {
    text-align: center;
}

.aboutdownloadbtn a {
    padding: 10px 25px;
    background: #54c9c2;
    color: #172b4d;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.aboutTT {
    position: relative;
}

.aboutTTbg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.aboutTTcontent {
    position: relative;
    padding: 64px 0;
    margin-top: 64px;
    text-align: center;
}

.aboutTTcontent h1 {
    font-size: 28px;
    line-height: 1.29;
    font-weight: 600;
}

.aboutTTcontent p {
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.aboutTTbtn a {
    padding: 10px 25px;
    text-decoration: none;
    color: #172b4d;
    border: 1px solid #ffab00;
    border-radius: 4px;
    margin: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.aboutTTbtn a:last-child {
    background: #ffab00;
}

@media (min-width:992px) {
    .aboutContent h1 {
        margin-top: 32px;
        font-size: 44px;
        line-height: 1.18;
    }
    .aboutGTcontent h1 {
        font-size: 36px;
        line-height: 1.22;
    }
    .aboutGT,
    .aboutDownload,
    .homeDT,
    .aboutTTcontent {
        padding: 96px 0;
    }
    .aboutGTbtn a,
    .aboutdownloadbtn a {
        display: inline-flex;
    }
    .aboutTTcontent h1 {
        font-size: 40px;
        line-height: 1.3;
    }
}