@font-face {
    font-family: inter-regular;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../uploads/Inter-Regular.woff2') format('truetype')
}

@font-face {
    font-family: inter-semibold;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../uploads/Inter-SemiBold.woff2') format('truetype')
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Default styles for .uc_post_list_title */
.uc_post_list_title {
    color: #000000;
    font-family: inter-title, sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.22em;
    letter-spacing: -1px;
    margin-top: 10px;
}

.author_post_list_title {
    color: #000000;
    font-family: inter-title, sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.22em;
    letter-spacing: -1px;
}

/* Media query for screen size 1025px by 265px */
@media screen and (max-width: 1025px) {
    .uc_post_list_title {
        font-size: 20px; /* Adjusted font size for the specified screen size */
    }
}

.heading {
    color: #0074ff;
    font-family: Inter, sans-serif;
    font-size: 50px;
    font-weight: 800;
    text-transform: none;
    font-style: italic;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0em;
}

.heading.sub-h {
    font-size: 42px;
}

@media screen and (max-width: 1028px) {
    .heading {
        font-size: 45px;
    }
}

@media screen and (max-width: 780px) {
    .heading {
        font-size: 28px;
    }
}

.Post-Title {
    font-family: inter-title, sans-serif;
    font-size: 20px;
    font-weight: 901;
    line-height: 1.22em;
    letter-spacing: -0.6px;
    margin-top: 0px;
}

.Post-Date {
    color: #666666;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 12px;
    gap: 5px;
}

.ue-grid-item-meta-data {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    color: #616161;
    font-weight: 700;
    gap: 5px;
    width: auto;
    font-family: Inter, sans-serif;
}

.uc_post_content {
    color: var(--e-global-color-text);
    font-family: roboto-body, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.items-baseline {
    align-items: baseline;
}

/* Npost-razor */
.icons {
    fill: #0074ff;
}

.Tag-Value {
    font-family: roboto-body, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    font-style: italic;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0;
    color: #3c3e43;
    word-break: break-word;
    text-align: left;
}

@media screen and (max-width: 744px) {
    .Tag-Value {
        font-size: 14px;
    }
}

.Title-Post {
    color: #0c0c0c;
    font-family: inter-title, sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0px;
    word-spacing: 0em;
}

@media screen and (max-width: 744px) {
    .Title-Post {
        font-size: 28px;
        line-height: 1;
    }
}

.Initial-Content {
    font-family: Inter, sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.3px;
    color: #0c0c0c;
    --widgets-spacing: 20px 20px;
}

.Date-Post {
    font-family: roboto-body, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.Author-Post {
    font-family: inter-title, sans-serif;
}

.Editor-Post {
    font-family: roboto-body, sans-serif;
}

.Detail-Post {
    font-family: roboto-body, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: #0c0c0c;
}

.Detail-Post p {
    margin-bottom: 15px;
    font-size: 100%;
}

.Author-Name-Post {
    font-family: Inter, sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.2px;
}

.Author-Bio-Post {
    font-family: roboto-body, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0em;
}

.Trending-page-Post {
    font-family: inter-title, sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: -0.2px;
}

.Trending-page-Title-Post {
    color: #000000;
    font-family: inter-title, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -0.5px;
}

/* index-page */

.First-Post-Title {
    color: #ffffff;
    font-family: inter-title, sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: -0.3px;
    word-spacing: 0em;
    text-align: left;
}

@media screen and (max-width: 1025px) {
    .First-Post-Title {
        font-size: 32px;
    }
}

@media screen and (max-width: 758px) {
    .First-Post-Title {
        font-size: 24px;
    }
}

.First-Post-Content {
    line-height: 1.5em;
    font-size: 14px;
    color: #dddddd;
    font-family: roboto-body, sans-serif;
    font-weight: 400;
}

.First-Post-Descrption {
    line-height: 1.5em;
    font-size: 14px;
    color: #dddddd;
    font-family: roboto-body, sans-serif;
    font-weight: 400;
    margin-top: 35px;
}

@media (max-width: 1190px) {
    .First-Post-Descrption {
        display: none;
    }
}

.First-Post-Image {
    display: block;
    width: 60%;
    max-height: none;
    max-width: none;
    transition: filter 0.3s;
    height: auto;
    box-shadow: none;
    box-sizing: border-box;
    aspect-ratio: auto 1200 / 750;
    overflow-clip-margin: content-box;
    overflow: clip;
    padding-top: 1px;
    border-radius: 5px 5px 5px 5px;
}

@media screen and (max-width: 758px) {
    .First-Post-Image {
        width: 100%;
        padding-top: 1px;
    }
}

.Post-Container:hover img {
    cursor: pointer;
}

/*.Post-Container:hover p {*/
/*    cursor: pointer;*/
/*}*/

.Post-Container:hover a {
    cursor: pointer;
}

.Post-Container:hover .Title-Post-Index {
    color: #0074ff;
}

.Post-Container:hover .Title-Post-Index-2 {
    color: #0074ff;
}

.Post-Container:hover .Title-Large-Post-Index-2 {
    color: #0074ff;
}

.Post-Container:hover .Title-Large-Post-Index {
    color: #0074ff;
}

.Title-Post-Index {
    font-family: inter-title, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.22em;
    letter-spacing: -1px;
    color: #ffffff;
}

.Title-Post-Index-2 {
    font-family: inter-title, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.22em;
    letter-spacing: -1px;
    color: #000000;
}

.Title-Large-Post-Index-2 {
    font-family: inter-title, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.22em;
    letter-spacing: -1px;
    color: white;
}

@media screen and (max-width: 970px) {
    .Title-Large-Post-Index-2 {
        font-size: 20px;
    }
}

.Title-Large-Post-Index {
    font-family: inter-title, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.22em;
    letter-spacing: -1px;
    color: black;
}

.Dropdown-Menu {
    width: auto;
    display: block;
    top: auto;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    min-width: 130px;
    max-width: 1000px;
}

.Dropdown-Menu li {
    font-family: inter-semibold, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
}

.Dropdown-Menu .active {
    color: #0074FF;
}

@media screen and (max-width: 970px) {
    .Title-Large-Post-Index {
        font-size: 20px;
    }
}

.LargePost-Date-Index-2 {
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px;
    gap: 5px;
}

.Button-Post {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0074ff;
    border-radius: 5px 5px 5px 5px;
    padding: 8px 24px;
    text-align: center;
    transition: background-color 0.25s ease, color 0.25s ease;
}

@media screen and (max-width: 780px) {
    .Button-Post {
        margin-top: -20px;
    }
}

.Button-Post-2 {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0074ff;
    border-radius: 5px 5px 5px 5px;
    padding: 8px 26px;
    text-align: center;
}

.Button-Back {
    font-family: "Inter", Sans-serif;
    line-height: 1;
    background-color: #0074ff;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.Button-Post:hover {
    background-color: black;
}

.Button-Post-2:hover {
    color: black;
}

.Button-Back:hover {
    background-color: #005dc3;
}

/* Navigation menu */
.Nav-Menu-ListButton:hover {
    color: #0074ff;
}

.tags-container {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.Tag-Value-Index {
    display: flex;
    flex: 0 0 auto;
    background-color: #0074ff;
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px 3px 8px;
    border-radius: 15px 15px 15px 15px;
    /*margin-right: 5px;*/
    text-transform: uppercase;
}

/* adding caption */

figure.wp-block-gallery.has-nested-images {
    align-items: normal;
}

body .is-layout-flex {
    flex-wrap: nowrap;
}

body .is-layout-flex {
    display: flex;
    gap: 0.5em;
}

.elementor-65025 .elementor-element.elementor-element-489c396a {
    font-family: roboto-body, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0em;
}

.wp-block-heading {
    font-family: inter-regular, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 32px;
}

.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image:not(#individual-image) {
    align-self: inherit;
}

.wp-block-gallery.has-nested-images
figure.wp-block-image:not(#individual-image) {
    margin-bottom: 15px;
    width: 50%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.3) 70%,
            transparent
    );
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image:not(#individual-image)
a,
.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image:not(#individual-image)
img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
}

.wp-block-image figcaption {
    margin-top: 0.5em;
}

.wp-element-caption {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

figcaption {
    font-size: 26px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}

figcaption {
    display: block;
}

.Seatch-PostTitle {
    color: #000000;
    font-family: inter-title, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.22em;
    letter-spacing: -1px;
}

/* quiz page */

.hdq_quiz_wrapper {
    margin: 0 auto;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
}

.hdq_quiz_wrapper *,
.hdq_quiz_wrapper:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.hdq_quiz {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.hdq_hidden,
.hdq_aria_label {
    display: none !important;
}

.hdq_quiz > .hdq_jPaginate {
    display: block;
}

.hdq_quiz > .hdq_jPaginate ~ .hdq_jPaginate {
    display: none;
}

.hdq_jPaginate,
.hdq_finish,
.hdq_next_page {
    text-align: center;
}

.hdq_quiz_wrapper .hdq_button {
    display: inline-block;
    margin: 0 auto;
    padding: 12px 22px;
    text-align: center;
    background: #2d2d2d;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.hdq_button:hover,
.hdq_complete {
    opacity: 0.6;
}

.hdq_complete {
    cursor: default;
}

.hdq_quiz_start.hdq_button {
    display: block;
}

.hdq_quiz .hdq_input {
    padding: 1rem;
    font-size: 1em;
    width: 100%;
    color: #2d2d2d;
    border-bottom: 1px dashed #aaa !important;
    line-height: inherit;
    height: auto;
    cursor: initial !important;
}

#hdq_fb_sharer {
    cursor: pointer;
}

.hdq_result_pass,
.hdq_result_fail {
    font-size: 1.3em;
    margin: 1rem 0;
}

.hdq_result {
    font-size: 2.4em;
    font-weight: bold;
}

.hdq_results_wrapper {
    padding: 2rem;
    margin: 1rem 0;
    padding: 2rem;
    background: #fafafa;
    border-bottom: 2px solid #dedede;
    display: none;
}

.hdq_share {
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    padding: 22px;
    display: flex;
    justify-content: center;
}

.hdq_social_icon {
    display: inline-block;
    line-height: 1;
    margin: 0.4em;
}

.hdq_social_icon > a {
    display: inline-block;
}

.hdq_jPaginate ~ .hdq_question,
.hdq_jPaginate ~ .hdq_adset_container {
    display: none;
}

.hdq_adset_container {
    margin: 0 auto;
    padding: 1em;
}

.hdq_quiz_wrapper img {
    max-width: 100%;
    height: auto !important;
}

.hdq_question_featured_image {
    text-align: center;
}

.hdq_featured_image {
    display: block;
    width: inherit;
    height: auto;
    margin: 0 auto;
}

.hdq_question_answers_images {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 1rem;
}

.hdq_quiz .hdq_row:hover {
    background: rgba(0, 0, 0, 0.1);
}

.hdq_disabled {
    opacity: 0.8;
}

.hdq_disabled .hdq_row:hover {
    cursor: default;
    background: rgba(0, 0, 0, 0);
}

.hdq_disabled label {
    cursor: default !important;
}

.hdq_row_image > .hdq_label_answer {
    display: grid;
    grid-template-rows: max-content 1fr;
    grid-gap: 1rem;
}

.hdq_question {
    margin: 1rem 0;
    padding: 2rem;
    background: #fafafa;
    border-bottom: 2px solid #dedede;
    transition: all 350ms ease-in-out;
}

.hdq_question.hdq_active_question {
    box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.4);
}

.hdq_question_after_text {
    display: none;
    margin-top: 12px;
    padding: 12px 22px;
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #dedede;
}

.hdq-options-check {
    display: inline-block;
    margin-right: 12px;
    top: 4px;
    position: relative;
}

.hdq_label_answer {
    display: block;
    font-size: 1.2em;
    cursor: pointer;
    padding: 12px;
    color: #2d2d2d !important;
    line-height: 1.4;
}

.hdq_correct {
    border: 4px solid green;
    background: rgba(0, 128, 0, 0.1);
}

.hdq_wrong {
    border: 4px dashed red;
    background: rgba(128, 0, 0, 0.1);
}

.hdq_correct_selected {
    border-bottom: 4px solid green;
    background: rgba(0, 128, 0, 0.1);
    margin-bottom: 2px;
}

.hdq_correct_not_selected {
    border: 4px dashed red;
    background: rgba(128, 0, 0, 0.1);
}

.hdq_checkbox .hdq-options-check {
    font-size: 24px;
}

.hdq_question_title {
    border-bottom: 3px solid #999;
}

.hdq_heart {
    text-align: right;
    font-size: 0.8em;
    margin-top: 4px;
}

.hdq_results_inner > .hdq_results_title,
h3.hdq_question_as_tile {
    margin: 0;
    padding: 0;
}

.hdq_checkbox .hdq-options-check label {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 22px !important;
}

/* checkbox */
.hdq-options-check {
    font-size: 24px;
}

.hdq-options-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.hdq-options-check .hdq_toggle {
    width: 2em;
    height: 1em;
    position: relative;
    cursor: pointer;
    display: block !important;
    font-size: 22px !important;
    margin: 0;
}

.hdq_checkbox .hdq_toggle {
    margin-bottom: 0 !important;
}

.hdq-options-check .hdq_toggle:before {
    content: "";
    position: absolute;
    width: 2em;
    height: 1em;
    left: 0.1em;
    transition: background 0.1s ease;
    background: #476777;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(171, 171, 171, 0.5);
}

.hdq-options-check .hdq_toggle:after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50px;
    left: 0;
    transition: all 0.2s ease;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #efefef;
    animation: hdq_switch-off 0.2s ease-out;
    z-index: 2;
}

.hdq-options-check input[type="checkbox"]:checked + .hdq_toggle:before {
    background: #72a0c4;
    box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
}

.hdq-options-check input[type="checkbox"]:checked + .hdq_toggle:after {
    animation: hdq_switch-on 0.2s ease-out;
    left: 1.1em;
    background: #efefef;
}

.hdq-options-check input[type="checkbox"]:focus + .hdq_toggle:after {
    border: 1px solid #66cbff;
}

label.non-block {
    display: inline-block !important;
    margin-right: 12px !important;
}

@keyframes hdq_switch-on {
    50% {
        transform: scaleX(1.3);
    }
}

@keyframes hdq_switch-off {
    50% {
        transform: scaleX(1.3);
    }
}

.hdq_timer {
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #2d2d2d;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 999;
}

.hdq_timer.hdq_timer_warning {
    background: #f17222;
}

.hdq_timer.hdq_timer_danger {
    background: #ab2121;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.7);
    animation: hdq_pulse 1s infinite;
}

@-webkit-keyframes hdq_pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(171, 33, 33, 0.7);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(171, 33, 33, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(171, 33, 33, 0);
    }
}

@keyframes hdq_pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(171, 33, 33, 0.7);
        box-shadow: 0 0 0 0 rgba(171, 33, 33, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(171, 33, 33, 0);
        box-shadow: 0 0 0 10px rgba(171, 33, 33, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(171, 33, 33, 0);
        box-shadow: 0 0 0 0 rgba(171, 33, 33, 0);
    }
}

.hdq_loading_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 8px;
    background: rgba(15, 143, 18, 0.7);
    -webkit-transform: translate3d(-103%, 0, 0);
    transform: translate3d(-103%, 0, 0);
    pointer-events: none;
}

.hdq_loading_bar.hdq_animate {
    bottom: -20px;
    z-index: 100;
    -webkit-transition: -webkit-transform 1.2s ease-in, bottom 0.3s 2.7s;
    transition: transform 1.2s ease-in, bottom 0.3s 2.7s;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

h2.hdq_results_title,
h3.hdq_question_heading {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #222;
}

h2.hdq_results_title {
    font-size: 2rem;
}

.hdq_question_number {
    opacity: 0.8;
}

.hdq_tooltip {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: rgb(95, 102, 109);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 0.6em;
    border-radius: 50%;
    top: -3px;
    font-family: monospace;
}

.hdq_tooltip_content {
    font-family: sans-serif;
    position: absolute;
    top: calc(100% + 1em);
    font-size: 0.8em;
    width: 260px;
    left: -130px;
    line-height: 1.4;
    background-color: rgb(95, 102, 109);
    border-radius: 10px;
    box-shadow: 0px 13px 10px rgba(72, 72, 72, 0.025),
    0 1px 16px rgba(72, 72, 72, 0.55);
    color: #fff;
    padding: 1.4em;
    text-align: left;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: all 0.3s cubic-bezier(0.1, 1, 0.9, 1);
    transition-property: opacity, transform;
}

.hdq_tooltip_content span {
    display: block;
    letter-spacing: initial;
}

.hdq_tooltip_content::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    display: block;
    border-style: solid;
    border-top-color: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(95, 102, 109);
}

.hdq_tooltip:hover .hdq_tooltip_content {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    z-index: 99999;
}

@media screen and (max-width: 800px) {
    .hdq_timer {
        bottom: 10px;
        right: 10px;
    }

    .hdq_share {
        padding: 8px;
        line-height: 1;
    }

    .hdq_question,
    .hdq_results_wrapper {
        padding: 1rem;
    }

    .hdq_tooltip_content {
        position: fixed;
        top: initial;
        bottom: 10px;
        width: 80%;
        left: 10%;
        margin: 0;
    }

    .hdq_tooltip_content::after {
        display: none;
    }

    .hdq_quiz_wrapper {
        overflow-x: hidden;
    }

    .hdq_label_answer {
        font-size: 1rem;
    }

    .hdq_question_answers_images {
        grid-gap: 0.4rem;
    }

    .hdq_row_image > .hdq_label_answer {
        grid-gap: 0.5rem;
        padding: 0.4em;
    }

    .hdq_row_image .hdq-options-check {
        display: block;
        margin-bottom: 0.4em;
    }
}

/* search bar */
.Search-bar {
    font-size: 50px;
    text-align: center;
    border: solid #fff;
    border-width: 0 0 0;
    line-height: 1.5;
    font-family: roboto-body, sans-serif;
    color: #fff;
}

.placeholder-dark-black::placeholder {
    color: #000000; /* Dark black color */
}

.heading-title-about-us {
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-weight: 800;
    text-transform: capitalize;
    font-style: italic;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 0;
    word-spacing: 0em;
}

.heading-title-Contact-us {
    font-family: inter-title, sans-serif;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 0;
    word-spacing: 0em;
}

.privacy-policy-font-family {
    font-family: roboto-body, sans-serif;
}

.Home-page-image-cards-text {
    font-family: inter-title, sans-serif;
    font-size: 35px;
    font-weight: 800;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}

.e-fas-search {
    max-width: 16px;
    width: 100%;
    fill: #ffffff;
}

/* === NavLink active === */


.active {
    padding: 0.625rem 0;
    color: #0074FF;
    border-bottom: 1px solid #ffffff;
}

.typography-primary-font-family {
    font-family: inter-title, sans-serif;
}

.typography-text-font-family {
    font-family: roboto-body, sans-serif;
    font-weight: 400;
}

.Search-container {
    padding: 0 15%;
}

.Ad-sidebar {
    max-width: 336px;
    height: 645px;
    width: 300px;
    margin: auto;
}

.paginator {
    display: flex;
    gap: 10px;
    background: black;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;

    li.current {
        background: white;
        color: black;
        padding: 0 5px;
    }
}

/* --- sitemap --- */

.sitemap h1 {
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    font-size: 3.25rem;
    border-bottom: 2px solid #000;
    line-height: 3.2rem;
    font-weight: 700;
}

.sitemap .no-link {
    pointer-events: none;
}

.sitemap .sitemap-tabs {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #e2e2e2;
    align-items: center;
    column-gap: 2rem;
    list-style: none;
}

.sitemap .sitemap-tabs li a {
    font-style: italic;
}

.sitemap a:hover {
    color: #0074ff;
}

.sitemap .sitemap-tabs li a h2 {
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
}

.sitemap-wrapper h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.sitemap-wrapper h3 {
    font-size: 1.125rem;
    font-style: italic;
}

.sitemap-table-item {
    padding: 0.1rem 0 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    font-family: roboto-body, sans-serif;
    color: #333;
}

.sitemap-table-item a {
    font-size: 1rem;
    line-height: 1.1875rem;
    display: block;
    width: 100%;
}

.sitemap-wrapper.years .sitemap-table-wrapper {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-row-gap: 1.25rem;
}


.sitemap-wrapper.mounts .sitemap-table-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.25rem;
}

.sitemap-wrapper.days .sitemap-table-wrapper {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-row-gap: 1.25rem;
}

.sitemap-wrapper.day .sitemap-table-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 1.25rem;
}

