@font-face {
    font-family: "San Francisco";
    src: url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff2)
}

@font-face {
    font-family: "San Francisco";
    src: url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff2)
}

@font-face {
    font-family: "San Francisco";
    src: url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff2);
}

@font-face {
    font-family: "San Francisco";
    src: url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff2)
}

@font-face {
    font-family: "San Francisco";
    src: url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff2)
}

@font-face {
    font-family: "San Francisco";
    src: url(https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff2)
}

@font-face {
    font-family: avenir next;
    src: url(../fonts/avenirnextbold.otf);
    font-style: normal
}

@font-face {
    font-family: avenir demi;
    src: url(../fonts/avenirnextdemibold.otf);
    font-style: normal
}
@font-face {
    font-family: "Baloo2";
    src: url(../fonts/baloo2-Regular.ttf);
}
@font-face {
    font-family: "SFUIText";
    src: url(../fonts/SFUIText-Regular.ttf);
}

* {
    margin: 0
}

body {
    height: 100%;
    width: 100%;
    background-color: #f7f7f7;
    font-family: "SFUIText", -apple-system, system-ui, BlinkMacSystemFont,"San Francisco", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;
}

a, a:visited {
    text-decoration: none
}

a:active, a:hover {
    text-decoration: underline
}

@keyframes a {
    0% {
        bottom: 100%;
        opacity: 1
    }
    50% {
        opacity: 1;
        transform: rotate(2turn)
    }
    to {
        transform: rotate(0deg);
        opacity: 0;
        bottom: 0
    }
}



#form-messages p {
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .1);
    text-align: center;
    font-weight: 500;
}

#form-messages p.success {
    color: #30bd64;
    background: rgba(57, 212, 114, .1);
}

#form-messages p.error {
    color: #bd3030;
    background-color: rgba(189, 48, 48, .1);
}

