@font-face {
    font-family: 'Ubuntu';
    src: url('../font/Ubuntu-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../font/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../font/Ubuntu-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../font/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
    --light-green: #00b1290f;
    --green: #00b129;
    --black: #000000;
    --grey: #787879;
    --bg: #f0f4f8;
    --yellow: #ffe100;
    --mint-green: #f7fff3;
    --font-main: 'Ubuntu', sans-serif;
    --font-size--regular: clamp(14px, 2vw, 16px);
    --green-8: #00b12914;
    --green-6: #e7fbebff;
}
.green{
    color: var(--green);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-wrap: balance;
}
html {
    scroll-behavior: smooth;
}
html,
body {
    font-family: var(--font-main);
    font-weight: 400;
    color: var(--black);
    font-size: 16px;
    line-height: 150%;
}
textarea {
    font-family: 'Ubuntu', sans-serif !important;
}
a,
p {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}
img {
    max-width: 100%;
    display: block;
    height: auto;
}

button {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}
ul,
ol,
li {
    list-style-type: none;
}
.container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-main {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}
.global-title {
    font-size: clamp(18px, 2vw, 32px);
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
}
.global-subtitle {
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 500;
    line-height: 32px;
}
.expertsSelectContent {
    background-color: #fff !important;
    border-radius: 8px;
    padding: 8px 12px;
}
.expertsValue__single-value {
    font-size: clamp(22px, 2vw, 25px);
    width: max-content;
}
.moreExpertsValue__single-value {
    font-size: clamp(16px, 2vw, 20px);
    width: max-content;
}
.expertsValue__control {
    width: max-content;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 75px 0 20px 0;
    color: #00000073;
}
.breadcrumb-block{
    background: #ffffff;
}
.breadcrumb-active {
    color: var(--green);
}
.ProseMirror {
    outline: none !important;
    padding: 0 15px;
    margin: 0;
    background: transparent;
    font-size: 16px;
    line-height: 1.5;
    min-height: 100px;
    white-space: pre-wrap;
    word-break: break-word;
}

.ProseMirror p {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}
.ProseMirror mark {
    background-color: yellow;
    padding: 0 2px;
}
.quote-box,
blockquote {
    border-left: 4px solid #28a745;
    padding: 12px 16px;
    margin: 16px 0;
    font-style: italic;
    color: #222;
}
.keen-slider__slide {
    width: 500px !important;
    height: 300px !important;
}

.expertsValueModal__single-value {
    width: 100%;
    outline: none;
    color: #d9d9d9 !important;
}
.expertsValueModal__control {
    border: 1px solid #b9bdc4 !important;
    border-radius: 8px !important;
    padding: 7px 12px !important;
    color: #b9bdc4 !important;
}
.expertsValueRegion__control {
    width: 100%;
    border: 1px solid #b9bdc4 !important;
    padding: 7px 12px !important;
    border-radius: 2px;
}
.expertsValueRegion__single-value {
    width: 100%;
    font-size: 16px;
    outline: none;
    border-radius: 2px;
    color: #000000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.expertsValueRegion__indicators svg path {
    stroke: #9e9d9d !important;
}
.expertsValueRegion__indicators {
    padding: 0 !important;
}
.region-select {
    cursor: pointer;
    color: #b9bdc4 !important;
}
.swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
}

.swiper-slide {
    display: flex !important;
    height: auto !important;
}
.custom-tooltip {
    background-color: #222;
    color: white;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 6px;
    max-width: 250px;
    line-height: 1.4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 99;
}
.attention {
    display: flex;
    align-items: center;
    gap: 10px;
}
.scroll-to-top {
    display: none;
    z-index: 9999;
}
.ProseMirror {
    display: flex;
    flex-direction: column;
    gap: 16px;
    outline: none;
    height: 100px;
    padding: 0;
}
.ProseMirror h1.is-empty::before,
.ProseMirror h2.is-empty::before,
.ProseMirror p.is-empty::before {
    content: attr(data-placeholder);
    color: #aaa;
    float: left;
    height: 0;
    pointer-events: none;
}

.ProseMirror .react-renderer.node-heading.is-empty[data-placeholder],
.ProseMirror .react-renderer.node-descriptionHeading.is-empty[data-placeholder] {
    min-height: 1em;
    position: relative;
}
.ProseMirror .react-renderer.node-heading.is-empty[data-placeholder]::before,
.ProseMirror .react-renderer.node-descriptionHeading.is-empty[data-placeholder]::before {
    content: attr(data-placeholder);
    position: absolute;
    left: 0;
    top: 0;
    color: #aaa;
    font-size: 16px;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

.ProseMirror p.is-empty {
    position: relative;
}
.ProseMirror p.is-empty[data-placeholder]::before {
    content: attr(data-placeholder);
    position: absolute;
    left: 0;
    top: 0;
    color: #aaa !important;
    opacity: 0.8;
    pointer-events: none;
}

.ProseMirror h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 128%;
}
.ProseMirror h2,
.ProseMirror h3,
.ProseMirror h4 {
    padding-left: 60px !important;
}
.ProseMirror p {
    color: #373b42;
    font-size: 14px;
    padding: 10px 0;
    padding-left: 60px !important;
    width: 100%;
}
.ProseMirror ul,
.ProseMirror ol {
    padding-left: 25px;
}
.ProseMirror li {
    list-style-type: disc;
}
.ProseMirror a {
    color: #2457fe;
}

