@charset "UTF-8";
    * {
        margin: 0;
        padding: 0;
        border: 0;
    }
    html {
        scroll-behavior: smooth;
    }
    input[type="text"], input[type="password"], textarea, select {display: block; background: #f0f0f0; outline: none; -webkit-appearance: none; font-family: "Arial", sans-serif; border-radius: 24px; border: 4px solid #c7017f; font-size: 28px; text-align: center; font-weight: 300;}
    input[type="text"], input[type="password"], select, textarea {width: 100%; color: #000; padding: 16px 24px; transition: 0.4s;}
    textarea {border: 1px solid #3F3F3F; border-radius: 6px; padding: 24px; height: 400px;}
    body * {
        box-sizing: border-box;
        transition: 0.4s;
    }
    p {
        font-weight: 300;
        font-style: normal;
    }
    a {
        color: #383232;
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
    h1, h2, h3, h4 {
        font-size: 22px;
        font-weight: 900;
        color: #c7017f;
    }
    jdiv {
        box-sizing: content-box;
        position: static;
    }
    @font-face {
      font-family: 'aMavickFont';
      font-style: normal;
      font-weight: 100 900;
      src: url('/design/fonts/amavickfont.ttf') format('truetype'),
           url('/design/fonts/amavickfont.ttf') format('truetype');     
    }
    body {
        color: #c7017f;
        font-family: 'aMavickFont';
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0px;
        padding: 44px;
        box-sizing: border-box;
        transition: 0.4s;
    }
    #download {
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-grow: 0;
        flex-shrink: 0;
    }
    #download h1 {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 64px;
    }
    #download .submit {
        display: block;
        background: #c7017f;
        color: #FFF;
        cursor: pointer;
        border-radius: 24px;
        border: 4px solid #c7017f; font-size: 28px; text-align: center; font-weight: 300; width: 100%; padding: 16px 24px; transition: 0.4s;
    }
    #download .wrapper {
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-grow: 0;
        flex-shrink: 0;
        flex-direction: column;
        gap: 16px;
    }
    #download img.logo {
        width: 220px;
        height: auto;
        object-fit: contain;
        object-position: center;
    }
    #download .download_container {
        border-radius: 24px;
        border: 4px solid #c7017f;
        padding: 36px;
        width: 100%;
        max-width: 480px;
        height: auto;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-grow: 0;
        flex-shrink: 0;
        flex-direction: column;
        gap: 12px;
    }
    #download .download_container form.search {
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-grow: 0;
        flex-shrink: 0;
        flex-direction: column;
        gap: 12px;
        margin: 24px auto;
    }
    #download .download_container img.nnnn {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
    }
    #download .download_text {
        color: #c7017f;
    }
    #download .download_text.black {
        color: #000;
    }
    
    @media (max-width: 768px) {
        body {
            padding: 24px;
        }
        #download .wrapper {
            gap: 10px;
        }
        #download img.logo {
            width: 160px;
        }
        #download h1 {
            font-size: 44px;
        }
    }