.dyn-display {
    display: flex;
    flex-direction: column;
}

.header-wrap {
    background-size: 27%;
    background-repeat: repeat;
    background-position: -55px -66px;
  }
.under-hero {
    margin-top: 0;
}

h1,h2,h3 {
    font-weight: 900;
}
.type-container h1 {
    font-weight: 700;
}

.ChipsRR, .PizzaHandRR, .PizzaRR, .SushiHandRR, .CocktailsRR {
	position: absolute;
	height: auto;
}
.section.header .dyn-display h1:not(.typed) {
    font-family: 'Montserrat', sans-serif;
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 0;
    color: #FFF;
}
.section.header .dyn-display h1:not(.typed) {
    font-family: 'Montserrat', sans-serif;
    font-size: 4vw;
    line-height: 4vw;
    margin-bottom: 0;
    color: #FFF;
}
.section.header .dyn-display h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3vw;
    line-height: 6vw;
    margin-bottom: 45px;
    color: #f7d25e;
}
.find-out-more {
    padding-top: 100px;
}
.typed {
    height: 40px;
}
.supportlocal p {
    font-size: 20px;
}
.formstyle {
    width: 80%;
    padding: 0 0 10px 0;
}

.formstyles {
    padding: 4% 2% 4% 2%;
    border-radius: 25px;
}


.supportlocal h3 {
    font-size: 4vw;
}

@media (min-width:2060px) {
    .header {
        height: 1460px;
    }
    .index .header .container {
        padding-top: 85px;
    }
    .index .header .container .dyn-display {
        margin-top: -1200px;
    }
    .dyn-display {
        padding-top: 140px;
    }

    #under-hero-carousel .border-wrap {
        padding-top: 75px;
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    
    .formstyles {
        background-color: #fff;
        position: relative;
        width: 60%;
        margin-top: 7%;
    }

    input[type=text]:not(.browser-default) {
        color: #4E4E4E;
        padding-left: 8px;
        box-shadow: none;
        height: 40px;
        border: 1px solid #CCC;
        background-color: #FFF;
        border-radius: 4px;
        width: 100%;
    }

    .formstylesp {
        font-size: 1.5em;
    }
    .under-hero {
        margin-top: -255px;
        /*background: linear-gradient( 180deg , rgba(124,108,176,1) 35%, rgba(255,255,255,0) 35%);*/
    }
    .under-hero h3 {
        width: auto;
        margin: 46px auto;
        font-size: 40px;
        font-weight: 400;
    }
    .supportlocal a {
        font-size: 24px;
        transform: translate(-50%, 32px);
    }
    .ChipsRR {
        width: 30%;
        left: -3%;
        top: 8%;
    }
    .PizzaHandRR {
        width: 30%;
        right: -5%;
        transform: scaleX(-1) rotate(50deg);
        top: 1%;
    }
    .PizzaRR {
        width: 22% !important;
        transform: rotate(14deg) !important;
        right: 14%;
        top: 35%;
    }
    .SushiHandRR {
        width: 35%;
        transform: scaleX(-1) rotate(13deg);
        bottom: 13%;
        left: -3%;
    }
    .CocktailsRR {
        width: 49%;
        top: 41%;
        right: -17%;
    }

    .car {
        position: absolute;
        width: 8% !important;
        right: 0;
        top: 31%;
    }
    .heart {
        position: absolute;
        width: 10% !important;
        top: 31%;
        left: -4%;
    }

    section {
        padding: 64px 30px;
    }

    .work-with-us h2, .partner-with-us h2 {
        margin-bottom: 80px;
        text-align: center;
        font-size: 4vw;
        line-height: 6vw;
    }
    .work-with-us .grid-item, .work-with-us span, .partner-with-us .grid-item, .partner-with-us span {
        display: flex;
    }
    .work-with-us .grid-item h3, .work-with-us span h3, .partner-with-us .grid-item h3, .partner-with-us span h3 {
        margin-bottom: 16px;
        font-size: 2vw;
    }
    .work-with-us .grid-item img, .work-with-us span img, .partner-with-us .grid-item img, .partner-with-us span img {
        height: 220px;
        margin-bottom: 24px;
    }

}

