/*font-family:"ropa-soft-pro";*/
* {
    margin: 0;
    padding: 0;
}

body {
    background: #FEF2DB;
    font-family: "ropa-soft-pro";
    overflow-x: hidden;
}

.header {
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #522C16 0%, #4C1F1A 100%);
    position: relative;
    z-index: 5;
}

.nav {
    position: relative;
    width: 100%;
    padding: 1rem 0;
}

.navlist {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    list-style: none;
    color: #FEF2DB;
}

.navitem {
    cursor: pointer;
}

.clmn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 2rem;
    position: relative;
    z-index: 5;
}

.heroimg,
.herotxt {
    width: 50%;
}

.heropic {
    width: 100%;
}

.header::after {
    content: "";
    width: 100%;
    height: 330px;
    position: absolute;
    bottom: -230px;
    left: 0;
    background: #FEF2DB;
    transform: skewY(-4deg);
    z-index: 1;
}

.yellowskew {
    width: 100%;
    padding-top: 230px;
    position: relative;
    z-index: 10;
    margin-top: -100px;
}

.yellowskew::after {
    content: "";
    width: 120%;
    height: 300px;
    position: absolute;
    bottom: -130px;
    left: 0;
    background: #FEF2DB;
    transform: skewY(-4deg);
    z-index: 1;
}

.noskew::after {
    display: none;
}

.brownskew {
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%, #522C16 0%, #4C1F1A 100%);
}

.brownbtm::after {
    content: "";
    width: 120%;
    height: 200px;
    position: absolute;
    bottom: -120px;
    left: 0;
    background: #4C1F1A;
    transform: skewY(-4deg);
    z-index: 1;
}

.herosm {
    font-style: normal;
    font-weight: 500;
    font-size: 6rem;
    line-height: 1.3;
    color: #FEF2DB;
    opacity: 0.85;
    padding-top: 4rem;
}

.herobig {
    font-style: normal;
    font-weight: 800;
    font-size: 7rem;
    line-height: 1;
    color: #FEF2DB;
    padding-left: 3rem;
}

.content {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.btn {
    background: #522C16;
    border-radius: 24px;
    font-style: normal;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1;
    leading-trim: both;
    text-edge: cap;
    text-transform: uppercase;
    color: #FEF2DB;
    padding: 1rem 1.4rem;
    cursor: pointer;
    border: none;
    outline: none;
}

.btninverted {
    background: #FEF2DB;
    color: #522C16;
}

.subtitle {
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    color: #522C16;
    padding-top: 2rem;
}

.flex {
    display: flex;
    position: relative;
    z-index: 10;
}

.box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lead {
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #522C16;
    text-align: left;
    padding-top: 1rem;
}

.leadsm {
    font-size: .8rem;
    line-height: 1.3;
}

.minititle {
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 1;
    color: #522C16;
}

.desctxt {
    font-size: 1rem;
    padding-top: 0;
    padding-left: 1rem;
}


.forma {
    padding-top: 6rem;
    max-width: 760px;
    margin: 0 auto;
}

.goup {
    position: fixed;
    right: 40px;
    bottom: 60px;
    z-index: 999;
    width: 50px;
    cursor: pointer;
}

.textbox {
    border-radius: 48px;
    border: 1px solid #4C1F1A;
    padding: 1rem;
    width: 100%;
    max-width: 280px;
    margin: .6rem auto 0 auto;
    background: none;
    font-family: "ropa-soft-pro";
    font-size: 1rem;
}

.pt4 {
    padding-top: 4rem;
}

.txl {
    text-align: left;
}

.txc {
    text-align: center;
}

.bold {
    font-weight: 600;
}

.inlineimg {
    width: 100%;
    padding: 2rem;
    max-width: 460px;
}

hr {
    width: 80px;
    height: 10px;
    background: #4C1F1A;
    border-radius: 8px;
    opacity: 0.15;
    margin: 3rem auto;
}

.yellowhr {
    background-color: #FEF2DB;
}

.mw80 {
    max-width: 80%;
    margin: 0 auto;
}

.labela {
    cursor: pointer;
    color: #4C1F1A;
}

.gdpr {
    accent-color: #4C1F1A;
    transform: scale(1.4);
    margin-right: .5rem;
}



.yellowtxt {
    color: #FEF2DB;
}

.pbvh {
    padding-bottom: 25vh;
}

.pt150 {
    padding-top: 150px;
}

.pt300 {
    padding-top: 300px;
}

.mac {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
}

.pt0 {
    padding-top: 0;
}

.uploadslike {
    display: none;
}

.pt1 {
    padding-top: 1rem;
    cursor: pointer;
}

.nomt {
    margin-top: 0;
}

.pt250 {
    padding-top: 250px;
}

.prize {
    width: 80%;
    max-width: 660px;
    position: relative;
    z-index: 10;
}

.logici {
    width: 90%;
    max-width: 380px;
    margin: 0 auto;
}

.footer {
    background: #4C1F1A;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}

.lead a {
    color: #FEF2DB;
}


.w60 {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

h5 {
    color: #FEF2DB;
    font-size: 2.5rem;
    padding-top: 2rem;
}

.strelica {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -6rem;
    padding-right: 25%;
    padding-top: 2rem;
}

.potrazi {
    width: 300px;
    position: absolute;
    z-index: 99;
}

.pt10 {
    padding-top: 10rem;
}

@media (max-width: 1180px) {
    .content {
        width: 90%;
    }

    .inlineimg {
        width: 80%;
    }
}

@media (max-width: 760px) {
    html {
        font-size: 70%;
    }

    .potrazi {
        width: 200px;
        position: relative;
    }

    .pt10 {
        padding-top: 0;
    }

    .nav {
        display: none;
    }

    .hero {
        flex-direction: column;
    }

    .heroimg,
    .herotxt {
        width: 100%;
    }

    lottie-player {
        width: 80% !important;
        margin: 0 auto;
    }

    .flex {
        flex-direction: column;
    }

    .box {
        width: 100%;
    }

    .brownbtm::after,
    .yellowskew::after,
    .header::after {
        display: none;
    }

    .pt250 {
        padding-top: 25px;
    }

    .nomt,
    .pbvh {
        padding-bottom: 25px;
    }

    .heropic {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .herotxt {
        text-align: center;
        padding-bottom: 2rem;
    }

    .herosm {
        font-size: 4rem;
        padding-left: 0;
    }

    .herobig {
        font-size: 5rem;
        padding-left: 0;
        padding-bottom: 2rem;
    }

    .yellowskew {
        padding-top: 150px;
        padding-bottom: 25px;
    }

    .mw80 {
        max-width: 100% !important;
    }

    .nomt {
        padding-top: 25px;
    }

    .goup {
        width: 30px;
    }
}

#response {
    text-align: center;
}

.navitem a {
    text-decoration: none;
    color: #FEF2DB;
}

.leadsm a {
    color: #4C1F1A;
}