<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*body.modal-open {*/
/*    overflow: hidden !important;*/
/*    position: fixed !important;*/
/*    width: 100% !important;*/
/*}*/

.modal-dialog-scrollable {
    height: calc(100% - 0.5rem * 2);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.ht_btn {
    overflow: hidden;
    color: #fff;
    background: rgba(228, 0, 43, 0.8);
    font-size: 14px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    line-height: 18px;
    padding: 16px 27px 16px 27px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    transition: all;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: uppercase;
}
.ht-plan-4 .ht_btn:hover {
    color: #fff;
    background-color: #e4002b;
}
.ht-blog-btn .ht_btn {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 20px 10px 20px;
}

.more__btn {
    color: #768495;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 22px;
    line-height: 50px;
}
.more__btn:hover {
    background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

.ht_black_btn {
    color: #768495;
    background: #050d36;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ht_black_btn::before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background: #fd008b;
}
.ht_black_btn:hover {
    color: #768495;
}
.ht_black_btn:hover::before {
    top: -40%;
}

.blog_btn2 {
    color: #768495;
    background: linear-gradient(0deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    background: -ms-linear-gradient(0deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    background: -webkit-linear-gradient(0deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    background: -moz-linear-gradient(0deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    background: -o-linear-gradient(0deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    font-size: 16px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    line-height: 18px;
    padding: 16px 30px 16px 30px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog_btn2:hover {
    color: #768495;
    background: linear-gradient(180deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    background: -ms-linear-gradient(180deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    background: -webkit-linear-gradient(180deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    background: -moz-linear-gradient(180deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    background: -o-linear-gradient(180deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

/*plan*/
.ht-plan {
    padding: 30px 35px 30px 35px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
}

.ht-plan.clickable {
    cursor: pointer !important;
    background-image: url(https://atteliadental.com/uploads/files/shares/content/attelia-smile-bg.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.ht-plan.clickable:hover {
    transform: translateY(-2%);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.ht-plan.clickable:hover .ht-plan__tag {
    background-color: #223645;
}

.ht-plan::before {
    content: "";
    position: absolute;
    width: 96%;
    height: 298px;
    left: 10px;
    top: 10px;
    background: #ffffff;
    opacity: 0.05;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ht-plan__icon {
    display: inline-block;
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.ht-plan__icon::before {
    content: "";
    position: absolute;
    background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.15;
    border-radius: 5px;
    z-index: -1;
}
.ht-plan__icon-front {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ht-plan__icon-back {
    opacity: 0;
    transform: scale(0);
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ht-plan__header {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    position: relative;
    z-index: 1;
}
.ht-plan.clickable .ht-plan__header {
    margin-bottom: 0;
}
.ht-plan__header-title {
    font-size: 30px;
    line-height: 1.1;
    margin-top: 23px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 1200px) {
    .ht-plan__header-title {
        font-size: 26px;
    }
}
.ht-plan__header-desc {
    color: #768495;
    font-weight: bold;
}
.ht-plan__header-price {
    margin-top: 18px;
}
.ht-plan__header-price .price-title {
    display: inline-block;
    background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 60px;
    line-height: 1.1;
}
.ht-plan__header-price span {
    display: inline-block;
    color: #768495;
    font-size: 18px;
    font-weight: 500;
}
@media only screen and (max-width: 1200px) {
    .ht-plan__header-price .price-title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .ht-plan__header-price .price-title {
        font-size: 30px;
    }
}
.ht-plan__body-feature {
    padding: 0;
}
.ht-plan__body-feature li {
    padding-left: 26px;
    margin-bottom: 12px;
    list-style: none;
    position: relative;
    z-index: 1;
    color: #768495;
    font-size: 16px;
    line-height: 18px;
}
.ht-plan__body-feature li::before {
    background-image: url(https://atteliadental.com/assets/dist/img/svg-icon/sparkle-filled.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    left: 5px;
    position: absolute;
    top: 4px;
    width: 15px;
}
.ht-plan__footer .ht_btn {
    color: #050d36;
    background: white;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ht-plan:hover,
.ht-plan.active {
    border-color: rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0.1);
}
.ht-plan:hover::before,
.ht-plan.active::before {
    height: 0;
}
.ht-plan:hover .ht-plan__header,
.ht-plan.active .ht-plan__header {
    border-color: rgba(255, 255, 255, 0.1);
}
.ht-plan:hover .ht-plan__icon::before,
.ht-plan.active .ht-plan__icon::before {
    opacity: 1;
}
.ht-plan:hover .ht-plan__icon-front,
.ht-plan.active .ht-plan__icon-front {
    transform: rotate(360deg);
    opacity: 0;
    transform: scale(0);
    display: none;
}
.ht-plan:hover .ht-plan__icon-back,
.ht-plan.active .ht-plan__icon-back {
    opacity: 1;
    transform: scale(1);
    display: inline-block;
}
/*.ht-plan:hover .ht-plan__footer .ht_btn,*/
/*.ht-plan.active .ht-plan__footer .ht_btn {*/
/*    color: #fff;*/
/*    width: 100%;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 20px;*/
/*    background-color: rgba(228, 0, 43, 0.9);*/
/*}*/
@media only screen and (max-width: 1200px) {
    .ht-plan {
        padding: 30px 25px 20px 25px;
    }
    .ht-plan::before {
        width: 100%;
        height: 308px;
        left: 0;
        top: 0;
    }
}

.price-tab {
    border: 0;
    padding: 5px;
    background: rgba(217, 217, 217, 0.1);
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 0 auto;
    text-align: center;
}
.price-tab .nav-item {
    display: inline-block;
    border: 0;
}
.price-tab .nav-item .nav-link {
    color: #768495;
    font-size: 20px;
    line-height: 26px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    padding: 12px 34px;
    display: inline-block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 0;
}
.price-tab .nav-item .nav-link.active {
    background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

.ht-plan-2 {
    background: #050d36;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
}
.ht-plan-2::before {
    display: none;
}
.ht-plan-2 .ht-plan__wrapper {
    display: flex;
    align-items: center;
}
.ht-plan-2 .ht-plan__header {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.ht-plan-2 .ht-plan__icon {
    width: 66px;
    height: 66px;
    line-height: 65px;
    margin-right: 16px;
}
.ht-plan-2 .ht-plan__icon::before {
    background: rgba(217, 217, 217, 0.1);
}
.ht-plan-2 .ht-plan__header-title {
    background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -moz-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -webkit-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -o-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -ms-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 7px;
}
.ht-plan-2 .ht-plan__header-desc {
    font-weight: 500;
    margin-bottom: 0;
}
.ht-plan-2.active {
    background: #050d36;
    border-color: #fd008b;
}
.ht-plan-2:hover {
    background: #050d36;
    border-color: #fd008b;
}

.price__wrapper__bg {
    position: relative;
    z-index: 1;
}
.price__wrapper__bg::before {
    content: "";
    position: absolute;
    background: #0c143c;
    z-index: -2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    height: 68.5%;
}
.price__wrapper__bg .pr-shape-one {
    position: absolute;
    left: 0;
    top: 14.3%;
    z-index: -1;
}

.ht-plan-3 {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 12px;
    border: 0;
}
.ht-plan-3::before {
    display: none;
}
.ht-plan-3 .ht-plan__wrapper {
    display: flex;
    align-items: center;
}
.ht-plan-3 .price__inner__content {
    padding: 0 45px 2px 45px;
}
@media only screen and (max-width: 1200px) {
    .ht-plan-3 .price__inner__content {
        padding: 0 20px 2px 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ht-plan-3 .price__inner__content {
        padding: 0 15px 2px 15px;
    }
}
.ht-plan-3 .ht-plan__tag {
    color: #768495;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
    line-height: 1;
    font-size: 24px;
    padding: 17px 0 14px 0;
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ht-plan-3 .ht-plan__header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 30px;
    border-radius: 12px 12px 0 0;
    margin-left: 15px;
    margin-right: 15px;
}
.ht-plan-3 .ht-plan__icon {
    margin-right: 16px;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(12.5px);
}
.ht-plan-3 .ht-plan__header-title {
    font-size: 32px;
}
.ht-plan-3 .ht-plan__header-price .price-title-white {
    color: #fff;
    display: inline-block;
    font-size: 54px;
}
.ht-plan-3 .ht_btn {
    color: #050d36;
    background: white;
}
.ht-plan-3.active {
    background: #050d36;
}
.ht-plan-3:hover {
    background: #050d36;
}
.ht-plan-3:hover .ht_btn {
    color: #768495;
    background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
    background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
}

.price__tab__area {
    position: relative;
    z-index: 1;
}
.price__tab__area::before {
    content: "";
    border-radius: 12px 12px 0px 0px;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(12.5px);
    width: 100%;
    height: 96%;
    left: 0;
    top: 55px;
    z-index: -1;
}

.price__wrapper__three {
    position: relative;
    z-index: 3;
}
.price__wrapper__three .ht-plan-4 {
    border-radius: 12px;
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: 0;
}
.price__wrapper__three .ht-plan-4 .ht-plan__tag {
    background: #e4002b;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.price__wrapper__three .ht-plan-4 .ht-plan__tag span {
    color: #fff;
}
@media only screen and (max-width: 1200px) {
    .price__wrapper__three .ht-plan-4 .ht-plan__header-price .price-title-white {
        font-size: 32px;
    }
}
.price__wrapper__three .ht-plan-4 .price__border {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 36px;
    margin-top: 16px;
    display: block;
}
@media only screen and (max-width: 1200px) {
    .price__wrapper__three .ht-plan-4 .price__inner__content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .price__wrapper__three .ht-plan-4 .ht-plan__body-feature {
        padding-left: 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .price__wrapper__three .ht-plan-4 .ht-plan__header-title {
        font-size: 26px;
    }
}

.ht-plan-4 {
    padding: 0;
    border: 0;
}
.ht-plan-4::before {
    display: none;
}
.ht-plan-4 .ht-plan__tag {
    color: #ffffff;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
    line-height: 1;
    font-size: 20px;
    padding: 17px 0 14px 0;
    display: block;
    width: 100%;
    border-radius: 12px 12px 0 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ht-plan-4 .price__inner__content {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 21px;
}
@media only screen and (max-width: 1200px) {
    .ht-plan-4 .price__inner__content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*.ht-plan-4 .ht-plan__body-feature {*/
/*    padding-left: 20px;*/
/*}*/
.ht-plan-4 .ht-plan__header {
    border: 0;
    margin: 0;
}
.ht-plan-4 .ht-plan__header-title {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 34px;
    color: #e4002b;
    font-weight: bold;
}
@media only screen and (max-width: 1200px) {
    .ht-plan-4 .ht-plan__header-title {
        font-size: 26px;
    }
}
.ht-plan-4 .ht-plan__header-price .price-title-white {
    color: #768495;
    display: inline-block;
    font-size: 50px;
}
@media only screen and (max-width: 991.98px) {
    .ht-plan-4 .ht-plan__header-price .price-title-white {
        font-size: 40px;
    }
}
.ht-plan-4 .ht_btn {
    color: #e4002b;
    border: 1px solid #e4002b;
}
.ht-plan-4:hover .ht-plan__tag,
.ht-plan-4.active .ht-plan__tag {
    opacity: 1;
}

.hover-none:hover,
.hover-none.active {
    background: transparent;
    backdrop-filter: unset;
}

.price__wrapper__four {
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    z-index: 3;
}
.price__wrapper__four .price-tab {
    background: linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
    background: -moz-linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
    background: -o-linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
}
.price__wrapper__four .price-tab .nav-item .nav-link {
    color: #050d36;
}
.price__wrapper__four .price-tab .nav-item .nav-link.active {
    color: #768495;
}

.price__wrapper__five {
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    z-index: 3;
}
.price__wrapper__five .blur__p1 {
    width: 540px;
    height: 540px;
    border-radius: 540px;
    opacity: 0.15;
    background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
    filter: blur(150px);
    position: absolute;
    z-index: -1;
    left: 103px;
    bottom: 158px;
}
.price__wrapper__five .blur__p2 {
    width: 563px;
    height: 563px;
    border-radius: 563px;
    opacity: 0.15;
    background: #913bff;
    filter: blur(150px);
    position: absolute;
    z-index: -1;
    top: 66px;
    right: 0;
}
.price__wrapper__five .shape__p3 {
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    bottom: 0;
}
.price__wrapper__five .shape__p4 {
    position: absolute;
    z-index: -1;
    right: 71%;
    top: 18%;
}
.price__wrapper__five .shape__p5 {
    position: absolute;
    z-index: -1;
    right: 25%;
    top: 80px;
}
.price__wrapper__five .shape__p6 {
    position: absolute;
    z-index: -1;
    bottom: 126px;
    right: 87%;
}

/*ht__choose__area*/
.ht__choose__area {
    position: relative;
    z-index: 1;
}
.ht__choose__area .ch-shape-one {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}

.ht-plan__view-more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ht-plan__view-more svg {
    margin-top: 2px;
}

.ht-plan__view-more span {
    color: #e4002b;
    font-size: 16px;
    margin-left: 8px;
}</pre></body></html>