@media (min-width:1880px) and (max-width:2060px) {

    .header {
        height: 1215px;
    }
    .section.header {
        padding-top: 150px;
    }
    .index .header .container {
        padding-top: 85px;
    }
    .index .header .container .dyn-display {
        margin-top: -1200px;
    }
    .dyn-display {
        padding-top: 140px;
    }

    #under-hero-carousel .border-wrap {
        padding-top: 75px;
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .formstyles {
        background-color: #fff;
        position: relative;
        width: 50%;
        margin-top: 7%;
    }
    input[type=text]:not(.browser-default) {
        color: #4E4E4E;
        padding-left: 8px;
        box-shadow: none;
        height: 40px;
        border: 1px solid #CCC;
        background-color: #FFF;
        border-radius: 4px;
        width: 100%;
    }
    .formstylesp {
        font-size: 1.2em;
    }
    .under-hero {
        margin-top: -215px;
        background: linear-gradient( 180deg , rgba(124,108,176,0) 35%, rgba(255,255,255,0) 35%);
    }
    .under-hero h3 {
        width: auto;
        margin: 46px auto;
        font-size: 40px;
        font-weight: 400;
    }
    .supportlocal a {
        font-size: 24px;
        transform: translate(-50%, 32px);
    }
    .ChipsRR {
        width: 30%;
        left: -3%;
        top: 8%;
    }
    .PizzaHandRR {
        width: 30%;
        right: -5%;
        transform: scaleX(-1) rotate(50deg);
        top: 1%;
    }
    .PizzaRR {
        width: 22% !important;
        transform: rotate(14deg) !important;
        right: 14%;
        top: 35%;
    }
    .SushiHandRR {
        width: 35%;
        transform: scaleX(-1) rotate(13deg);
        bottom: 13%;
        left: -3%;
    }
    .CocktailsRR {
        width: 42%;
        top: 44%;
        right: -17%;
    }
    .car {
        position: absolute;
        width: 8% !important;
        right: 0;
        top: 34%;
    }
    .heart {
        position: absolute;
        width: 10% !important;
        top: 34%;
        left: -4%;
    }

    section {
        padding: 64px 30px;
    }

    .work-with-us h2, .partner-with-us h2 {
        margin-bottom: 80px;
        text-align: center;
        font-size: 4vw;
        line-height: 6vw;
    }
    .work-with-us .grid-item, .work-with-us span, .partner-with-us .grid-item, .partner-with-us span {
        display: flex;
    }
    .work-with-us .grid-item h3, .work-with-us span h3, .partner-with-us .grid-item h3, .partner-with-us span h3 {
        margin-bottom: 16px;
        font-size: 2vw;
    }
    .work-with-us .grid-item img, .work-with-us span img, .partner-with-us .grid-item img, .partner-with-us span img {
        height: 220px;
        margin-bottom: 24px;
    }
}

@media (min-width:1281px) and (max-width:1880px) {

    .header {
        height: 1015px;
    }
    .index .header .container {
        padding-top: 85px;
    }
    .index .header .container .dyn-display {
        margin-top: -850px;
    }
    .dyn-display {
        padding-top: 85px;
    }

    #under-hero-carousel .border-wrap {
        padding-top: 75px;
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    
    .section.header .dyn-display h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 4vw;
        line-height: 6vw;
        margin-bottom: 45px;
        color: #f7d25e;
    }
    
    .formstyles {
        background-color: #fff;
        position: relative;
        width: 50%;
        margin-top: 1%;
    }


    .formstylesp {
        font-size: 1.2em;
    }

    input[type=text]:not(.browser-default) {
        color: #4E4E4E;
        padding-left: 8px;
        box-shadow: none;
        height: 40px;
        border: 1px solid #CCC;
        background-color: #FFF;
        border-radius: 4px;
        width: 100%;

    }
    .under-hero {
        margin-top: -190px;
        background: linear-gradient( 180deg , rgba(124,108,176,0) 35%, rgba(255,255,255,0) 35%);
    }
    .under-hero h3 {
        width: auto;
        margin: 46px auto;
        font-size: 40px;
        font-weight: 400;
    }
    .supportlocal a {
        font-size: 24px;
        transform: translate(-50%, 32px);
    }
    .ChipsRR {
        width: 500px;
        left: -9%;
        top: 14%;

    }
    .PizzaHandRR {
        width: 500px;
        right: -12%;
        transform: scaleX(-1) rotate(50deg);
        top: 7%;
    }
    .PizzaRR {
        width: 22% !important;
        transform: rotate(14deg) !important;
        right: 14%;
        top: 46%;
    }
    .SushiHandRR {
        width: 500px;
        transform: scaleX(-1) rotate(3deg);
        bottom: 4%;
        left: -2%;
    }
    .CocktailsRR {
        width: 640px !important;
        top: 54%;
        right: -17%;
    }

    .car {
        position: absolute;
        width: 8% !important;
        right: 0;
        top: 39%;
    }
    .heart {
        position: absolute;
        width: 10% !important;
        top: 39%;
        left: -4%;
    }
    section {
        padding: 64px 30px;
    }

    .work-with-us h2, .partner-with-us h2 {
        margin-bottom: 80px;
        text-align: center;
        font-size: 4vw;
        line-height: 6vw;
    }
    .work-with-us .grid-item, .work-with-us span, .partner-with-us .grid-item, .partner-with-us span {
        display: flex;
    }
    .work-with-us .grid-item h3, .work-with-us span h3, .partner-with-us .grid-item h3, .partner-with-us span h3 {
        margin-bottom: 16px;
        font-size: 2vw;
    }
    .work-with-us .grid-item img, .work-with-us span img, .partner-with-us .grid-item img, .partner-with-us span img {
        height: 220px;
        margin-bottom: 24px;
    }
}

