body {
    font-family: 'BROWNPRO - LIGHT', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
}

h3 {
    margin-top: 0px;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    color: #000;
    font-size: 105px;
    line-height: 115px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.big-container {
    overflow: hidden;
}

* {
    outline: none;
}

.container {
    background-position: 50% 50%;
    background-size: cover;
    background: #000;
    height: 90vh;
    position: relative;
}

.container-holder {
    max-width: 2105px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    height: 100%;
}

.container-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    width: 50%;
    padding: 0 20px 0 0;
}

.video-holder {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.video-holder #bgvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#bgvideo_tablet {
    display: none;
}

.sound-button {
    position: absolute;
    z-index: 100;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
}

.sound-button.mute-video {
    background: url(../images/mute.png) no-repeat center center;
}

.sound-button.unmute-video {
    background: url(../images/unmute.png) no-repeat center center;
}

.big-content {
    width: 100%;
    max-width: 2105px;
    margin-right: auto;
    margin-left: auto;
}

.big-content.header-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 40px;
}

.big-content.no-1-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 115px;
    padding-bottom: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.big-content.hero-c {
    padding-top: 100px;
    padding-bottom: 100px;
}

.heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    font-size: 170px;
    line-height: 170px;
}

.text-span {
    margin-left: -15px;
    color: #00b8fc;
    font-size: 340px;
    line-height: 270px;
}

.paragraph {
    margin-bottom: 60px;
    font-family: 'BROWNPRO - REGULAR', sans-serif;
    font-weight: 400;
    width: 90%;
}

.blue {
    color: #00b8fc;
}

.cta-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: start;
    -ms-flex-pack: justify;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-wr .cta:first-of-type {
    margin: 0 20px 0 0;
}

.cta {
    width: 100%;
    height: 70px;
    max-width: 350px;
    background: #00b8fc;
    border: 2px solid #00b8fc;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 70px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.w-button {
    padding: 0;
}

.cta:hover {
    border: 2px solid #00b8fc;
    background-color: transparent;
    color: #00b8fc;
}

.cta.mirror {
    border: 2px solid #00b8fc;
    background-color: transparent;
    color: #00b8fc;
}

.cta.mirror:hover {
    background-color: #00b8fc;
    color: #000;
}

.no-1 {
    padding-right: 40px;
    padding-left: 40px;
    background: #fff;
}

.no-1-wr {
    max-width: 645px;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    font-weight: 700;
}

.text-block-2 {
    margin-bottom: 40px;
    color: #000;
    font-size: 59px;
    line-height: 69px;
}

.text-block-3 {
    margin-bottom: 35px;
    color: #000;
    font-size: 38px;
    line-height: 48px;
}

.paragraph-2 {
    font-family: 'BROWNPRO - LIGHT', sans-serif;
    color: #c3c3c3;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    margin-bottom: 0px;
}

.text-span-4 {
    color: #00b8fc;
}

.testimonial-slider {
    max-width: 645px;
}

.testimonial-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.testimonial-slider .slick-dots li {
    font-size: 0;
    width: 8px;
    height: 8px;
    background: #a2a1a1;
    border-radius: 50%;
    display: inline-block;
    margin: 0 15px;
}

.testimonial-slider .slick-dots li.slick-active {
    background: #00b8fc;
}

.testimonial-slider .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: none;
}

.paragraph-3 {
    margin-bottom: 30px;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    color: #000;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    background: url(../images/no.1-2.png) no-repeat bottom left;
    padding: 0 0 35px 0;
    margin: 0 0 35px 0;
}

.image {
    margin-bottom: 30px;
}

.image-2 {
    margin-bottom: 30px;
}

.hero {
    position: relative;
    z-index: 10;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #00b8fc;
}