@media (max-width: 415px) {
    hr {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 9vh;
        display: block;
        unicode-bidi: isolate;
        overflow: hidden;
        border-style: inset;
        border-width: 1px;
        width: 100%;
        border-top: 1px solid #ccc;
    }

    #content-second {
        background-color: #fff;
        min-height: 100%;
    }

    #content-second main {
        margin-top: 1vh;
        padding-top: 2vh;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: stretch;
        -moz-align-items: stretch;
        align-items: stretch;
    }

    #content-second main .contentContainer {
        width: 95%;
    }

    #content-second main .contentContainer h1 {
        font-size: 6vh;
        text-align: center;
    }

    #content-second main .contentContainer .contentWidthRestriction {
        margin-top: 3vh;
    }

    #content-second main .contentContainer .contentWidthRestriction .content {
        padding: 20px;
        margin-bottom: 30px;
        text-align: justify;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .05);
        margin-bottom: 40px;
        padding: 36px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    #content-second main .contentContainer .contentWidthRestriction .content h2 {
        font-weight: 500;
        font-size: 22px;
        color: #0fcaa9;
        margin: 20px 0 10px;
        text-align: left;
        padding: 0;
    }
    #content-second main .contentContainer .contentWidthRestriction .content ul {
        list-style-type: decimal
    }
    #content-second main .contentContainer .contentWidthRestriction .content h4 {
        font-weight: 500;
        font-size: 17px;
        color: #1f1f1f;
        margin: 20px 0 10px 0;
        text-align: left;
        padding: 0;
        font-family: SFUIText;
    }

    #content-second main .contentContainer .contentWidthRestriction .content p, #content-second main .contentContainer .contentWidthRestriction .content ul li {
        font-size: 16px;
        line-height: 22px;
        color: #525252;
    }

    #content-second .videoContainer {
        width: 100%;
        height: 30vh;
    }

    #content-second .box_list {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }

    #content-second .box_list a {
        padding: 10px;
    }

    #content-second footer {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        padding-bottom: 20px;
    }

    #content-second footer a {
        padding: 10px;
        color: #000000;
        text-decoration: none;
    }
    #content-second footer a:hover {
        text-decoration: none;
        color: #0fcaa9;
    }


    header {
        position: fixed;
        width: 100%;
        top: 0;
        background-color: #fff;
        z-index: 4;
        height: 0.82vh;
        min-height: 60px;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    header .type1 {
        display: none;
    }

    header .logo {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        -moz-justify-content: start;
        justify-content: start;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        padding-left: 10%;
    }

    header .logo img {
        height: 40px;
        margin-left: 14px;
    }

    header .logo #logo-string {
        padding-left: 10px;
        color: #000000;
        opacity: 0.85;
        font-weight: 500;
        height: 54px;
        line-height: 54px;
        font-size: 24px;
        display: inline-block;
    }


    header .items {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        margin-right: 14px;
        font-size: 17px;
        font-weight: 500;
        padding-right: 10%;
    }

    header .items a, header .items a:visited {
        text-decoration: none;
        color: #000000;
        opacity: 0.85;
        padding: 0 15px;
    }

    header .items a:hover {
        text-decoration: none;
        color: #0fcaa9;
        opacity: 0.85;
    }

    header .items img {
        height: 40px;
    }



    #content main {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        background-color: #f7f7f7;
        margin-top: 10vh;
        width: 100%;
        height: 88vh;
    }

    #content main .left {
        text-align: center;
        width: 70%;
    }

    #content main .left h1 {
        color: #000000;
        font-size: 9vw;
        font-weight: 900;
        font-family: -apple-system, system-ui, BlinkMacSystemFont,"San Francisco", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;
    }

    #content main .left .stores {
        display: none;
    }

    #content main .right {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        -moz-justify-content: start;
        justify-content: start;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        width: 35vh;
        z-index: 2;
    }

    #content main .right #phone {
        position: absolute;
        width: 35vh;
    }

    #content main .right .active {
        z-index: 2;
        border-radius: 10px;
        height: 100%;
    }

    #content main .right .left {
        margin-top: 0;
    }

    #content main .right .phone-image {
        z-index: 2;
        border-radius: 10px;
        height: 100%;
    }

    #content main .right #myCarousel {
        bottom: 0;
        height: 64%;
        margin-top: 7vh;
        border-radius: 10px;
    }

    #content main .right #myCarousel .carousel-inner {
        margin: 0;
        padding: 0;
        width: 100%;
        border-radius:10px;
    }
    #content main .right #myCarousel .carousel-inner .item{
        border-radius:10px;
    }

    #content footer {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        margin-bottom: 30px;
    }

    #content footer a, #content footer a:visited {
        text-decoration: none;
        color: #000000;
        padding: 0 15px;
        font-size: 4vw;
        margin-top: 10px;
        font-weight: 500;
    }

    #content footer a:hover {
        text-decoration: none;
        color: #0fcaa9;
    }

    #coming-soon{
        display: none;
    }
    #coming-soon-mobile{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.97;
        background-color: #ffffff;
        z-index: 100;
        display: none;
    }

    #coming-soon-mobile div{
        text-align: center;
    }

    #coming-soon-mobile .group img{
        width: 12.5vh;
        height: 12.5vh;
        margin-top: 29.5vh;
    }

    #coming-soon-mobile .title img{
        width: 30vh;
        height: 5.3vh;
        margin-top: 3.33vh;
    }
    #coming-soon-mobile .coming-soon-close img{
        width: 8.33vh;
        height: 8.33vh;
        margin-top: 29.5vh;
    }
}