@media (min-width:1025px) and (max-width:1280px) {

    .header {
        height: 760px;
    }
    .section.header {
        padding-top: 150px;
    }
    .index .header .container {
        padding-top: 85px;
    }
    .index .header .container .dyn-display {
        margin-top: -660px;
    }
    .dyn-display {
        padding-top: 85px;
    }

    #under-hero-carousel .border-wrap {
        padding-top: 75px;
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .section.header .dyn-display h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 4vw;
        line-height: 6vw;
        margin-bottom: 45px;
        color: #f7d25e;
    }
    .formstyles {
        background-color: #fff;
        position: relative;
        width: 50%;
        margin-top: 1%;
    }

    .formstylesp {
        font-size: 1.3em;
    }
    input[type=text]:not(.browser-default) {
        color: #4E4E4E;
        padding-left: 8px;
        box-shadow: none;
        height: 40px;
        border: 1px solid #CCC;
        background-color: #FFF;
        border-radius: 4px;
        width: 100%;
    }
    .under-hero h3 {
        width: auto;
        margin: 46px auto;
        font-size: 40px;
        font-weight: 400;
    }
    .supportlocal a {
        font-size: 24px;
        transform: translate(-50%, 32px);
    }
    .ChipsRR {
        width: 36%;
        left: -9%;
        top: 14%;
    }
    .PizzaHandRR {
        width: 37%;
        right: -12%;
        transform: scaleX(-1) rotate(50deg);
        top: 7%;
    }
    .PizzaRR {
        width: 22% !important;
        transform: rotate(14deg) !important;
        right: 14%;
        top: 46%;
    }
    .SushiHandRR {
        width: 44%;
        transform: scaleX(-1) rotate(3deg);
        bottom: 4%;
        left: -11%;
    }
    .CocktailsRR {
        width: 60% !important;
        top: 44%;
        right: -29%;
    }
    .car {
        position: absolute;
        width: 8% !important;
        right: 0;
        top: 35%;
    }
    .heart {
        position: absolute;
        width: 10% !important;
        top: 35%;
        left: -4%;
    }
    section {
        padding: 64px 30px;
    }
    .work-with-us h2, .partner-with-us h2 {
        margin-bottom: 80px;
        text-align: center;
        font-size: 5vw;
        line-height: 6vw;
    }
    .work-with-us .grid-item, .work-with-us span, .partner-with-us .grid-item, .partner-with-us span {
        display: flex;
    }
    .work-with-us .grid-item h3, .work-with-us span h3, .partner-with-us .grid-item h3, .partner-with-us span h3 {
        margin-bottom: 16px;
        font-size: 3vw;
    }
    .work-with-us .grid-item img, .work-with-us span img, .partner-with-us .grid-item img, .partner-with-us span img {
        height: 220px;
        margin-bottom: 24px;
        /*width: 0;*/

    }
}

