.plan .main-header {
    transition: all 0.25s ease 0s;
    font-style: normal;
    cursor: inherit;
    color: rgb(255, 255, 255)
}

.plan .main-header.main-header.main-header {
    text-align: center;
    color: #fff;
    margin-bottom: 2.25rem;
    margin-top: 3rem
}

.plan .second-title {
    margin: 0;
    padding: 0;
    transition: all 0.25s ease 0s;
    font-style: normal;
    cursor: inherit;
    color: rgb(255, 255, 255);
    opacity: .56
}

.plan .second-title.second-title.second-title {
    text-align: center;
    margin-bottom: .25rem
}

.plan .price-tag {
    transition: all 0.25s ease 0s;
    font-style: normal;
    cursor: inherit;
    font-size: 3.5rem;
    color: rgb(255, 255, 255)
}

.plan .price-tag.price-tag.price-tag {
    text-align: center
}

.plan .price-descr {
    transition: all 0.25s ease 0s;
    font-style: normal;
    cursor: inherit;
    color: rgb(255, 255, 255);
    opacity: .56
}

.plan .price-descr.price-descr.price-descr {
    text-align: center
}

.plan .access-descr {
    /* margin: 0; */
    padding-bottom: 27px;
    transition: all 0.25s ease 0s;
    color: rgb(255, 255, 255);
    opacity: .8;
}

.plan .access-descr.access-descr.access-descr {
    margin: 0 1.5rem 1rem;
    text-align: center
}

.plan .ghlSeC {
    margin: 0;
    padding: 0;
    transition: all 0.25s ease 0s;
    font-style: normal;
    cursor: inherit;
    color: rgb(255, 255, 255);
    opacity: .8
}

.plan .gJjrnQ {
    margin: 0;
    padding: 0;
    transition: all 0.25s ease 0s;
    font-style: normal;
    cursor: inherit;
    color: rgb(255, 255, 255);
    opacity: .56
}

.plan .jCOiic {
    margin: 0;
    padding: 0;
    transition: all 0.25s ease 0s;
    cursor: inherit;
    font-size: 1.4rem;
    color: rgb(45, 45, 57)
}

.plan .btn {
    background-color: #003142;
    color: #fff;
    border-color: #fff;
    text-decoration: none
}

.plan .bjLDj:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255)
}

.plan .plan-item {
    display: flex;
    flex-direction: row;
    padding: 1px 24px;
    color: white;
}

.plan .fqejpk {
    display: none;
    flex-direction: row;
    padding: 16px 24px
}

.plan .plan-item {
    margin-right: 1em
}

.plan .other-box {
    box-shadow: rgb(0 69 93) 0 2px 10px, rgba(0, 0, 0, .12) 0 4px 6px, rgba(0, 0, 0, .14) 0 2px 4px
}

.plan .highlight-box {
    border: 1px solid #d0c36d;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 10px, rgba(0, 0, 0, .12) 0 4px 6px, rgba(0, 0, 0, .14) 0 2px 4px
}

.plan .flex-box {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: hsl(195 100% 20% / 1);
    width: 100%;
    border-radius: 4px;
    box-shadow: rgb(0 69 93) 0 2px 10px, rgba(0, 0, 0, .12) 0 4px 6px, rgba(0, 0, 0, .14) 0 2px 4px;
    height: 100%;
    padding-bottom: 35px;
}

.plan .highlight-tag {
    position: absolute;
    padding: .25rem .75rem;
    background-color: #d0c36d;
    border-radius: .25rem 0;
    margin-left: -1px;
    margin-top: -1px
}

.plan .bIYinZ {
    margin-top: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.plan .iqucou {
    flex-direction: column;
    margin: 1.5rem
}

.plan .outer-box {
    display: flex;
    flex-direction: column;
    margin: 0 2rem 1.5rem
}

.plan .bntuXS {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.plan .flex-div {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 6em 0;
    min-width: 20rem;
    align-self: center;
    gap: 10px
}

.plan ion-icon[name="checkmark-circle"] {
    color: #c05978
}

.plan ion-icon[name="close-circle"] {
    color: #6ea09b
}

@media (min-width:768px) {
    .plan .second-title.second-title.second-title {
        margin-bottom: 1rem
    }

    .plan .plan-item,
    .plan .fqejpk {
        display: flex
    }
}

@media (min-width:1024px) {
    .plan .flex-div {
        flex-direction: row;
        align-self: auto;
        min-width: auto;
        margin: 0;
        gap: 20px
    }

    .plan .highlight-box,
    .plan .other-box {
        min-height: 41.25rem
    }
}

@media (min-width:1200px) {

    .plan .other-box,
    .plan .highlight-box {
        min-height: unset
    }
}