.custom-cropper-container {
    cursor: grab;
}

.custom-cropper-container:active {
    cursor: grabbing;
}
.modal-black {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 600px !important;
    padding: 25px 0 !important;
    gap: 0 !important;
    margin: 0 20px;
}
.policy-modal {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}
.policy-link {
    color: var(--green);
}
.region {
    color: #333 !important;
}
.policy-modal {
    max-width: 900px !important;
    top: 30%;
}
.custom-image-wrapper {
    background: linear-gradient(135deg, rgba(187, 187, 187, 0.3), rgba(174, 166, 166, 0.5));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: white;
    border-radius: 10px;
    margin: 6px 0 20px;
}
.region-selectregion {
    cursor: pointer;
}
.buttonRegion {
    padding: 15px 30px;
    border-radius: 6px;
    background-color: var(--green);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    transition: 0.3s ease;
    height: max-content;
    white-space: nowrap;
    text-align: center;
}
.buttonRegion:active {
    background-color: #047a1f;
}
.btn-error--page {
    z-index: 100 !important;
}
.hidden {
    display: none;
}
.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal.hidden {
    display: none;
}

.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    max-width: 600px;
    width: 100%;
}

.button {
    padding: 15px 30px;
    border-radius: 6px;
    background-color: var(--green);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    transition: 0.3s ease;
    height: max-content;
    white-space: nowrap;
    text-align: center;
}
.banner-home {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: row !important;
}
.video-scroll-wrapper {
    position: relative;
    overflow: hidden;
    padding: 16px 0;
}
.video-scroll-track {
    position: relative;
    display: flex;
    gap: 16px;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overflow-x: auto;
}
.video-scroll-track::-webkit-scrollbar {
    display: none;
}
.video-scroll-slide {
    position: relative;
    width: 100%;
    max-width: 530px;
    height: 350px;
    flex-shrink: 0;
    border-radius: 30px;
}
.video-scroll-iframe {
    height: 350px;
    border-radius: 30px;
}
.video-scroll-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.3) 20%,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0) 60%,
        rgba(0, 0, 0, 0.4) 80%,
        rgba(0, 0, 0, 0.7) 100%
    );
}
.video-scroll-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    color: #fff;
    padding: 10px 12px;
    box-sizing: border-box;
    z-index: 2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.video-blog {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    border-radius: 25px 25px 0 0;
    padding: 22px 0 22px 45px;
    margin-bottom: 40px;
}
.note {
    font-size: clamp(10px, 3vw, 12px);
    color: #00000099;
    margin-bottom: 30px;
    line-height: clamp(16px, 3vw, 22px);
}
.close-btn--modal {
    color: #23272e;
    position: absolute;
    top: 0;
    right: 24px;
}
.global-btn {
    padding: 12px 20px;
    border-radius: 10px;
    width: max-content;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--green);
    white-space: nowrap;
    color: #333;
}

.input-green-focus{
    border: 2px solid transparent !important;
}
.input-green-focus:focus{
    border: 2px solid var(--yellow) !important;
}

.global-green-btn {
    background: var(--green);
    color: #fff;
}
.qestion-wrapper,
.expert-wrapper,
.opinion-wrapper,
.base-wrapper {
    background: #f0f4f8;
}
.greenBtnHover{
    transition: 0.5s;
    border: 1px solid transparent;
}
.outLineBtnHover{
    transition: 0.5s;
}
.bannerBtnHover{
    border: 1px solid transparent;
    transition: 0.5s;
}
.orangeBtnHover{
    transition: 0.5s;
    border: 1px solid transparent;
}
.orangeBtnHover:hover{
    border: 1px solid #ffe100;
    background: #ffffff !important;
    color: #23272e;
}
.greenBtnHover:hover{
    border: 1px solid #00b129;
    color: #00b129;
    background: #ffffff !important;
}
.outLineBtnHover:hover{
    background: #00b129;
    color: #ffffff;
    border-color: transparent;
}
.bannerBtnHover:hover{
    border: 1px solid #fff;
    background: #00b129;
    color: #FFFFFF;
}

@media (min-width: 920px) {
    .buttonRegion:hover {
        background-color: #047a1f;
    }
}
@media (max-width: 920px) {
    .banner-home {
        flex-direction: column !important;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    .wrapper {
        position: relative;
    }
    .icon {
        display: flex;
        width: 18px;
    }
    .breadcrumb-list {
        padding: 80px 0 0 0;
    }

    .scroll-to-top {
        display: block;
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .modal-black {
        max-height: auto !important;
    }
    .video-blog {
        padding: 20px 0 20px 20px;
    }
}
