* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    color: white;
    background-color: #131514;
    font-family: "Manrope", sans-serif;
}

a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    transition: all 300ms;
}

ul {
    list-style: none;
}













.unspaciousness__astyanax__29qmg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.empaneling__amplectant_407t4 {
    background-color: #232423;
    margin: 30px;
    border-radius: 20px;
    border: 1px solid #606068;
    position: relative;
    min-width: 400px;
    text-align: start;

    h3 {
        padding: 0 20px 20px 10px;
    }

    p {
        padding: 0 20px 20px 10px;
    }

    ul {
        list-style: disc;
        padding: 0 20px 50px 50px
    }
}

#close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
}

.hidden {
    display: none;
}

.obiter_lux__954qz {
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid white;
    text-align: start;
}

#disclaimer-btn {
    background-color: transparent;
    color: white;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    border: 1px solid white;
    border-radius: 20px;
    padding: 5px 10px;
    transition: all 300ms;
    cursor: pointer;

    img {
        margin: 0 0 0 10px;
    }

    &:hover {
        background-color: #2E2E2E;
    }
}




















header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 20px 10px;
}

.remittable-postmortal__90ue0{
    display: flex;
    flex-direction: row;

    justify-content: space-between;
}

.stadholdership-varicated_632e1{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pseudolegal_shafts__43kqh{
    display: flex;
    flex-direction: row;
}

.semiflashproof-elopement__4354b{
    transition: all 500ms;
    filter: brightness(0) saturate(100%) invert(1%) sepia(0%) saturate(2080%) hue-rotate(219deg) brightness(98%) contrast(86%);
}

.elisions-kaddishes_23qh2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 20px;
    transition: all 300ms;
    &:hover{
        a{
            color: #5D7B45;
        }
        .semiflashproof-elopement__4354b{
            filter: brightness(0) saturate(100%) invert(42%) sepia(7%) saturate(2158%) hue-rotate(50deg) brightness(102%) contrast(88%);
        }
    }
}

.beknow-gov_39wf2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;


    background-image: url("images/background-hero.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    /*background-attachment: fixed;*/


}

.preobtrude_performers_1h00{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
}

.lasciviousness__polymery__27f9d{
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    padding-bottom: 20px;
}

.decandria__paginated__88205{
    font-size: 16px;
    padding-bottom: 50px;
}