@media (min-width:840px) and (max-width:1024px) {

    .header {
        height: 650px;
    }
    .section.header {
        padding-top: 150px;
    }
    .index .header .container {
        padding-top: 85px;
    }
    .index .header .container .dyn-display {
        margin-top: -600px;
    }

    #under-hero-carousel .border-wrap {
        padding-top: 75px;
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .section.header .dyn-display h1 {

        font-family: 'Montserrat', sans-serif;
        font-size: 4vw;
        line-height: 6vw;
        margin-bottom: 45px;
        color: #f7d25e;
    }
    
    .formstyles {
        background-color: #fff;
        position: relative;
        width: 50%;
        margin-top: -2%;
    }
    .formstylesp {
        font-size: 1em;
    }
    input[type=text]:not(.browser-default) {
        color: #4E4E4E;
        padding-left: 8px;
        box-shadow: none;
        height: 40px;
        border: 1px solid #CCC;
        background-color: #FFF;
        border-radius: 4px;
        width: 100%;
    }
    .under-hero {
        margin-top: 0px;
    }
    .under-hero h3 {
        width: auto;
        margin: 56px auto;
        font-size: 40px;
        font-weight: 400;
    }
    .supportlocal a {
        font-size: 24px;
        transform: translate(-50%, 32px);
    }
    .ChipsRR {
        width: 36%;
        left: -9%;
        top: 14%;
    }
    .PizzaHandRR {
        width: 37%;
        right: -12%;
        transform: scaleX(-1) rotate(50deg);
        top: 7%;
    }
    .PizzaRR {
        width: 22% !important;
        transform: rotate(14deg) !important;
        right: 14%;
        top: 46%;
    }
    .SushiHandRR {
        width: 44%;
        transform: scaleX(-1) rotate(3deg);
        bottom: 4%;
        left: -11%;
    }
    .CocktailsRR {
        width: 60% !important;
        top: 44%;
        right: -29%;
    }
    .car {
        position: absolute;
        width: 8% !important;
        right: 0;
        top: 42%;
    }
    .heart {
        position: absolute;
        width: 10% !important;
        top: 42%;
        left: -4%;
    }
    section {
        padding: 64px 30px;
    }

    .work-with-us h2, .partner-with-us h2 {
        margin-bottom: 80px;
        text-align: center;
        font-size: 5vw;
        line-height: 6vw;
    }
    .work-with-us .grid-item, .work-with-us span, .partner-with-us .grid-item, .partner-with-us span {
        display: flex;
    }
    .work-with-us .grid-item h3, .work-with-us span h3, .partner-with-us .grid-item h3, .partner-with-us span h3 {
        margin-bottom: 16px;
        font-size: 3vw;
    }
    .work-with-us .grid-item img, .work-with-us span img, .partner-with-us .grid-item img, .partner-with-us span img {
        height: 220px;
        margin-bottom: 24px;
    }
}
@media (min-width:649px) and (max-width:1024px) {
    .index .header .container .dyn-display {
        margin-top: -510px;
    }
}

