/* 01 / Wrapper / @wrapper
============================== */
#wrapper {
    margin-top: 160px;
    margin-left: 128px;
}

#wrapper > h4 {
    font-family: "Lexend Deca", sans-serif;
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 60px;

    background-image: -webkit-linear-gradient(to right, #647DEE, #7F53AC);
    background-image: linear-gradient(to right, #647DEE, #7F53AC);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

#wrapper > h4 b {
    font-family: "Lexend Deca", sans-serif;
    color: #4D5DFB;
    border-bottom: 3px solid currentColor;
}

#wrapper .table {
    background-image: linear-gradient(30deg, #AD1DEB, #6E72FC);
    width: 250px;
    box-sizing: border-box;
    padding: 20px 10px 0 10px;
    margin-right: 96px;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .7);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    float: left;
}

#wrapper .table[dot]::before {
    font-family: "Lexend Deca", sans-serif;
    content: attr(dot);
    color: #4D5DFB;
    padding: 5px 20px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 10px #5e4dfb;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: -35px;
    margin-left: 35px;
}

#wrapper .table:not(.recommended) {
    background: #fff;
    color: #4D5DFB;
    border: 4px solid #8a4dfb;
}

#wrapper .table h1 {
    font-family: "Roboto Mono", sans-serif;
    font-size: 60px;
    margin-left: 10px;
    color: currentColor;
}

#wrapper .table h1 span {
    font-family: "Roboto Mono", sans-serif;
    font-size: 30px;
    color: currentColor;
}

#wrapper .table h1 sup {
    font-family: "Lexend Deca", sans-serif;
    font-size: 30px;
    color: currentColor;
}

#wrapper .table h1 b {
    font-family: "Lexend Deca", sans-serif;
    font-size: 25px;
    opacity: .6;
    color: currentColor;
}

#wrapper .table p {
    font-size: 18px;
    color: currentColor;
    margin-left: 10px;
    margin-top: 5px;
    opacity: .85;
}

#wrapper .table > a {
    font-family: "Lexend Deca", sans-serif;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-image: linear-gradient(30deg, #AD1DEB, #6E72FC);
    padding: 10px 20px;
    margin-bottom: 10px;
    display: block;
    margin-top: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 0 #6E72FC;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

#wrapper .table > a:hover {
    box-shadow: 0 2px 10px rgba(74, 29, 235, .7);
}

#wrapper .table .features {
    max-height: 0px;
    margin-top: 15px;
    overflow: hidden;
    transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    padding-bottom: 20px;
}

#wrapper .table .features.visible {
    max-height: 800px;
}

#wrapper .table .features a {
    text-decoration: none;
    height: 24px;
    padding: 10px;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

#wrapper .table .features a:not(.last):hover {
    background-color: rgba(0, 0, 0, .2);
}

#wrapper .table .features a.last:hover h4 {
    border-bottom: 3px solid rgba(0, 0, 0, .4);
    float: left;
}

#wrapper .table .features a.last:hover svg {
    background-color: rgba(0, 0, 0, .4);
    padding: 5px;
    margin: -5px 5px 0 -5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#wrapper .table .features a svg {
    width: 24px;
    margin-right: 10px;
    fill: rgba(255, 255, 255, .7);
    float: left;
}

#wrapper .table .features a h4 {
    font-family: "Lexend Deca", sans-serif;
    color: rgba(255, 255, 255, .6);
    margin-top: 2px;
}