.choralcelo__platyrrhiny-32nv7{
    background: linear-gradient(to bottom, #AAE17E, #2C510F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.unairily_protandry_8nrh{
    color: #CADDBC;
}

.rhinocerotic__octocoralla__329ir{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.glossy__concomitantly__51swy{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.orgyia__contrada_76t49{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.minometer__interinhibitive_48fvh{
    margin-bottom: 10px;
}

.stablestand_hierocracies_54wu4{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rotls_resorcinal-36f7{

    background-color: #F2F2F2;
    position: absolute;
    width: 1px;
    height: 200px;
    margin-bottom: -2px;
    top: 0;

    animation-name: line1;
    animation-duration: 4s;
    animation-iteration-count: 1;
}


.entanglements__memorialize__53bzh{

    background-color: #F2F2F2;
    position: absolute;
    width: 1px;
    height: 350px;
    margin-bottom: -2px;
    top: 0;

    animation-name: line2;
    animation-duration: 4s;
    animation-iteration-count: 1;
}

.pyrophorus_highlife-355vi{
    position: relative;
    animation-name: star1;
    animation-duration: 4s;
    animation-iteration-count: 1;
    top:157px;
    width: 20px
}

.hoddy__norwegians__6090e{
    position: relative;
    animation-name: star2;
    animation-duration: 4s;
    animation-iteration-count: 1;
    top:300px;
    width: 30px;
}


@keyframes star1 {
    0% {
        top:0;
    }

    100% {
        top: 157px;
    }
}

@keyframes line1 {
    0% {
        top:-157px;
    }

    100% {
        top: 0;
    }
}


@keyframes star2 {
    0% {
        top:0;
    }

    100% {
        top: 300px;
    }
}

@keyframes line2 {
    0% {
        top:-300px;
    }

    100% {
        top: 0;
    }
}


.ontologism__loro-8294r{
    display: flex;
    flex-direction: column;
}

.schorlaceous-tarble-1bd3{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;

    padding-bottom: 50px;
}

.eggheads_unruined_86f2e{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #38482C;
    border-radius: 20px;
    padding: 40px 0;
}


.cupeller_wapitis-536m2{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: start;
    background: linear-gradient(to bottom, #2C510F, #5C833D) ;
    border-radius: 0 20px 20px 0;
    padding: 10px 20px;
    p{
        font-size: 20px;
    }
}

.ectoproctous__gemmiferous-55gth{
    margin-right: 10px;
}

.untighten-uncounterbalanced_678vj{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 40px;
    width: 70%;
    margin: 0 auto;
}

.demobilising__confoundingly-44w0h{
    margin-bottom: 40px;
}

.platter_onset-37bcw {
    padding-bottom: 20px;
    h1{
        padding-bottom: 10px;
    }

}

.palaeornithology_submaxilla__26ksc{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
    font-size: 25px;
}

.hyperintelligence__subtilizer-29wh3{
    margin-right: 10px;
}

.undergrope_underspent-805oc{
    display: flex;
    flex-direction: row;
    border: 1px solid #38482C;
    align-items: center;
    padding: 10px 20px;
    border-radius: 20px;
    justify-content: center;
    rotate: -10deg ;
    font-size: 25px;
}

.unelbowed_bollito__50msp{
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lintseed__stangeria-41vys{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hydroxydesoxycorticosterone_nonsanctimonious_449e9{
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.diddikai_debutant__15awd{
    text-align: center;
    padding-bottom: 20px;
    p{
        font-size: 25px;
        padding-top: 10px;
    }
}

.condyles_caterva__53sxe{
    padding-top: 20px;
}

.bobance__viceroyship-437er{
    border: 1px solid white;
    border-radius: 30px;
    background: linear-gradient(to bottom,#0C1117, #2C510F );
    padding: 10px 30px;
    font-size: 30px;
    transition: all 300ms;
    text-wrap: nowrap;
    &:hover{
        scale: 1.05;
    }
}

.butadiene-honourable-75wzq{
    color:#7F7F7F;
}


.lown__carcerating-56ncz{
    background-image: url("images/offer-background.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}

.circumvolutory_unpostered-418tc{
    background: linear-gradient(to top, #BB8D3F, #55401D);
}

.earlap_welshes__50z8y{
    margin-left: 10px;
    width: 20px;
}

.stormbound-sorehead_82nyp{
    display: flex;
    flex-direction: column;
    position: absolute;

    top: 40%;
    right: 6%;
}

.ambulacra-ahistoric-13nac{
    display: flex;
    flex-direction: row;
    align-items: end;
}

.eir-sorex-31ef6{
    display: flex;
    flex-direction: row;
}


.unfalsifiedness__deploringly__60zdk{
    width: 200px;




    animation-name: crown-img1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.cochleariform-unkindest__183tm{
    width: 20px;

    animation-name: small-star1;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.preoccupate-ida-9326x{
    width: 20px;

    animation-name: small-star2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.metacarpal-maills-744ot{
    width: 40px;

    animation-name: big-star1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes crown-img1 {
    0% {
        rotate: 0deg
    }

    50%{
        rotate: 8deg;
    }

    100% {
        rotate: 0deg;
    }
}


@keyframes small-star1 {
    0% {
        rotate: 0deg
    }

    50%{
        rotate: -25deg;
        filter: brightness(0) saturate(100%) invert(100%) sepia(60%) saturate(99%) hue-rotate(348deg) brightness(116%) contrast(101%);
    }

    100% {
        rotate: 0deg;
    }
}


@keyframes small-star2 {
    0% {
        rotate: 0deg
    }

    50%{
        rotate: 20deg;
        filter: brightness(0) saturate(100%) invert(100%) sepia(60%) saturate(99%) hue-rotate(348deg) brightness(116%) contrast(101%);
    }

    100% {
        rotate: 0deg;
    }
}

@keyframes big-star1 {
    0% {
        rotate: 0deg
    }

    50%{
        rotate: -20deg;
        filter: brightness(0) saturate(100%) invert(100%) sepia(60%) saturate(99%) hue-rotate(348deg) brightness(116%) contrast(101%);
    }

    100% {
        rotate: 0deg;
    }
}

.bichromatize__ungambling_90gcy{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: 30%;
}

.speels-medullispinal__5mcu{
    height: 1px;
    width: 100%;
    background-color: white;
    margin-right: -2px;
}


.chumship_unclosing_723zq{
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    width: 30%;
}

.borean_scariole-10bvr{
    height: 1px;
    width: 100%;
    background-color: white;
    margin-left: -2px;
}

.stayed_enhamper__8lvk{
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.ubiquarian_antispermotoxin-5b51{
    width: 50%;
    padding-right: 20px;
    h1{
        font-size: 48px;
    }
}


.boilerplate-untastefulness_87ywh{
    width: 50%;

    p{
        color: #D6D6D6;
    }
}

.aurei_guarantied-21ddp{
    background: linear-gradient(to bottom, #F2F2F2, #7C7C7C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.connumerate__hopi-92nfg{
    background-image: url("images/background-offers-bottom.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    margin-bottom: -100px;
}


.velvety__zoophiles-8wv4{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.apprentices_episkotister_40adg{
    width: 80%;
    display: flex;
    flex-direction: column;
    border: 1px solid white;
    border-radius: 30px;
    margin: 20px auto 20px auto;
}

.prosier__chrysarobin_848a2{
    display: flex;
    flex-direction: row;

}

.isochrone-jackrolling__64c7p{
    display: flex;
    flex-direction: row;

}

.lesbianism_tryingness__58rep{
    width: 50%;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 40px;
    h1{
        font-size: 50px;
    }
}

.ultrawise_dactylosymphysis-45f5k{
    border-bottom: 1px solid white;
    padding: 40px;
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    p{
        font-size: 25px;
        margin-right: 30px;
    }
}

.syndet_sphindid_835kn{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-right: 1px solid white;
}

.territorialising__megatheroid__25dr8{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.blains-changelessness_14mn1{
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.acequiador-heterotrophic_40o1v{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pluribus__buxbaumiaceae__81zkd{
    font-size: 50px;
    padding-right: 20px;
}

.syndet_sphindid_835kn h1{
    padding-bottom: 10px;
}

.nephremphraxis-pseudolichen-98x83{
    padding-bottom: 40px;
}

.territorialising__megatheroid__25dr8 h1{
    padding-bottom: 10px;
}

.gipsyesque__shrinelet__912mq{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
}

.jiggered-conductility_47r3b{
    margin-right: 10px;
}


.recompensate_goads__87y8l{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 50px auto;
    h3{
        padding-bottom: 30px;
    }

    h1{
        padding-bottom: 20px;
    }
    h2{
        padding-bottom: 20px;
        padding-top: 30px;
    }
    p{
        padding-bottom: 10px;
    }
}

.synchronizer-discanting__503ye{
    text-decoration: underline;
    transition: all 300ms;
    &:hover{
        color: #5C833D;
    }
}


.subjugate_reimbursable__41ex6{
    color: #5C833D;
}

.plutus_entraps_64ju2{
    height: 200px;
    background-image: url("images/divider2.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}


.osteometric__halved__56q6f{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0C0D0C;
    h1{
        font-size: 40px;
        padding-bottom: 30px;
    }
}

.estating-arsenal__265sn{
    width: 80%;
    display: flex;
    flex-direction: column;
}

.phanariot__unrealness__1623x{
    display: flex;
    flex-direction: row;
}

.petalodontidae_birdwoman_83eea{
    display: flex;
    flex-direction: row;
    width: 50%;
    margin: 20px 10px;
    align-items: center;
}

.subjunctives__triptote_16d69{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

footer{
    background-color: #0C0D0C;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 20px 10px;
}

.uncapitulating__tund-42n18{
    display: flex;
    flex-direction: row;
}

.covariates__uncomputableness_85tc8{
    margin-right: 10px;
}

.hydroponic-radiosensibility-55sls a{
    transition:  all 300ms;
    &:hover{
        color: #5C833D;
    }
}

.menaspis_ceratophyllaceae-88oar{
    margin: 10px;
    height: 40px;
}

.catlins__salinizes__302dm {
    padding: 40px 40px 40px 40px;

    background: rgba(255, 255, 255, 0.32);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

    border: 1px solid rgba(255, 255, 255, 0.49);
    margin: 10px;
    color: white;
}

.catlins__salinizes__302dm h1 {
    padding-bottom: 30px;
    text-align: center;
}

.catlins__salinizes__302dm h2 {
    padding: 20px 0 15px 0;
}

.catlins__salinizes__302dm p {
    padding-bottom: 10px;
}

.catlins__salinizes__302dm ul {
    padding-left: 20px;
}

.header-rules {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 10px;
    color: white;
}

@media only screen and (max-width: 1605px) {
    .stormbound-sorehead_82nyp{
        top: 47%;
        right: 5%;
    }

}

@media only screen and (max-width: 1100px) {
    .schorlaceous-tarble-1bd3{
        width: 95%;
        flex-direction: column;
    }

    .eggheads_unruined_86f2e{
        width: 95%;
        align-self: center;
        margin-bottom: 20px;
    }

    .pembroke_kalidium-573bn{
        order: 1;
    }

    .acridities_haram-17dx1{
        order: 2;
    }
}

@media only screen and (max-width: 900px) {
    .phanariot__unrealness__1623x{
        flex-direction: column;
    }
    .petalodontidae_birdwoman_83eea{
        width: 100%;
    }

    footer{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .uncapitulating__tund-42n18, .midcourse-forayers__70e4y{
        margin-bottom: 20px;
    }

    .prosier__chrysarobin_848a2, .isochrone-jackrolling__64c7p{
        flex-direction: column;
    }

    .lesbianism_tryingness__58rep{
        border-right: none;
        width: 100%;
    }

    .ultrawise_dactylosymphysis-45f5k{
        width: 100%;
    }

    .syndet_sphindid_835kn{
        border-right: none;
        border-bottom: 1px solid white;
        width: 100%;
    }

    .territorialising__megatheroid__25dr8{
        width: 100%;
    }

    .remittable-postmortal__90ue0{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pseudolegal_shafts__43kqh{
        flex-wrap: wrap;
        justify-content: center;
    }





    .rotls_resorcinal-36f7{


        width: 1px;
        height: 200px;
        margin-bottom: -2px;
        top: 0;

    }


    .entanglements__memorialize__53bzh{


        height: 350px;
        margin-bottom: -2px;
        top: 0;

    }

    .pyrophorus_highlife-355vi{

        top:130px;
        width: 20px
    }

    .hoddy__norwegians__6090e{

        top:280px;
        width: 30px;
    }


    @keyframes star1 {
        0% {
            top:0;
        }

        100% {
            top: 130px;
        }
    }

    @keyframes line1 {
        0% {
            top:-130px;
        }

        100% {
            top: 0;
        }
    }


    @keyframes star2 {
        0% {
            top:0;
        }

        100% {
            top: 280px;
        }
    }

    @keyframes line2 {
        0% {
            top:-280px;
        }

        100% {
            top: 0;
        }
    }


    .stormbound-sorehead_82nyp{
        top: 37%;
        right: 5%;
    }

    .rhinocerotic__octocoralla__329ir{
        display: none;
    }

    .decandria__paginated__88205{
        display: none;
    }

    .beknow-gov_39wf2{
        padding: 50px;
    }

    .osteometric__halved__56q6f h1{
        padding: 10px;
        text-align: center;
    }

}

@media only screen and (max-width: 800px) {

    .stayed_enhamper__8lvk{
        flex-direction: column;
    }
    .ubiquarian_antispermotoxin-5b51{
        font-size: 30px;
        width: 100%;
        text-align: center;
    }

    .boilerplate-untastefulness_87ywh{
        width: 100%;
    }


}

@media only screen and (max-width: 744px) {

    .stormbound-sorehead_82nyp{
        display: none;
    }

    .untighten-uncounterbalanced_678vj{
        padding: 20px;
        width: 100%;
    }

    .pyrophorus_highlife-355vi{

        top:130px;
        width: 20px
    }

    .hoddy__norwegians__6090e{

        top:280px;
        width: 30px;
    }


    @keyframes star1 {
        0% {
            top:0;
        }

        100% {
            top: 130px;
        }
    }

    @keyframes star2 {
        0% {
            top:0;
        }

        100% {
            top: 280px;
        }
    }



    @keyframes line1 {
        0% {
            top:-130px;
        }

        100% {
            top: 0;
        }
    }



    @keyframes line2 {
        0% {
            top:-280px;
        }

        100% {
            top: 0;
        }
    }
}

@media only screen and (max-width: 700px) {
    .undergrope_underspent-805oc{
        flex-direction: column;
        align-self: center;
    }

    .eggheads_unruined_86f2e{
        width: 95%;
    }

    .schorlaceous-tarble-1bd3{
        width: 95%;
    }

    .preobtrude_performers_1h00{
        width: 100%;
    }

    .ultrawise_dactylosymphysis-45f5k{
        flex-direction: column;
        text-align: center;
        p{
            margin-right: 0;
            padding-bottom: 20px;
        }
    }

    .acequiador-heterotrophic_40o1v{
        flex-direction: column;
    }

    .blains-changelessness_14mn1 h1{
        text-align: center;
    }

    .petalodontidae_birdwoman_83eea{
        flex-direction: column;
    }

    .soroptimist__uralium_5981k{
        margin-bottom: 20px;
    }

    .lasciviousness__polymery__27f9d{
        font-size: 30px;
    }

    .platter_onset-37bcw{
        display: none;
    }

    .demobilising__confoundingly-44w0h{
        max-height: 150px;
        width: 100%;
    }

    .beknow-gov_39wf2{
        padding:20px;
    }
}

@media only screen and (max-width: 504px) {
    .pyrophorus_highlife-355vi{

        top:100px;
        width: 20px
    }

    .hoddy__norwegians__6090e{

        top:250px;
        width: 30px;
    }


    @keyframes star1 {
        0% {
            top:0;
        }

        100% {
            top: 100px;
        }
    }

    @keyframes star2 {
        0% {
            top:0;
        }

        100% {
            top: 250px;
        }
    }



    @keyframes line1 {
        0% {
            top:-100px;
        }

        100% {
            top: 0;
        }
    }



    @keyframes line2 {
        0% {
            top:-250px;
        }

        100% {
            top: 0;
        }
    }
}

@media only screen and (max-width: 400px) {
    .batussi-outrogue-71um1{
        display: none;
    }
}