@media (min-width:768px) and (max-width:840px) {

    .header {
        height: 570px;
    }
    .section.header {
        padding-top: 150px;
    }
    .index .header .container {
        padding-top: 85px;
    }
    
    .dyn-display {
        padding-top: 85px;
    }

    #under-hero-carousel .border-wrap {
        padding-top: 75px;
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .section.header .dyn-display h1:not(.typed) {
        font-family: 'Montserrat', sans-serif;
        font-size: 6vw;
        line-height: 6vw;
        margin-bottom: 0;
        color: #FFF;
    }
    .section.header .dyn-display h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 4vw;
        line-height: 6vw;
        margin-bottom: -10px;
        color: #f7d25e;
    }
    .formstyles {
        background-color: #fff;
        position: relative;
        margin-top: 1%;
    }
    .formstylesp {
        font-size: 1em;
    }
    input[type=text]:not(.browser-default) {
        color: #4E4E4E;
        padding-left: 8px;
        box-shadow: none;
        height: 30px;
        border: 1px solid #CCC;
        background-color: #FFF;
        border-radius: 4px;
        width: 100%;
    }
    .under-hero {
        margin-top: -120px;
    }
    .under-hero h3 {
        width: auto;
        margin: 75px auto;
        font-size: 34px;
        font-weight: 400;
    }
    .supportlocal a {
        font-size: 24px;
        transform: translate(-50%, 32px);
    }
    .ChipsRR {
        width: 36%;
        left: -9%;
        top: 14%;
    }
    .PizzaHandRR {
        width: 37%;
        right: -12%;
        transform: scaleX(-1) rotate(50deg);
        top: 7%;
    }
    .PizzaRR {
        width: 22% !important;
        transform: rotate(14deg) !important;
        right: 14%;
        top: 46%;
    }
    .SushiHandRR {
        width: 44%;
        transform: scaleX(-1) rotate(3deg);
        bottom: 4%;
        left: -11%;
    }
    .CocktailsRR {
        width: 60% !important;
        top: 44%;
        right: -29%;
    }
    .car {
        position: absolute;
        width: 8% !important;
        right: 0;
        top: 46%;
    }
    .heart {
        position: absolute;
        width: 10% !important;
        top: 46%;
        left: -4%;
    }

    section {
        padding: 64px 30px;
    }

    .work-with-us h2, .partner-with-us h2 {
        margin-bottom: 80px;
        text-align: center;
        font-size: 8vw;
        line-height: 6vw;
    }
    .work-with-us .grid-item, .work-with-us span, .partner-with-us .grid-item, .partner-with-us span {
        display: flex;
    }
    .work-with-us .grid-item h3, .work-with-us span h3, .partner-with-us .grid-item h3, .partner-with-us span h3 {
        margin-bottom: 16px;
        font-size: 4vw;
    }
    .work-with-us .grid-item img, .work-with-us span img, .partner-with-us .grid-item img, .partner-with-us span img {
        height: 220px;
        margin-bottom: 24px;
    }

}

.formstyles input[type=text]:focus {
        border-width: 1px !important;
        box-shadow: 0 0 4px 2px var(--gg-light-purple) !important;
        -webkit-box-shadow: 0 0 4px 2px #e7e7e7;
        border: 1px solid var(--gg-dark-purple) !important;
        transition: 0.35s all ease-in-out;
        -webkit-appearance: none;
    }

@media (max-width: 850px){
    .under-hero {
      background: linear-gradient(180deg, rgb(124, 108, 176) 35%, rgba(255,255,255,0) 35.1%);
       margin-top: 0px;
    }
}

@media (max-width: 768px){
    .formstyles {
        background-color: #fff;
        position: relative;
        margin-top: 25px;
        border-radius: 5px;
        width: 80% !important;
        transition: 0.35s all ease-in-out;
        -webkit-appearance: none;
    }
    
    .under-hero {
         background: linear-gradient(180deg, rgb(124, 108, 176) 28%, rgba(255,255,255,0) 28.1%);
    }
    
}

