html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "material-design";
    src: url("/fonts/material-design.eot");
    src: url("/fonts/material-design.eot") format("embedded-opentype"), url("/fonts/material-design.woff") format("woff"), url("/fonts/material-design.ttf") format("truetype"), url("img/material-design.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.material-design-ico,
[class^="material-design-"]:before, [class*=" material-design-"]:before,
[class^="material-design-"]:after, [class*=" material-design-"]:after {
    font-family: "material-design";
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
}

.material-design-download166:before {
    content: "\e06e";
}

.material-design-virtual2:before {
    content: "\e191";
}

.material-design-chat75:before {
    content: "\e045";
}

.material-design-device5:before {
    content: "\e068";
}

.material-design-google125:before {
    content: "\e09d";
}

.hidden {
    display: none !important;
}

body {
    background: #333;
    overflow-x: hidden;
    margin: 0px;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #777;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}

.main {
    min-height: calc(92.5vh - 120px);
}

.center {
    display: block;
    text-align: -webkit-center;
}

.header {
    height: 120px;
    width: 100vw;
}

.page {
    width: 100vw;
    left: 0px;
    display: block;
}

footer>.section {
    background: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    height: calc(7.5vh - 40px);
}

.rights {
    display: inline-block;
    width: 80vw;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    vertical-align: baseline;
}

.rights>span {
    margin: 1vw;
}

.white {
    background: white;
    background-color: white;
}

section {
    width: 100vw;
    left: 0px;
    margin: 0px;
    padding: 0px;
    scroll-margin-top: 120px;
}

.dark {
    background: #333;
    color: #fff;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark .h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5, .dark .h6 {
    color: #fff
}

.text-light {
    font-weight: 300;
}

.text-primary {
    color: #7289DA !important;
}

section .box {
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    justify-content: center;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.nowrap {
    white-space: nowrap;
}

.nowrap>* {
    display: inline-block;
}

.nospace span {
    margin: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: .33s all ease-out;
    color: #7289DA;
}

a, a:hover {
    text-decoration: none;
    color: #7289DA;
}

a:active, a:focus {
    color: #777
}

.btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: .3s ease-out;
    -webkit-box-shadow: 1px 1px 0 0 rgb(0 0 0 / 29%);
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 29%);
    padding: 9.75px 18px;
    font-size: 16px;
    line-height: 1.7;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*+.btn {
    margin-top: 25px;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 21px 38px;
    font-size: 23px;
    line-height: 1.7;
    border-radius: 6px;
}

.btn-primary {
    color: #fff;
    background-color: #7289DA;
    border-color: #7289DA;
    box-shadow: 0 4px #708bed;
    border-radius: 15px !important;
}

.btn-primary:hover {
    color: #fff;
}

.btn-primary:active {
    box-shadow: 0 2px #597bf5;
    transform: translateY(4px);
    background-color: #708bed;
}

.card, .plan-card {
    background: rgb(152, 200, 234);
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

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

.card-primary {
    background-color: #899eea;
}

@media (min-width: 768px) {
    .btn {
        padding: 13px 18px;
        font-size: 18px;
        line-height: 1.7;
        border-radius: 0;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 18px;
        line-height: 1.6;
    }

    *+.btn-lg, .btn-group-lg>*+.btn {
        margin-top: 40px;
        padding: 21px 38px;
        font-size: 18px;
        line-height: 1.7;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 20px;
        line-height: 1.7;
    }

    .section .box {
        max-width: 60%;
    }

    .card, .plan-card {
        width: 350px;
    }
}

@media (min-width: 1800px) {
    .swiper-nav .shell {
        max-width: 1632px;
    }

    *+.btn-lg, .btn-group-lg>*+.btn {
        margin-top: 58px;
    }
}

::-webkit-scrollbar {
    width: 0px;
}