@media (min-width: 415px) and (max-width: 768px),(min-width: 415px) and (orientation: portrait) {
    hr {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 9vh;
        display: block;
        unicode-bidi: isolate;
        overflow: hidden;
        border-style: inset;
        border-width: 1px;
        width: 100%;
        border-top: 1px solid #ccc;
    }

    #content-second {
        background-color: #fff;
        min-height: 100%;
    }

    #content-second main {
        margin-top: 1vh;
        padding-top: 2vh;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: stretch;
        -moz-align-items: stretch;
        align-items: stretch;
    }

    #content-second main .contentContainer {
        width: 90%;
    }

    #content-second main .contentContainer h1 {
        font-size: 6vh;
        text-align: center;
    }

    #content-second main .contentContainer .contentWidthRestriction {
        margin-top: 3vh;
    }

    #content-second main .contentContainer .contentWidthRestriction .content {
        padding: 30px;
        margin-bottom: 30px;
        text-align: justify;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .05);
        margin-bottom: 40px;
        padding: 36px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    #content-second main .contentContainer .contentWidthRestriction .content h2 {
        font-weight: 500;
        font-size: 22px;
        color: #0fcaa9;
        margin: 20px 0 10px;
        text-align: left;
        padding: 0;
    }
    #content-second main .contentContainer .contentWidthRestriction .content ul {
        list-style-type: decimal;
    }
    #content-second main .contentContainer .contentWidthRestriction .content h4 {
        font-weight: 500;
        font-size: 17px;
        color: #1f1f1f;
        margin: 20px 0 10px 0;
        text-align: left;
        padding: 0;
        font-family: SFUIText;
    }

    #content-second main .contentContainer .contentWidthRestriction .content p, #content-second main .contentContainer .contentWidthRestriction .content ul li {
        font-size: 16px;
        line-height: 22px;
        color: #525252;
    }

    #content-second .videoContainer {
        width: 100%;
        height: 50vh;
    }

    #content-second .box_list {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }

    #content-second .box_list a {
        padding: 10px;
    }

    #content-second footer {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        padding-bottom: 20px;
    }

    #content-second footer a {
        padding: 10px;
        color: #000000;
        text-decoration: none;
    }
    #content-second footer a:hover {
        text-decoration: none;
        color: #0fcaa9;
    }

    .match-content {
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        height: 100%;
    }

    .match-content, .match-content div {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center;
        width: 100%;
    }

    .match-content div {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        height: 50vh;
    }

    .match-content div img {
        width: 25vh;
    }

    .match-content div span {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 20px;
        color: #fff;
    }

    .match-content div .call-by {
        font-family: avenir demi;
        font-size: 5vh;
    }

    .match-content div .call-by, .match-content div .number-name {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }

    .match-content div .number-name {
        font-size: 8vh;
        font-family: avenir next;
        font-weight: 700;
    }

    header {
        position: fixed;
        width: 100%;
        background-color: #fff;
        top: 0;
        z-index: 4;
        height: 0.82vh;
        min-height: 60px;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    header .type1 {
        display: none;
    }

    header .logo {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        -moz-justify-content: start;
        justify-content: start;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        padding-left: 10%;
    }

    header .logo img {
        height: 40px;
        margin-left: 14px;
    }

    header .logo #logo-string {
        padding-left: 10px;
        color: #000000;
        opacity: 0.85;
        font-weight: 500;
        height: 54px;
        line-height: 54px;
        font-size: 24px;
        display: inline-block;
    }


    header .items {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        margin-right: 14px;
        font-size: 17px;
        font-weight: 500;
        padding-right: 10%;
    }

    header .items img {
        height: 40px;
    }

    header .items a, header .items a:visited {
        text-decoration: none;
        color: #000000;
        opacity: 0.85;
        padding: 0 15px;
    }

    header .items a:hover {
        text-decoration: none;
        color: #0fcaa9;
        opacity: 0.85;
    }

    #content main {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        margin-top: 10vh;
        width: 100%;
        height: 120vh;
        background-color: #f7f7f7;
    }

    #content main .left {
        z-index: 2;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    #content main .left h1 {
        color: #000000;
        font-size: 9vw;
        font-weight: 900;
    }

    #content main .left .stores {
        display: none;
    }

    #content main .right {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        -moz-justify-content: start;
        justify-content: start;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        width: 50vh;
        z-index: 2;
    }

    #content main .right #phone {
        position: absolute;
        width: 50vh;
    }

    #content main .right .active {
        z-index: 2;
        width: 45vh;
        border-radius: 10px;
        height: 100%;
    }

    #content main .right .left {
        margin-top: 0;
    }

    #content main .right .phone-image {
        z-index: 2;
        width: 45vh;
        border-radius: 10px;
        height: 100%;
    }

    #content main .right #myCarousel {
        position: absolute;
        bottom: 0;
        height: 80%;
        border-radius: 10px;
    }

    #content main .right #myCarousel .carousel-inner {
        margin: 0;
        margin-top: 23vh;
        padding: 0;
        width: 100%;
        border-radius:10px;
    }
    #content main .right #myCarousel .carousel-inner .item{
        border-radius:10px;
    }

    #content footer {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        margin-bottom: 30px;
    }

    #content footer a, #content footer a:visited {
        text-decoration: none;
        color: #000000;
        padding: 0 15px;
        font-size: 3vw;
        margin-top: 10px;
        font-weight: 400;
    }

    #content footer a:hover {
        text-decoration: none;
        color: #0fcaa9;
    }
    #coming-soon{
        display: none;
    }
    #coming-soon-mobile{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.97;
        background-color: #ffffff;
        z-index: 100;
        display: none;
    }

    #coming-soon-mobile div{
        text-align: center;
    }

    #coming-soon-mobile .group img{
        width: 12.5vh;
        height: 12.5vh;
        margin-top: 29.5vh;
    }

    #coming-soon-mobile .title img{
        width: 46.6vh;
        height: 8.33vh;
        margin-top: 3.33vh;
    }
    #coming-soon-mobile .coming-soon-close img{
        width: 8.33vh;
        height: 8.33vh;
        margin-top: 29.5vh;
    }
}