@media (max-width: 991.98px) {
    .sitemap-wrapper.years .sitemap-table-wrapper,
    .sitemap-wrapper.days .sitemap-table-wrapper{
        grid-template-columns: repeat(12, 1fr);
    }
}

@media (max-width: 575.98px) {
    .sitemap-wrapper.years .sitemap-table-wrapper,
    .sitemap-wrapper.days .sitemap-table-wrapper{
        grid-template-columns: repeat(6, 1fr);
    }
    .sitemap-wrapper.mounts .sitemap-table-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

.sitemap-wrapper img {
    width: 20px;
}

.sitemap-wrapper::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: relative;
    top: -1px;
}

.jwplayer-blank-poster {
    background:#999999;
}

.jwplayer-placeholder {
    background:#000;
    overflow:hidden;
}

.jwplayer-placeholder img {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 16 / 9;
}

.jwplayer-placeholder .jw-placeholder-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.jwplayer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
}

.jwplayer-placeholder {
    position: relative;
}

.jwplayer-play {
    fill: rgba(255, 255, 255, 0.8);
    width: 12%;
    align-self: center;
}

.jwplayer-placeholder
{
    cursor:pointer;
}

.jwplayer-placeholder:hover svg.jwplayer-play {
    fill: white;
}

.jw-reset, .jw-reset-text {
    color: inherit;
    background-color: transparent;
    padding: 0;
    margin: 0;
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1em;
    list-style: none;
    text-transform: none;
    vertical-align: baseline;
    border: 0;
    font-variant: inherit;
    font-stretch: inherit;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.jwplayer-placeholder .jw-placeholder-title {
    position:absolute;
    top:0;
    margin-top:20px;
    color: rgb(255, 255, 255);
}

.jwplayer-placeholder .jw-placeholder-title-primary {
    font-size: 1.625em;
}

.jwplayer-placeholder .jw-placeholder-title-primary, .jwplayer-placeholder .jw-placeholder-title-secondary {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: .5em;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: unset;
    white-space: nowrap;
    width: 100%;
}