/*============= General ============*/
body {
    scroll-behavior: smooth;
    padding-top: 5rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 17px;
}

.color-blue {
    color: #1a73e8 !important;
    font-weight: 600;
}

.color-yellow {
    color: #f0a511 !important;
    font-weight: 600;
}

.color-green {
    color: #04ac18 !important;
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 500;
}

.invalid {
    border: 2px solid #ff7b94 !important;
}

.inputError {
    display: none;
    color: #ff7b94 !important;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    top: 6px;
    margin-bottom: 0;
}

@keyframes scroll_2 {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    75% {
        transform: translateY(3em);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

/*============= nav ============*/
nav {
    background-color: #f7f7f7;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

nav .logo {
    width: 100%;
    padding: 5px 0;
    max-width: 158px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #185abc;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/icons/icon-burger-white.png');
}

.navbar-toggler {
    border: none !important;
    background: #1a73e8;
    border-radius: 3px;
}

nav .nav-item a {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

nav .nav-item.active a {
    color: #185abc;
    font-weight: 600;
}

.navbar-nav .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.btn-primary {
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    background-color: #1a73e8;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 12px 24px;
}

.btn-primary:hover {
    background-color: #185abc;
    opacity: 0.8;
}

/*============= sc-01 ============*/
.sc-01 {
    background-image: url('../images/animated-bg.gif');
    background-color: #73ceef;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    position: relative;
}

.sc-01 .overlay {
    background-image: linear-gradient(to right, #185abc 30%, transparent 100%);
    /* background-color: rgb(0, 0, 0); */
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    inset: 0px;
}

.sc-01 .animated-img-wrapper img {
    width: 100%;
    display: none;
}

.sc-01 .row {
    min-height: 80vh;
}

.sc-01 .wrapper {
    max-width: 680px;
    margin-top: 30px;
    margin-bottom: 140px;
}

.sc-01 strong {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
}

.sc-01 h2 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
}

.sc-01 span {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.sc-01 .icon {
    width: 100%;
    max-width: 32px;
    margin-right: 10px;
}

.icon-wrap {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 3%;
    font-family: Barlow, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.icon-scroll {
    display: block;
    position: relative;
    width: 27px;
    height: 54px;
    margin-right: auto;
    margin-bottom: 3px;
    margin-left: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 25px;
}

.scroll-dot {
    position: absolute;
    left: 36%;
    top: 5px;
    bottom: auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    animation: scroll_2 1.5s infinite;
}

/*============= sc-02 ============*/
.sc-02 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sc-02 p {
    font-size: 24px;
    font-weight: 400;
}

/*============= sc-03 ============*/
.sc-03 {
    background-image: url('../images/office-bg.webp');
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 44vh;
}

/*============= sc-04 ============*/
.sc-04 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f0f1f3;
}

.sc-04 .wrapper {
    width: 100%;
    max-width: 480px;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-left: 70px;
    background-image: url('../images/icons/icon-check.png');
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: top left;
}

.sc-04 .icon-1 {
    background-image: url('../images/icons/icon-views.png');
}

.sc-04 .icon-2 {
    background-image: url('../images/icons/icon-follower.png');
}

.sc-04 .icon-3 {
    background-image: url('../images/icons/icon-influencer.png');
}

.sc-04 .icon-4 {
    background-image: url('../images/icons/icon-revenue.png');
}

.sc-04 .icon-5 {
    background-image: url('../images/icons/icon-support.png');
}

.sc-04 .icon-6 {
    background-image: url('../images/icons/icon-inhouse.png');
}

.sc-04 .icon-7 {
    background-image: url('../images/icons/icon-google-reviews.png');
}

.sc-04 .icon-8 {
    background-image: url('../images/icons/icon-businesses.png');
}

.sc-04 .icon-9 {
    background-image: url('../images/icons/icon-flag.png');
}

.sc-04 .icon-10 {
    background-image: url('../images/icons/multi-platform.png');
}

.sc-04 .col-md-6:last-child .wrapper {
    margin-bottom: 0;
}

.sc-04 h2 {
    font-size: 32px;
    font-weight: 500;
    color: rgb(32, 33, 36);
    margin-bottom: 30px;
}

.sc-04 h5 {
    /* font-size: 21px; */
    font-weight: 700;
    color: rgb(32, 33, 36);
    margin-bottom: 20px;
}

.sc-04 .col-md-12 strong {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #1a73e8;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sc-04 p {
    font-size: 17px;
}

/*============= sc-05 ============*/
.sc-05 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sc-05 .carousel,
.sc-05 .carousel-inner,
.sc-05 .carousel .carousel-item,
.sc-05 .carousel img {
    border-radius: 4px;
}

.sc-05 .wrapper strong {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #1a73e8;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sc-05 .wrapper h2 {
    font-size: 36px;
    font-weight: 800;
    color: rgb(32, 33, 36);
}

.sc-05 figure {
    border-radius: 4px;
}

.sc-05 .col-md-6:last-child figure {
    margin-bottom: 0;
}

.sc-05 figure figcaption {
    padding: 10px 20px;

}

.sc-05 figure figcaption strong {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: rgb(32, 33, 36);
    margin-bottom: 10px;
}

.sc-05 figure figcaption p {
    margin-bottom: 0;
}

.sc-05 figure img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 5px solid #1a73e8;
    width: 100%;
    margin-bottom: 10px;
}



/*============= sc-06 ============*/
.sc-06 {
    padding-top: 100px;
    padding-bottom: 100px;
    /* background-image: url('../images/sc-06-bg.webp'); */
    background-color: #f0f1f3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sc-06 .overlay {
    /* background-image: linear-gradient(to right, #212529 0%, transparent 120%);
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    inset: 0px; */
}

.sc-06 .title-wrapper strong {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #1a73e8;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sc-06 .title-wrapper h2 {
    font-size: 36px;
    font-weight: 800;

}

.sc-06 .wrapper {
    background-color: #fff;
    padding: 20px 30px 30px 30px;
    border-radius: 4px;
}

.sc-06 table {
    width: 100%;
    /* color: #fff; */
    text-align: center;
}

.sc-06 table tr th:first-child {
    width: 25%;
}

.sc-06 table tr:first-child {
    height: 40px;

}

.sc-06 table tr:nth-child(even) {
    background-color: #f7f7f7;
    border-radius: 4px;
}

.sc-06 table tr th:first-child,
.sc-06 table tr td:first-child {
    text-align: left;
    padding-left: 30px;
}

.sc-06 table th {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.sc-06 table tr {
    height: 100px;
    vertical-align: center;
}

.sc-06 table tr td:first-child {
    font-size: 18px;
    font-weight: 700;
}

.sc-06 table td span {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition-property: background-color, color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: #1a73e8;
}

.sc-06 table td img {
    max-height: 95px;
}

.sc-06 .xs-wrapper {
    background-color: #fff;
    padding: 20px 30px 30px 30px;
    border-radius: 4px;
    width: 100%;
    max-width: 480px;
    margin: 20px auto;
    display: none;
}

.sc-06 .xs-wrapper table td {
    text-align: center !important;
}


/*============= sc-07 ============*/
.sc-07 {
    padding-top: 140px;
    padding-bottom: 100px;
}

.sc-07 h2 {
    font-size: 36px;
    font-weight: 800;
}

.sc-07 h2 span {
    color: #1a73e8;
}

.sc-07 table {
    width: 100%;
    max-width: 920px;
    margin: auto;
}

.sc-07 table th {
    padding: 30px;
}

.sc-07 tr th:nth-child(1) {
    width: 60%;
}

.sc-07 tr th:nth-child(2) {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #1a73e8;
}


.sc-07 tr th:nth-child(2) {
    text-align: center;
    width: 20%;
    color: #fff;
}


.sc-07 tr th:nth-child(3) {
    text-align: center;
    width: 20%;
}

.sc-07 tr td:nth-child(2) {
    background-color: #1a73e8;
}

.sc-07 tr:last-child td:nth-child(2) {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.sc-07 tr td:nth-child(3) {
    background-color: #fff;
}

.sc-07 tr:nth-child(even) td:nth-child(3) {
    /* background-color: #fffde3; */
    background-color: #f7f7f7;
}

.sc-07 tr td:nth-child(2),
.sc-07 tr td:nth-child(3) {
    text-align: center;
}

.sc-07 tr td:nth-child(3) span {
    line-height: inherit;
}

.sc-07 table tr td:first-child {
    background-repeat: no-repeat;
    background-position: 4% center;
    background-size: 36px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: inherit;
    padding-left: 70px !important;
}

.sc-07 table tr:nth-child(2) td:first-child {
    background-image: url('../images/icons/icon-views-blue.png');
}

.sc-07 table tr:nth-child(3) td:first-child {
    background-image: url('../images/icons/icon-revenue-blue.png');
}


.sc-07 table tr:nth-child(4) td:first-child {
    background-image: url('../images/icons/icon-group-blue.png');
}


.sc-07 table tr:nth-child(5) td:first-child {
    background-image: url('../images/icons/icon-influencer-blue.png');
}


.sc-07 table tr:nth-child(6) td:first-child {
    background-image: url('../images/icons/icon-support-blue.png');
}


.sc-07 table tr:nth-child(7) td:first-child {
    background-image: url('../images/icons/icon-security-blue.png');
}





.sc-07 table tr td:last-child {
    font-size: 17px;
    font-weight: 500;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sc-07 table tr td {
    padding: 20px 30px;

}

.sc-07 table tr:nth-child(even) td:nth-child(1) {

    background-color: #f7f7f7;
}

.sc-07 table tr th img {
    width: 100%;
}

.sc-07 table tr td img {
    width: 100%;
    max-width: 48px;
    padding: 5px;
}

.sc-07 table tr td:last-child img {
    width: 100%;
    max-width: 46px;
    padding: 5px;
}





/*============= sc-08 ============*/
.sc-08 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/sc-03-bg6.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sc-08 .overlay {
    /* background-image: linear-gradient(to left, #185abc 10%, transparent 100%); */
    background-color: #185abc;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    inset: 0px;
}

.sc-08 .content-wrapper {
    max-width: 634px;
    margin-left: auto;
}

.sc-08 h2 {
    font-size: 36px;
    font-weight: 800;
    color: #08ebaf;
}

.sc-08 .title-wrapper h2 {
    color: #fff;
    font-weight: 600;
}

.sc-08 strong {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sc-08 label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.sc-08 input,
.sc-08 select,
.sc-08 textarea {
    font-size: 14px;
    font-weight: 500;
}

input[name="hdyhau"]::placeholder {
    font-style: italic;
}

textarea::placeholder {
    font-style: italic;
    font-weight: light;
    font-size: 12px;
}

.sc-08 textarea {
    height: 140px;
}

.sc-08 p,
.sc-08 ul {
    color: #fff;
}

.sc-08 .btn {
    margin-top: 10px;
    background-color: #05b788;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.sc-08 .btn:hover {
    opacity: 1;
    background-color: #06c996;
}

.sc-08 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    max-width: 380px;
}

.sc-08 .title-wrapper {
    max-width: 396px;
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 0;
}

.sc-08 ul li {
    /* background-image: url('../images/icons/icon-check.png'); */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    margin-bottom: 20px;
}

.sc-08 .text-lg {
    font-size: 42px;
    font-weight: 800;
    color: #08ebaf;
    margin-right: 5px;
}

/*============= sc-09 ============*/
.sc-09 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sc-09 .title-wrapper,
.sc-09 .content-wrapper {
    padding-left: 20px;
}

.sc-09 .title-wrapper strong {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #1a73e8;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sc-09 .title-wrapper h2 {
    font-size: 36px;
    font-weight: 600;
    color: rgb(32, 33, 36);
}

.sc-09 img {
    width: 100%;
    max-width: 439px;
    border-bottom: 5px solid #1a73e8;
    border-radius: 4px;
}

/*============= sc-10 ============*/
.sc-10 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
}

.sc-10 .title-wrapper strong {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #1a73e8;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sc-10 .title-wrapper h2 {
    font-size: 36px;
    font-weight: 800;
}

.sc-10 .content-wrapper {
    max-width: 960px;
    margin: auto;
}

.sc-10 .card-header {
    padding: 0;
    border-bottom: 0;
    border-radius: 0;
}

.sc-10 .card-header .btn {
    padding: 15px 40px 15px 30px;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    background-color: #fff;
    border-bottom: 2px solid #f7f7f7;
    text-wrap: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: rgb(32, 33, 36);
}

.sc-10 .card-header .btn.collapsed {
    background-image: url('../images/icons/chevron-down.svg');
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 97.5% center;
}

.sc-10 .card-header .btn {
    background-image: url('../images/icons/chevron-up.svg');
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 97.5% center;
    border-radius: 4px;
}

.sc-10 .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
    border-radius: 4px;
}

.sc-10 .card .btn:focus {
    box-shadow: none;
}

.sc-10 .card .card-body {
    background: #fff;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

/*============= footer ============*/
footer {
    border-top: 3px solid #1a73e8;
    padding-top: 100px;
    background-color: #185abc;
}

footer .bottom {
    font-size: 12px;
    color: #fff;
    background-color: #174fa3;
    padding: 10px;
}

footer .content-wrapper {
    max-width: 960px;
    margin: auto;
}

footer .content-wrapper p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

footer .logo {
    width: 100%;
    max-width: 180px;
    margin-bottom: 30px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

footer ul li {
    display: inline-block;
    padding-right: 34px;
}

footer ul li:last-child {
    padding-right: 0;
}

footer ul li a {
    color: #f5f5f5;
}

footer ul li a:hover {
    color: #d3d3d3;
    text-decoration: none;
}

/*============= Media Query ============*/
@media only screen and (max-width: 991px) {

    /* Utility */
    .flow-md-reverse {
        flex-flow: column-reverse;
    }

    .navbar-light .navbar-nav .active {
        background-color: #fff;
    }

    .sc-01 .row {
        min-height: 65vh;
    }

    .sc-08 .title-wrapper {
        width: 100%;
        max-width: 100%;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .sc-09 img {
        margin-bottom: 30px;
    }

    .sc-09 .title-wrapper,
    .sc-09 .content-wrapper {
        padding-left: 0;
    }

    .sc-06 .wrapper {
        display: none;
    }

    .sc-06 .xs-wrapper {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .sc-01 .row {
        min-height: 50vh;
    }

    .sc-01 h2 {
        font-size: 48px;
    }

    .sc-07 tr td:nth-child(3) img {
        display: block;
    }

    .sc-07 tr td:nth-child(3) span {
        line-height: inherit;
        display: none;
    }

    .sc-07 tr th:nth-child(1) {
        width: 60%;
    }

    .sc-07 tr th:nth-child(2),
    .sc-07 tr th:nth-child(3) {
        width: 20%;
        font-size: 15px;
        line-height: normal;
    }

    .sc-07 table th {
        padding: 20px 5px;
    }

    .sc-07 tr td:nth-child(2),
    .sc-07 tr td:nth-child(3) {
        padding: 0 !important;
    }

    .sc-07 tr td:nth-child(2) img,
    .sc-07 tr td:nth-child(3) img {
        margin: auto;
    }

    .sc-07 h2 {
        font-size: 28px;
    }

    .sc-07 table tr td:first-child {
        background-size: 32px;
        font-size: 15px;
        line-height: normal;
        padding-left: 56px !important;
    }

    .sc-07 table tr td img {
        max-width: 38px;
    }

    .sc-07 table tr td:last-child img {
        max-width: 37px;
    }

    .sc-04 h2,
    .sc-09 .title-wrapper h2,
    .sc-06 .title-wrapper h2,
    .sc-05 .wrapper h2,
    .sc-10 .title-wrapper h2 {
        font-size: 28px;
    }

    .sc-05 .wrapper strong,
    .sc-10 .title-wrapper strong,
    .sc-04 .col-md-12 strong,
    .sc-06 .title-wrapper strong,
    .sc-09 .title-wrapper strong {
        font-size: 18px;
    }

    .sc-02 p {
        font-size: 20px;
    }

    .sc-06 table td span {
        font-size: 36px;
    }

    .sc-08 .text-lg {
        font-size: 36px;
    }

    .sc-05 figure {
        margin: 0 auto 30px;
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    nav .logo {
        max-width: 130px;
    }

    body {
        padding-top: 4.5rem;
    }

}

@media only screen and (max-width:576px) {
    .sc-01 {
        background-image: none;
    }

    .sc-01 .overlay {
        background-image: linear-gradient(to top, #185abc 30%, transparent 100%);
    }

    .sc-01 strong {
        font-size: 17px;
    }

    .sc-01 .animated-img-wrapper img {
        display: block;
    }

    .sc-05 .wrapper strong,
    .sc-10 .title-wrapper strong,
    .sc-04 .col-md-12 strong,
    .sc-06 .title-wrapper strong,
    .sc-09 .title-wrapper strong {
        font-size: 16px;
    }

    .sc-01 .wrapper {
        text-align: center;
        margin-bottom: 100px;
    }

    .sc-01 .row {
        min-height: 40vh;
    }

    .sc-01 h2 {
        font-size: 38px;
    }

    .sc-01 .icon {
        display: none;
    }

    .sc-01 span {
        display: flex;
    }

    .sc-01 .animated-img-wrapper {
        margin-bottom: -100px;
    }

    .icon-scroll {
        height: 46px;
    }

    .sc-02 .row {
        text-align: center;
    }

    .sc-03 {
        background-position: left center;
    }

    .sc-10,
    .sc-09,
    .sc-08,
    .sc-07,
    .sc-06,
    .sc-05,
    .sc-04,
    .sc-02 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sc-04 .row.mb-5 {
        text-align: center;
    }

    .sc-04 h2,
    .sc-09 .title-wrapper h2,
    .sc-06 .title-wrapper h2,
    .sc-05 .wrapper h2,
    .sc-10 .title-wrapper h2 {
        font-size: 26px;
    }

    .sc-04 h2 {
        margin-bottom: 0;
    }

    .sc-04 .wrapper {
        max-width: 420px;
        margin: 0 auto 30px;
        padding-left: 55px;
        background-size: 38px;
    }

    .sc-04 p {
        font-size: 16px;
    }

    .sc-04 h5 {
        font-size: 17px;
        margin-bottom: 10px;
    }


    .sc-05 .row.mb-5 {
        margin-bottom: 30px !important;
    }

    .sc-05 figure {
        max-width: 420px;
    }

    .sc-06 .xs-wrapper {
        max-width: 420px;
        margin: 30px auto;
    }

    .sc-07 h2 {
        font-size: 21px;
    }

    .sc-07 table tr td:first-child {
        padding-left: 50px !important;
    }

    .sc-07 table tr td {
        padding: 20px 10px;
    }

    .sc-08 h2 {
        font-size: 26px;
    }

    .sc-08 .text-lg {
        font-size: 32px;
    }

    .sc-08 strong br {
        display: none;
    }

    .sc-08 .btn {
        font-size: 14px;
    }

    .sc-10 .card-header .btn {
        font-size: 16px;
    }

    footer ul {
        line-height: 2.5;
    }
}

@media only screen and (max-width:420px) {
    nav .logo {
        max-width: 110px;
    }

    body {
        padding-top: 4rem;
    }

    .sc-01 h2 {
        font-size: 31px;
    }

    .sc-01 span {
        font-size: 14px;
    }

    .sc-02 p {
        font-size: 18px;
    }

    .sc-07 tr th:nth-child(2),
    .sc-07 tr th:nth-child(3) {
        width: 15%;
        font-size: 12px;
    }

    .sc-07 tr th:nth-child(1) {
        width: 70%;
    }

    .sc-07 table tr td:first-child {
        font-size: 14px;
    }

    .sc-07 h2 {
        font-size: 20px;
    }
}