.hero-txt {
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.paragraph-4 {
    margin-bottom: 0px;
}

.white-b {
    font-family: 'BROWNPRO - BOLD', sans-serif;
    font-weight: 700;
}

.hero-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hero-box {
    width: 28%;
    text-align: center;
}

.hero-box.mouse {
    width: 36%;
}

.image-3 {
    margin-bottom: 60px;
}

.text-block-4 {
    margin-bottom: 70px;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    color: #000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.cta2 {
    width: 100%;
    height: 68px;
    max-width: 315px;
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    color: #000;
    font-size: 19px;
    line-height: 68px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.cta2:hover {
    background-color: transparent;
    color: #fff;
}

.cta2.blue {
    border-color: #00b8fc;
    background-color: #00b8fc;
}

.cta2.blue:hover {
    background-color: transparent;
    color: #00b8fc;
}

.section {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #000;
}

.medium-content {
    max-width: 1570px;
    margin: 0 auto;
}

.medium-content.section-c {
    padding-top: 240px;
    padding-bottom: 240px;
}

.medium-content.shop-c {
    padding-top: 180px;
    padding-bottom: 140px;
}

.section-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 610px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-row.middle {
    margin-bottom: 320px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.section-row.last {
    margin-bottom: 0px;
}

.section-txt {
    width: 40%;
}

.heading-3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    font-size: 58px;
    line-height: 68px;
    font-weight: 700;
}

.text-block-5 {
    margin-bottom: 30px;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.paragraph-5 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 27px;
}

.image-4 {
    position: absolute;
    top: -95%;
    width: 45%;
    left: 0;
}

.image-6 {
    position: absolute;
    width: 65%;
    right: -12%;
    bottom: -10%;
}

.image-9 {
    position: absolute;
    width: 65%;
    left: -17%;
    bottom: -20%;
}

.testimonial {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/test-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.small-content {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.small-content.testimonail-c {
    padding-top: 260px;
    padding-bottom: 210px;
}

.small-content.complete-c {
    padding-top: 220px;
    padding-bottom: 240px;
}

.small-content.footer-c {
    padding-bottom: 180px;
    text-align: center;
}

.test-wr {
    position: relative;
    text-align: center;
}

.paragraph-6 {
    margin-bottom: 40px;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
}

.image-10 {
    position: absolute;
    left: -10%;
    top: -15%;
    right: auto;
    bottom: auto;
}

.image-11 {
    position: absolute;
    left: auto;
    top: -15%;
    right: -10%;
    bottom: auto;
}

.complete {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}

.complete-txt {
    width: 85%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    text-align: center;
}

.paragraph-7 {
    margin-bottom: 0px;
    color: #000;
}

.complete-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.complete-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 39%;
    height: 460px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.complete-box.first {
    margin-left: 80px;
}

.text-block-6 {
    margin-bottom: 30px;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    color: #000;
    font-size: 33px;
    line-height: 43px;
    font-weight: 700;
}

.paragraph-8 {
    margin-bottom: 0px;
    color: #000;
}

.paragraph-9 {
    margin-bottom: 80px;
    color: #000;
}

.image-12 {
    position: absolute;
    left: -1650px;
    top: 40%;
    right: auto;
    bottom: auto;
}

.image-13 {
    position: absolute;
    left: auto;
    top: 10%;
    right: -330px;
    bottom: auto;
}

.shop {
    padding-right: 20px;
    padding-left: 20px;
}

.heading-5 {
    margin-top: 0px;
    margin-bottom: 50px;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    color: #000;
    font-size: 59px;
    line-height: 69px;
    font-weight: 700;
    text-transform: uppercase;
}

.shop-txt {
    max-width: 880px;
    margin-right: auto;
    margin-bottom: 130px;
    margin-left: auto;
    text-align: center;
}

.paragraph-10 {
    margin-bottom: 0px;
    color: #000;
}

.shop-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ece9e9;
    text-align: center;
}

.text-block-7 {
    margin-bottom: 60px;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    color: #000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.image-14 {
    margin-bottom: 60px;
}

.footer {
    padding-right: 20px;
    padding-left: 20px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.footer ul li:first-of-type {
    position: relative;
}

.footer ul li:first-of-type::before {
    content: "";
    background: #000;
    width: 1px;
    height: 20px;
    position: absolute;
    right: -1px;
    top: 3px;
}

.footer ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
    margin: 0 15px;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.heading-6 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #000;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}

.text-span-7 {
    display: block;
    margin-left: -15px;
    color: #00b8fc;
    font-size: 174px;
    line-height: 174px;
    letter-spacing: -10px;
}

.heading-7 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: 'BROWNPRO - BOLD', sans-serif;
    font-size: 58px;
    line-height: 68px;
    font-weight: 700;
}

.black {
    color: #000;
}

.heading-8 {
    margin-bottom: 70px;
}

.heading-8 span {
    display: block;
}

.no1 {
    max-width: 530px;
    width: 100%;
    margin-top: -30%;
    margin-right: 40px;
}


@media screen and (max-width: 2200px) {

    .container {
        padding: 0 0 0 40px;
    }

}


@media screen and (max-width: 1920px) {

    .image-13 {
        right: -580px;
    }

    .image-12 {
        left: -1500px;
    }

    .heading {
        font-size: 80px;
        line-height: 110px;
    }

    .text-span {
        font-size: 270px;
        line-height: 210px;
    }

    .text-span-7 {
        font-size: 150px;
        line-height: 150px;
        margin-left: -10px;
        text-transform: none;
    }

    .text-block-2 {
        font-size: 49px;
        line-height: 59px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .no1 {
        max-width: 430px;
    }

    .medium-content.section-c {
        padding-top: 130px;
        padding-bottom: 180px;
    }

    .section-row {
        margin-bottom: 500px;
    }

    .shop-txt {
        margin-bottom: 80px;
    }

    .small-content.testimonail-c {
        padding-top: 180px;
        padding-bottom: 130px;
    }

    .small-content.complete-c {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .small-content.footer-c {
        padding-bottom: 90px;
    }

    .medium-content.shop-c {
        padding-top: 130px;
        padding-bottom: 130px;
    }

}


@media screen and (max-width: 1700px) {

    .no1 {
        max-width: 300px;
    }

    .text-block-2 {
        font-size: 40px;
        line-height: 50px;
    }

    .text-block-3 {
        font-size: 33px;
        line-height: 43px;
    }

    .image-12 {
        left: -1300px;
    }

    .big-content.banner-c {
        padding-top: 80px;
    }

}


@media screen and (max-width: 1600px) {


    .cta {
        max-width: 300px;
        height: 55px;
        font-size: 17px;
        line-height: 55px;
    }

    .container {
        height: auto;
    }

    .big-content.header-c {
        padding-top: 40px;
    }

    .big-content.banner-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .heading {
        font-size: 110px;
        line-height: 110px;
    }

    .text-span {
        font-size: 230px;
        line-height: 200px;
    }

    .section-row {
        margin-bottom: 380px;
    }

    .section-row.middle {
        margin-bottom: 220px;
    }

    .image-4 {
        top: -60%;
        width: 35%;
    }

    .section-txt {
        width: 50%;
    }

    .image-6 {
        width: 60%;
        right: -8%;
    }

    .image-9 {
        width: 50%;
        left: -3%;
        bottom: 0;
    }

    .image-13 {
        right: -630px;
    }

}


@media screen and (max-width: 1440px) {

    .cta {
        max-width: 325px;
    }

    .heading {
        font-size: 60px;
        line-height: 60px;
    }

    .text-span {
        font-size: 190px;
        line-height: 200px;
    }

    .container {
        padding: 0 0 0 20px;
    }

    .no-1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .no1 {
        max-width: 250px;
    }

    .hero {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-box.last {
        width: 30%;
    }

    .hero-box.last .image-3 {
        width: 270px;
    }

    .image-12 {
        display: none;
    }

    .image-13 {
        display: none;
    }

    .medium-content.section-c {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .medium-content.shop-c {
        padding-top: 120px;
        padding-bottom: 95px;
    }

    .section-row {
        margin-bottom: 240px;
    }

    .section-row.middle {
        margin-bottom: 140px;
    }

    .image-6 {
        width: 50%;
        right: 0;
        bottom: auto;
    }

    .image-9 {
        width: 45%;
        left: 0;
    }

    .small-content.testimonail-c {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .small-content.complete-c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .complete-box.first {
        margin-left: 0px;
    }

    .text-span-7 {
        margin-left: -8px;
        font-size: 120px;
        line-height: 120px;
    }

    .complete-txt {
        width: 100%;
        margin-bottom: 60px;
    }

    .heading-8 br {
        display: none;
    }

    .heading-8 {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 1366px) {

    .no1 {
        max-width: 200px;
    }

    .heading-6 {
        font-size: 20px;
        line-height: 30px;
    }

    .text-span-7 {
        font-size: 100px;
        line-height: 100px;
    }

    .text-block-2 {
        font-size: 30px;
        line-height: 40px;
    }

    .text-block-3 {
        font-size: 30px;
        line-height: 40px;
    }

    .heading-3 {
        font-size: 50px;
        line-height: 60px;
    }

    .text-block-4 {
        margin-bottom: 40px;
    }

    .complete-txt {
        width: 100%;
        margin-bottom: 60px;
    }

    .image-9 {
        bottom: 0;
    }

    .section-row {
        margin-bottom: 160px;
    }

    .section-row.middle {
        margin-bottom: 120px;
    }

    .heading-8 {
        font-size: 70px;
        line-height: 80px;
    }

    .shop-box {
        padding: 30px 20px;
    }

    .text-block-7 {
        font-size: 35px;
        line-height: 44px;
    }

    .medium-content.section-c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .medium-content.shop-c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .cta-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cta-wr .cta:first-of-type {
        margin: 0 0 20px 0;
    }

    .hero-box.last .image-3 {
        width: 150px;
    }

}


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

    .big-content.no-1-c {
        padding-top: 60px;
        padding-bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .big-content.hero-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .banner-c {
        padding-bottom: 60px;
    }

    .container {
        background: rgba(0, 0, 0, 0.6);
    }

    .video-holder {
        display: none;
    }

    .video-holder #bgvideo {
        display: none;
    }

    .sound-button {
        display: none;
    }

    #bgvideo_tablet {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
    }

    .container-inner {
        width: 100%;
    }

    .banner-wr {
        width: 100%;
    }

    .cta-wr {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: stretch;
    }

    .cta-wr .cta:first-of-type {
        margin: 0 20px 0 0;
    }

    .image-10 {
        left: 0;
    }

    .image-11 {
        right: 0;
    }

    .heading {
        font-size: 70px;
        line-height: 70px;
    }

    .text-span {
        margin-left: -10px;
        font-size: 150px;
        line-height: 150px;
    }

    .paragraph {
        margin-bottom: 40px;
        width: 100%;
    }

    .no-1-wr {
        max-width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .heading-6 {
        margin-bottom: 10px;
    }

    .testimonial-slider {
        max-width: 100%;
    }

    .text-block-2 {
        font-size: 25px;
        line-height: 35px;
    }

    .text-block-3 {
        font-size: 25px;
        line-height: 35px;
    }

    .paragraph-3 {
        font-size: 24px;
        line-height: 34px;
    }

    .hero-txt {
        margin-bottom: 60px;
    }

    .hero-wr {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .image-3 {
        margin-bottom: 40px;
    }

    .text-block-4 {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 34px;
    }

    .medium-content.section-c {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .medium-content.shop-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-row {
        margin-bottom: 100px;
    }

    .section-row.middle {
        margin-bottom: 100px;
    }

    .heading-3 {
        font-size: 40px;
        line-height: 50px;
    }

    .text-block-5 {
        font-size: 22px;
        line-height: 32px;
    }

    .image-4 {
        top: -29%;
    }

    .image-9 {
        bottom: 11%;
    }

    .small-content.testimonail-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .small-content.complete-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .small-content.footer-c {
        padding-bottom: 60px;
    }

    .paragraph-6 {
        font-size: 30px;
        line-height: 40px;
    }

    .complete-wr {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .complete-box {
        width: 45%;
    }

    .complete-box.first {
        margin-left: 0px;
    }

    .text-block-6 {
        font-size: 28px;
        line-height: 38px;
    }

    .heading-5 {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 50px;
    }

    .shop-txt {
        margin-bottom: 60px;
    }

    .paragraph-10 {
        font-size: 24px;
        line-height: 34px;
    }

    .text-block-7 {
        margin-bottom: 40px;
        font-size: 28px;
        line-height: 38px;
    }

    .image-14 {
        height: auto;
        margin-bottom: 40px;
    }

    .text-span-7 {
        margin-top: 10px;
        margin-left: 0px;
        font-size: 90px;
        line-height: 90px;
        letter-spacing: 0px;
    }

    .heading-7 {
        font-size: 40px;
        line-height: 50px;
    }

    .heading-8 {
        margin-bottom: 40px;
        font-size: 60px;
        line-height: 70px;
    }

    .no1 {
        display: none;
        margin-top: -60px;
    }

    .image-15 {
        width: 220px;
    }

    .image-16 {
        width: 240px;
    }
}

@media screen and (max-width: 820px) {

    br {
        display: none;
    }

    .heading br {
        display: block;
    }

    .banner-c {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .big-content.header-c {
        padding-top: 20px;
    }

    .big-content.banner-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .big-content.no-1-c {
        padding-top: 40px;
        padding-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .big-content.hero-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .heading {
        font-size: 55px;
        line-height: 65px;
    }

    .text-span {
        margin-left: -7px;
        font-size: 130px;
        line-height: 130px;
    }

    .cta.marg {
        margin-bottom: 20px;
    }

    .no-1-wr {
        margin-bottom: 40px;
    }

    .shop-box {
        width: 45%;
        height: 560px;
        margin-bottom: 40px;
        padding-top: 40px;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .shop-box.last {
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .text-block-2 {
        font-size: 22px;
        line-height: 32px;
    }

    .text-block-3 {
        font-size: 22px;
        line-height: 32px;
    }

    .paragraph-3 {
        font-size: 18px;
        line-height: 28px;
    }

    .hero-txt {
        margin-bottom: 40px;
    }

    .hero-box {
        width: 45%;
        margin-bottom: 40px;
    }

    .hero-box.mouse {
        width: 45%;
    }

    .hero-box.last {
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        width: 45%;
    }

    .medium-content.section-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .medium-content.shop-c {
        padding-top: 40px;
    }

    .section-txt {
        width: 100%;
        text-align: center;
    }

    .heading-3 {
        font-size: 30px;
        line-height: 40px;
    }

    .text-block-5 {
        font-size: 20px;
        line-height: 30px;
    }

    .image-4 {
        position: static;
        display: block;
        margin: 0 auto 40px;
    }

    .image-6 {
        position: static;
        display: block;
        margin: 0 auto 40px;
        width: 70%;
    }

    .image-9 {
        position: static;
        display: block;
        margin: 0 auto 40px;
        width: 60%;
    }

    .section-row {
        flex-direction: column;
        align-items: stretch;
    }

    .small-content.testimonail-c {
        padding-bottom: 40px;
    }

    .small-content.testimonail-c.last {
        padding-bottom: 40px;
    }

    .small-content.complete-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .paragraph-6 {
        font-size: 26px;
        line-height: 36px;
    }

    .complete-txt {
        width: 100%;
        margin-bottom: 40px;
    }

    .complete-box {
        height: 400px;
    }

    .text-block-6 {
        font-size: 24px;
        line-height: 34px;
    }

    .paragraph-8 {
        margin: 0 0 30px 0;
    }

    .shop-txt {
        margin-bottom: 40px;
    }

    .paragraph-10 {
        font-size: 18px;
        line-height: 28px;
    }

    .shop-wr {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .shop-box {
        width: 80%;
        height: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .heading-8 {
        font-size: 40px;
        line-height: 50px;
    }

    .no1 {
        display: none;
    }

    .image-3.last {
        max-width: 250px;
    }

}


@media screen and (max-width: 767px) {

    .complete-box {
        height: auto;
    }

}


@media screen and (max-width: 479px) {

    .cta-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .text-span {
        font-size: 90px;
        line-height: 100px;
    }

    .cta {
        max-width: 100%;
    }

    .cta2 {
        max-width: 100%;
    }

    .cta-wr .cta:first-of-type {
        margin: 0 0 20px 0;
    }

    .text-block-3 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .hero-box {
        width: 100%;
        margin-bottom: 60px;
    }

    .hero-box.mouse {
        width: 100%;
    }

    .hero-box.last {
        width: 100%;
    }

    .paragraph-6 {
        font-size: 22px;
        line-height: 32px;
    }

    .complete-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .complete-box {
        width: 100%;
    }

    .complete-box.first {
        width: 100%;
        margin-bottom: 60px;
    }

    .section-row {
        margin-bottom: 80px;
    }

    .section-row.middle {
        margin-bottom: 80px;
    }

    .heading-5 {
        font-size: 26px;
        line-height: 36px;
    }

    .shop-box {
        width: 100%;
    }

    .heading-6 {
        font-size: 20px;
        line-height: 30px;
    }

    .text-span-7 {
        font-size: 50px;
        line-height: 60px;
    }

    .heading-7 {
        font-size: 35px;
        line-height: 45px;
    }

    .heading-8 {
        font-size: 35px;
        line-height: 45px;
    }

    .image-15 {
        width: 180px;
    }

    .image-16 {
        width: 200px;
    }

    .image-4 {
        width: 60%;
    }

    .image-6 {
        width: 100%;
    }

    .image-9 {
        width: 100%;
    }

    .footer ul {
        flex-direction: column;
    }

    .footer ul li:first-of-type::before {
        content: none;
    }

}

@font-face {
    font-family: 'BROWNPRO - BOLD';
    src: url('../fonts/BROWNPRO---BOLD.OTF') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'BROWNPRO - LIGHT';
    src: url('../fonts/BROWNPRO---LIGHT.OTF') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'BROWNPRO - REGULAR';
    src: url('../fonts/BROWNPRO---REGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
}