@media (min-width:649px) and (max-width:768px) {

    .header {
        height: 600px;
    }
    .index .header .container {
        padding-top: 85px;
    }

    #under-hero-carousel .border-wrap {
        padding-top: 75px;
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .section.header .dyn-display h1:not(.typed) {
        font-family: 'Montserrat', sans-serif;
        font-size: 6vw;
        line-height: 6vw;
        margin-bottom: 0;
        color: #FFF;
    }
    .section.header .dyn-display h1 {

        font-family: 'Montserrat', sans-serif;
        font-size: 4vw;
        line-height: 6vw;
        margin-bottom: 30px;
        color: #f7d25e;
    }
    .formstyles {
        background-color: #fff;
        position: relative;
        margin-top: -2%;
        border-radius: 5px;
    }
    .formstylesp {
        font-size: 1.5em;
    }
    input[type=text]:not(.browser-default) {
        color: #4E4E4E;
        padding-left: 8px;
        box-shadow: none;
        height: 30px;
        border: 1px solid #CCC;
        background-color: #FFF;
        border-radius: 4px;
        width: 100%;
    }
    .ChipsRR {
        width: 37%;
        left: -11%;
        top: 12%;
    }
    .PizzaHandRR {
        display: none;
    }
    .PizzaRR {
        width: 33% !important;
        transform: rotate(14deg) !important;
        right: -10%;
        top: 17%;
    }
    .SushiHandRR {
        width: 54%;
        transform: scaleX(-1) rotate(-10deg);
        top: 51%;
        left: -16%;
    }
    .CocktailsRR {
        width: 76% !important;
        top: 38%;
        right: -37%;
    }
    .supportlocal {
        padding-bottom: 10%;
    }
    .supportlocal p {
        padding-left: 64px;
        padding-right: 64px;
        font-size: 18px;
        line-height: 22px;
    }
    .supportlocal h3 {
        margin: -20px auto 20px 0;
    }
    .car {
        display: none;
    }
    .heart {
        position: absolute;
        width: 16% !important;
        top: 40%;
        right: 83%;
    }
    .map_point {
        position: absolute;
        width: 20% !important;
        right: 0%;
        top: 39%;
    }
    .under-hero {
        margin-top: 0px;
        padding-top: 10px;
    }
    .under-hero h3 {
        width: auto;
        margin: 46px auto;
        font-size: 40px;
        font-weight: 400;
    }
    .hide-on-large-only {
        padding-top: 70px;
    }
    .typed_short {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 18px !important;
        margin-left: 177px;
        width: 220px;
        margin-top: 50px;
        color: #FED141 !important;
    }
    .type_container {
        height: 50px;
        position: absolute;
        margin-top: -100px;
    }
    .box_search {
        width: 76%;
        margin-top: 200px;
    }
    .GoGett {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 26px;
        margin-left: 32%;
        position: absolute;
        margin-top: -90px;
    }
    .work-with-us h2, .partner-with-us h2 {
        margin-bottom: 80px;
        text-align: center;
        font-size: 9vw;
        line-height: 6vw;
    }
    .work-with-us .grid-item, .work-with-us span, .partner-with-us .grid-item, .partner-with-us span {
        display: flex;
    }
    .work-with-us .grid-item h3, .work-with-us span h3, .partner-with-us .grid-item h3, .partner-with-us span h3 {
        margin-bottom: 16px;
        font-size: 5vw;
    }
    .work-with-us .grid-item img, .work-with-us span img, .partner-with-us .grid-item img, .partner-with-us span img {
        height: 220px;
        margin-bottom: 24px;
    }
}

@media (max-width:575px) {
    .broken-foodmood-big {
        display: none;
    }
    
}

@media (min-width:576px) {
    .broken-foodmood-small {
        display: none;
        background-color: red;
    }
}

@media (min-width:530px) and (max-width:648px) {

    #under-hero-carousel h3 {
        font-size: 2rem;
        text-align: center;
        line-height: 2.5rem;
        padding-right: 10%;
        padding-left: 10%;
    }
    .header {
        height: 520px;
    }
    .section.header {
        padding-top: 50px;
    }
    .index .header .container {
        padding-top: 85px;
    }
    .index .header .container .dyn-display {
        margin-top: -600px;
    }
    .dyn-display {
        padding-top: 140px;
    }

    .section.header .dyn-display h1:not(.typed) {
        font-family: 'Montserrat', sans-serif;
        font-size: 6vw;
        line-height: 6vw;
        margin-bottom: 0;
        color: #FFF;
    }
    .section.header .dyn-display h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 4vw;
        line-height: 6vw;
        margin-bottom: 10px;
        color: #f7d25e;
    }
    .formstyles {
        background-color: #fff;
        position: relative;
        width: 60%;
        margin-top: -2%;
        border-radius: 5px;
    }
    .formstylesp {
        font-size: 1.5em;
    }

    input[type=text]:not(.browser-default) {
        color: #4E4E4E;
        padding-left: 8px;
        box-shadow: none;
        height: 30px;
        border: 1px solid #CCC;
        background-color: #FFF;
        border-radius: 4px;
        width: 100%;
    }
    .under-hero h3 {
        width: auto;
        margin: 46px auto;
        font-size: 40px;
        font-weight: 400;
    }
    .under-hero {
        margin-top: -40px;
        padding-top: 10px;
    }
    .ChipsRR {
        width: 45%;
        left: -16%;
        top: 12%;
    }
    .PizzaHandRR {
        display: none;
    }
    .PizzaRR {
        width: 37% !important;
        transform: rotate(-16deg) !important;
        right: -13%;
        top: 13%;
    }
    .SushiHandRR {
        width: 56%;
        transform: scaleX(-1) rotate(-14deg);
        top: 48%;
        left: -17%;
    }
    .CocktailsRR {
        width: 82% !important;
        top: 32%;
        right: -40%;
    }
    .car {
        display: none;
    }
    .heart {
        position: absolute;
        width: 16% !important;
        top: 40%;
        right: 83%;
    }
    .map_point {
        position: absolute;
        width: 20% !important;
        right: 0%;
        top: 39%;
    }
    .work-with-us h2, .partner-with-us h2 {
        margin-bottom: 80px;
        text-align: center;
        font-size: 10vw;
        line-height: 6vw;
    }
    .work-with-us .grid-item, .work-with-us span, .partner-with-us .grid-item, .partner-with-us span {
        display: flex;
    }
    .work-with-us .grid-item h3, .work-with-us span h3, .partner-with-us .grid-item h3, .partner-with-us span h3 {
        margin-bottom: 16px;
        font-size: 8vw;
    }
    .work-with-us .grid-item img, .work-with-us span img, .partner-with-us .grid-item img, .partner-with-us span img {
        height: 220px;
        margin-bottom: 24px;
    }

}