@media (max-width: 415px) and (max-width: 380px) {
    .match-content div img {
        width: 20vh;
        margin-bottom: 20px;
    }

    .match-content div .call-by {
        font-size: 3.5vh;
    }

    .match-content div .number-name {
        font-size: 5vh;
    }
}

@media (min-width: 800px) and (orientation: landscape) {
    hr {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 8.9vh;
        display: block;
        unicode-bidi: isolate;
        overflow: hidden;
        border-style: inset;
        border-width: 1px;
        width: 100%;
        border-top: 1px solid #ccc;
        position: fixed;
    }

    #content-second {
        background-color: #fff;
        min-height: 100%;
    }

    #content-second main {
        margin-top: 1vh;
        padding-top: 8vh;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: stretch;
        -moz-align-items: stretch;
        align-items: stretch;
        background-color: #f7f7f7;
    }

    #content-second main .contentContainer {
        width: 80%;
    }

    #content-second main .contentContainer h1 {
        margin-top: 7vh;
        font-size: 4.5vw;
        text-align: center;
        font-weight: 900;
        font-family: SFUIText;
        opacity: 0.85;
    }

    #content-second main .contentContainer .contentWidthRestriction {
        margin-top: 5vh;
    }

    #content-second main .contentContainer .contentWidthRestriction .content {
        padding: 30px;
        margin-bottom: 30px;
        text-align: justify;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .05);
        margin-bottom: 40px;
        padding: 36px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    #content-second main .contentContainer .contentWidthRestriction .content h2 {
        font-family: SFUIText;
        font-weight: 500;
        font-size: 22px;
        color: #0fcaa9;
        margin: 20px 0 10px;
        text-align: left;
        padding: 0;
    }
    #content-second main .contentContainer .contentWidthRestriction .content ul {
        list-style-type: decimal
    }
    #content-second main .contentContainer .contentWidthRestriction .content h4 {
        font-weight: 500;
        font-size: 17px;
        color: #1f1f1f;
        margin: 20px 0 10px 0;
        text-align: left;
        padding: 0;
        font-family: SFUIText;
    }

    #content-second main .contentContainer .contentWidthRestriction .content p, #content-second main .contentContainer .contentWidthRestriction .content ul li {
        font-size: 16px;
        line-height: 22px;
        font-family: SFUIText;
        color: #525252;
    }

    #content-second .box_list {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }

    #content-second .box_list a {
        padding: 10px;
    }

    #content-second footer {
        display: none;
    }

    header {
        position: fixed;
        width: 100%;
        top: 0;
        background-color: #fff;
        z-index: 4;
        height: 12.5vh;
        min-height: 60px;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    header .type2 {
        display: none;
    }

    header .logo {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        -moz-justify-content: start;
        justify-content: start;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        padding-left: 10%;
    }

    header .logo img {
        height: 54px;
        margin-left: 20px;
    }

    header .logo #logo-string {
        padding-left: 10px;
        color: #000000;
        opacity: 0.85;
        font-weight: 500;
        height: 54px;
        line-height: 54px;
        font-size: 24px;
        display: inline-block;
    }


    header .items {
        -moz-flex: 4;
        -ms-flex: 4;
        flex: 4;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        margin-right: 26px;
        font-size: 20px;
        padding-right: 10%;
    }

    header .items a, header .items a:visited {
        text-decoration: none;
        color: #000000;
        opacity: 0.85;
        padding: 0 15px;
    }

    header .items a:hover {
        text-decoration: none;
        color: #0fcaa9;
        opacity: 0.85;
    }

    #content main {
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        -ms-flex-align: stretch;
        -moz-align-items: stretch;
        align-items: stretch;
        background-color: #f7f7f7;
        padding-left: 10%;
        padding-right: 10%;
        height: 100%;
    }

    #content main, #content main .left {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-justify-content: center;
        justify-content: center;
    }

    #content main .left {
        z-index: 2;
        -moz-flex: 2;
        -ms-flex: 2;
        flex: 2;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        -moz-align-items: center;
    }

    #content main .left h1 {
        width: 43vw;
        opacity: 0.85;
        font-size: 7.1vw;
        font-weight: 900;
        line-height: 1.02;
        color: #000000;
        font-family: Baloo2;
    }

    #content main .left .stores {
        margin-top: 2vw;
    }

    #content main .left .stores img {
        width: 18.3vw;
        padding: 0 1vw 0 0;
        z-index: 3;
    }

    #content main .right {
        z-index: 2;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    #content main .right #phone {
        height: 100%;
        max-height: 80%;
        min-height: 72%;
    }

    #content main .right #myCarousel, #content main .right #phone {
        position: absolute;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -ms-border-top-left-radius: 10px;
        -ms-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #content main .right #myCarousel {
        bottom: 0;
        height: 70%;
    }

    #content main .right .phone-image {
        -webkit-border-top-right-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -ms-border-top-left-radius: 10px;
        -ms-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 100%;
    }

    #content footer {
        display: none;
    }

    #coming-soon-mobile{
        display: none;
    }
    #coming-soon{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.97;
        background-color: #ffffff;
        z-index: 100;
        display: none;
    }

    #coming-soon div{
        text-align: center;
    }

    #coming-soon .group img{
        width: 13.25vh;
        height: 13.25vh;
        margin-top: 30.8vh;
    }

    #coming-soon .title img{
        width: 26.3vh;
        height: 4.25vh;
        margin-top: 4.5vh;
    }
    #coming-soon .coming-soon-close img{
        width: 8vh;
        height: 8vh;
        margin-top: 30.8vh;
    }
}

