h1 {
    color: white;
    font-family: GothamBold, Arial, sans-serif;
    font-size: 50pt;
    text-align: center;
    margin: 0;
}

.headline-description {
    font-family: GothamBold, Arial, sans-serif;
    font-size: 25pt;
    text-align: center;
    margin: 20px 0;
}

span.blue {
    color: #02dbfb;
}

.blue-neon-line {
    position: relative;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(34, 200, 255, 0) 0%, rgba(34, 200, 255, 0.75) 8%, #45d9ff 25%, #b8f8ff 50%, #45d9ff 75%, rgba(34, 200, 255, 0.75) 92%, rgba(34, 200, 255, 0) 100%);
}

.inline-list {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.inline-list-item {
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 13pt;
}

.inline-list-separator {
    background-color: #03d9fb;
    width: 3px;
    margin: 0 20px;
}

.btns {
    float: right;
    display: flex;
    flex-direction: column;
    width: 200px;
    margin-left: 30px;
    height: 120px;
    justify-content: space-between;
}

.btns a {
    font-family: GothamBold, sans-serif;
    font-size: 14pt;
    transition: 0.3s;
    color: white;
    text-decoration: none;
    border: 2px solid #104bee;
    text-align: center;
    padding: 13px 0;
    background: linear-gradient(#0e47fe, #020528);
    border-radius: 15px;
}

.btns a:hover {
    background: linear-gradient(#020528, #0e47fe);
}

.instruments {
    display: flex;
    justify-content: space-between;
    clear: both;
    margin: 40px auto 0;
    max-width: 880px;
}

.instruments img {
    width: 110px;
}

.number-list {
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 13pt;
    margin: 20px auto;
    line-height: 21px;
    text-align: justify;
}

.number-list li {
    margin: 10px auto;
}

.special-strong {
    position: relative;
    padding-left: 70px;
}

.special-strong strong {
    position: absolute;
    left: 0;
}

.access-list {
    display: flex;
    justify-content: space-between;
}

.access-list-item {
    border: 3px solid #8f8f8f;
    background-color: #01084c;
    border-radius: 15px;
    width: 22%;
    padding: 0 10px 40px 10px;
}

.access-list-item img {
    display: block;
    margin: 40px auto;
    height: 110px;
}

.access-list-item p {
    color: white;
    font-size: 10pt;
    text-align: center;
    margin: 0;
}

.product_img {
    float: right;
    margin-top: 20px;
}


.example-img {
    float: right;
    margin-left: 30px;
    margin-bottom: 5px;
}

.example {
    position: relative;
    border: 2px solid;
    margin-top: 70px;
    border-radius: 0 10px 10px 10px;
}

.example-title {
    border: 2px solid;
    font-family: GothamBold;
    font-size: 15pt;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 7px 15px;
    border-radius: 10px 10px 0 0;
    border-bottom-color: #d4d4d4 !important;
}

.example-title select {
    font-family: GothamBold;
    background-color: transparent;
    color: white;
    font-size: 15pt;
    max-width: 100%;
    border: 0;
    outline: none !important;
}

.example-title select {
    background-color: #06145c;
}

.example-body {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

.example-body img {
    width: 80px;
}

.example-audio-title {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.example-audio audio {
    max-width: 100%;
}

@media (min-width: 551px) and (max-width: 1200px) {
    .instruments {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 485px;
        margin-top: 0;
    }

    .instruments img:nth-child(2), .instruments img:nth-child(3), .instruments img:nth-child(4), .instruments img:nth-child(6), .instruments img:nth-child(7) {
        margin-left: 15px;
    }

    .instruments img:nth-child(5), .instruments img:nth-child(6), .instruments img:nth-child(7) {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .btns {
        width: 170px;
        margin-left: 15px;
        height: 100px;
    }

    .btns a {
        font-size: 12pt;
        padding: 10px 0;
    }

    .instruments {
        margin-top: 30px;
        max-width: 450px;
    }

    .instruments img {
        width: 100px;
    }

    img.product {
        margin-right: 10px;
        width: 160px;
        max-width: 40%;
    }

    .example-title, .example-title select {
        font-size: 13pt;
        max-width: 100%;
        overflow-x: hidden;
    }

    .example-body {
        position: relative;
        padding-left: 80px;
        flex-direction: column;
    }

    .example-body img {
        position: absolute;
        left: 5px;
        width: 70px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .example-body .example-audio:nth-child(3) {
        margin: 10px 0;
    }

    .example-body .example-audio {
        width: 100%;
    }

    .example-audio audio {
        width: 100%;
    }

    .example {
        max-width: 500px;
        margin: 50px auto 0;
    }

    .access-list-item {
        width: 24%;
    }

    h1 {
        font-size: 25pt;
    }

    .headline-description {
        font-size: 16pt;
        margin: 15px 0;
    }

    .inline-list-item {
        font-size: 11pt;
        text-align: center;
    }
    .inline-list-separator {
        margin: 0 10px;
    }
}


@media (max-width: 700px) {
    .access-list {
        flex-wrap: wrap;
    }

    .access-list-item {
        width: calc(50% - 5px);
    }
    .access-list .access-list-item:nth-of-type(3), .access-list .access-list-item:nth-of-type(4) {
        margin-top: 10px;
    }
}

@media (max-width: 630px) {
    .example-img {
        margin-left: 15px;
    }
}

@media (max-width: 550px) {
    .instruments {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 390px;
        margin-top: 0;
    }

    .instruments img:nth-child(2), .instruments img:nth-child(5) {
        margin: 0 15px;
    }

    .instruments img:nth-child(4), .instruments img:nth-child(5), .instruments img:nth-child(6), .instruments img:nth-child(7) {
        margin-top: 15px;
    }
}

@media (max-width: 350px) {
    .example-title {
        font-size: 11pt;
    }

    .example-body img {
        width: 50px;
    }

    .example-body {
        padding-left: 60px;
    }

    .example-img {
        width: 150px;
    }
}

@media (max-width: 374px) {
    .instruments img {
        width: 90px;
    }
}