body {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 700;
}

.green_background {

    min-height: 132px;
}

.logo_background_div {
    background-image:url("../img/header-background.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:contain;
    position: relative;
    z-index: 1;
}

.min-height-100 {
    min-height: 103px;
    background-color:#d6e383;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}


.main_banner_heading {
    font-size: clamp(2.5rem, 2.0833rem + 2.2222vw, 3.75rem);
    color:#fff;
}

.dark_green_background {
    background-color:#1a2112;
    min-height: 400px;
    padding-top:100px;
    padding-bottom:100px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.mobiles {
    position: absolute;
    top: 0;
    z-index: 4;
    max-width: 1110px;
    right: 0px;
}

.classic-section-pad {
    padding-top:100px;
    padding-bottom:100px;
}

.medium-size {
    font-size: clamp(2.375rem, 2.125rem + 1.3333vw, 3.125rem);
    font-weight: 500;
    line-height: 1em;
}
.green_background_title {
    background-color:#e9efc0;
    padding-left:50px;
    margin-left:-50px;
    padding-top:10px;
    padding-bottom:10px;

}

.img-pad {
    padding-top:30px;
}

.header-med-bold {
    font-size: clamp(2.125rem, 1.8958rem + 1.2222vw, 2.8125rem);
    line-height: 1em;
}

.med-size-p {
    font-size: clamp(1.75rem, 1.6042rem + 0.7778vw, 2.1875rem);
    line-height: 1em;
    padding-top:50px;
}

.custom_ul-black {
    padding-inline-start: 25px;
    margin-top:50px;
}
.custom_ul-black li{
    font-size: clamp(1.75rem, 1.6042rem + 0.7778vw, 2.1875rem);
    padding-bottom:15px;
}


.large-size {
    font-size: clamp(3.75rem, 3.5417rem + 1.1111vw, 4.375rem);
    font-weight: 500;
    line-height: 1em;
}
.dark-green-col {
    background-color:#d5e283;
    padding:50px;
    margin-left:-50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.no-pad-top {
    padding-top:0px;
}

.sm-width {
    width:50%;
    margin-left:auto;
    margin-right: auto;
}

.pt-50 {
    padding-top:50px;
}

.custom-ul-with-icon {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-top: 40px;
}

.custom-ul-with-icon li{
    padding-left: 70px;
    padding-bottom: 5px;
    position: relative;
    font-size: clamp(2.125rem, 1.8958rem + 1.2222vw, 2.8125rem);
    line-height: 1em;
    padding-bottom: 40px;
}
.custom-ul-with-icon li:before {
    content:url("../img/check-mark-1.png");
    background-size: 10px 10px;

    display: inline-block;
    width: 15px;
    height: 10px;
    margin-right: 15px;
    position: absolute;
    left: 0;

}



.custom-ul-with-dot {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-top: 40px;
    max-width: 400px;
}

.custom-ul-with-dot li{
    padding-left: 30px;

    position: relative;
    font-size: clamp(1.75rem, 1.6042rem + 0.7778vw, 2.1875rem);
    line-height: 1em;
    padding-bottom: 60px;
}
.custom-ul-with-dot li:before {
    content:url("../img/dot.svg");
    background-size: 10px 10px;

    display: inline-block;
    width: 15px;
    height: 10px;
    margin-right: 15px;
    position: absolute;
    left: 0;

}




.font-40 {
    font-size: clamp(2.125rem, 2rem + 0.6667vw, 2.5rem);
    line-height: 1em;
}

.crem_background {
    background-image: url(../img/background-yellow.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 80px;
    margin-left:-50px;

}

.crem_header_large {
    font-size: clamp(2.75rem, 2rem + 4vw, 5rem);;
    font-weight: 400;
    line-height: 1em;
}
.crem_header_med {
    font-size: clamp(2.375rem, 2.125rem + 1.3333vw, 3.125rem);
    font-weight: 400;
}

.blue_background_img {
    background-image: url(../img/blue-background-with-coffee.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left:-50px;
    padding-left: 50px;
}

.col-4-header {
    font-size: clamp(1.75rem, 1.6042rem + 0.7778vw, 2.1875rem);
    font-weight: 700;
    padding-bottom: 40px;
}

.col-4-p {
    font-size: clamp(1.125rem, 1rem + 0.6667vw, 1.5rem);
}

.border_right {
    border-right: 2px solid #000;
}

.col_4_pad {
    padding-left:30px;
    padding-right: 30px;
    padding-top:20px;
}
.no-pad-bot {
    padding-bottom:0px;
}

.border_custom_with_rad {
    border:2px solid #000;
    border-radius: 10px;
    padding:50px 30px;
    text-align: center;
    min-height: 400px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-left:30px;
    margin-right: 30px;
}

.padding-around {
    padding:50px 30px;
    margin-left:30px;
    margin-right: 30px;
    display: flex;
}

.centered-icon-custom {
    max-height: 100px;
    margin-top:-100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.custom-image-inside-col {
    max-width: 800px;
    position: relative;
    left: -273px;
    top: -50px;
}

.custom-shape-background {
    background-image: url(../img/background-shape.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left:-50px;
    padding-left: 50px;
}

.absoluted-reading-man {
    position: absolute;
    top: -250px;
    left: -85px;
}

.sm-font li{
    font-size: clamp(1.375rem, 1.25rem + 0.6667vw, 1.75rem);
    line-height: 1em;
    padding-left:50px;
}

.sm-font li:last-child {
    padding-bottom:0px;
}

.yellow-background-col {
    background-color:#ffedb8;
    padding:30px 30px;
    margin-left:-30px;
}

.light-green-background {
    background-color:#edf7ab;
    padding:30px 30px;
    margin-left:0px;
}

.dark-green-background {
    background-color:#d5e283;
    padding:30px 30px;
    margin-left:0px;
    margin-top:30px;
}

.sm-font li:before{
    content:url("../img/check-mark-2.png");
}
.font-bold {
    font-weight: bold;
}

.mg-left-right-minus {
    margin-left:-180px;
    margin-top:-280px;
}

.mg-right-left-minus {
    margin-right:-190px;
    margin-top:-160px;
}

.mg-right-left-minus img {
    margin-left:-120px;
}


.px-25 {
    font-size: clamp(1.125rem, 1rem + 0.6667vw, 1.5rem);
}

.no-marg-around {
    margin-left:0px;
    margin-right:0px;
    min-height: 458px;
}

.white-background-col {
    background-color:#fff;
    padding:30px 30px;
    margin-left:-30px;
}

.picaturi-de-bine-img {
    margin-left: -80px;
    margin-top:148px;
}

.picaturi-de-bine-img img{
    max-width: 300px;
    height: auto;
}

.dark-olive-background {
    background-color:#343730;
}


.pt-80 {
    padding-top:80px;
    padding-bottom:20px;
}

.beanbag-img {
    margin-left: -300px;
    margin-top: 35px;

}


.bg-number-1 {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 110px;
    padding-right: 30px;
    background-image: url(../img/1.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 440px;

}


.bg-number-2 {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 110px;
    padding-right: 30px;
    background-image: url(../img/2.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 440px;

}

.bg-number-3 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 110px;
    padding-right: 30px;
    background-image: url(../img/3.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 440px;

}

.numbers-background{
    background-image: url(../img/number-group.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.inner-content {
    max-width: 220px;
    margin-left:auto;
    margin-right: auto;
}

.inner-content .col-4-p {
    padding-left:30px;
}


.bg-number-3 .inner-content {
    max-width: 240px;
}

.luni-subtitle {
    font-size: clamp(1.1875rem, 1.0625rem + 0.6667vw, 1.5625rem);
    font-family: 'Albert Sans', sans-serif;
    font-weight: 700;
}

.an-large {
    font-size: clamp(2.75rem, 2rem + 4vw, 5rem);;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 700;
}


.number_1 {
    position: relative;
    top:-15px;
}
.number_2 {

    position: relative;
    top:170px;

}

.number_3 {

    position: relative;
    top:-5px;

}

.number_4 {
    margin-top:100px;
    position: relative;
    top:75px;

}

.number_5 {

    position: relative;
    top:0px;

}

.number_6 {

    position: relative;
    top:175px;

}

.number_7{
    position: relative;
    top:70px;
}

.number_8{
    position: relative;
    top:-50px;
}

.number_9 {
    position: relative;
    top:150px;
}


.font-55 {
    font-size: clamp(2.375rem, 2.0208rem + 1.8889vw, 3.4375rem);;
    line-height: 1em;
}

.hidden-desktop {
    display: none;
}

.left_divider_image {
    margin-bottom:20px;
}

.right_text_desktop {
    text-align: right;
}


@media screen and (max-width: 1024px) {
    .mobiles {
        position:relative;
        max-width:100%;
        margin-bottom:-150px;
    }

    .custom_size_mob {
        max-width:400px;
    }
    .green_background_title {

    }
    br {
        display: none;
    }
    .dark-green-col {
        margin-right: -50px;
    }
    .crem_background {
        margin-right: -50px;
    }
    .blue_background_img {
        margin-right: -50px;
    }
    .border_right {
        border-right:0px;
        border-bottom:2px solid #000;
    }
    .col_4_pad {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .border_custom_with_rad {
        margin-left:0px;
        margin-right: 0px;
    }
    .custom-image-inside-col {
        left:0px;
        top: 20px;
        max-width: 100%;
    }
    .custom-ul-with-dot {
        max-width: 100%;
    }
    .absoluted-reading-man {
        position: relative;
        top:20px;
        left:0px;
        margin-bottom: 60px;
    }
    .custom-shape-background {
        margin-right: -50px;
        display: flex;
        flex-direction: column-reverse;
        padding-right: 50px;
    }
    .yellow-background-col {
        margin-left:-50px;
        margin-right: -50px;
        margin-bottom:30px;
    }
    .light-green-background {
        margin-left:-50px;
        margin-right: -50px;
    }
    .dark-green-background {
        margin-left: -50px;
        margin-right: -50px;
    }
    .text-left-mobile {
        text-align: left !important;
    }

    .mg-left-right-minus {
        margin-top:-210px;
    }
    .mg-right-left-minus {
        margin-right: -240px;
        margin-top:-110px;
    }
    .no-marg-top-mob {
        margin-top:0px !important;
    }
    .white-background-col {
        margin-left:-17px !important;
        padding:30px 0px;
    }
    .picaturi-de-bine-img {
        margin-left:0px;
        margin-top: -20px;
        text-align: center;
    }
    .beanbag-img {
        margin-top:-30px;
        margin-left: 0px;
    }
    .numbers-background {
        background-image: none;
    }
    .hidden-mobile {
        display: none;
    }
    .hidden-desktop {
        display: block;
    }

    .number_1 {
        position: relative;
        top:0px;
        margin-bottom:50px;
    }
    .number_2 {

        position: relative;
        top:0px;
        margin-bottom:50px;

    }

    .number_3 {

        position: relative;
        top:0px;
        margin-bottom:50px;

    }

    .number_4 {
        margin-top:0px;
        position: relative;
        top:0px;
        margin-bottom:50px;

    }

    .number_5 {

        position: relative;
        top:0px;
        margin-bottom:50px;

    }

    .number_6 {

        position: relative;
        top:0px;
        margin-bottom:50px;

    }

    .number_7{
        position: relative;
        top:0px;
        margin-bottom:50px;
    }

    .number_8{
        position: relative;
        top:0px;
        margin-bottom:50px;
    }

    .number_9 {
        position: relative;
        top:0px;
    }

    .nr-mob {
        max-width:70px;
        margin-bottom:20px;
    }

    .luni-subtitle {
        display: inline-block;
        width: 100%;
    }

    .left_divider_image {
        margin-bottom:20px;
    }

}

@media screen and (max-width: 767px) {
    .mobiles {
        position: relative;
        max-width: 100%;
        margin-bottom: -150px;
        right: calc(50% - 130px);
    }

    .custom_size_mob {
        max-width: 400px;
    }

    .green_background_title {

    }

    br {
        display: none;
    }

    .dark-green-col {
        margin-right: 0px;
        margin-left: 0px;
        padding: 20px;
    }

    .crem_background {
        margin-right: 0px;
        margin-left: 0px;
    }

    .blue_background_img {
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 20px;
        padding-right: 20px;
        background-image:url(../img/coffee-hugging-hands-blank.png);
        text-align: center;
        padding-top: 70px;
        padding-bottom: 360px;
    }

    .blue_background_img p{
        padding-top:20px !important;
    }

    .crem_background {
        padding-right: 20px;
        padding-left: 20px;
    }

    .border_right {
        border-right: 0px;
        border-bottom: 2px solid #000;
    }

    .col_4_pad {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .border_custom_with_rad {
        margin-left: 0px;
        margin-right: 0px;
    }

    .custom-image-inside-col {
        left: 0px;
        top: 20px;
        max-width: 100%;
    }

    .custom-ul-with-dot {
        max-width: 100%;
    }

    .absoluted-reading-man {
        position: relative;
        top: 20px;
        left: 0px;
        margin-bottom: 60px;
    }

    .custom-shape-background {
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        flex-direction: column-reverse;
        padding-right: 20px;
        padding-left: 20px;
    }

    .yellow-background-col {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 30px;
        padding: 30px 20px;
    }

    .light-green-background {
        margin-right: 0px;
        margin-left: 0px;
        padding: 30px 20px;
    }

    .dark-green-background {
        margin-right: 0px;
        margin-left: 0px;
        padding: 30px 20px;
    }

    .text-left-mobile {
        text-align: left !important;
    }

    .mg-left-right-minus {
        margin-top: -210px;
    }

    .mg-right-left-minus {
        margin-right: 0px;
        margin-top: -110px;
    }

    .no-marg-top-mob {
        margin-top: 0px !important;
    }

    .white-background-col {
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding: 30px 0px;
    }

    .picaturi-de-bine-img {
        margin-left: 0px;
        margin-top: -20px;
        text-align: center;
    }

    .beanbag-img {
        margin-top: -30px;
        margin-left: 0px;
    }

    .numbers-background {
        background-image: none;
    }

    .hidden-mobile {
        display: none;
    }

    .hidden-desktop {
        display: block;
    }

    .number_1 {
        position: relative;
        top: 0px;
        margin-bottom: 50px;
    }

    .number_2 {

        position: relative;
        top: 0px;
        margin-bottom: 50px;

    }

    .number_3 {

        position: relative;
        top: 0px;
        margin-bottom: 50px;

    }

    .number_4 {
        margin-top: 0px;
        position: relative;
        top: 0px;
        margin-bottom: 50px;

    }

    .number_5 {

        position: relative;
        top: 0px;
        margin-bottom: 50px;

    }

    .number_6 {

        position: relative;
        top: 0px;
        margin-bottom: 50px;

    }

    .number_7 {
        position: relative;
        top: 0px;
        margin-bottom: 50px;
    }

    .number_8 {
        position: relative;
        top: 0px;
        margin-bottom: 50px;
    }

    .number_9 {
        position: relative;
        top: 0px;
    }

    .nr-mob {
        max-width: 70px;
        margin-bottom: 20px;
    }

    .luni-subtitle {
        display: inline-block;
        width: 100%;
    }

    .left_divider_image {
        margin-bottom: 20px;
    }

    .min-height-100 {
        min-height: 80px;
    }

    .green_background {
        min-height: 100px;
    }

    .mg-right-left-minus {
        margin-top: -100px;
        margin-bottom: 40px;
    }

    .mg-right-left-minus img {
        margin-left: 0px;
    }

    .mg-left-right-minus {
    margin-top:-50px;
        margin-left: 0px;
        margin-bottom:40px;
    }

    .reversed {
        display: flex;
        flex-direction: column-reverse;
    }
    .bg-number-1 {

        padding-top:0px;
        padding-bottom:0px;
        padding-right: 0px;
        min-height: 320px;
        display: flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        padding-left: 56px;
    }
    .bg-number-2 {

        padding-top:0px;
        padding-bottom:0px;
        display: flex;
        align-items: center;
        min-height: 320px;
        padding-left: 90px;
    }
    .bg-number-3 {

        padding-top:0px;
        padding-bottom:0px;
        display: flex;
        align-items: center;
        min-height: 320px;
        padding-left: 100px;
    }
    .logo_background_div {
    background-position: center left -50px;
        background-size: cover;
    }

    .bg-number-1 .inner-content img {
        max-width: 220px;
    }
    .no-marg-bot {
        margin-bottom: 0px !important;
    }
    .center-mob {
        text-align: center;
    }
    .sm-width {
        width: 80%;
    }
    .pad-top-sm {
        padding-top:20px;
    }
    .margin-left-right-mob {
        margin-left:30px;
        margin-right: 30px;
    }
    .border_custom_with_rad {
        min-height: 320px;
    }
    .mobile_br {
        width: 100%;
        margin-top:20px;
        display: block;

    }

    .custom-max-width-mobile {
        max-width: 160px !important;
    }
}


.dancing_man {
    background-image:url("");
    background-position: center right;

    background-repeat: no-repeat;
}

@media screen and (min-width:1024px) and (max-width: 1439px) {
.dancing_man {
    background-image: url(../img/dancing-man.svg);
    background-position: 130% 39%;
    background-size: 730px;
    background-repeat: no-repeat;
}
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .dancing_man {
        background-image: url(../img/dancing-man.svg);
        background-position: 130% 36%;
        background-size: 840px;
        background-repeat: no-repeat;
    }
}


@media screen and (min-width: 1600px) and (max-width: 1800px) {
    .dancing_man {
        background-image: url(../img/dancing-man.svg);
        background-position: 130% 34%;
        background-size: 840px;
        background-repeat: no-repeat;
    }
}


@media screen and (min-width: 1801px) and (max-width: 3600px) {
    .dancing_man {
        background-image: url(../img/dancing-man.svg);
        background-position: 120% 30%;
        background-size: 1000px;
        background-repeat: no-repeat;
    }
}

.roa_form {
    padding-top:40px;
}

.form-control {
    display: flex;
    flex-direction: column;
    border:0px;
    padding:0px;
}

.form-control input {
    border-radius:0px;
    border:1px solid #000;
    min-height: 40px;
    padding:10px 10px;
}

.form-control textarea {
    border-radius:0px;
    border:1px solid #000;
    min-height: 40px;
    padding:10px 10px;
}

.form-control label {
    margin-top:15px;
}

.submit_button {
    margin-top:15px;
    background-color:#d5e283;
    padding:15px 20px;
    cursor:pointer;
    border:1px solid #000;
    transition:0.3s all linear;
}

.submit_button:hover {
background-color:#edf7ab;
}

input:focus-visible {
    border-radius:0px;
    border:1px solid #d5e283;
}
textarea:focus-visible {
    border-radius:0px;
    border:1px solid #d5e283;
}

input:focus-visible {
    outline:none;
}

textarea:focus-visible {
    outline:none;
}

.social-icons {
    display: flex;
    list-style-type: none;
    margin-top:1rem;
}

.social-icons li:last-child {
    margin-left:10px;
}

.social-icons li a{
    color:#000;
}

.terms-list {
    display: flex;
    list-style-type: none;
    justify-content: end;
    margin-top:1rem;
}

.terms-list li:last-child {
    margin-left:10px;
}

.terms-list li a{
    color:#000;
}

.lower_footer {
    background-color: #1a2112;
}

.lower_footer p {
    margin-top: 1rem;
    color:#fff;
}

.upper_footer {
    background-color:#d6e383;
}


@media screen and (max-width: 1024px) {
    .terms-list {
        justify-content: center;
        padding-inline-start: 0px;
    }

    .social-icons {
        justify-content: center;
        padding-inline-start: 0px;
        margin-bottom: 0px;
    }
}

.logo-top {
    max-width: 200px;
    margin-bottom: -12px;
}

.header-height {

    background-color:#D6E383;
}


@media screen and (max-width: 767px) {
    .custom-pad-left-mobile {
        padding-left:35px;
        padding-right: 35px;
    }
    .custom-pad-mobile-2 {
        padding-left:20px;
        padding-right: 20px;
    }

    .no-pad-mobile {
        padding-left:0px !important;
        padding-right: 0px !important;
    }
}
/*====== Start Preloader css ======*/