@media (min-width: 800px) and (orientation: landscape) and (max-width: 900px) {
    #content main {
        padding-left: 5%;
        padding-right: 5%;
    }
}


@media (min-width: 769px) and (max-width: 800px) {
    hr {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 10vh;
        display: block;
        unicode-bidi: isolate;
        overflow: hidden;
        border-style: inset;
        border-width: 1px;
        width: 100%;
        border-top: 1px solid #ccc;
    }

    #content-second {
        background-color: #fff;
        min-height: 100%;
    }

    #content-second main {
        margin-top: 1vh;
        padding-top: 2vh;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: stretch;
        -moz-align-items: stretch;
        align-items: stretch;
    }

    #content-second main .contentContainer {
        width: 80%;
    }

    #content-second main .contentContainer h1 {
        text-align: center;
        margin-top: 7vh;
        font-size: 4.5vw;
        text-align: center;
        font-weight: 900;
        font-family: SFUIText;
        opacity: 0.85;
    }

    #content-second main .contentContainer .contentWidthRestriction {
        margin-top: 3vh;
        background: #ffffff;
    }

    #content-second main .contentContainer .contentWidthRestriction .content {
        padding: 30px;
        margin-bottom: 30px;
        text-align: justify;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .05);
        margin-bottom: 40px;
        padding: 36px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    #content-second main .contentContainer .contentWidthRestriction .content h2 {
        font-weight: 500;
        font-size: 22px;
        color: #0fcaa9;
        margin: 20px 0 10px;
        text-align: left;
        padding: 0;
        font-family: SFUIText;
    }

    #content-second main .contentContainer .contentWidthRestriction .content ul {
        list-style-type: decimal;
    }
    #content-second main .contentContainer .contentWidthRestriction .content h4 {
        font-weight: 500;
        font-size: 17px;
        color: #1f1f1f;
        margin: 20px 0 10px 0;
        text-align: left;
        padding: 0;
        font-family: SFUIText;
    }

    #content-second main .contentContainer .contentWidthRestriction .content p, #content-second main .contentContainer .contentWidthRestriction .content ul li {
        font-family: SFUIText;
        font-size: 16px;
        line-height: 22px;
        color: #525252;
    }

    #content-second .box_list {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }

    #content-second .box_list a {
        padding: 10px;
    }

    #content-second footer {
        display: none;
    }

    header {
        position: absolute;
        width: 100%;
        top: 0;
        background-color: #fff;
        z-index: 4;
        height: 12.5vh;
        min-height: 60px;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    header .type2 {
        display: none;
    }

    header .logo {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        -moz-justify-content: start;
        justify-content: start;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        padding-left: 10%;
    }

    header .logo img {
        height: 54px;
        margin-left: 34px;
    }

    header .logo #logo-string {
        padding-left: 10px;
        color: #000000;
        opacity: 0.85;
        font-weight: 500;
        height: 54px;
        line-height: 54px;
        font-size: 24px;
        display: inline-block;
    }

    header .items {
        -moz-flex: 4;
        -ms-flex: 4;
        flex: 4;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        margin-right: 26px;
        font-size: 17px;
        font-weight: 500;
        padding-right: 10%;
    }

    header .items a, header .items a:visited {
        text-decoration: none;
        color: #000000;
        opacity: 0.85;
        padding: 0 15px;
    }

    header .items a:hover {
        text-decoration: none;
        color: #0fcaa9;
        opacity: 0.85;
    }

    #content {
        width: 100%;
    }

    #content main {
        margin-top: 10vh;
        width: 100%;
        height: 120vh;
        background-color: #f7f7f7;
    }

    #content main, #content main .left {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    #content main .left {
        z-index: 2;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    #content main .left h1 {
        width: 43vw;
        opacity: 0.85;
        font-size: 7.1vw;
        font-weight: 900;
        line-height: 1.02;
        color: #000000;
        font-family: Baloo2;
    }

    #content main .left .stores {
        margin-top: 2vw;
    }

    #content main .left .stores img {
        width: 18.3vw;
        padding: 0 1vw 0 0;
        z-index: 3;
    }

    #content main .right {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        -moz-justify-content: start;
        justify-content: start;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        width: 50vh;
        z-index: 2;
        padding-top: 6vh;
    }

    #content main .right #phone {
        position: absolute;
    }

    #content main .right .active {
        z-index: 2;
        width: 45vh;
        border-radius: 10px;
        height: 100%;
    }

    #content main .right .left {
        margin-top: 0;
    }

    #content main .right .phone-image {
        z-index: 2;
        width: 45vh;
        border-radius: 10px;
        height: 100%;
    }

    #content main .right #myCarousel {
        position: absolute;
        bottom: 0;
        height: 80%;
        border-radius: 10px;
    }

    #content main .right #myCarousel .carousel-inner {
        margin: 0;
        margin-top: 42vh;
        padding: 0;
        width: 100%;
    }

    #content footer {
        display: none;
    }

    #coming-soon-mobile{
        display: none;
    }
    #coming-soon{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.97;
        background-color: #ffffff;
        z-index: 100;
        display: none;
    }
    #coming-soon div{
        text-align: center;
    }

    #coming-soon .group img{
        width: 13.25vh;
        height: 13.25vh;
        margin-top: 30.8vh;
    }

    #coming-soon .title img{
        width: 26.3vh;
        height: 4.25vh;
        margin-top: 4.5vh;
    }
    #coming-soon .coming-soon-close img{
        width: 8vh;
        height: 8vh;
        margin-top: 30.8vh;
    }
}