@import "./assets/css/color.css";
@import "./assets/css/fonts.css";
:root {
    --hpv-border-radius: .8rem;
    --hpv-line-height: 1.7;
    --hpv-menu-height: 117px;
}
a {
    color: var(--hpv-color-1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: var(--hpv-color-3);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
::-moz-selection {
    color: var(--hpv-color-3);
    background: var(--hpv-color-7);
}
::selection {
    color: var(--hpv-color-3);
    background: var(--hpv-color-7);
}
.transition-hpv {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body {
    position: relative;
    font: 1em RaviFaNum;
    font-weight: normal;
    margin: 0 auto;
    background-color: var(--hpv-color-bg);
    height: 100%;
}
body.rtl-mode {
    text-align: right;
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
}
.number-align {
    -moz-font-feature-settings: "ss04";
    -webkit-font-feature-settings: "ss04";
    font-feature-settings: "ss04";
}
body.ltr-mode {
    text-align: left;
}
body, html {
    height: 100%;
    margin: 0;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
.clear-n {
    clear: both;
}
#main-body-hpv {
    margin: 0 auto;
    width: 100%;
}
*:focus-visible {
    outline: none !important;
}
.img-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 101%;
    height: 101%;
    object-fit: cover;
    -o-object-fit: cover;
}
.img-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.limit-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-outline-primary {
    --bs-btn-color: var(--hpv-color-text);
    --bs-btn-border-color: var(--hpv-color-3);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4E4E4E;
    --bs-btn-hover-border-color: #4E4E4E;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: var(--hpv-color-3);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: var(--hpv-color-3);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--hpv-color-3);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--hpv-color-3);
    --bs-gradient: none;
}
.btn-outline-secondary {
    --bs-btn-color: var(--hpv-color-text);
    --bs-btn-border-color: var(--hpv-color-8);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4E4E4E;
    --bs-btn-hover-border-color: #4E4E4E;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: var(--hpv-color-8);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: var(--hpv-color-8);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--hpv-color-8);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--hpv-color-8);
    --bs-gradient: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--hpv-color-3);
    --bs-btn-border-color: var(--hpv-color-3);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4E4E4E;
    --bs-btn-hover-border-color: #4E4E4E;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--hpv-color-3);
    --bs-btn-active-border-color: var(--hpv-color-3);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--hpv-color-3);
    --bs-btn-disabled-border-color: var(--hpv-color-3);
}
.btn-light {
    --bs-btn-color: rgba(0, 0, 0, 0.74);
    --bs-btn-bg: #D9D9D9;
    --bs-btn-border-color: #D9D9D9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4E4E4E;
    --bs-btn-hover-border-color: #4E4E4E;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: rgba(0, 0, 0, 0.74);
    --bs-btn-active-bg: #D9D9D9;
    --bs-btn-active-border-color: #D9D9D9;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: rgba(0, 0, 0, 0.74);
    --bs-btn-disabled-bg: #D9D9D9;
    --bs-btn-disabled-border-color: #D9D9D9;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--hpv-color-10);
    --bs-btn-border-color: var(--hpv-color-10);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #977c4c;
    --bs-btn-hover-border-color: #977c4c;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--hpv-color-10);
    --bs-btn-active-border-color: var(--hpv-color-10);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--hpv-color-10);
    --bs-btn-disabled-border-color: var(--hpv-color-10);
}
.btn-light-2 {
    --bs-btn-color: var(--hpv-color-3);
    --bs-btn-active-color: var(--hpv-color-3);
    --bs-btn-disabled-color: var(--hpv-color-3);
}
.btn-outline-light {
    --bs-btn-color: rgba(255, 255, 255, 0.74);
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #4E4E4E;
    --bs-btn-hover-border-color: #4E4E4E;
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: rgba(255, 255, 255, 0.74);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: rgba(255, 255, 255, 0.74);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffffff;
    --bs-gradient: none;
}
.btn-color {
    border: none;
    background: rgb(145,125,226) !important;
    background: -moz-linear-gradient(15deg, rgba(145,125,226,1) 0%, rgba(152,121,220,1) 20%, rgba(243,76,148,1) 100%) !important;
    background: -webkit-linear-gradient(15deg, rgba(145,125,226,1) 0%, rgba(152,121,220,1) 20%, rgba(243,76,148,1) 100%) !important;
    background: linear-gradient(15deg, rgba(145,125,226,1) 0%, rgba(152,121,220,1) 20%, rgba(243,76,148,1) 100%) !important;
    padding-top: calc(0.5rem + 1px) !important;
    padding-bottom: calc(0.5rem + 1px) !important;
    position: relative;
}
.btn-color::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4E4E4E;
    z-index: 0;
    border-radius: 50rem;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-color span {
    position: relative;
    z-index: 1;
}
.btn-color:hover::before {
    opacity: 1;
}
.btn-hpv {
    border-radius: 50rem;
    font-size: 1.15rem;
    font-weight: normal;
    padding: .5rem 2rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hpv-navbar-section {
    position: relative;
    width: 100%;
    z-index: 1000;
    background-color: var(--hpv-color-bg);
}
.navbar-logo {
    display: inline-block;
    width: auto;
    height: 1.6rem;
    max-width: 80%;
}
.navbar-logo:hover {
    opacity: .8;
}
.hpv-search-input {
    position: relative;
    width: 400px;
    max-width: 70%;
    border-radius: 50rem;
    padding: 2px;
    background: rgb(145,125,226);
    background: -moz-linear-gradient(15deg, rgba(145,125,226,1) 0%, rgba(152,121,220,1) 20%, rgba(243,76,148,1) 100%);
    background: -webkit-linear-gradient(15deg, rgba(145,125,226,1) 0%, rgba(152,121,220,1) 20%, rgba(243,76,148,1) 100%);
    background: linear-gradient(15deg, rgba(145,125,226,1) 0%, rgba(152,121,220,1) 20%, rgba(243,76,148,1) 100%);
}
.hpv-search-input input {
    position: relative;
    width: 100%;
    border-radius: 50rem;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    border: 1px solid var(--hpv-color-bg) !important;
    background: var(--hpv-color-bg) !important;
    color: var(--hpv-color-text);
    font-size: 1rem;
}
.hpv-search-input input::placeholder {
    color: #C3C3C3;
    opacity: 1;
}
.hpv-search-input button {
    position: absolute;
    top: 50%;
    left: .3rem;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--hpv-color-3) !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.hpv-navbar-menu {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: .7rem 0;
    background: rgb(145,125,226);
    background: -moz-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#917de2",endColorstr="#f34c94",GradientType=1);
    color: #ffffff;
}
.navbar-icon {
    display: inline-block;
    height: 1.2rem;
    width: auto;
}
.hpv-navbar-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
}
.hpv-navbar-menu a {
    color: #ffffff;
    padding: .3rem .5rem;
}
.hpv-navbar-menu a:hover {
    color: var(--hpv-color-6);
}
.mobile-menu-btn {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
    padding: 0;
    height: 2rem;
    width: auto;
}
.mobile-menu-btn:hover {
    opacity: .9;
}
.mobile-menu-btn svg {
    height: .9rem;
    width: auto;
    display: inline-block;
}
.header-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 55vh;
    padding-bottom: 3.5rem;
    padding-top: 2.5rem;
}
.header-section-thumb {
    z-index: 1;
}
.header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.9) 80%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.9) 80%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.9) 80%);
    z-index: 2;
}
.header-section h3 {
    color: var(--hpv-color-3);
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: var(--hpv-line-height);
}
.header-section p {
    color: var(--hpv-color-text);
    font-size: 1.25rem;
    font-weight: 300;
    line-height: var(--hpv-line-height);
    margin-bottom: 4rem;
    text-align: justify;
}
.statistics-section {
    position: relative;
    width: 100%;
}
.statistics-box {
    position: relative;
    width: 100%;
    text-align: center;
}
.statistics-box-value-parent {
    position: relative;
    width: 63%;
    direction: ltr;
    border-radius: 50%;
    margin: 0 auto 1.25rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.statistics-box-value {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
}
.statistics-box-value::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    z-index: 1;
    background-color: var(--hpv-color-3);
    border-radius: 50%;
}
.statistics-box-value span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    color: var(--hpv-color-bg);
    font-size: 2.7rem;
    font-weight: 500;
}
.statistics-box h4 {
    font-size: 1.2rem;
    margin-bottom: 0;
    color: var(--hpv-color-text);
    line-height: var(--hpv-line-height);
}
.py-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.home-blog-section {
    position: relative;
    width: 100%;
}
.home-blog-item {
    position: relative;
    width: 100%;
    padding: 9rem 0;
    overflow: hidden;
}
.single-blog-item {
    padding: 4rem 0;
}
.home-blog-content {
    position: relative;
    width: 100%;
    z-index: 3;
}
.home-blog-item > img {
    z-index: 1;
}
.home-blog-item::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 90%;
    z-index: 2;
    opacity: .9;
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, var(--hpv-color-bg) 57%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, var(--hpv-color-bg) 57%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, var(--hpv-color-bg) 57%);
}
.home-blog-item:nth-child(2n+1)::before {
    right: 0;
}
.home-blog-item:nth-child(2n)::before {
    left: 0;
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.home-blog-item h3 {
    color: var(--hpv-color-3);
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: var(--hpv-line-height);
}
.home-blog-item h5 {
    color: #A7A7A7;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: .5rem;
    line-height: var(--hpv-line-height);
}
.home-blog-item p {
    color: var(--hpv-color-text);
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
    line-height: var(--hpv-line-height);
    text-align: justify;
}
.home-blog-thumb-mobile {
    position: relative;
    width: 100%;
    padding-top: 35%;
    overflow: hidden;
}
.single-cta-item,
.home-cta-item {
    position: relative;
    width: 100%;
    padding: .6rem 0;
    background: rgb(145,125,226);
    background: -moz-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#917de2",endColorstr="#f34c94",GradientType=1);
}
.home-cta-item .home-blog-item h3 {
    font-size: 2.6rem;
}
.numbers-cta {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
}
.numbers-cta strong {
    flex-shrink: 0;
    font-size: 4.5rem;
    font-weight: bold;
}
.numbers-cta span {
    flex-grow: 1;
    height: 10px;
    background: rgb(145,125,226);
    background: -moz-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#917de2",endColorstr="#f34c94",GradientType=1);
    margin: 0 1.6rem;
}
.home-cta-item .home-blog-item {
    background-color: var(--hpv-color-bg);
    padding: 9rem 0 2rem;
}
.single-cta-item .home-blog-item {
    background-color: var(--hpv-color-bg);
    padding: 8rem 0;
}
.cards-section {
    position: relative;
    width: 100%;
    background-color: var(--hpv-color-bg);
    text-align: center;
}
.cards-section h3 {
    color: var(--hpv-color-3);
    font-weight: 500;
    margin-bottom: 1.2rem;
    line-height: var(--hpv-line-height);
    font-size: 2.5rem;
}
.cards-section p {
    color: var(--hpv-color-text);
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 0;
    line-height: var(--hpv-line-height);
}
.cards-section h4 {
    color: var(--hpv-color-3);
    font-weight: 500;
    margin-bottom: 2.3rem;
    line-height: var(--hpv-line-height);
    font-size: 1.7rem;
}
.card-box {
    position: relative;
    width: 100%;
    border-radius: var(--hpv-border-radius);
    background-color: var(--hpv-color-7);
    color: var(--hpv-color-3);
    text-align: center;
    overflow: hidden;
    height: 100%;
}
.card-box-icon {
    position: relative;
    width: 100%;
    padding: 1.2rem;
    background-color: var(--hpv-color-2);
}
.card-box-icon img {
    display: inline-block;
    max-width: 90%;
    height: 120px;
    object-fit: contain;
    -o-object-fit: contain;
}
.card-box h5 {
    font-weight: normal;
    font-size: 1.55rem;
    display: block;
    padding: 1rem .5rem;
    line-height: 1.4;
    margin: auto 0;
}
.story-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 9rem 0;
    color: #ffffff;
    overflow: hidden;
}
.story-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
}
.story-section h4 {
    font-weight: 500;
    margin-bottom: 1.6rem;
    line-height: var(--hpv-line-height);
    font-size: 2.2rem;
}
.story-section p {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
    line-height: var(--hpv-line-height);
    text-align: justify;
}
#footer {
    background: rgb(145,125,226);
    background: -moz-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#917de2",endColorstr="#f34c94",GradientType=1);
    position: relative;
    width: 100%;
    padding: .5rem 0;
}
.logo-footer {
    display: inline-block;
    height: 1.5rem;
    width: auto;
}
.logo-abidi {
    display: inline-block;
    height: 2rem;
    width: auto;
}
.logo-footer:hover,
.logo-abidi:hover {
    opacity: .8;
}
.video-modal-frame {
    position: relative;
    width: 100%;
    border-radius: var(--hpv-border-radius);
    overflow: hidden;
}
#videoModal {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
#videoModal .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
#videoModal .btn-close {
    width: 1.3em;
    height: 1.3em;
    background: transparent var(--bs-btn-close-bg) center/1.3em auto no-repeat;
}
#videoModal .modal-header {
    border: none;
}
.btn-close {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.single-blog-item .home-blog-content .row,
.noaxa-blog-section .home-blog-content .row,
.home-blog-section .home-blog-item:nth-child(2n) .home-blog-content .row {
    justify-content: end;
}
.offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}
.offcanvas-backdrop.show {
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.mobile-menu {
    padding: 0;
    margin: 0;
}
.mobile-menu li:not(:last-child) {
    margin-bottom: 1rem;
}
.mobile-menu a {
    font-size: 1rem;
    color: var(--hpv-color-text);
    font-weight: normal;
}
.mobile-menu a:hover {
    color: var(--hpv-color-1);
}
#storyModal {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
#storyModal .modal-header {
    background: rgb(145,125,226);
    background: -moz-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#917de2",endColorstr="#f34c94",GradientType=1);
    color: #ffffff;
    border-radius: 0;
    padding: 1.2rem 2rem;
}
#storyModal .modal-header h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0;
}
#storyModal .close-btn {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    width: 2.2rem;
    height: 2.2rem;
    background: #4E4D51 !important;
    color: #D9D9D9 !important;
    font-size: 1.2rem;
    border-radius: 50%;
}
#storyModal .close-btn:hover {
    color: var(--hpv-color-1) !important;
}
#storyModal .modal-content {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
#storyModal .modal-body {
    padding: 1.5rem 2rem .5rem;
}
.story-form {
    position: relative;
    width: 100%;
}
.gform-theme--foundation .gfield .ginput_password:focus,
.gform-theme--foundation .gfield input:focus,
.gform-theme--foundation .gfield textarea:focus,
.gform-theme--foundation .gfield select:focus {
    border-color: var(--hpv-color-1) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.story-form .gform_button {
    font-size: .95rem !important;
    font-weight: normal !important;
    padding: .55rem 1.5rem !important;
}
.story-form .gform-theme--framework .gform_validation_errors {
    border-radius: .8rem !important;
    padding-block: .7rem !important;
    margin-block: 1rem !important;
}
.story-form .gform-theme--foundation .gfield textarea.large {
    border-radius: 1.5rem !important;
}
.story-form .gform-theme--foundation .gform_fields {
    column-gap: 1rem !important;
    row-gap: 1.2rem !important;
}
.story-form .gfield--type-submit {
    text-align: left;
}
.gform-theme--foundation .gform-loader {
    top: .7rem;
    margin-right: .5rem;
}
.btn-clear {
    border: 1px solid #000000 !important;
    color: #000000 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-weight: normal !important;
}
.btn-clear:hover {
    opacity: .7 !important;
}
.story-form #gform_submit_button_1 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.test-section {
    position: relative;
    width: 100%;
    background: rgb(145,125,226);
    background: -moz-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#917de2",endColorstr="#f34c94",GradientType=1);
    min-height: 500px;
    padding: 2rem 0;
}
.test-steps-section {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.loading-test {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    border-radius: var(--hpv-border-radius);
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    display: none;
}
.test-step-0-icon {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}
.test-step-0-content h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: var(--hpv-line-height);
}
.test-step-0-content p {
    color: #ffffff;
    font-weight: 300;
    font-size: 1.1rem;
    text-align: justify;
    margin-bottom: 0;
    line-height: var(--hpv-line-height);
}
.test-btn-send-code,
.test-btn-start {
    width: 280px;
    max-width: 100%;
}
.swiper-test {
    width: 100%;
    height: 100%;
}
.test-step-title {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    line-height: var(--hpv-line-height);
    text-align: center;
}
#phoneNumberInput {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 50rem;
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    width: 360px;
    max-width: 100%;
    display: block;
    margin: 1rem auto 0;
    text-align: center;
    letter-spacing: 5px;
    color: #000000;
    direction: ltr;
}
#phoneNumberInput.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
#phoneNumberInput:focus {
    border-color: var(--hpv-color-1);
}
#phoneNumberInput::placeholder {
    color: #B8B8B8;
}
.otp-inputs-section .form-control {
    background: #D9D9D9;
    border: 3px solid #D9D9D9 !important;
    width: 53px;
    height: 60px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: .5rem !important;
    cursor: text;
}
.otp-inputs-section .otpdesigner__focus__,
.otp-inputs-section .form-control:focus {
    border-color: var(--hpv-color-1) !important;
}
.otp-inputs-section .otp-fake-input .otp-content {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
    padding-bottom: 0;
}
.otp-inputs-section .realInput {
    /*visibility: hidden;*/
    opacity: 0;
}
.count-down-hpv {
    font-size: .9rem;
    color: #ffffff;
    font-weight: normal;
}
.text-btn {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
    outline: none !important;
    font-size: .9rem;
}
.text-btn:hover {
    color: var(--hpv-color-2) !important;
}
.text-white {
    color: #ffffff !important;
}
.test-btn-default {
    width: 200px;
    max-width: 100%;
}
.btn-check + .btn:hover {
    color: #fff;
    background-color: #4E4E4E;
    border-color: #4E4E4E;
}
.result-test {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
}
.result-test.t1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#EB2561), to(#851537));
    background: -o-linear-gradient(top, #EB2561 0%, #851537 100%);
    background: linear-gradient(180deg, #EB2561 0%, #851537 100%);
}
.result-test.t2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#25BD7D), to(#115739));
    background: -o-linear-gradient(top, #25BD7D 0%, #115739 100%);
    background: linear-gradient(180deg, #25BD7D 0%, #115739 100%);
}
.result-test.active {
    opacity: 1;
    visibility: visible;
}
.result-test h4 {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    line-height: var(--hpv-line-height);
}
.result-test p {
    font-weight: normal;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: var(--hpv-line-height);
}
.page-header-section {
    position: relative;
    width: 100%;
    background: rgb(145,125,226);
    background: -moz-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#917de2",endColorstr="#f34c94",GradientType=1);
    color: #ffffff;
}
.page-header-section h1 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0;
    line-height: var(--hpv-line-height);
}
.page-header-section p {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: var(--hpv-line-height);
    font-weight: 300;
    text-align: justify;
}
.page-header-section .divider {
    position: relative;
    display: inline-block;
    height: 100%;
    min-height: 150px;
    width: 4px;
    background-color: #ffffff;
    margin: 0 5.5rem;
}
.stories-description {
    position: relative;
    width: 100%;
    color: #595959;
    text-align: justify;
    font-size: 1.2rem;
    line-height: var(--hpv-line-height);
    font-weight: 300;
}
.stories-description p {
    margin-bottom: .5rem;
}
.story-box {
    position: relative;
    width: 100%;
    border: 3px solid #D7D7D7;
    background-color: var(--hpv-color-bg);
    border-radius: var(--hpv-border-radius);
    padding: 1.5rem;
}
.story-box p {
    color: #595959;
    font-size: 1.15rem;
    line-height: var(--hpv-line-height);
    text-align: justify;
    margin-bottom: 0;
    font-weight: 300;
}
.story-box h4 {
    color: var(--hpv-color-3);
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1.25rem;
}
.story-box span {
    color: #032F5C;
    font-size: .9rem;
    font-weight: normal;
}
.story-box-parent:nth-child(2n) .story-box {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
}
.story-box:hover {
    background-color: #dddddd !important;
    border-color: #dddddd !important;
}
.stories-list-section {
    position: relative;
    width: 100%;
}
.send-story-cta {
    position: relative;
    width: 100%;
    text-align: center;
}
.send-story-cta h4 {
    color: var(--hpv-color-3);
    font-weight: 500;
    margin-bottom: 1.2rem;
    font-size: 2rem;
    line-height: var(--hpv-line-height);
}
.send-story-cta p {
    color: var(--hpv-color-text);
    font-weight: 300;
    font-size: 1.25rem;
    line-height: var(--hpv-line-height);
    width: 50%;
    margin: 0 auto 2rem;
}
.single-story-title {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}
.single-story-title h3 {
    color: var(--hpv-color-3);
    font-weight: 500;
    margin-bottom: 0;
    font-size: 2rem;
}
.single-story-title span {
    color: #032F5C;
    font-size: .9rem;
    font-weight: normal;
}
.single-story-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgb(145,125,226);
    background: -moz-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#917de2",endColorstr="#f34c94",GradientType=1);
}
.content-single-page {
    width: 100%;
    position: relative;
    color: #595959;
    font-weight: normal;
    font-size: 1.15rem;
    line-height: var(--hpv-line-height);
    text-align: justify;
}
.content-single-page h2 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.4rem;
    color: var(--hpv-color-3);
}
.content-single-page h3 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.3rem;
    color: var(--hpv-color-3);
}
.content-single-page h4 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--hpv-color-3);
}
.content-single-page h5 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--hpv-color-3);
}
.content-single-page h6 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1rem;
    color: var(--hpv-color-3);
}
.content-single-page ul {
    list-style: square;
}
.content-single-page img {
    max-width: 100% !important;
    display: block;
    margin: 0 auto 1.5rem;
}
.content-single-page p {
    margin-bottom: .8rem;
}
.content-single-page strong {
    font-weight: bold;
}
.content-single-page a {
    text-decoration: underline;
    color: var(--hpv-color-3);
}
.content-single-page a:hover {
    color: var(--hpv-color-1);
}
.story-sidebar {
    position: sticky;
    top: 4.5rem;
    width: 100%;
}
.story-sidebar h5 {
    color: var(--hpv-color-3);
    font-weight: normal;
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
}
.story-sidebar .story-box-parent:nth-child(2n) .story-box {
    background-color: #D7D7D7;
    border-color: #D7D7D7;
}
.story-sidebar .story-box span {
    font-size: .8rem;
}
.story-navigation {
    position: relative;
    width: 100%;
}
.story-navigation a {
    flex-shrink: 0;
    color: var(--hpv-color-3);
    font-weight: normal;
    font-size: 1.1rem;
}
.story-navigation a:hover {
    color: var(--hpv-color-1);
}
.story-navigation .divider {
    flex-grow: 1;
    margin: 0 1rem;
    height: 4px;
    background: rgb(145,125,226);
    background: -moz-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    background: linear-gradient(90deg, rgba(145,125,226,1) 7%, rgba(152,121,220,1) 14%, rgba(243,76,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#917de2",endColorstr="#f34c94",GradientType=1);
}
.single-blog-item::before {
    left: 0 !important;
    right: auto !important;
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.product-page-header {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 750px;
    border-bottom: 1rem solid var(--hpv-color-10);
    background: url("./assets/img/city.webp") no-repeat center 93%;
    background-size: cover;
    padding: 0 0 3rem;
    color: #ffffff;
    z-index: 1001;
}
.product-page-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0) 100%);
}
.product-page-header-cloud {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}
.product-page-header-cloud::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 550px;
    height: 100%;
    background: url("./assets/img/cloud.webp") no-repeat right 10%;
    background-size: contain;
    -webkit-animation: move3 6.5s infinite ease-in-out;
    animation: move3 6.5s infinite ease-in-out;
}
.product-page-header-cloud::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 100%;
    background: url("./assets/img/cloud2.webp") no-repeat left 20%;
    background-size: contain;
    -webkit-animation: move3 8s infinite ease-in-out;
    animation: move3 8s infinite ease-in-out;
}
.product-page-header .text {
    display: block;
    height: 130px;
    width: auto;
    max-width: 100%;
    margin-bottom: 1.5rem;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: right center;
    -o-object-position: right center;
}
.product-page-header h3 {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: .7rem;
    padding-bottom: .7rem;
    border-bottom: 2px solid var(--hpv-color-10);
    line-height: var(--hpv-line-height);
    text-align: justify;
}
.product-page-header h4 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--hpv-line-height);
    text-align: justify;
}
.product-page-header img.shape {
    display: block;
    width: 55%;
    height: auto;
    position: absolute;
    top: -1.25rem;
    right: 10%;
    z-index: 2;
    -webkit-animation: move3 3.5s infinite ease-in-out;
    animation: move3 3.5s infinite ease-in-out;
}
.product-page-header img.shape2 {
     display: block;
     width: 38%;
     height: auto;
     position: absolute;
     top: 15%;
     left: 10%;
     z-index: 1;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -webkit-animation: move3 5.5s infinite ease-in-out;
    animation: move3 5.5s infinite ease-in-out;
}
@keyframes move3 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes move3 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.product-page-header .btn {
    position: relative;
    top: 40%;
}
.noaxa-logo {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.noaxa-detail-section {
    position: relative;
    width: 100%;
    border: 2px solid var(--hpv-color-10);
    border-radius: var(--hpv-border-radius);
    padding: 2rem 2.5rem 3.5rem;
    min-height: 350px;
}
.noaxa-detail-content {
    position: relative;
    width: 70%;
    color: #4D4D4D;
    z-index: 2;
}
.noaxa-detail-content p {
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: .7rem;
    line-height: var(--hpv-line-height);
}
.noaxa-detail-content p strong {
    font-weight: 600;
}
.noaxa-detail-content p:last-child {
    margin-bottom: 0;
}
.noaxa-detail-section .btn {
    position: absolute;
    top: 100%;
    right: 25%;
    z-index: 3;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.noaxa-detail-thumb {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    height: calc(100% + 8rem);
    width: auto;
    max-width: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.noaxa-blog-section .home-blog-item::before {
    left: 0;
    right: auto;
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.doctors-comments-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #D9D9D9;
    padding: 4rem 0;
}
.doctors-comments-section h3 {
    color: var(--hpv-color-3);
    font-weight: 600;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    line-height: var(--hpv-line-height);
}
.doctors-comments-slider {
    position: relative;
    width: 100%;
}
.swiper-comments .swiper-slide {
    width: 36%;
    height: auto;
}
.comment-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: var(--hpv-border-radius);
    background-color: var(--hpv-color-bg);
    padding: 3rem;
}
.comment-author-thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.comment-box h5 {
    color: var(--hpv-color-3);
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: .1rem;
    line-height: var(--hpv-line-height);
}
.comment-box h6 {
    color: #A7A7A7;
    font-weight: normal;
    font-size: .9rem;
    margin-bottom: 0;
    line-height: var(--hpv-line-height);
}
.comment-box p {
    position: relative;
    width: 100%;
    text-align: justify;
    color: #5B5B5B;
    font-size: 1rem;
    line-height: var(--hpv-line-height);
}
.noaxa-cta {
    position: relative;
    width: 100%;
    padding-bottom: 8rem;
}
.noaxa-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(180deg, #314651 -17.66%, #394E59 -0.61%, #4F636E 24.19%, #728790 56.74%, #A3B7BF 92.39%, #CADEE5 117.19%, #728790 137.35%);
    z-index: -1;
}
@-webkit-keyframes rotate1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes rotate1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.noaxa-cta-thumb {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
    -webkit-animation: rotate1 4.5s infinite ease-in-out;
    animation: rotate1 4.5s infinite ease-in-out;
}
.noaxa-count {
    position: absolute;
    top: 50%;
    right: 0;
    height: 145px;
    width: auto;
    z-index: 2;
}
.logo-text-fa {
    display: block;
    width: auto;
    height: 100px;
}
.noaxa-cta .divider {
    width: 4px;
    height: 170px;
    background-color: #D9D9D9;
    margin: 0 4rem;
}
.noaxa-cta p {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: var(--hpv-line-height);
    text-align: justify;
}


@media only screen and (min-width: 576px) {

}
@media only screen and (min-width: 768px) {
    .story-sidebar .story-box h4 {
        font-size: 1.1rem;
    }
}
@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 1400px) {

}

@media only screen and (max-width: 1399.98px) {
    .card-box h5 {
        font-size: 1.4rem;
    }
    .page-header-section .divider {
        margin: 0 4rem;
    }
    .send-story-cta h4 {
        font-size: 1.7rem;
    }
    .send-story-cta p {
        font-size: 1.2rem;
        width: 70%;
    }
    .single-story-title h3 {
        font-size: 1.8rem;
    }
    .swiper-comments .swiper-slide {
        width: 39%;
    }
    .comment-box {
        padding: 2rem;
    }
}
@media only screen and (max-width: 1199.98px) {
    .header-section h3 {
        font-size: 1.7rem;
    }
    .header-section p {
        font-size: 1rem;
    }
    .py-section {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
    .statistics-box-value span {
        font-size: 2.5rem;
    }
    .statistics-box h4 {
        font-size: 1.1rem;
    }
    .home-blog-item h3 {
        font-size: 1.6rem !important;
    }
    .home-blog-item p {
        font-size: 1rem;
    }
    .cards-section h3 {
        margin-bottom: 1.1rem;
        font-size: 1.6rem;
    }
    .cards-section p {
        font-size: 1rem;
    }
    .cards-section h4 {
        font-size: 1.4rem;
    }
    .story-section h4 {
        margin-bottom: 1.5rem;
        font-size: 1.8rem;
    }
    .story-section p {
        font-size: 1.1rem;
    }
    .page-header-section .divider {
        margin: 0 2.5rem;
    }
    .page-header-section h1 {
        font-size: 2rem;
    }
    .page-header-section p {
        font-size: 1.1rem;
    }
    .send-story-cta h4 {
        font-size: 1.5rem;
    }
    .send-story-cta p {
        font-size: 1.1rem;
        width: 80%;
    }
    .single-story-title h3 {
        font-size: 1.7rem;
    }
    .home-blog-item h5 {
        font-size: 1.2rem;
    }
    .noaxa-detail-thumb {
        left: -1rem;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }
    .swiper-comments .swiper-slide {
        width: 55%;
    }
    .comment-author-thumb {
        width: 80px;
        height: 80px;
    }
    .noaxa-count {
        top: 70%;
        height: 113px;
    }
}
@media only screen and (max-width: 991.98px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 3rem;
    }
    .py-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .statistics-box-value span {
        font-size: 2rem;
    }
    .statistics-box h4 {
        font-size: 1rem;
    }
    .single-blog-item,
    .home-blog-item {
        padding: 0 0 2.5rem;
    }
    .home-blog-item h3 {
        font-size: 1.4rem !important;
        text-align: center;
    }
    .home-blog-item p {
        font-size: .95rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .home-blog-item::before {
        display: none;
    }
    .home-blog-thumb-mobile::before {
        content: '';
        position: absolute;
        z-index: 2;
        bottom: 0;
        height: 55%;
        width: 100%;
        right: 0;
        background: -moz-linear-gradient(0deg, var(--hpv-color-bg) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(0deg, var(--hpv-color-bg) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(0deg, var(--hpv-color-bg) 0%, rgba(255,255,255,0) 100%);
    }
    .single-cta-item .home-blog-item,
    .home-cta-item .home-blog-item {
        padding: 0 0 2rem !important;
    }
    .numbers-cta {
        width: 70%;
        margin: 0 auto;
    }
    .numbers-cta strong {
        font-size: 3rem;
    }
    .numbers-cta span {
        height: 7px;
        margin: 0 1.5rem;
    }
    .cards-section {
        background-color: var(--hpv-color-3);
    }
    .cards-section h3 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        color: var(--hpv-color-bg);
    }
    .cards-section p {
        font-size: .95rem;
        color: #F5F5F5;
    }
    .cards-section h4 {
        font-size: 1.4rem;
        color: var(--hpv-color-bg);
    }
    .story-section {
        padding: 3rem 0;
        height: 450px;
        color: var(--hpv-color-text);
    }
    .story-section::before {
        height: 50%;
        background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0) 100%);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0) 100%);
        opacity: .8;
    }
    .story-section h4 {
        margin-bottom: .5rem;
        font-size: 1.5rem;
    }
    .story-section p {
        font-size: 1rem;
    }
    #storyModal .modal-dialog {
        max-width: 90%;
    }
    .page-header-section h1 {
        font-size: 1.7rem;
    }
    .page-header-section p {
        font-size: 1rem;
    }
    .page-header-section {
        text-align: center;
    }
    .page-header-section .divider {
        height: 3px;
        min-height: 3px;
        width: 400px;
        max-width: 80%;
        margin: 1.5rem 0;
    }
    .stories-description {
        font-size: 1.1rem;
    }
    .send-story-cta h4 {
        font-size: 1.4rem;
    }
    .send-story-cta p {
        font-size: 1.1rem;
        width: 100%;
    }
    .single-story-title h3 {
        font-size: 1.5rem;
    }
    .single-story-title span {
        font-size: .85rem;
    }
    .home-blog-item h5 {
        font-size: 1.1rem;
        text-align: center;
    }
    .product-page-header .text {
        height: 100px;
    }
    .product-page-header h3 {
        font-size: 1.5rem;
    }
    .product-page-header h4 {
        font-size: 1.3rem;
    }
    .product-page-header .btn {
        position: relative;
        top: 0;
    }
    .noaxa-detail-content p {
        font-size: 1.05rem;
    }
    .noaxa-detail-section {
        padding: 2rem;
    }
    .swiper-comments .swiper-slide {
        width: 65%;
    }
    .doctors-comments-section h3 {
        font-size: 1.5rem;
    }
    .logo-text-fa {
        height: 80px;
        margin: 0 auto;
    }
    .noaxa-cta .divider {
        width: 400px;
        max-width: 100%;
        height: 3px;
        margin: 2rem auto;
    }
    .noaxa-count {
        position: relative;
        top: 0;
        height: 130px;
        margin: 1.5rem auto 1rem;
        display: block;
    }
    .noaxa-cta {
        padding-bottom: 6rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .hpv-disable-animation [data-aos-delay] {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
    .header-section-thumb {
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 55%;
    }
    .header-section {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 80vh;
    }
    .header-section::before {
        background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
        background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    }
    .header-section h3 {
        color: #484848;
        font-size: 1.5rem;
        text-align: center;
    }
    .header-section p {
        color: #484848;
        text-align: center;
    }
    .btn-hpv {
        font-size: 1rem;
        padding: .5rem 1.35rem;
    }
    .navbar-logo {
        height: 1.15rem;
    }
    .home-blog-thumb-mobile {
        padding-top: 56.25%;
    }
    .numbers-cta {
        width: 100%;
    }
    .story-section h4 {
        font-size: 1.4rem;
    }
    .story-section p {
        font-size: .95rem;
    }
    #storyModal .modal-header h3 {
        font-size: 1.1rem;
    }
    #storyModal .modal-header {
        padding: 1rem;
    }
    #storyModal .close-btn {
        width: 2rem;
        height: 2rem;
        font-size: 1.1rem;
    }
    .test-step-0-content h3 {
        font-size: 1.4rem;
        text-align: center;
    }
    .test-step-0-content p {
        font-size: 1rem;
        text-align: center;
    }
    .test-step-title {
        font-size: 1.3rem;
    }
    .result-test h4 {
        font-size: 1.3rem;
        margin-bottom: 1.1rem;
    }
    .result-test p {
        font-size: 1rem;
        margin-bottom: 1.35rem;
    }
    .stories-description {
        font-size: 1rem;
    }
    .story-box p {
        font-size: 1rem;
    }
    .story-box h4 {
        font-size: 1.15rem;
    }
    .story-box span {
        font-size: .8rem;
    }
    .send-story-cta h4 {
        font-size: 1.3rem;
    }
    .send-story-cta p {
        font-size: 1rem;
    }
    .single-story-title h3 {
        font-size: 1.4rem;
    }
    .single-story-title span {
        font-size: .8rem;
    }
    .home-blog-item h5 {
        font-size: 1rem;
    }
    .noaxa-detail-content p {
        font-size: 1rem;
    }
    .noaxa-detail-section {
        padding: 2rem 2rem 3rem;
        min-height: auto;
        margin-top: 200px;
    }
    .noaxa-detail-section .btn {
        right: 50%;
        transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
    }
    .noaxa-detail-content {
        width: 100%;
        padding-top: calc(175px - 1rem);
    }
    .noaxa-detail-thumb {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        height: 350px;
    }
    .swiper-comments .swiper-slide {
        width: 80%;
    }
    .comment-box p {
        font-size: .95rem;
    }
    .noaxa-cta {
        padding-bottom: 4rem;
    }
}
@media only screen and (max-width: 575.98px) {
    .header-section h3 {
        font-size: 1.35rem;
    }
    .btn-hpv {
        font-size: .95rem;
    }
    .statistics-box-value-parent {
        width: 40%;
    }
    .home-blog-thumb-mobile {
        padding-top: 100%;
    }
    .card-box h5 {
        font-size: 1.25rem;
    }
    .logo-footer {
        height: 1.2rem;
    }
    .logo-abidi {
        height: 1.5rem;
    }
    #storyModal .modal-dialog {
        max-width: 100%;
    }
    .otp-inputs-section .form-control {
        width: 50px;
        height: 60px;
        cursor: text;
        margin: .15rem !important;
    }
    .otp-inputs-section .otp-fake-input .otp-content {
        font-size: 1.4rem;
    }
    .text-btn {
        font-size: .8rem;
    }
    .test-btn-default {
        width: 50%;
        max-width: 100%;
    }
    .test-step-title {
        font-size: 1.25rem;
    }
    .result-test h4 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .result-test p {
        font-size: .95rem;
        margin-bottom: 1.2rem;
    }
    .page-header-section h1 {
        font-size: 1.5rem;
    }
    .page-header-section p {
        font-size: .95rem;
    }
    .page-header-section .divider {
        margin: 1rem 0;
        height: 2px;
        min-height: 2px;
    }
    .story-box h4 {
        font-size: 1.1rem;
    }
    .story-box p {
        font-size: .95rem;
    }
    .content-single-page {
        font-size: .95rem;
    }
    .content-single-page h2 {
        font-size: 1.3rem;
    }
    .content-single-page h3 {
        font-size: 1.2rem;
    }
    .content-single-page h4 {
        font-size: 1.1rem;
    }
    .content-single-page h5 {
        font-size: 1rem;
    }
    .content-single-page h6 {
        font-size: .9rem;
    }
    .single-story-title h3 {
        font-size: 1.3rem;
    }
    .story-navigation .divider {
        margin: 1rem 0;
        height: 5px;
        width: 230px;
        max-width: 100%;
    }
    .story-navigation a {
        font-size: 1rem;
    }
    .story-sidebar h5 {
        margin-bottom: 1.1rem;
        font-size: 1.1rem;
    }
    .product-page-header h3 {
        font-size: 1.2rem;
    }
    .product-page-header h4 {
        font-size: 1.1rem;
    }
    .product-page-header .text {
        height: 80px;
    }
    .product-page-header img.shape {
        width: 65%;
    }
    .product-page-header img.shape2 {
        width: 46%;
        top: 30%;
    }
    .comment-author-thumb {
        width: 65px;
        height: 65px;
    }
    .comment-box h5 {
        font-size: 1rem;
    }
    .comment-box h6 {
        font-size: .85rem;
    }
    .comment-box {
        padding: 1.5rem;
    }
    .doctors-comments-section h3 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    .logo-text-fa {
        height: 60px;
    }
    .noaxa-count {
        height: 100px;
    }
    .noaxa-cta p {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 450px) {
    .statistics-box-value-parent {
        width: 50%;
    }
}