::selection {
    background-color: rgba(90, 241, 200, .5);
}

*,
:after,
:before {
    box-sizing: border-box;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}

button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
}

body,
code,
pre {
    font-family: Montserrat, sans-serif;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

a {
    -webkit-tap-highlight-color: transparent;
    color: #251c4d;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #0a0815;
}

a:active {
    color: #000;
}

a strong {
    color: currentColor;
}

hr {
    background-color: #d9d9d9;
    border: none;
    display: block;
    height: 2px;
    margin-bottom: 16px;
    margin-top: 16px;
}

img {
    height: auto;
    max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
    vertical-align: baseline;
}

small {
    font-size: .875em;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

strong {
    font-weight: 600;
}

fieldset {
    border: none;
}

table td,
table th {
    text-align: left;
    vertical-align: top;
}

.w-icon {
    height: 48px;
    position: relative;
    width: 48px;
}

.w-icon,
.w-icon svg {
    display: inline-block;
}

.w-icon svg {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    height: 100%;
    left: 0;
    line-height: 1;
    position: absolute;
    text-rendering: auto;
    top: 0;
    width: 100%;
}

.w-icon svg:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.w-button {
    background-color: #25bbbc;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.w-button:hover {
    background-color: #14ebb0;
    color: #000;
}

.c-default-navbar--light .w-button,
.p-detail__hero .w-button {
    background: #fff;
}

.c-default-navbar--light.c-default-navbar--sticky .w-button {
    background: #25bbbc;
}

.w-title {
    margin-bottom: 60px;
    text-align: center;
}

.w-title h2 {
    color: #251c4d;
    font-family: "PT Serif", serif;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0;
}

.c-default-navbar {
    border: 1px solid transparent;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .25s;
    transition: all .25s;
    width: 100%;
    z-index: 5;
}


.c-default-navbar--light:not(.c-default-navbar--sticky) .c-default-navbar__end ul li a:not(.w-button),
.c-default-navbar--light:not(.c-default-navbar--sticky) .c-default-navbar__start ul li a {
    color: #fff;
}


.c-default-navbar--sticky {
    background-color: #fff;
    border-color: #ddd;
}

.c-default-navbar__wrapper {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-default-navbar__start {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    margin: 0 -20px;
}

.c-default-navbar__start ul {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 10px;
}

.c-default-navbar__start ul li a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding: 30px 25px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.c-default-navbar__start ul li a:hover {
    color: #fc3782;
}

.c-default-navbar__end ul {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.c-default-navbar__end ul li a {
    color: #251c4d;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.c-default-navbar__end ul li a:hover {
    color: #fc3782;
}

.c-default-navbar__logo {
    display: inline-block;
    height: 104px;
    padding: 25px 20px;
    width: 190px;
}

.c-default-navbar__logo img {
    width: 100%;
}

.c-default-navbar__mobile {
    display: none;
    position: relative;
}

.c-default-navbar__mobile button {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(90, 241, 200, .5);
    border-width: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 48px;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 48px;
}

.c-default-navbar__mobile button span {
    background-color: #251c4d;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    width: 30px;
}

.c-default-navbar__mobile button span:last-child {
    margin-bottom: 0;
}

.c-default-navbar__mobile ul {
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 280px;
}

.c-default-navbar__mobile ul li {
    text-align: right;
}

.c-default-navbar__mobile ul li a {
    border-bottom: 1px solid #ddd;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
}

.c-default-navbar__mobile ul li a.spc {
    font-weight: 700;
}

.c-default-navbar__mobile ul li a.spc-r {
    background-color: #25bbbc;
}

.c-default-navbar__mobile:hover ul {
    display: block;
}

.c-default-footer {
    background-color: #25bbbc;
    overflow: hidden;
    padding: 100px 0;
}

.c-default-footer__wrapper {
    -webkit-box-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
}

.c-default-footer__column {
    flex-basis: 20%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0 1.5rem;
    width: 20%;
}

.c-default-footer__nav {
    margin-bottom: 30px;
}

.c-default-footer__nav h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.c-default-footer__nav ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.c-default-footer__nav ul li a {
    color: #000;
    display: inline-block;
}

.c-default-footer__nav ul li a:hover {
    text-decoration: underline;
}

.c-default-footer__social-nav {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    list-style-type: none;
    margin-bottom: 30px;
    padding-left: 0;
}

.c-default-footer__social-nav li {
    margin-right: 5px;
}

.c-default-footer__social-nav img {
    width: 36px;
}

.c-default-footer__social-nav li:last-child {
    margin-right: 0;
}

.c-default-footer__social-nav li a .w-icon {
    color: #000;
    height: 27px;
    width: 27px;
}

.c-default-footer__social-nav li a .w-icon:hover {
    color: #fc3782;
}

.c-home-page-hero {
    background-color: #f6f6fc;
    padding-bottom: 50px;
    padding-top: 154px;
}

.c-home-page-hero .btn-primary {
    background-color: #25bbbc;
    border-color: #25bbbc;
    color: #fff;
}

.c-home-page-hero h1 {
    color: #251c4d;
    font-family: "PT Serif", serif;
    font-size: 36px;
    font-weight: 700;
}

.c-home-page-hero p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
}

.p-home-page__services {
    padding-top: 100px;
}

.p-home-page__services__item {
    text-align: center;
}

.p-home-page__services__item img {
    height: 150px !important;
    margin-bottom: 30px;
    width: auto !important;
}

.p-home-page__services__item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.p-home-page__services__item p {
    font-size: 18px;
    margin-bottom: 0;
}

.p-home-page__presences {
    padding-top: 100px;
}

.p-home-page__presences.features-list .row {
    border-bottom: 1px solid #eaf8f8;
    padding: 50px 0;
}

.p-home-page__presences.features-list .row:last-child {
    border: 0;
}

.p-home-page__presences__item span {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 32px;
    display: -webkit-inline-box;
    display: inline-flex;
    font-family: "PT Serif", serif;
    font-size: 14px;
    height: 32px;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0 10px;
    text-align: center;
}

.p-home-page__presences__item span.blue {
    background-color: #27a;
    color: #fff;
}

.p-home-page__presences__item span.yellow {
    background-color: #fdcf5c;
}

.p-home-page__presences__item span.purple {
    background-color: #724be7;
    color: #fff;
}

.p-home-page__presences__item span.red {
    background-color: #ff4e5f;
    color: #fff;
}

.p-home-page__presences__item span.green {
    background-color: #00b86b;
    color: #fff;
}

.p-home-page__presences__item h2 {
    font-weight: 600;
    margin: 20px 0;
}

.p-home-page__presences__item p {
    font-size: 18px;
    margin-bottom: 30px;
}

.p-home-page__presences__item a {
    color: #fc3782;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.p-home-page__tape {
    padding: 100px 0;
}

.p-home-page__tape.gray {
    background-color: #f5f5f5;
}

.p-home-page__tape.yellow {
    background-color: #fdcf5c;
}

.p-home-page__tape.purple {
    background-color: #251c4d;
    color: #fff;
}

.p-home-page__tape.purple h3 {
    color: #fff;
}

.p-home-page__tape.purple p small {
    color: #bfbfbf;
}

.p-home-page__tape.gray {
    background-color: #f6f6fc;
}

.p-home-page__tape img {
    max-width: 380px;
    width: 100%;
}

.p-home-page__tape h2 {
    color: #251c4d;
    font-family: "PT Serif", serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.p-home-page__tape p {
    font-size: 20px;
    margin-bottom: 15px;
}

.p-home-page__tape p small {
    color: grey;
    font-size: 14px;
}

.p-home-page__tape a:not(.w-button) {
    color: #fc3782;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.p-login-page__layout {
    display: -webkit-box;
    display: flex;
}

.p-login-page__start {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-basis: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 100vh;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 50%;
    width: 100%;
}

.p-login-page__start__head {
    margin-bottom: 15px;
    max-width: 500px;
    padding: 0 30px;
    text-align: center;
    width: 100%;
}

.p-login-page__start__head img {
    margin-bottom: 10px;
    max-width: 250px;
    width: 100%;
}

.p-login-page__start__head h2 {
    margin-bottom: 10px;
}

.p-login-page__start__head a {
    color: #fc3782;
    font-size: 14px;
}

.p-login-page__start__head a:hover {
    text-decoration: underline;
}

.p-login-page__start__form {
    max-width: 500px;
    padding: 0 30px;
    width: 100%;
}

.p-login-page__start__form a {
    color: #fc3782;
    font-size: 14px;
}

.p-login-page__start__form a:hover {
    text-decoration: underline;
}

.p-login-page__start__form__item {
    margin-bottom: 24px;
}

.p-login-page__start__form__item label {
    font-size: 14px;
}

.p-login-page__start__form__item button {
    -webkit-box-align: center;
    align-items: center;
    background-color: #25bbbc;
    border-radius: .25rem;
    border-width: 0;
    color: #251c4d;
    display: -webkit-box;
    display: flex;
    font-weight: 600;
    height: 42px;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.p-login-page__start__form__item button:hover {
    background-color: #2bedb8;
}

.p-login-page__end {
    -webkit-box-align: center;
    align-items: center;
    background-color: #f6f6fc;
    display: -webkit-box;
    display: flex;
    flex-basis: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 100vh;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 50%;
    width: 100%;
    text-align: center;
}

.p-login-page__end img {
    margin-bottom: 15px;
}

.p-login-page__end p {
    font-size: 14px;
    margin-bottom: 0;
}

.p-login-page__end a {
    color: #fc3782;
    font-size: 14px;
}

.p-login-page__end a:hover {
    text-decoration: underline;
}

.p-detail__hero {
    background-color: #25bbbc;
    padding: 206px 0 50px;
}

.p-detail__hero h1 {
    color: #fff;
    font-family: "PT Serif", serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.p-detail__hero p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .c-default-navbar__start ul {
        display: none;
    }

    .c-default-navbar__end {
        display: none;
    }

    .c-default-navbar__mobile {
        display: block;
    }

    .c-default-footer__column:first-child {
        flex-basis: 100%;
        width: 100%;
    }

    .c-default-footer__column:first-child img {
        margin-bottom: 30px;
        max-width: 300px;
        width: 100%;
    }

    .c-default-footer__column {
        flex-basis: 50%;
        width: 50%;
    }

    .c-home-page-hero img {
        margin-top: 50px;
        max-width: 500px;
        width: 100%;
    }

    .p-login-page__layout {
        display: block;
    }

    .p-login-page__start {
        max-width: none;
    }

    .p-login-page__end {
        display: none;
    }
}

@media (max-width: 575px) {
    .c-default-footer__column {
        flex-basis: 100%;
        width: 100%;
    }
}

.table-pricing td, .table-pricing th {
    padding: 15px;
}

.table-pricing tr th:first-child {
    font-size: .8rem;
    font-weight: 400;
}

.table-pricing .price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #25bbbc
}

.soon {
    opacity: .7;
}

.text-small {
    font-size: 12px;
}


.c-default-footer__partners {
    display: flex;
    gap: 10px;
    align-items: center;
}

@media (min-width: 992px) {
    .c-default-footer__partners {
        position: relative;
        top: 65px;
    }
}

@media (max-width: 992px) {
  .c-default-footer__partners {
    margin-top:30px;
  }
}

.c-default-footer__partners img {
    height: 70px;
    width: auto;
    border-radius: 10px;
    background: #fff;
    padding: 5px;
}