@media (max-width: 768px){
    input[type=text]:not(.browser-default) {
        height: 40px !important;
    }
}

@media (min-width:430px) and (max-width:530px) {

    #under-hero-carousel h3 {
        font-size: 2rem;
        text-align: center;
        line-height: 2.5rem;
        padding-right: 10%;
        padding-left: 10%;
    }
    .header {
        height: 520px;
    }
    .index .header .container {
        padding-top: 85px;
    }
    .index .header .container .dyn-display {
        margin-top: -600px;
    }
    .dyn-display {
        padding-top: 140px;
    }

    .section.header .dyn-display h1:not(.typed) {
        font-family: 'Montserrat', sans-serif;
        font-size: 6vw;
        line-height: 6vw;
        margin-bottom: 0;
        color: #FFF;
    }
    .section.header .dyn-display h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 4vw;
        line-height: 6vw;
        margin-bottom: 10px;
        color: #f7d25e;
    }
    .formstyles {
        background-color: #fff;
        position: relative;
        width: 60%;
        margin-top: 0%;
        border-radius: 5px;
    }

    .formstylesp {
        font-size: 1.5em;
    }

    input[type=text]:not(.browser-default) {
        color: #4E4E4E;
        padding-left: 8px;
        box-shadow: none;
        height: 30px;
        border: 1px solid #CCC;
        background-color: #FFF;
        border-radius: 4px;
        width: 100%;
        font-size: 0.8em;
    }
    .under-hero {
        margin-top: 0px;
        padding-top: 10px;
    }
    .under-hero h3 {
        width: auto;
        margin: 46px auto;
        font-size: 40px;
        font-weight: 400;
    }
    .ChipsRR {
        width: 45%;
        left: -19%;
        top: 12%;
    }
    .PizzaHandRR {
        display: none;
    }
    .PizzaRR {
        width: 37% !important;
        transform: rotate(-16deg) !important;
        right: -13%;
        top: 13%;
    }
    .SushiHandRR {
        width: 65%;
        transform: scaleX(-1) rotate(-14deg);
        top: 54%;
        left: -13%;
    }
    .CocktailsRR {
        width: 100% !important;
        top: 38%;
        right: -43%;
    }
    .car {
        display: none;
    }
    .heart {
        position: absolute;
        width: 16% !important;
        top: 42%;
        right: 2%;
    }
    .map_point {
        position: absolute;
        width: 20% !important;
        left: 1px;
        top: 40%;
    }
    .supportlocal {
        padding-bottom: 50px;
    }
    .supportlocal p {
        padding-left: 74px;
        padding-right: 74px;
        padding-top: 20px;
        padding-bottom: 40px;
        font-size: 16px;
        line-height: 28px;
    }
    .supportlocal h3 {
        font-size: 8.5vw;
    }
    .under-hero h3 {
        width: auto;
        margin: 46px auto;
        font-size: 40px;
        font-weight: 400;
    }
    .hide-on-large-only {
        padding-top: 70px;
    }
    .typed_short {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 18px !important;
        margin-left: 90px;
        width: 220px;
        margin-top: 50px;
        color: #FED141 !important;
    }
    .type_container {
        height: 50px;
        position: absolute;
        margin-top: -100px;
    }
    .box_search {
        width: 76%;
        margin-top: 200px;
    }
    .GoGett {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 26px;
        margin-left: 22%;
        position: absolute;
        margin-top: -90px;
    }
    .work-with-us h2, .partner-with-us h2 {
        margin-bottom: 80px;
        text-align: center;
        font-size: 10vw;
        line-height: 6vw;
    }
    .work-with-us .grid-item, .work-with-us span, .partner-with-us .grid-item, .partner-with-us span {
        display: flex;
    }
    .work-with-us .grid-item h3, .work-with-us span h3, .partner-with-us .grid-item h3, .partner-with-us span h3 {
        margin-bottom: 16px;
        font-size: 8vw;
    }
    .work-with-us .grid-item img, .work-with-us span img, .partner-with-us .grid-item img, .partner-with-us span img {
        height: 220px;
        margin-bottom: 24px;
    }
}

@media (max-width:430px) {
    .header {
        height: 500px;
    }
    .index .header .container {
        padding-top: 220px;
    }
    .index .header .container .dyn-display {
        margin-top: -640px;
    }
    .section.header .dyn-display h1:not(.typed) {
        font-family: 'Montserrat', sans-serif;
        font-size: 6vw;
        line-height: 6vw;
        margin-bottom: 0;
        color: #FFF;
    }
    .section.header .dyn-display h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 4vw;
        line-height: 6vw;
        margin-bottom: 10px;
        color: #f7d25e;
    }
    input[type=text]:not(.browser-default) {
        color: #4E4E4E;
        padding-left: 8px;
        box-shadow: none;
        border: 1px solid #CCC;
        background-color: #FFF;
        border-radius: 4px;
        width: 100%;
        font-size: 0.8em;
    }
    .formstylesp {
        font-size: 1.5em;
    }
    .under-hero {
        margin-top: -65px;
        padding-top: 10px;
        height: 670px;
    }
    .ChipsRR {
        width: 45%;
        left: -22%;
        top: 12%;
    }
    .PizzaHandRR {
        display: none;
    }
    .PizzaRR {
        width: 37% !important;
        transform: rotate(-16deg) !important;
        right: -13%;
        top: 15%;
    }
    .SushiHandRR {
        width: 65%;
        transform: scaleX(-1) rotate(-4deg);
        top: 55%;
        left: -16%;
    }
    .CocktailsRR {
        width: 98% !important;
        top: 40%;
        right: -45%;
    }
    .car {
        display: none;
    }
    .heart {
        position: absolute;
        width: 16% !important;
        top: 42%;
        right: 2%;
    }
    .map_point {
        position: absolute;
        width: 20% !important;
        left: 1px;
        top: 40%;
    }
    .supportlocal {
        padding-bottom: 50px;
    }
    .supportlocal p {
        padding-left: 74px;
        padding-right: 74px;
        padding-top: 20px;
        padding-bottom: 40px;
        font-size: 4vw;
        line-height: 6vw;
    }
    .supportlocal h3 {
        margin: -20px auto 20px 0;
          font-size: 8.5vw;
    }
    .under-hero h3 {
        width: auto;
        margin: 46px auto;
        font-size: 40px;
        font-weight: 400;
    }
    .hide-on-large-only {
        padding-top: 70px;
    }
    .typed_short {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 18px !important;
        margin-left: 90px;
        width: 220px;
        margin-top: 50px;
        color: #FED141 !important;
    }
    .type_container {
        height: 50px;
        position: absolute;
        margin-top: -100px;
    }
    .box_search {
        width: 76%;
        margin-top: 200px;
    }
    .GoGett {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 26px;
        margin-left: 22%;
        position: absolute;
        margin-top: -90px;
    }
    .work-with-us h2, .partner-with-us h2 {
        margin-bottom: 80px;
        text-align: center;
        font-size: 10vw;
        line-height: 6vw;
    }
    .work-with-us .grid-item, .work-with-us span, .partner-with-us .grid-item, .partner-with-us span {
        display: flex;
    }
    .work-with-us .grid-item h3, .work-with-us span h3, .partner-with-us .grid-item h3, .partner-with-us span h3 {
        margin-bottom: 16px;
        font-size: 8vw;
    }
    .work-with-us .grid-item img, .work-with-us span img, .partner-with-us .grid-item img, .partner-with-us span img {
        height: 220px;
        margin-bottom: 24px;
    }

}

.work-with-us {
    background: #eee;
}