/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Cards
# Topbar
# Navigation
# Home Showcase
# Mobile Nav
# Forms
# Search Popup
# Page Header
# Sidebar
# Google Map
# Client Carousel
# Testimonials
# Footer
# Custom Cursor
# Animations
# Main Slider
# About
# Features
# Services
# Donations
# Donation Details
# Events
# Event Details
# Donate
# Join Volunteer
# Become Volunteer
# Why Choose
# Faq
# Gallery
# Pricing
# Funfact
# CTA
# Support
# Pillar
# Activities
# Shop
# Cart
# Checkout
# Shop Details
# Comments
# Blog Details
# Login
# Contact
# Error 404
# Boxed Home
--------------------------------------------------------------*/

:root {
    --cherito-font: "Plus Jakarta Sans", sans-serif;
    --cherito-heading-font: "Quicksand", sans-serif;
    --cherito-special-font: "Caveat", cursive;
    --cherito-text: #393737;
    --cherito-text-rgb: 114, 114, 114;
    --cherito-base: #E23B33;
    --cherito-base-rgb: 226, 59, 51;
    --cherito-primary: #F2B42B;
    --cherito-primary-rgb: 242, 180, 43;
    --cherito-white: #ffffff;
    --cherito-white-rgb: 255, 255, 255;
    --cherito-white2: #F4F0ED;
    --cherito-white2-rgb: 244, 240, 237;
    --cherito-white3: #E5DED9;
    --cherito-white3-rgb: 229, 222, 217;
    --cherito-white4: #FAF6F0;
    --cherito-white4-rgb: 250, 246, 240;
    --cherito-white5: #F5F1EE;
    --cherito-white5-rgb: 245, 241, 238;
    --cherito-white6: #EFEFEF;
    --cherito-white6-rgb: 239, 239, 239;
    --cherito-gray: #DBDBDB;
    --cherito-gray-rgb: 219, 219, 219;
    --cherito-gray2: #7D8B90;
    --cherito-gray2-rgb: 125, 139, 144;
    --cherito-gray3: #E3DDD8;
    --cherito-gray3-rgb: 227, 221, 216;
    --cherito-gray4: #D2D2D2;
    --cherito-gray4-rgb: 210, 210, 210;
    --cherito-gray5: #EBEBEB;
    --cherito-gray5-rgb: 235, 235, 235;
    --cherito-black: #212226;
    --cherito-black-rgb: 33, 34, 38;
    --cherito-black2: #000000;
    --cherito-black2-rgb: 0, 0, 0;
    --cherito-orange: #EF8442;
    --cherito-orange-rgb: 239, 132, 66;
    --cherito-border-color: #E5DED9;
    --cherito-border-color-rgb: 229, 222, 217;
    --section-space: 120px;
}


/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-120 {
    margin-top: 120px;
}

.mt--60 {
    margin-top: -60px;
}

.mt--120 {
    margin-top: -120px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb--60 {
    margin-bottom: -60px;
}

.mb--120 {
    margin-bottom: -120px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-142 {
    padding-top: 142px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

body {
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 16px;
    color: var(--cherito-white3, #222121);
    font-weight: 500;
    line-height: 1.875;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--cherito-white3, #222121);
    transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    color: var(--cherito-white3, #222121);
}

@media (max-width: 575px) {
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
}

@media (max-width: 575px) {
    p br {
        display: none;
    }
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.section-space {
    padding-top: var(--section-space, 120px);
    padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-space-top {
    padding-top: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space-top {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-top {
        padding-top: 80px;
        margin-bottom: 50px;
    }
}

.section-space-bottom {
    padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space-bottom {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-bottom {
        padding-bottom: 80px;
    }
}

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-10 {
    --bs-gutter-y: 10px;
}

.gutter-y-15 {
    --bs-gutter-y: 15px;
}

.gutter-y-20 {
    --bs-gutter-y: 20px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gutter-y-40 {
    --bs-gutter-y: 40px;
}

.gutter-y-50 {
    --bs-gutter-y: 50px;
}

.gutter-y-60 {
    --bs-gutter-y: 60px;
}

.gutter-y-70 {
    --bs-gutter-y: 70px;
}

.gutter-y-80 {
    --bs-gutter-y: 80px;
}

.logo-retina img {
    /* image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); */
}


/* template button */

.cherito-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    padding: 18px 40px 19px;
    background: var(--cherito-black, #E23B33);
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    color: var(--cherito-white, #222121);
    text-align: center;
    font-weight: 700;
    line-height: 1.125;
    border-radius: 6px;
    z-index: 1;
    transition: all 500ms ease;
}

.cherito-btn:hover {
    background: var(--cherito-base, #e8c7b6);
    color: var(--cherito-white, #222121);
}

.cherito-btn__text {
    position: relative;
    color: inherit;
    z-index: 1;
    transition: all 150ms ease;
}

.cherito-btn__hover {
    display: block;
    width: calc(20% + 0.2px);
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
    background: var(--cherito-black, #212226);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cherito-btn__hover--1 {
    left: 0;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.cherito-btn__hover--2 {
    left: 20%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.cherito-btn__hover--3 {
    left: 40%;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.cherito-btn__hover--4 {
    left: 60%;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.cherito-btn__hover--5 {
    left: 80%;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.cherito-btn:hover .cherito-btn__hover {
    transform: translateY(0);
}

.cherito-btn--primary {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-primary, #F2B42B);
}

.cherito-btn--primary:hover {
    color: var(--cherito-white, #ffffff);
}

.cherito-btn--primary .cherito-btn__hover {
    background: var(--cherito-base, #E23B33);
}

.cherito-btn--white {
    color: var(--cherito-white3, #212226);
    background: var(--cherito-white, #ffffff);
}

.cherito-btn--white:hover {
    color: var(--cherito-white, #ffffff);
}

.cherito-btn--white .cherito-btn__hover {
    background: var(--cherito-primary, #F2B42B);
}

.cherito-btn--black {
    color: var(--cherito-white4);
    background: var(--cherito-black, #92453f);
}

.cherito-btn--black:hover {
    color: var(--cherito-white3, #222121);
}

.cherito-btn--black .cherito-btn__hover {
    background: var(--cherito-base, #E23B33);
}

.cherito-btn--border {
    color: var(--cherito-black, #212226);
    background: transparent;
    border: 1px solid var(--cherito-base, #E23B33);
}

.cherito-btn--border:hover {
    color: var(--cherito-white, #ffffff);
}

.cherito-btn--border .cherito-btn__hover {
    background: var(--cherito-base, #E23B33);
}

.sec-title--center {
    margin-bottom: 50px;
    text-align: center;
}

.sec-title--center .sec-title__top {
    justify-content: center;
}

.sec-title__top {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sec-title__shape {
    max-width: 100%;
    height: auto;
}

.sec-title__tagline {
    margin: 0;
    font-size: 19px;
    color: var(--cherito-black, #E23B33);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2;
}

.sec-title__title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 767px) {
    .sec-title__title {
        font-size: 35px;
    }
}

@media (max-width: 430px) {
    .sec-title__title {
        font-size: 30px;
    }
}

.cherito-ratings {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cherito-ratings__icon {
    display: inline-flex;
    font-size: 16px;
    color: var(--cherito-base, #E23B33);
    transition: all 500ms ease;
}

.cherito-ratings__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.video-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    background: var(--cherito-white, #ffffff);
    font-size: 13px;
    color: var(--cherito-white, #ffffff);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.video-btn:hover {
    background: var(--cherito-primary, #F2B42B);
}

.video-btn__ripple::before,
.video-btn__ripple::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 RGBA(var(--cherito-base-rgb, 226, 59, 51), 0.6);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-animation: videoRipple 3s infinite;
    animation: videoRipple 3s infinite;
}

.video-btn__ropple::before {
    position: absolute;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.video-btn__ripple::after {
    position: absolute;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.video-btn:hover .video-btn__ripple::before,
.video-btn:hover .video-btn__ripple::after {
    box-shadow: 0 0 0 0 RGBA(var(--cherito-primary-rgb, 242, 180, 43), 0.6);
}

@keyframes videoRipple {
    70% {
        box-shadow: 0 0 0 40px RGBA(var(--cherito-base-rgb, 226, 59, 51), 0);
    }
    100% {
        box-shadow: 0 0 0 0 RGBA(var(--cherito-base-rgb, 226, 59, 51), 0);
    }
}

.social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.social-links a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease;
}

.social-links__icon {
    display: inline-flex;
    font-size: 12px;
    color: var(--cherito-black, #212226);
    transition: all 500ms ease;
}

.social-links__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.social-links a:hover {
    background: var(--cherito-base, #E23B33);
}

.social-links a:hover .social-links__icon {
    color: var(--cherito-white, #ffffff);
    animation: slideTop 400ms;
}

.organizer-card {
    position: relative;
    padding: 46px 31px 30px;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px;
    box-shadow: 0px 4px 60px RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.1);
}

@media (max-width: 390px) {
    .organizer-card {
        padding: 46px 20px 20px;
    }
}

.organizer-card__category {
    margin: 0;
    padding: 8px 32px;
    position: absolute;
    top: -16px;
    left: 39px;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    color: var(--cherito-base, #E23B33);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.625;
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 20px;
    z-index: 2;
    transition: all 500ms ease;
}

.organizer-card:hover .organizer-card__category {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.organizer-card__info {
    margin: 0;
}

.organizer-card__info li+li {
    margin-top: 14px;
}

.organizer-card__info li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    color: var(--cherito-text, #727272);
    font-weight: 700;
    line-height: 1.625;
}

.organizer-card__info li:nth-child(1) {
    gap: 18px;
}

.organizer-card__info__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    color: var(--cherito-black, #212226);
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 50%;
    transition: all 500ms ease;
}

.organizer-card__info li:not(:first-child) {
    margin-left: 17.5px;
}

.organizer-card__info li:not(:first-child):hover .organizer-card__info__icon {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.organizer-card__image {
    position: relative;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--cherito-base, #E23B33);
    z-index: 1;
}

.organizer-card__image::before {
    content: "";
    width: 81px;
    height: calc(100% - 15px);
    background: var(--cherito-base, #E23B33);
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    z-index: -1;
}

@media (max-width: 390px) {
    .organizer-card__image::before {
        width: 75px;
        left: -20px;
    }
}

.organizer-card__image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.organizer-card__designation {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

.organizer-card__name {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
}

.progress-box+.progress-box {
    margin-top: 28px;
}

.progress-box__bar {
    position: relative;
    width: 100%;
    height: 6px;
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 12px;
}

.progress-box__bar__inner {
    position: relative;
    position: absolute;
    height: 100%;
    width: 0px;
    top: 0;
    left: 0;
    background: var(--cherito-black, #212226);
    border-radius: inherit;
    transition: all 800ms linear;
}

.progress-box__bar__inner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    background: var(--cherito-base, #E23B33);
    border: 0;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    z-index: 11;
}

.progress-box__bar__inner::after {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--cherito-white, #ffffff);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    z-index: 11;
}

.progress-box__number {
    padding: 4px 8px;
    position: relative;
    position: absolute;
    bottom: calc(100% + 17px);
    right: -23px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 14px;
    color: var(--cherito-white, #ffffff);
    font-weight: 600;
    line-height: 1.25;
    background: var(--cherito-base, #E23B33);
    border-radius: 24px;
}

@media (max-width: 575px) {
    .progress-box__number {
        font-size: 15px;
    }
}

.progress-box__number::after {
    content: "";
    width: 20px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    background: var(--cherito-base, #E23B33);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.000000 8.000000"><g transform="translate(0.000000,8.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M113 140 c23 -9 57 -37 74 -62 28 -40 33 -41 45 -11 7 19 36 47 65 63 50 27 45 28 -87 28 -99 0 -127 -6 -97 -18z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.000000 8.000000"><g transform="translate(0.000000,8.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M113 140 c23 -9 57 -37 74 -62 28 -40 33 -41 45 -11 7 19 36 47 65 63 50 27 45 28 -87 28 -99 0 -127 -6 -97 -18z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.progress-box__content {
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.progress-box__text {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 14px;
    color: var(--cherito-black, #212226);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.428;
    transition: all 500ms ease;
}

.progress-box__text__inner {
    color: var(--cherito-text, #727272);
    transition: inherit;
}

.post-pagination {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 575px) {
    .post-pagination {
        gap: 12px;
    }
}

.post-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    color: var(--cherito-black, #212226);
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 6px;
    line-height: 50px;
    overflow: hidden;
    border: 1px solid var(--cherito-white3, #E5DED9);
    transition: all 400ms ease;
}

@media (max-width: 575px) {
    .post-pagination a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

.post-pagination a .post-pagination__icon {
    display: inline-flex;
    font-size: 14px;
    color: var(--cherito-black, #212226);
    transition: all 400ms ease;
}

.post-pagination a .post-pagination__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.post-pagination a:hover {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
    border-color: var(--cherito-base, #E23B33);
}

.post-pagination a:hover .post-pagination__icon {
    color: var(--cherito-white, #ffffff);
    animation: slideLeft 400ms;
}

.post-pagination li.active a {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
    border-color: var(--cherito-base, #E23B33);
}

.post-pagination li.active a .post-pagination__icon {
    color: var(--cherito-white, #ffffff);
    animation-play-state: paused;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
    display: none;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background: var(--cherito-base, #E23B33);
}

.tns-outer .tns-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.tns-outer .tns-controls button {
    width: 45px;
    height: 45px;
    border: 2px solid #f4f4f4;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--cherito-text, #727272);
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.ul-list-one {
    margin-bottom: 0;
}

.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    color: var(--cherito-black, #212226);
}

@media (min-width: 481px) {
    .ul-list-one li {
        font-size: 40px;
    }
}

.ul-list-one li::before {
    content: "\e907";
    color: var(--cherito-base, #E23B33);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "azino-icon";
}

.preloader {
    position: fixed;
    background: var(--cherito-black, #212226);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}


/* scroll to top */

.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-right: 8px;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: var(--cherito-base, #E23B33);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--cherito-black, #212226);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}

.cherito-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible;
}

.cherito-owl__carousel--with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.cherito-owl__carousel--with-shadow .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.cherito-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible;
}

.cherito-owl__carousel--with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.cherito-owl__carousel--with-shadow .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 60px;
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 16px;
    color: var(--cherito-black, #212226);
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 50%;
    transition: all 400ms ease;
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
    border: none;
    outline: none;
    color: inherit;
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
    outline: 0;
    border: 0;
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--cherito-black, #727272);
    transition: all 400ms ease;
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0;
    border-radius: inherit;
    background: RGBA(var(--cherito-base-rgb, 226, 59, 51), 0.2);
    transition: all 400ms ease;
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover,
.cherito-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
    background: var(--cherito-base, #E23B33);
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover::after,
.cherito-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span,
.cherito-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
    background: transparent;
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.cherito-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.cherito-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
    display: none;
}


/* ui datepicker */

.ui-datepicker.ui-widget-content {
    border: 1px solid var(--cherito-white3, #E5DED9);
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-primary, #F2B42B);
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    width: 307px;
    padding: 5px 8px 3px;
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 360px) {
    .ui-datepicker.ui-widget-content {
        width: 270px;
    }
}

.ui-datepicker .ui-datepicker-header {
    padding: 6px 0;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-white, #ffffff);
    border-radius: 6px;
    border: 0;
    background-image: none;
    background: var(--cherito-base, #E23B33);
}

.ui-datepicker-calendar th span {
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-base, #E23B33);
}

.ui-datepicker-calendar td {
    background: var(--cherito-white, #ffffff);
    background-image: none;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-white, #ffffff);
}

.ui-datepicker-calendar td a {
    border-color: var(--cherito-base, #E23B33);
    background: var(--cherito-text, #727272);
    background-image: none;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
    border-color: transparent;
    background: var(--cherito-white2, #F4F0ED);
    background-image: none;
    color: var(--cherito-black, #212226);
    padding: 10px 5px;
    text-align: center;
    line-height: 1em;
    border-radius: 5px;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-image: none;
    background: var(--cherito-white, #ffffff);
    color: var(--cherito-black, #212226);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    border-color: var(--cherito-primary, #F2B42B);
}

.ui-datepicker .ui-datepicker-prev {
    cursor: pointer;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-prev:hover {
    left: 6px;
}

.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-next:hover {
    right: 6px;
}


/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

.video-one {
    position: relative;
    background: var(--cherito-white2, #F4F0ED);
    overflow: hidden;
}

.video-one::after {
    content: "";
    width: 40%;
    height: 100%;
    background: var(--cherito-base, #E23B33);
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1199px) {
    .video-one::after {
        display: none;
    }
}

.video-one .container {
    position: relative;
    z-index: 1;
}

.video-one__wrapper {
    position: relative;
    padding: 108.5px 0 112.5px;
}

@media (max-width: 767px) {
    .video-one__wrapper {
        padding: 96.5px 0 100.5px;
    }
}

@media (max-width: 575px) {
    .video-one__wrapper {
        padding: 76.5px 0 80.5px;
    }
}

.video-one .sec-title {
    margin-bottom: 11px;
}

.video-one__text {
    margin-bottom: 31px;
}

.video-one__image {
    position: relative;
    background: var(--cherito-black2, #000000);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 534.000000"><g transform="translate(0.000000,534.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M186 5282 c-18 -67 -21 -144 -5 -174 9 -16 6 -29 -12 -63 -23 -43 -23 -43 -3 -70 29 -43 31 -46 64 -113 24 -51 28 -68 19 -84 -15 -28 -3 -67 26 -80 30 -13 26 -36 -12 -74 -20 -20 -22 -28 -13 -39 10 -12 2 -25 -45 -71 l-57 -56 7 -71 c6 -72 -8 -135 -35 -152 -5 -3 -10 -25 -10 -48 0 -32 -7 -49 -28 -72 -41 -44 -62 -100 -62 -164 0 -48 5 -64 31 -99 34 -47 33 -67 -6 -82 -25 -10 -35 -43 -15 -55 5 -3 18 -26 29 -51 12 -25 32 -51 49 -61 16 -9 36 -33 44 -52 15 -34 15 -38 -3 -67 -10 -17 -19 -34 -19 -37 0 -3 16 -23 36 -43 l35 -38 -25 -13 c-23 -12 -24 -16 -14 -38 6 -14 28 -33 49 -42 21 -10 39 -24 39 -30 0 -16 -39 -17 -75 -3 -20 8 -35 5 -68 -11 -50 -25 -77 -48 -77 -64 0 -25 49 -65 79 -65 35 0 130 -24 160 -39 11 -6 30 -11 43 -11 30 0 48 -18 48 -48 0 -13 5 -32 10 -43 9 -16 7 -21 -16 -29 -31 -12 -53 -7 -101 26 -54 37 -81 32 -136 -25 -51 -52 -50 -59 10 -90 29 -15 29 -29 1 -33 -33 -4 -34 -39 -3 -68 26 -24 33 -50 14 -50 -6 0 -9 -12 -7 -26 2 -21 12 -30 45 -43 64 -25 83 -47 83 -96 0 -26 6 -48 15 -55 19 -16 19 -49 1 -56 -8 -3 -19 -18 -26 -34 -14 -34 -3 -61 42 -98 27 -23 28 -26 13 -43 -27 -29 -15 -53 30 -59 l40 -5 5 -53 c3 -29 10 -56 16 -60 25 -16 32 -47 18 -72 -7 -14 -13 -34 -14 -45 0 -12 -5 -26 -12 -33 -9 -9 -7 -16 6 -31 17 -19 17 -20 -10 -37 -29 -20 -54 -69 -54 -107 0 -13 12 -41 26 -62 23 -34 24 -41 12 -63 -12 -23 -10 -27 28 -61 23 -20 47 -46 53 -59 10 -20 9 -23 -13 -32 -53 -20 -45 -76 16 -110 78 -44 94 -70 43 -70 -13 0 -26 -4 -30 -10 -10 -16 71 -50 122 -50 26 -1 75 -7 108 -15 33 -8 97 -15 143 -15 72 0 82 -2 82 -18 0 -10 -7 -27 -15 -38 -20 -26 -20 -169 0 -204 8 -14 14 -48 15 -77 0 -46 4 -56 35 -87 32 -33 34 -38 28 -81 -3 -27 -1 -55 5 -68 7 -12 16 -34 21 -49 16 -43 199 -137 305 -157 28 -5 66 -24 98 -48 29 -22 65 -48 81 -58 22 -14 27 -24 27 -59 0 -62 29 -73 193 -75 70 -1 137 -5 149 -10 30 -11 281 21 302 39 27 22 42 -2 21 -34 -14 -21 -25 -26 -59 -26 -47 0 -86 -9 -86 -20 0 -4 53 -9 118 -12 125 -6 223 1 432 28 30 4 179 6 331 5 l275 -3 38 26 c34 23 49 26 121 26 45 0 107 -5 136 -11 30 -6 118 -11 196 -10 134 1 142 0 148 -20 4 -11 16 -24 28 -28 32 -12 362 -4 386 8 33 18 96 13 116 -9 22 -24 50 -25 89 -5 44 23 87 19 111 -11 17 -22 32 -27 87 -33 36 -4 75 -4 85 0 10 4 43 8 74 8 37 1 61 6 69 16 10 12 39 15 139 15 72 0 156 7 196 15 88 19 109 19 125 0 15 -18 84 -21 78 -3 -3 7 -20 16 -39 21 -30 8 -32 10 -14 18 26 10 484 10 555 -1 50 -7 57 -6 81 16 21 20 36 24 90 24 40 1 71 6 83 15 12 9 41 14 78 14 32 -1 65 4 73 11 8 7 53 13 102 15 49 1 104 9 123 17 47 20 94 36 156 53 65 18 242 22 271 7 17 -9 22 -9 27 3 3 10 19 15 43 15 21 0 47 7 57 15 26 20 86 20 86 1 0 -8 -9 -18 -20 -21 -29 -9 -14 -25 24 -25 39 0 50 -8 35 -26 -13 -16 -3 -35 16 -28 19 8 27 34 14 50 -15 18 -3 34 26 34 14 0 43 10 65 21 34 18 39 24 28 36 -19 23 17 46 64 40 21 -3 40 -1 43 3 3 4 42 11 87 15 46 4 90 13 98 20 8 7 26 15 40 18 46 10 101 34 118 50 9 9 25 36 37 59 14 30 31 48 57 60 33 16 37 21 32 47 -7 33 17 86 52 114 13 10 24 24 24 31 0 17 43 56 61 56 26 0 148 65 148 79 1 8 -7 23 -16 33 -24 26 -8 49 48 68 52 19 81 59 60 84 -7 9 -23 16 -35 16 -19 0 -56 43 -56 64 0 3 26 19 58 35 60 31 182 155 182 185 0 9 -9 21 -20 28 -30 19 -25 30 31 65 55 36 135 63 182 63 35 0 127 41 148 66 12 14 10 19 -14 40 -28 23 -29 44 -3 44 7 0 21 9 32 21 18 20 18 21 -5 38 l-23 18 27 21 c15 12 33 22 39 22 16 0 86 83 86 103 0 10 8 17 20 17 29 0 29 55 0 63 -15 4 -20 14 -20 40 0 52 -7 64 -53 87 -98 48 -125 95 -68 115 52 17 59 36 28 77 -15 19 -27 40 -27 47 0 17 -78 51 -117 51 -21 0 -37 7 -47 22 -15 21 -14 24 11 44 15 12 24 27 21 35 -8 22 -132 79 -171 79 -29 0 -77 34 -64 46 2 2 26 7 53 10 85 11 124 53 59 64 -35 6 -44 26 -16 35 29 9 26 25 -3 25 -30 0 -72 33 -62 48 4 7 18 12 31 12 54 0 37 45 -21 56 -40 7 -43 19 -12 44 30 24 13 45 -43 54 -28 5 -43 12 -46 25 -6 23 -31 31 -94 31 -29 0 -51 6 -59 15 -9 11 -33 15 -84 15 -80 0 -116 17 -116 54 0 12 10 32 23 44 21 20 34 22 124 22 75 0 111 5 139 18 49 21 115 72 109 82 -2 4 -41 10 -86 14 -45 4 -94 13 -110 21 -17 9 -56 15 -98 15 -79 0 -121 12 -121 35 0 8 4 15 9 15 5 0 21 4 35 10 l26 10 -19 32 -20 32 31 35 c39 45 80 66 142 75 74 11 97 25 94 55 -2 19 5 30 29 45 37 24 42 42 13 51 -27 9 -46 43 -31 58 6 6 11 19 11 28 0 9 7 22 15 29 22 18 19 51 -5 57 -26 7 -25 19 1 33 20 11 20 12 3 31 -9 10 -27 19 -39 19 -41 0 -60 45 -30 70 17 14 3 40 -22 40 -8 0 -33 10 -56 21 -23 12 -76 27 -117 34 -50 8 -63 13 -40 14 47 1 77 24 82 61 5 36 3 38 -76 65 -33 11 -62 27 -66 35 -27 61 -39 77 -67 89 -26 12 -31 20 -36 60 -5 48 5 71 31 71 30 0 82 24 87 41 9 27 -34 87 -81 115 -51 30 -49 44 5 44 20 0 41 4 47 10 5 5 53 12 107 16 69 5 105 12 119 24 25 20 16 40 -17 40 -35 0 -40 18 -15 45 l23 24 -24 25 c-13 14 -31 26 -40 26 -9 0 -22 7 -29 15 -7 8 -18 15 -26 15 -29 0 -20 18 26 53 27 20 58 37 69 37 19 0 108 68 123 94 12 21 -8 30 -77 36 -41 3 -59 9 -57 18 1 9 -801 12 -3987 12 l-3988 0 -17 -58z m8142 -2168 c88 -14 50 -37 -53 -32 -32 2 -60 8 -62 13 -5 15 50 45 62 35 6 -5 30 -12 53 -16z m-28 -289 c0 -21 -98 -31 -118 -12 -14 14 -13 16 9 21 69 15 109 12 109 -9z m-8005 -55 c3 -5 -3 -10 -14 -10 -12 0 -21 5 -21 10 0 6 6 10 14 10 8 0 18 -4 21 -10z"/> <path d="M8316 3211 c18 -18 240 -19 229 -1 -4 6 -56 10 -123 10 -71 0 -112 -4 -106 -9z"/> <path d="M7723 473 c-23 -2 -47 -11 -53 -19 -7 -7 -27 -14 -45 -14 -18 0 -38 -7 -45 -15 -8 -9 -30 -15 -60 -15 -30 0 -52 -6 -60 -15 -7 -8 -21 -15 -31 -15 -21 0 -45 -38 -32 -51 4 -4 40 3 78 18 39 14 84 28 100 31 17 3 46 15 66 28 20 12 58 26 85 29 27 4 55 12 61 17 15 12 8 29 -10 26 -7 -1 -31 -3 -54 -5z"/> <path d="M1340 297 c0 -24 24 -37 68 -37 50 0 55 23 6 28 -16 2 -33 8 -38 13 -14 13 -36 11 -36 -4z"/> <path d="M6605 230 c-12 -19 11 -33 41 -26 28 8 24 19 -13 30 -12 4 -24 2 -28 -4z"/> <path d="M3433 154 c-31 -35 -29 -46 10 -42 27 3 32 6 29 28 -4 38 -15 41 -39 14z"/> <path d="M1410 150 c0 -5 9 -10 21 -10 11 0 17 5 14 10 -3 6 -13 10 -21 10 -8 0 -14 -4 -14 -10z"/> <path d="M5520 130 c-22 -14 -7 -21 59 -27 51 -5 61 -3 61 10 0 8 -7 18 -16 21 -24 9 -87 7 -104 -4z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 534.000000"><g transform="translate(0.000000,534.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M186 5282 c-18 -67 -21 -144 -5 -174 9 -16 6 -29 -12 -63 -23 -43 -23 -43 -3 -70 29 -43 31 -46 64 -113 24 -51 28 -68 19 -84 -15 -28 -3 -67 26 -80 30 -13 26 -36 -12 -74 -20 -20 -22 -28 -13 -39 10 -12 2 -25 -45 -71 l-57 -56 7 -71 c6 -72 -8 -135 -35 -152 -5 -3 -10 -25 -10 -48 0 -32 -7 -49 -28 -72 -41 -44 -62 -100 -62 -164 0 -48 5 -64 31 -99 34 -47 33 -67 -6 -82 -25 -10 -35 -43 -15 -55 5 -3 18 -26 29 -51 12 -25 32 -51 49 -61 16 -9 36 -33 44 -52 15 -34 15 -38 -3 -67 -10 -17 -19 -34 -19 -37 0 -3 16 -23 36 -43 l35 -38 -25 -13 c-23 -12 -24 -16 -14 -38 6 -14 28 -33 49 -42 21 -10 39 -24 39 -30 0 -16 -39 -17 -75 -3 -20 8 -35 5 -68 -11 -50 -25 -77 -48 -77 -64 0 -25 49 -65 79 -65 35 0 130 -24 160 -39 11 -6 30 -11 43 -11 30 0 48 -18 48 -48 0 -13 5 -32 10 -43 9 -16 7 -21 -16 -29 -31 -12 -53 -7 -101 26 -54 37 -81 32 -136 -25 -51 -52 -50 -59 10 -90 29 -15 29 -29 1 -33 -33 -4 -34 -39 -3 -68 26 -24 33 -50 14 -50 -6 0 -9 -12 -7 -26 2 -21 12 -30 45 -43 64 -25 83 -47 83 -96 0 -26 6 -48 15 -55 19 -16 19 -49 1 -56 -8 -3 -19 -18 -26 -34 -14 -34 -3 -61 42 -98 27 -23 28 -26 13 -43 -27 -29 -15 -53 30 -59 l40 -5 5 -53 c3 -29 10 -56 16 -60 25 -16 32 -47 18 -72 -7 -14 -13 -34 -14 -45 0 -12 -5 -26 -12 -33 -9 -9 -7 -16 6 -31 17 -19 17 -20 -10 -37 -29 -20 -54 -69 -54 -107 0 -13 12 -41 26 -62 23 -34 24 -41 12 -63 -12 -23 -10 -27 28 -61 23 -20 47 -46 53 -59 10 -20 9 -23 -13 -32 -53 -20 -45 -76 16 -110 78 -44 94 -70 43 -70 -13 0 -26 -4 -30 -10 -10 -16 71 -50 122 -50 26 -1 75 -7 108 -15 33 -8 97 -15 143 -15 72 0 82 -2 82 -18 0 -10 -7 -27 -15 -38 -20 -26 -20 -169 0 -204 8 -14 14 -48 15 -77 0 -46 4 -56 35 -87 32 -33 34 -38 28 -81 -3 -27 -1 -55 5 -68 7 -12 16 -34 21 -49 16 -43 199 -137 305 -157 28 -5 66 -24 98 -48 29 -22 65 -48 81 -58 22 -14 27 -24 27 -59 0 -62 29 -73 193 -75 70 -1 137 -5 149 -10 30 -11 281 21 302 39 27 22 42 -2 21 -34 -14 -21 -25 -26 -59 -26 -47 0 -86 -9 -86 -20 0 -4 53 -9 118 -12 125 -6 223 1 432 28 30 4 179 6 331 5 l275 -3 38 26 c34 23 49 26 121 26 45 0 107 -5 136 -11 30 -6 118 -11 196 -10 134 1 142 0 148 -20 4 -11 16 -24 28 -28 32 -12 362 -4 386 8 33 18 96 13 116 -9 22 -24 50 -25 89 -5 44 23 87 19 111 -11 17 -22 32 -27 87 -33 36 -4 75 -4 85 0 10 4 43 8 74 8 37 1 61 6 69 16 10 12 39 15 139 15 72 0 156 7 196 15 88 19 109 19 125 0 15 -18 84 -21 78 -3 -3 7 -20 16 -39 21 -30 8 -32 10 -14 18 26 10 484 10 555 -1 50 -7 57 -6 81 16 21 20 36 24 90 24 40 1 71 6 83 15 12 9 41 14 78 14 32 -1 65 4 73 11 8 7 53 13 102 15 49 1 104 9 123 17 47 20 94 36 156 53 65 18 242 22 271 7 17 -9 22 -9 27 3 3 10 19 15 43 15 21 0 47 7 57 15 26 20 86 20 86 1 0 -8 -9 -18 -20 -21 -29 -9 -14 -25 24 -25 39 0 50 -8 35 -26 -13 -16 -3 -35 16 -28 19 8 27 34 14 50 -15 18 -3 34 26 34 14 0 43 10 65 21 34 18 39 24 28 36 -19 23 17 46 64 40 21 -3 40 -1 43 3 3 4 42 11 87 15 46 4 90 13 98 20 8 7 26 15 40 18 46 10 101 34 118 50 9 9 25 36 37 59 14 30 31 48 57 60 33 16 37 21 32 47 -7 33 17 86 52 114 13 10 24 24 24 31 0 17 43 56 61 56 26 0 148 65 148 79 1 8 -7 23 -16 33 -24 26 -8 49 48 68 52 19 81 59 60 84 -7 9 -23 16 -35 16 -19 0 -56 43 -56 64 0 3 26 19 58 35 60 31 182 155 182 185 0 9 -9 21 -20 28 -30 19 -25 30 31 65 55 36 135 63 182 63 35 0 127 41 148 66 12 14 10 19 -14 40 -28 23 -29 44 -3 44 7 0 21 9 32 21 18 20 18 21 -5 38 l-23 18 27 21 c15 12 33 22 39 22 16 0 86 83 86 103 0 10 8 17 20 17 29 0 29 55 0 63 -15 4 -20 14 -20 40 0 52 -7 64 -53 87 -98 48 -125 95 -68 115 52 17 59 36 28 77 -15 19 -27 40 -27 47 0 17 -78 51 -117 51 -21 0 -37 7 -47 22 -15 21 -14 24 11 44 15 12 24 27 21 35 -8 22 -132 79 -171 79 -29 0 -77 34 -64 46 2 2 26 7 53 10 85 11 124 53 59 64 -35 6 -44 26 -16 35 29 9 26 25 -3 25 -30 0 -72 33 -62 48 4 7 18 12 31 12 54 0 37 45 -21 56 -40 7 -43 19 -12 44 30 24 13 45 -43 54 -28 5 -43 12 -46 25 -6 23 -31 31 -94 31 -29 0 -51 6 -59 15 -9 11 -33 15 -84 15 -80 0 -116 17 -116 54 0 12 10 32 23 44 21 20 34 22 124 22 75 0 111 5 139 18 49 21 115 72 109 82 -2 4 -41 10 -86 14 -45 4 -94 13 -110 21 -17 9 -56 15 -98 15 -79 0 -121 12 -121 35 0 8 4 15 9 15 5 0 21 4 35 10 l26 10 -19 32 -20 32 31 35 c39 45 80 66 142 75 74 11 97 25 94 55 -2 19 5 30 29 45 37 24 42 42 13 51 -27 9 -46 43 -31 58 6 6 11 19 11 28 0 9 7 22 15 29 22 18 19 51 -5 57 -26 7 -25 19 1 33 20 11 20 12 3 31 -9 10 -27 19 -39 19 -41 0 -60 45 -30 70 17 14 3 40 -22 40 -8 0 -33 10 -56 21 -23 12 -76 27 -117 34 -50 8 -63 13 -40 14 47 1 77 24 82 61 5 36 3 38 -76 65 -33 11 -62 27 -66 35 -27 61 -39 77 -67 89 -26 12 -31 20 -36 60 -5 48 5 71 31 71 30 0 82 24 87 41 9 27 -34 87 -81 115 -51 30 -49 44 5 44 20 0 41 4 47 10 5 5 53 12 107 16 69 5 105 12 119 24 25 20 16 40 -17 40 -35 0 -40 18 -15 45 l23 24 -24 25 c-13 14 -31 26 -40 26 -9 0 -22 7 -29 15 -7 8 -18 15 -26 15 -29 0 -20 18 26 53 27 20 58 37 69 37 19 0 108 68 123 94 12 21 -8 30 -77 36 -41 3 -59 9 -57 18 1 9 -801 12 -3987 12 l-3988 0 -17 -58z m8142 -2168 c88 -14 50 -37 -53 -32 -32 2 -60 8 -62 13 -5 15 50 45 62 35 6 -5 30 -12 53 -16z m-28 -289 c0 -21 -98 -31 -118 -12 -14 14 -13 16 9 21 69 15 109 12 109 -9z m-8005 -55 c3 -5 -3 -10 -14 -10 -12 0 -21 5 -21 10 0 6 6 10 14 10 8 0 18 -4 21 -10z"/> <path d="M8316 3211 c18 -18 240 -19 229 -1 -4 6 -56 10 -123 10 -71 0 -112 -4 -106 -9z"/> <path d="M7723 473 c-23 -2 -47 -11 -53 -19 -7 -7 -27 -14 -45 -14 -18 0 -38 -7 -45 -15 -8 -9 -30 -15 -60 -15 -30 0 -52 -6 -60 -15 -7 -8 -21 -15 -31 -15 -21 0 -45 -38 -32 -51 4 -4 40 3 78 18 39 14 84 28 100 31 17 3 46 15 66 28 20 12 58 26 85 29 27 4 55 12 61 17 15 12 8 29 -10 26 -7 -1 -31 -3 -54 -5z"/> <path d="M1340 297 c0 -24 24 -37 68 -37 50 0 55 23 6 28 -16 2 -33 8 -38 13 -14 13 -36 11 -36 -4z"/> <path d="M6605 230 c-12 -19 11 -33 41 -26 28 8 24 19 -13 30 -12 4 -24 2 -28 -4z"/> <path d="M3433 154 c-31 -35 -29 -46 10 -42 27 3 32 6 29 28 -4 38 -15 41 -39 14z"/> <path d="M1410 150 c0 -5 9 -10 21 -10 11 0 17 5 14 10 -3 6 -13 10 -21 10 -8 0 -14 -4 -14 -10z"/> <path d="M5520 130 c-22 -14 -7 -21 59 -27 51 -5 61 -3 61 10 0 8 -7 18 -16 21 -24 9 -87 7 -104 -4z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (min-width: 1200px) {
    .video-one__image {
        position: absolute;
        top: calc(50% + 5px);
        right: -245px;
        transform: translateY(-50%);
    }
}

.video-one__image img {
    max-width: 100%;
    height: auto;
    mix-blend-mode: luminosity;
}

.video-one .video-btn {
    width: 94px;
    height: 94px;
    font-size: 19px;
    background: RGBA(var(--cherito-base-rgb, 226, 59, 51), 0.76);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-one .video-btn:hover {
    background: var(--cherito-primary, #F2B42B);
}

@media (max-width: 430px) {
    .video-one .video-btn {
        width: 65px;
        height: 65px;
        font-size: 16px;
    }
}

.video-one__shape {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 1599px) {
    .video-one__shape {
        left: -130px;
    }
}

@media (max-width: 1399px) {
    .video-one__shape {
        left: -165px;
    }
}

@media (max-width: 1299px) {
    .video-one__shape {
        display: none;
    }
}

.video-two {
    position: relative;
    padding: 100px 0px;
}

@media (max-width: 575px) {
    .video-two {
        padding: 80px 0px;
    }
}

.video-two__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cherito-black2, #000000);
}

.video-two__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(86, 80, 159, 0.4) 0.41%, rgba(254, 101, 0, 0.4) 102.2%);
    z-index: 1;
}

.video-two__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: luminosity;
}

.video-two .container {
    position: relative;
    z-index: 2;
}

.video-two .video-btn {
    margin-bottom: 15px;
    width: 62px;
    height: 62px;
    font-size: 18px;
    color: var(--cherito-primary);
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 1199px) {
    .video-two .video-btn {
        margin-left: auto;
        margin-right: auto;
    }
}

.video-two .video-btn:hover {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-primary);
}

.video-two .video-btn__ripple::before,
.video-two .video-btn__ripple::after {
    box-shadow: 0 0 0 0 rgba(var(--cherito-black-rgb), 0.28);
}

@media (max-width: 1199px) {
    .video-two .sec-title {
        text-align: center;
    }
}

.video-two .sec-title__title {
    color: var(--cherito-white, #ffffff);
}

.video-three {
    position: relative;
    padding-top: 157px;
}

@media (max-width: 767px) {
    .video-three {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .video-three {
        padding-top: 80px;
    }
}

.video-three::after {
    content: "";
    width: 100%;
    height: 177px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-white, #ffffff);
}

.video-three__bg {
    width: 100%;
    height: calc(100% - 177px);
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--cherito-black2, #000000);
}

.video-three__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--cherito-black-rgb), 0.9);
    z-index: 1;
}

.video-three__bg__inner {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: luminosity;
}

.video-three .container {
    position: relative;
    z-index: 2;
}

.video-three__inner {
    padding: 50px 50px 0px;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px;
}

@media (max-width: 767px) {
    .video-three__inner {
        padding: 30px 30px 0px;
    }
}

@media (max-width: 500px) {
    .video-three__inner {
        padding: 20px 20px 0px;
    }
}

.video-three .row {
    --bs-gutter-x: 0px;
}

.video-three__image {
    position: relative;
    z-index: 2;
}

.video-three__image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.video-three .video-btn {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 12px;
}

.video-three .video-btn__ripple::before,
.video-three .video-btn__ripple::after {
    box-shadow: 0 0 0 0 rgba(var(--cherito-black-rgb), 1);
}

.video-three .video-btn:hover {
    background: var(--cherito-base);
}

.video-three .video-btn:hover .video-btn__ripple::before,
.video-three .video-btn:hover .video-btn__ripple::after {
    box-shadow: 0 0 0 0 rgba(var(--cherito-black-rgb), 1);
}

.video-three__content {
    position: relative;
    padding: 0px 50px 48.1px;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    background: var(--cherito-black);
}

@media (max-width: 1199px) {
    .video-three__content {
        margin-top: 40px;
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    .video-three__content {
        padding: 0px 40px 40px;
    }
}

@media (max-width: 575px) {
    .video-three__content {
        padding: 0px 30px 30px;
    }
}

@media (max-width: 430px) {
    .video-three__content {
        padding: 0px 20px 20px;
    }
}

.video-three__content::before {
    content: "";
    width: 21px;
    height: 100%;
    background: var(--cherito-black);
    position: absolute;
    top: 0;
    left: -21px;
    border-radius: 10px 0px 0px 10px;
}

@media (max-width: 1199px) {
    .video-three__content::before {
        display: none;
    }
}

.video-three__content::after {
    content: "";
    width: calc(100% + 21px);
    height: 13px;
    position: absolute;
    top: 0px;
    left: -21px;
    background: var(--cherito-base);
    border-radius: 10px 10px 0px 0px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .video-three__content::after {
        width: 100%;
        left: 0;
    }
}

.video-three__call {
    position: relative;
    margin-bottom: 25px;
    padding: 22px 23px 21px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--cherito-base);
    border-radius: 0px 0px 10px 10px;
    z-index: 2;
}

@media (max-width: 375px) {
    .video-three__call {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.video-three__call__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    font-size: 13px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-black);
    transition: all 500ms ease;
}

.video-three__call__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.video-three__call:hover .video-three__call__icon {
    color: var(--cherito-black);
    background: var(--cherito-white, #ffffff);
}

.video-three__call__content {
    text-align: left;
}

.video-three__call__title {
    margin: 0;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 14px;
    color: var(--cherito-white5, #F5F1EE);
    font-weight: 500;
    line-height: 1.285;
}

.video-three__call__number {
    margin: 0;
    font-size: 20px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.35;
}

@media (max-width: 360px) {
    .video-three__call__number {
        margin-top: 5px;
        font-size: 16px;
    }
}

.video-three__call__number:hover {
    color: var(--cherito-black);
}

.video-three__call__number a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.video-three__call__number a:hover {
    background-size: 100% 1px;
}

.video-three__title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 30px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.666;
}

@media (max-width: 430px) {
    .video-three__title {
        font-size: 25px;
    }
}

.video-three__title::after {
    content: "";
    width: calc(100% + 100px);
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.17);
}

@media (max-width: 767px) {
    .video-three__title::after {
        width: calc(100% + 80px);
    }
}

@media (max-width: 575px) {
    .video-three__title::after {
        width: calc(100% + 60px);
    }
}

@media (max-width: 430px) {
    .video-three__title::after {
        width: calc(100% + 50px);
    }
}

.video-three .cherito-btn:hover {
    color: var(--cherito-black);
}

.video-three .cherito-btn__hover {
    background: var(--cherito-white, #ffffff);
}

.volunteer-card {
    position: relative;
    padding-bottom: 34px;
    border-radius: 10px;
}

.volunteer-card::after {
    content: "";
    width: 100%;
    height: calc(100% - 20px);
    border-radius: inherit;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid var(--cherito-white3, #E5DED9);
    z-index: -1;
}

.volunteer-card__image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.volunteer-card__content {
    width: calc(100% - 32px);
    padding: 18px 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: var(--cherito-white3, #E5DED9);
    border-radius: inherit;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    transition: all 500ms ease;
}

@media (max-width: 390px) {
    .volunteer-card__content {
        padding-top: 24px;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .volunteer-card__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .volunteer-card__content {
        padding-top: 24px;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.volunteer-card:hover .volunteer-card__content {
    background: var(--cherito-black, #212226);
}

.volunteer-card__name {
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
    transition: all 500ms ease;
}

@media (max-width: 390px) {
    .volunteer-card__name {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .volunteer-card__name {
        margin-bottom: 10px;
    }
}

.volunteer-card:hover .volunteer-card__name {
    color: var(--cherito-white, #ffffff);
}

.volunteer-card__designation {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.25;
    transition: all 500ms ease;
}

.volunteer-card:hover .volunteer-card__designation {
    color: var(--cherito-white3, #E5DED9);
}

.volunteer-card__social {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--cherito-white, #ffffff);
    font-size: 12px;
    color: var(--cherito-base, #E23B33);
    transition: all 400ms ease;
}

.volunteer-card__social svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.volunteer-card__social__list {
    padding-bottom: 6px;
    position: relative;
    position: absolute;
    top: -365%;
    left: 50%;
    transform: translateX(-50%) scale(1, 0);
    opacity: 0;
    z-index: 1;
    transition: 500ms ease;
}

.volunteer-card__social__list__inner {
    padding: 12px 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: var(--cherito-base, #E23B33);
    border-radius: 6px;
    transition: 500ms ease;
}

.volunteer-card__social__list a {
    position: relative;
    display: inline-flex;
    font-size: 14px;
    color: var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

.volunteer-card__social__list a:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.2);
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.volunteer-card__social__list a svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.volunteer-card__social:hover .volunteer-card__social__list {
    opacity: 1;
    transform: translateX(-50%) scale(1, 1);
}

.blog-card__image {
    position: relative;
    border-radius: 20px 20px 0 0;
}

.blog-card__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
}

.blog-card__image__shape {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 29px;
    transform: translateY(-100%);
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
}

.blog-card:hover .blog-card__image__shape {
    opacity: 0.5;
    transform: translateY(0);
}

.blog-card__category {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 20px;
    display: inline-block;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 14px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    line-height: 1.428;
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 4px;
    z-index: 1;
    transition: all 500ms ease;
}

.blog-card:hover .blog-card__category {
    color: var(--cherito-white3, #222121);
    background: var(--cherito-base, #E23B33);
}

.blog-card__content {
    margin-top: -29px;
    padding: 20px 30px 30px;
    position: relative;
    z-index: 1;
    border-radius: 10px 0 10px 10px;
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card__content {
        padding: 20px 25px 25px;
    }
}

@media (max-width: 390px) {
    .blog-card__content {
        padding: 20px 25px 25px;
    }
}

.blog-card__admin {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-card__admin__image {
    flex-shrink: 0;
    display: inline-block !important;
    width: 35px !important;
    height: 35px;
    border-radius: 50%;
}

.blog-card__admin__name {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.blog-card__admin__name:hover {
    color: var(--cherito-base, #E23B33);
}

.blog-card__admin__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card__admin__name a:hover {
    background-size: 100% 1px;
}

.blog-card__admin__designation {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

.blog-card__title {
    position: relative;
    padding: 12px 0 11px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
    /* line-height: 1.458; */
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card__title {
        font-size: 21px;
    }
}

@media (max-width: 390px) {
    .blog-card__title {
        font-size: 21px;
    }
}

.blog-card__title::before,
.blog-card__title::after {
    /* content: "";
    width: calc(100% + 60px);
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: RGBA(var(--cherito-white3-rgb, 229, 222, 217), 0.76); */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card__title::before,
    .blog-card__title::after {
        width: calc(100% + 50px);
    }
}

@media (max-width: 390px) {
    .blog-card__title::before,
    .blog-card__title::after {
        width: calc(100% + 50px);
    }
}

.blog-card__title::before {
    top: 0;
}

.blog-card__title::after {
    bottom: 0;
}

.blog-card__title:hover {
    color: var(--cherito-black, #92453f);
}

.blog-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card__title a:hover {
    background-size: 100% 1px;
}

.blog-card__meta {
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card__meta {
        gap: 20px;
    }
}

@media (max-width: 390px) {
    .blog-card__meta {
        gap: 20px;
    }
}

.blog-card__meta li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card__meta li {
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .blog-card__meta li {
        font-size: 14px;
    }
}

.blog-card__meta li a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: inherit;
    transition: all 500ms ease;
}

.blog-card__meta li a:hover {
    color: var(--cherito-base, #E23B33);
}

.blog-card__meta__icon {
    display: inline-flex;
    font-size: 20px;
    color: var(--cherito-base, #E23B33);
}

.blog-card__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card__meta__icon {
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .blog-card__meta__icon {
        font-size: 14px;
    }
}

.blog-card .cherito-btn {
    padding: 11px 31px 12px;
}

.blog-card-two {
    display: grid;
    grid-template-columns: 332px auto;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px;
    box-shadow: 0px 4px 60px RGBA(var(--cherito-black2-rgb, 0, 0, 0), 0.08);
}

@media (max-width: 991px) {
    .blog-card-two {
        grid-template-columns: 300px auto;
    }
}

@media (max-width: 767px) {
    .blog-card-two {
        grid-template-columns: auto;
    }
}

.blog-card-two__image {
    position: relative;
    display: block;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .blog-card-two__image {
        border-radius: 10px;
    }
}

.blog-card-two__image::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(var(--cherito-black-rgb), 0.6);
    position: absolute;
    left: -101%;
    bottom: -101%;
    border-radius: inherit;
    z-index: 1;
    transition: all 500ms ease;
}

.blog-card-two__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
    transition: all 500ms ease;
}

.blog-card-two:hover .blog-card-two__image::after {
    left: 0;
    bottom: 0;
}

.blog-card-two:hover .blog-card-two__image img {
    transform: scale(1.1);
}

.blog-card-two__date {
    position: relative;
    position: absolute;
    top: 8px;
    left: 28px;
    z-index: 2;
}

.blog-card-two__date::after {
    content: "";
    width: calc(100% + 16px);
    height: calc(100% - 36px);
    background: var(--cherito-white, #ffffff);
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px;
}

.blog-card-two__date__inner {
    position: relative;
    padding: 10px 21px;
    text-align: center;
    background: var(--cherito-black);
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}

.blog-card-two__date__day {
    margin-bottom: 2px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 30px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1;
}

.blog-card-two__date__month {
    margin: 0;
    font-size: 12px;
    color: var(--cherito-white, #ffffff);
    font-weight: 500;
    line-height: 1;
}

.blog-card-two:hover .blog-card-two__date__inner {
    background: var(--cherito-primary);
}

.blog-card-two__content {
    padding: 30px;
}

@media (max-width: 375px) {
    .blog-card-two__content {
        padding: 30px 25px 25px;
    }
}

.blog-card-two__meta {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 20px;
}

.blog-card-two__meta li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    text-transform: capitalize;
}

.blog-card-two__meta li a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: inherit;
    transition: all 500ms ease;
}

.blog-card-two__meta li a:hover {
    color: var(--cherito-primary);
}

.blog-card-two__meta__category {
    display: inline-block;
    padding: 5.1px 10px;
    font-size: 14px;
    color: var(--cherito-white, #ffffff) !important;
    font-weight: 600;
    line-height: 1.428;
    background: var(--cherito-primary);
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}

.blog-card-two__meta__category:hover {
    background: var(--cherito-base);
}

.blog-card-two__meta__icon {
    display: inline-flex;
    font-size: 16px;
    color: var(--cherito-primary);
}

.blog-card-two__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card-two__title {
    position: relative;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.458;
    text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-card-two__title {
        font-size: 22px;
    }
}

@media (max-width: 430px) {
    .blog-card-two__title {
        font-size: 22px;
    }
}

.blog-card-two__title:hover {
    color: var(--cherito-primary);
}

.blog-card-two__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-two__title a:hover {
    background-size: 100% 1px;
}

.blog-card-two__text {
    margin-bottom: 20px;
    padding-bottom: 17px;
    line-height: 1.5;
    border-bottom: 1px solid var(--cherito-white2);
}

.blog-card-two__bottom {
    padding: 18.5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 30px;
    background: var(--cherito-white2);
    border-radius: 10px;
}

@media (max-width: 412px) {
    .blog-card-two__bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px 30px;
    }
}

.blog-card-two__admin {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-card-two__admin__image {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.blog-card-two__admin__name {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.blog-card-two__admin__name:hover {
    color: var(--cherito-primary);
}

.blog-card-two__admin__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-two__admin__name a:hover {
    background-size: 100% 1px;
}

.blog-card-two__admin__designation {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

.blog-card-two__btn {
    flex-shrink: 0;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cherito-white, #ffffff);
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease;
}

.blog-card-two__btn:hover {
    background: var(--cherito-base);
}

.blog-card-two__btn__icon {
    display: inline-flex;
    font-size: 14px;
    color: var(--cherito-base);
    transition: all 500ms ease;
}

.blog-card-two__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card-two__btn:hover .blog-card-two__btn__icon {
    color: var(--cherito-white, #ffffff);
    animation: 500ms slideLeft;
}

.blog-card-three {
    background: var(--cherito-white2);
    border-radius: 10px;
}

.blog-card-three__image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.blog-card-three__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
    transition: all 500ms ease;
}

.blog-card-three__image__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(var(--cherito-black-rgb), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-20%);
    z-index: 1;
    border-radius: inherit;
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-three__image__link::before,
.blog-card-three__image__link::after {
    content: "";
    width: 25px;
    height: 2px;
    background: var(--cherito-white, #ffffff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card-three__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-three__image__inner {
    width: 143px;
    height: 117px;
    position: absolute;
    left: 32px;
    bottom: 0;
    z-index: 2;
    background: var(--cherito-white2);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 143.000000 117.000000"><g transform="translate(0.000000,117.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M615 1122 c-128 -67 -178 -104 -281 -206 -96 -95 -185 -221 -235 -331 -23 -51 -79 -222 -79 -241 0 -2 313 -4 695 -4 l695 0 -6 28 c-60 259 -213 493 -429 655 -70 52 -241 148 -262 147 -5 0 -48 -22 -98 -48z"/> <path d="M15 313 c-4 -10 -10 -84 -13 -165 l-5 -148 718 0 718 0 -5 148 c-3 81 -9 155 -13 165 -7 16 -50 17 -700 17 -650 0 -693 -1 -700 -17z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 143.000000 117.000000"><g transform="translate(0.000000,117.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M615 1122 c-128 -67 -178 -104 -281 -206 -96 -95 -185 -221 -235 -331 -23 -51 -79 -222 -79 -241 0 -2 313 -4 695 -4 l695 0 -6 28 c-60 259 -213 493 -429 655 -70 52 -241 148 -262 147 -5 0 -48 -22 -98 -48z"/> <path d="M15 313 c-4 -10 -10 -84 -13 -165 l-5 -148 718 0 718 0 -5 148 c-3 81 -9 155 -13 165 -7 16 -50 17 -700 17 -650 0 -693 -1 -700 -17z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.blog-card-three:hover .blog-card-three__image img {
    transform: scale(1.1);
}

.blog-card-three:hover .blog-card-three__image__link {
    opacity: 1;
    transform: translateY(0);
}

.blog-card-three__date {
    padding-top: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.blog-card-three__date p:nth-child(1) {
    margin-bottom: 4px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 30px;
    color: var(--cherito-base);
    font-weight: 700;
    line-height: 1;
}

.blog-card-three__date p:nth-child(2) {
    margin: 0;
    font-size: 12px;
    color: var(--cherito-text, #727272);
    font-weight: 500;
    line-height: 1;
}

.blog-card-three__meta {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card-three__meta li {
    font-size: 16px;
    color: var(--cherito-text, #727272);
    font-weight: 500;
    text-transform: capitalize;
}

.blog-card-three__meta li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    transition: all 500ms ease;
}

.blog-card-three__meta li a:hover {
    color: var(--cherito-base);
}

.blog-card-three__meta__icon {
    display: inline-flex;
    font-size: 16px;
    color: var(--cherito-base);
}

.blog-card-three__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card-three__content {
    padding: 21px 30px 26px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card-three__content {
        padding-left: 26px;
        padding-inline-end: 26px;
    }
}

@media (max-width: 412px) {
    .blog-card-three__content {
        padding-left: 26px;
        padding-inline-end: 26px;
    }
}

.blog-card-three__title {
    position: relative;
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.458;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-three__title {
        font-size: 21px;
    }
}

@media (max-width: 375px) {
    .blog-card-three__title {
        font-size: 21px;
    }
}

.blog-card-three__title:hover {
    color: var(--cherito-base);
}

.blog-card-three__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-three__title a:hover {
    background-size: 100% 1px;
}

.blog-card-three__text {
    margin-bottom: 22px;
    line-height: 1.666;
}

.blog-card-three__bottom {
    padding: 18.5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 30px;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-three__bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px 30px;
    }
}

@media (max-width: 412px) {
    .blog-card-three__bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px 30px;
    }
}

.blog-card-three__admin {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-card-three__admin__image {
    flex-shrink: 0;
    display: inline-block !important;
    width: 35px !important;
    height: 35px;
    border-radius: 50%;
}

.blog-card-three__admin__name {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.blog-card-three__admin__name:hover {
    color: var(--cherito-base);
}

.blog-card-three__admin__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-three__admin__name a:hover {
    background-size: 100% 1px;
}

.blog-card-three__admin__designation {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

.blog-card-three__btn {
    flex-shrink: 0;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cherito-white2);
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease;
}

.blog-card-three__btn:hover {
    background: var(--cherito-base);
}

.blog-card-three__btn__icon {
    display: inline-flex;
    font-size: 14px;
    color: var(--cherito-base);
    transition: all 500ms ease;
}

.blog-card-three__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card-three__btn:hover .blog-card-three__btn__icon {
    color: var(--cherito-white, #ffffff);
    animation: 500ms slideLeft;
}

.blog-card-four {
    padding: 30px;
    border-radius: 10px;
    background: var(--cherito-white, #ffffff);
    filter: drop-shadow(0px 4px 40px rgba(var(--cherito-black-rgb), 0.15));
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-four {
        padding: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-card-four {
        padding: 25px;
    }
}

@media (max-width: 390px) {
    .blog-card-four {
        padding: 25px;
    }
}

.blog-card-four__top {
    padding-left: 6px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card-four__top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: 412px) {
    .blog-card-four__top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.blog-card-four__admin {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-card-four__admin__image {
    position: relative;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.blog-card-four__admin__image::after {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 36px);
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    background: var(--cherito-white6, #EFEFEF);
    border-radius: 0px 0px 100px 100px;
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-four__admin__image::after {
        height: calc(100% + 25px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-card-four__admin__image::after {
        height: calc(100% + 31px);
    }
}

@media (max-width: 390px) {
    .blog-card-four__admin__image::after {
        height: calc(100% + 31px);
    }
}

.blog-card-four__admin__image img {
    position: relative;
    display: inline-block !important;
    width: 35px !important;
    height: 35px;
    border-radius: inherit;
    z-index: 1;
}

.blog-card-four__admin__name {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.blog-card-four__admin__name:hover {
    color: var(--cherito-base, #E23B33);
}

.blog-card-four__admin__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-four__admin__name a:hover {
    background-size: 100% 1px;
}

.blog-card-four__admin__designation {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

.blog-card-four:hover .blog-card-four__admin__image::after {
    background: var(--cherito-primary);
}

.blog-card-four__comments a {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.blog-card-four__comments a:hover {
    color: var(--cherito-base, #E23B33);
}

.blog-card-four__comments__icon {
    display: inline-flex;
    font-size: 19px;
    color: var(--cherito-base, #E23B33);
}

.blog-card-four__comments__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card-four__title {
    position: relative;
    margin-bottom: 21px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.458;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-four__title {
        font-size: 21px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-card-four__title {
        font-size: 21px;
    }
}

@media (max-width: 390px) {
    .blog-card-four__title {
        font-size: 20px;
    }
}

.blog-card-four__title:hover {
    color: var(--cherito-base, #E23B33);
}

.blog-card-four__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-four__title a:hover {
    background-size: 100% 1px;
}

.blog-card-four__image {
    position: relative;
    margin-bottom: 20px;
    display: block;
    border-radius: 10px 10px 10px 0px;
    overflow: hidden;
}

.blog-card-four__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
    transition: all 500ms ease;
}

.blog-card-four__image__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(var(--cherito-black-rgb), 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-20%);
    z-index: 1;
    border-radius: inherit;
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-four__image__link::before,
.blog-card-four__image__link::after {
    content: "";
    width: 25px;
    height: 2px;
    background: var(--cherito-white, #ffffff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card-four__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-four:hover .blog-card-four__image img {
    transform: scale(1.1);
}

.blog-card-four:hover .blog-card-four__image__link {
    opacity: 1;
    transform: translateY(0);
}

.blog-card-four__meta {
    margin: 0;
    padding: 6px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-white, #ffffff);
    border-radius: 0px 6px 6px 0px;
    z-index: 1;
    transition: all 500ms ease;
}

.blog-card-four__meta li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    color: var(--cherito-black);
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.blog-card-four__meta li a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: inherit;
    transition: all 500ms ease;
}

.blog-card-four__meta li a:hover {
    color: var(--cherito-base);
}

.blog-card-four__meta__icon {
    display: inline-flex;
    font-size: 16px;
    color: var(--cherito-base);
    transition: all 500ms ease;
}

.blog-card-four__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card-four:hover .blog-card-four__meta {
    background: var(--cherito-base);
}

.blog-card-four:hover .blog-card-four__meta li,
.blog-card-four:hover .blog-card-four__meta__icon {
    color: var(--cherito-white, #ffffff);
}

.blog-card-four .cherito-btn {
    display: block;
    padding: 17px 30px 18px;
    font-size: 14px;
    color: var(--cherito-black);
    background: var(--cherito-white6, #EFEFEF);
}

.blog-card-four .cherito-btn:hover {
    color: var(--cherito-white, #ffffff);
}

.blog-card-four .cherito-btn__hover {
    background: var(--cherito-base);
}

.blog-card-five__image {
    position: relative;
    display: block;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}

.blog-card-five__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
    transition: all 500ms ease;
}

.blog-card-five__image__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(var(--cherito-black-rgb), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-20%);
    z-index: 1;
    border-radius: inherit;
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-five__image__link::before,
.blog-card-five__image__link::after {
    content: "";
    width: 25px;
    height: 2px;
    background: var(--cherito-white, #ffffff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card-five__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-five:hover .blog-card-five__image img {
    transform: scale(1.1);
}

.blog-card-five:hover .blog-card-five__image__link {
    opacity: 1;
    transform: translateY(0);
}

.blog-card-five__content {
    margin-top: -21px;
    padding: 0px 30px 30px;
    position: relative;
    z-index: 1;
    border-radius: 10px 0 10px 10px;
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-card-five__content {
        padding: 0px 25px 25px;
    }
}

@media (max-width: 390px) {
    .blog-card-five__content {
        padding: 0px 25px 25px;
    }
}

.blog-card-five__meta {
    margin-bottom: 21px;
    display: flex;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-five__meta {
        flex-direction: column;
    }
}

@media (max-width: 390px) {
    .blog-card-five__meta {
        flex-direction: column;
    }
}

.blog-card-five__admin {
    position: relative;
    width: calc(100% - 111px);
    padding: 10px 19px 10px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--cherito-white2);
    border-radius: 0px 10px 10px 10px;
    z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-five__admin {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 0px 0px 10px 10px;
    }
}

@media (max-width: 390px) {
    .blog-card-five__admin {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 0px 0px 10px 10px;
    }
}

.blog-card-five__admin__image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

.blog-card-five__admin__image img {
    display: inline-block !important;
    width: 35px !important;
    height: 35px;
    border-radius: inherit;
}

.blog-card-five__admin__name {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.blog-card-five__admin__name:hover {
    color: var(--cherito-base);
}

.blog-card-five__admin__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-five__admin__name a:hover {
    background-size: 100% 1px;
}

.blog-card-five__admin__designation {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

.blog-card-five:hover .blog-card-five__admin__image {
    background: var(--cherito-base);
}

.blog-card-five__date {
    width: 111px;
    display: flex;
}

.blog-card-five__date__1 {
    position: relative;
    padding: 10px 7px;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 24px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1;
    background: var(--cherito-black);
    border-radius: 0px 10px 10px 0px;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-five__date__1 {
        border-radius: 10px;
    }
}

@media (max-width: 390px) {
    .blog-card-five__date__1 {
        border-radius: 10px;
    }
}

.blog-card-five__date__1::before {
    content: "";
    width: 15px;
    height: 100%;
    background: var(--cherito-black);
    position: absolute;
    top: 0;
    left: -15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-five__date__1::before {
        display: none;
    }
}

@media (max-width: 390px) {
    .blog-card-five__date__1::before {
        display: none;
    }
}

.blog-card-five__date__2 {
    position: relative;
    padding: 10px 6px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 14px;
    color: var(--cherito-white, #ffffff);
    font-weight: 600;
    line-height: 1.3;
    background: var(--cherito-base);
    border-radius: 0px 0px 10px 0px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-five__date__2 {
        border-radius: 0px 10px 10px 0px;
    }
}

@media (max-width: 390px) {
    .blog-card-five__date__2 {
        border-radius: 0px 10px 10px 0px;
    }
}

.blog-card-five__date__2 span {
    display: block;
    color: inherit;
}

.blog-card-five__date__2::before {
    content: "";
    width: 15px;
    height: 100%;
    background: var(--cherito-base);
    position: absolute;
    top: 0;
    left: -15px;
}

.blog-card-five__title {
    position: relative;
    margin-bottom: 2px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.458;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-five__title {
        font-size: 20px;
    }
}

@media (max-width: 390px) {
    .blog-card-five__title {
        font-size: 20px;
    }
}

.blog-card-five__title:hover {
    color: var(--cherito-base);
}

.blog-card-five__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-five__title a:hover {
    background-size: 100% 1px;
}

.blog-card-five__text {
    margin-bottom: 21px;
    font-weight: 600;
}

.blog-card-five__button {
    position: relative;
    text-align: center;
}

.blog-card-five__button::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--cherito-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card-five .cherito-btn {
    padding: 11px 31.5px 12px;
    color: var(--cherito-black);
    font-weight: 600;
    background: var(--cherito-white, #ffffff);
    border: 1px solid var(--cherito-white2);
    z-index: 1;
}

.blog-card-five .cherito-btn:hover {
    color: var(--cherito-white, #ffffff);
    border-color: var(--cherito-base);
}

.blog-card-five .cherito-btn__hover {
    background: var(--cherito-base);
}

.blog-card-six {
    padding: 30px;
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 4px 60px RGBA(var(--cherito-black2-rgb, 0, 0, 0), 0.08);
    border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-six {
        padding: 20px;
    }
}

@media (max-width: 390px) {
    .blog-card-six {
        padding: 20px;
    }
}

.blog-card-six__image {
    position: relative;
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
}

.blog-card-six__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
    transition: all 500ms ease;
}

.blog-card-six__image__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(var(--cherito-black-rgb), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-20%);
    z-index: 1;
    border-radius: inherit;
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-six__image__link::before,
.blog-card-six__image__link::after {
    content: "";
    width: 25px;
    height: 2px;
    background: var(--cherito-white, #ffffff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card-six__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-six:hover .blog-card-six__image img {
    transform: scale(1.1);
}

.blog-card-six:hover .blog-card-six__image__link {
    opacity: 1;
    transform: translateY(0);
}

.blog-card-six__meta {
    margin-bottom: 21px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid var(--cherito-gray3, #E3DDD8);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-six__meta {
        gap: 20px;
    }
}

@media (max-width: 390px) {
    .blog-card-six__meta {
        gap: 20px;
    }
}

.blog-card-six__meta li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-six__meta li {
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .blog-card-six__meta li {
        font-size: 14px;
    }
}

.blog-card-six__meta li a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: inherit;
    transition: all 500ms ease;
}

.blog-card-six__meta li a:hover {
    color: var(--cherito-base, #E23B33);
}

.blog-card-six__meta__icon {
    display: inline-flex;
    font-size: 20px;
    color: var(--cherito-base, #E23B33);
}

.blog-card-six__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-six__meta__icon {
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .blog-card-six__meta__icon {
        font-size: 14px;
    }
}

.blog-card-six__title {
    position: relative;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.458;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-six__title {
        font-size: 21px;
    }
}

@media (max-width: 390px) {
    .blog-card-six__title {
        font-size: 21px;
    }
}

.blog-card-six__title:hover {
    color: var(--cherito-base, #E23B33);
}

.blog-card-six__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-six__title a:hover {
    background-size: 100% 1px;
}

.blog-card-six__text {
    margin-bottom: 21px;
    font-weight: 600;
}

.blog-card-six__bottom {
    width: 212px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: var(--cherito-white5, #F5F1EE);
    border-radius: 20px 50px 50px 20px;
    transition: all 500ms ease;
}

.blog-card-six:hover .blog-card-six__bottom {
    width: 100%;
}

.blog-card-six .cherito-btn {
    padding: 11.5px 31.5px;
    font-weight: 600;
    border-color: var(--cherito-gray3, #E3DDD8);
}

.blog-card-six .cherito-btn:hover {
    border-color: var(--cherito-base);
}

.blog-card-six__icon-box {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--cherito-gray3, #E3DDD8);
    overflow: hidden;
    transition: all 500ms ease;
}

.blog-card-six__icon-box:hover {
    background: var(--cherito-base);
}

.blog-card-six__icon {
    display: inline-flex;
    font-size: 17px;
    color: var(--cherito-base);
    transition: all 500ms ease;
}

.blog-card-six__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card-six__icon-box:hover .blog-card-six__icon {
    color: var(--cherito-white, #ffffff);
    animation: slideLeft 400ms;
}

.blog-card-seven__image {
    position: relative;
    margin-bottom: 24px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.blog-card-seven__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
    transition: all 500ms ease;
}

.blog-card-seven__image__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(var(--cherito-black2-rgb, 0, 0, 0), 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-20%);
    z-index: 1;
    border-radius: inherit;
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-seven__image__link::before,
.blog-card-seven__image__link::after {
    content: "";
    width: 25px;
    height: 2px;
    background: var(--cherito-white, #ffffff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card-seven__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-seven:hover .blog-card-seven__image img {
    transform: scale(1.05);
}

.blog-card-seven:hover .blog-card-seven__image__link {
    opacity: 1;
    transform: translateY(0);
}

.blog-card-seven__date {
    padding: 15px 20px 16px;
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: center;
    background: var(--cherito-base, #E23B33);
    border-radius: 10px;
    z-index: 1;
}

@media (max-width: 412px) {
    .blog-card-seven__date {
        padding: 13px 18px 14px;
        top: 20px;
        right: 20px;
    }
}

.blog-card-seven__date__day {
    display: block;
    margin-bottom: 2px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 30px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 412px) {
    .blog-card-seven__date__day {
        font-size: 26px;
    }
}

.blog-card-seven__date__month {
    display: block;
    font-size: 14px;
    color: var(--cherito-white, #ffffff);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.28;
}

.blog-card-seven__content {
    background: var(--cherito-white, #ffffff);
}

.blog-card-seven__meta {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.blog-card-seven__meta li {
    position: relative;
    font-size: 14px;
    color: var(--cherito-text, #727272);
    font-weight: 700;
    text-transform: capitalize;
}

.blog-card-seven__meta li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 14px;
    background: var(--cherito-gray2, #7D8B90);
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
}

.blog-card-seven__meta li a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: inherit;
    transition: all 500ms ease;
}

.blog-card-seven__meta li a:hover {
    color: var(--cherito-base, #E23B33);
}

.blog-card-seven__meta__icon {
    position: relative;
    display: inline-flex;
    top: 1px;
    font-size: 14px;
    color: var(--cherito-base, #E23B33);
}

.blog-card-seven__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card-seven__title {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.333;
}

@media (max-width: 767px) {
    .blog-card-seven__title {
        font-size: 25px;
    }
}

@media (max-width: 412px) {
    .blog-card-seven__title {
        font-size: 23px;
    }
}

.blog-card-seven__title:hover {
    color: var(--cherito-base, #E23B33);
}

.blog-card-seven__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-seven__title a:hover {
    background-size: 100% 1px;
}

.blog-card-seven__text {
    margin-bottom: 21px;
}

.blog-card-seven__btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--cherito-base, #E23B33);
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease;
}

.blog-card-seven__btn:hover {
    background: var(--cherito-base, #E23B33);
}

.blog-card-seven__btn__icon {
    display: inline-flex;
    font-size: 18px;
    color: var(--cherito-black, #212226);
    transition: all 500ms ease;
}

.blog-card-seven__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card-seven__btn:hover .blog-card-seven__btn__icon {
    color: var(--cherito-white, #ffffff);
    animation: slideLeft 400ms;
}

.blog-one,
.blog-two,
.blog-three,
.blog-four,
.blog-five,
.blog-six,
.blog-page {
    background: linear-gradient(354deg, #f0e7e3, #f7f2ef33);
}

.blog-two__card__image {
    position: relative;
    text-align: center;
    background: var(--cherito-black);
    border-radius: 10px 10px 0 0;
}

.blog-two__card__image img {
    position: relative;
    z-index: 2;
    margin-top: -9px;
    max-width: 100%;
    height: auto;
}

.blog-two__card__image__inner {
    width: 268px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: var(--cherito-black);
    z-index: 2;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 268.000000 75.000000"><g transform="translate(0.000000,75.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M29 1425 c15 -41 77 -204 139 -362 136 -347 139 -268 -26 -696 l-137 -357 2671 -5 c1469 -3 2673 -3 2676 1 3 3 -43 172 -103 375 l-110 369 103 350 c57 193 108 361 113 375 7 20 -535 25 -2672 25 l-2681 0 27 -75z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 268.000000 75.000000"><g transform="translate(0.000000,75.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M29 1425 c15 -41 77 -204 139 -362 136 -347 139 -268 -26 -696 l-137 -357 2671 -5 c1469 -3 2673 -3 2676 1 3 3 -43 172 -103 375 l-110 369 103 350 c57 193 108 361 113 375 7 20 -535 25 -2672 25 l-2681 0 27 -75z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.blog-two__card__image__inner::after {
    content: "";
    width: calc(100% - 12px);
    height: calc(100% - 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/shapes/blog-card-shape-2-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.blog-two__card__image__text {
    margin: 0;
    font-size: 20px;
    color: var(--cherito-white, #ffffff);
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1.625;
}

.blog-two__card__content {
    position: relative;
    margin-top: -35px;
    padding: 74px 50px 50px;
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 4px 60px RGBA(var(--cherito-black2-rgb, 0, 0, 0), 0.08);
    z-index: 1;
    border-radius: 10px;
    border: 1px solid var(--cherito-white3);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-two__card__content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 60px;
    }
}

@media (max-width: 430px) {
    .blog-two__card__content {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
}

.blog-two__card__item+.blog-two__card__item {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid var(--cherito-white2);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-two__card__item+.blog-two__card__item {
        margin: 0;
        padding: 0;
        border: 0;
    }
}

.blog-two__card__meta {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-two__card__meta li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    text-transform: capitalize;
}

.blog-two__card__meta li a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: inherit;
    transition: all 500ms ease;
}

.blog-two__card__meta li a:hover {
    color: var(--cherito-primary);
}

.blog-two__card__meta__icon {
    display: inline-flex;
    font-size: 16px;
    color: var(--cherito-primary);
}

.blog-two__card__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-two__card__title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.363;
}

.blog-two__card__title:hover {
    color: var(--cherito-primary);
}

.blog-two__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-two__card__title a:hover {
    background-size: 100% 1px;
}

.blog-three__blog+.blog-three__blog {
    margin-top: 30px;
}

.blog-three__blog {
    position: relative;
    margin-right: 30px;
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .blog-three__blog {
        margin-right: 0;
    }
}

.blog-three__blog::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 60%, var(--cherito-base, #E23B33));
    border-radius: inherit;
}

.blog-three__blog__image {
    display: block;
    width: 100%;
    border-radius: inherit;
    transition: all 500ms ease;
}

.blog-three__blog:hover .blog-three__blog__image {
    transform: scale(1.1);
}

.blog-three__blog__author {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 31px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px 22px;
    z-index: 1;
}

@media (max-width: 375px) {
    .blog-three__blog__author {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.blog-three__blog__author__image {
    flex-shrink: 0;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    border: 2px solid var(--cherito-white, #ffffff);
}

.blog-three__blog__author__text {
    margin: 0;
    font-size: 17px;
    color: var(--cherito-white, #ffffff);
}

@media (max-width: 375px) {
    .blog-three__blog__author__text {
        margin-bottom: 5px;
    }
}

.blog-three__blog__author__name {
    margin: 0;
    font-size: 22px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1.318;
}

@media (max-width: 430px) {
    .blog-three__blog__author__name {
        font-size: 20px;
    }
}

.blog-three__list {
    margin: 0;
}

.blog-three__list li+li {
    margin-top: 50px;
}

.blog-three__card {
    position: relative;
    padding-bottom: 26px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-three__card {
        gap: 25px;
    }
}

@media (max-width: 575px) {
    .blog-three__card {
        flex-direction: column;
    }
}

.blog-three__card:hover {
    border-color: var(--cherito-base, #E23B33);
}

.blog-three__card__date {
    min-width: 69px;
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: var(--cherito-white, #ffffff);
    line-height: 1;
    border-radius: 0 22px 0 22px;
    background: var(--cherito-black, #212226);
    overflow: hidden;
    transition: all 500ms ease;
}

.blog-three__card__date__day {
    padding: 8px 8px 5px;
}

.blog-three__card__date__month {
    padding: 0 8px 7px;
}

.blog-three__card__date__year {
    position: relative;
    padding: 11px 8px 9px;
    z-index: 1;
}

.blog-three__card__date__year::after {
    content: "";
    width: 95px;
    height: 45px;
    background: var(--cherito-base, #E23B33);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 95.000000 45.000000"><g transform="translate(0.000000,45.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M617 869 c-827 -150 -817 -694 17 -839 718 -125 1440 195 1227 544 -152 249 -735 387 -1244 295z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 95.000000 45.000000"><g transform="translate(0.000000,45.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M617 869 c-827 -150 -817 -694 17 -839 718 -125 1440 195 1227 544 -152 249 -735 387 -1244 295z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.blog-three__card__content {
    margin-top: -4px;
    padding-right: 172px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-three__card__content {
        padding-right: 125px;
    }
}

@media (max-width: 767px) {
    .blog-three__card__content {
        padding-right: 130px;
    }
}

@media (max-width: 575px) {
    .blog-three__card__content {
        padding-right: 0px;
    }
}

.blog-three__card__title {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.318;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-three__card__title {
        font-size: 20px;
    }
}

.blog-three__card__title:hover {
    color: var(--cherito-base, #E23B33);
}

.blog-three__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-three__card__title a:hover {
    background-size: 100% 1px;
}

.blog-three__card__text {
    margin: 0;
}

.blog-three__card__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .blog-three__card__btn {
        position: static;
    }
}

.blog-three__card__btn:hover {
    background: var(--cherito-base, #E23B33);
}

.blog-three__card__btn__icon-box {
    width: 76px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cherito-white, #ffffff);
}

.blog-three__card__btn__icon {
    position: relative;
    display: inline-flex;
    border-radius: 16px;
    font-size: 26px;
    color: var(--cherito-base, #E23B33);
    z-index: 1;
    transition: all 500ms ease;
}

.blog-three__card__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-three__card__btn__icon::after {
    content: "";
    width: 16px;
    height: 16px;
    background: RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.22);
    position: absolute;
    left: 13px;
    bottom: -3px;
    border-radius: 50%;
    z-index: -1;
}

.blog-three__card__btn:hover .blog-three__card__btn__icon {
    transform: rotate(90deg);
}

.blog-page .post-pagination {
    justify-content: center;
}

@media (max-width: 991px) {
    .blog-page .post-pagination {
        margin-top: 20px;
    }
}

.blog-page--list .post-pagination,
.blog-page--sidebar .post-pagination {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .blog-page--list .post-pagination,
    .blog-page--sidebar .post-pagination {
        margin-top: 10px;
    }
}

.blog-page--sidebar .post-pagination {
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .blog-page--sidebar .post-pagination {
        justify-content: center;
    }
}

.blog-page--grid .post-pagination {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .blog-page--grid .post-pagination {
        margin-top: 20px;
    }
}


/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/

.topbar {
    position: relative;
    background: var(--cherito-white2, #F4F0ED);
    z-index: 999;
}

@media (max-width: 767px) {
    .topbar {
        display: none;
    }
}

.topbar .container {
    position: relative;
}

.topbar .container::before {
    content: "";
    width: 3000px;
    height: calc(100% + 10px);
    background: var(--cherito-white3, #E5DED9);
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 50%;
    left: calc(50% - 449px + 505px);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .topbar .container::before {
        left: calc(50% - 449px + 390px);
    }
}

@media (max-width: 991px) {
    .topbar .container::before {
        display: none;
    }
}

.topbar__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    z-index: 1;
}

@media (max-width: 991px) {
    .topbar__inner {
        padding-top: 15px;
        padding-bottom: 15px;
        justify-content: center;
    }
}

.topbar .social-links {
    gap: 2px;
}

@media (max-width: 991px) {
    .topbar .social-links {
        display: none;
    }
}

.topbar .social-links a {
    width: 20px;
    height: 20px;
    background: var(--cherito-white, #ffffff);
    border-radius: 2px;
}

.topbar .social-links a:hover {
    background: var(--cherito-base, #E23B33);
}

.topbar .social-links a:hover .social-links__icon {
    font-size: 9px;
    color: var(--cherito-white3, #222121);
    animation: slideTop 400ms;
}

.topbar__info {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 24px;
}

.topbar__info li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 14px;
    font-weight: 600;
    color: var(--cherito-text, #727272);
    line-height: 1.285;
}

.topbar__info li:hover {
    color: var(--cherito-base, #E23B33);
}

.topbar__info li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.topbar__info li a:hover {
    background-size: 100% 1px;
}

.topbar__info__icon {
    position: relative;
    top: 1px;
    display: inline-flex;
    font-size: 14px;
    color: var(--cherito-base, #E23B33);
    transition: all 500ms ease;
}

.topbar__info__icon--email {
    top: 2px;
}

.topbar__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.topbar--two {
    background: var(--cherito-black);
}

.topbar--two .container::before {
    display: none;
}

@media (max-width: 1199px) {
    .topbar--two .topbar__inner {
        padding-top: 15px;
        padding-bottom: 15px;
        justify-content: center;
    }
}

.topbar--two .topbar__info__icon {
    color: var(--cherito-primary);
}

.topbar--two .topbar__info li {
    color: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.6);
}

.topbar--two .topbar__info li:hover {
    color: var(--cherito-primary);
}

.topbar--two .topbar__social {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1199px) {
    .topbar--two .topbar__social {
        display: none;
    }
}

.topbar--two .topbar__social__title {
    margin: 0;
    font-size: 12px;
    color: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.6);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.25;
}

.topbar--two .social-links a {
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
}

.topbar--two .social-links a:hover {
    background: var(--cherito-primary);
}

.topbar--two .social-links a .social-links__icon {
    font-size: 9px;
    color: var(--cherito-primary);
}

.topbar--three {
    background: var(--cherito-white, #ffffff);
}

.topbar--three .topbar__logo {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    z-index: 2;
    display: none;
}

@media (max-width: 1799px) {
    .topbar--three .topbar__logo {
        left: 2.5%;
    }
}

@media (max-width: 1599px) {
    .topbar--three .topbar__logo {
        display: none;
    }
}

.topbar--three .container::before {
    display: none;
}

.topbar--three .topbar__inner {
    padding-top: 19px;
    padding-bottom: 60px;
}

.topbar--three .topbar__contact {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 60px;
}

@media (max-width: 1199px) {
    .topbar--three .topbar__contact {
        gap: 30px;
    }
}

.topbar--three .topbar__contact__info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar--three .topbar__contact__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    color: var(--cherito-black);
    background: var(--cherito-base, #e8c7b6);
    transition: all 500ms ease;
}

.topbar--three .topbar__contact__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.topbar--three .topbar__contact__info:hover .topbar__contact__icon {
    color: var(--cherito-white3, #ffffff);
    background: var(--cherito-base);
}

.topbar--three .topbar__contact__title {
    margin: 0;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 10px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.357;
}

.topbar--three .topbar__contact__link {
    margin: 0;
    font-size: 14px;
    color: var(--cherito-white3);
    font-weight: 700;
    line-height: 1.35;
}

.topbar--three .topbar__contact__link:hover {
    color: var(--cherito-base);
}

.topbar--three .topbar__contact__link a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.topbar--three .topbar__contact__link a:hover {
    background-size: 100% 1px;
}

.topbar--three .social-links {
    gap: 6px;
}

.topbar--three .social-links a {
    width: 30px;
    height: 30px;
    background: var(--cherito-white2);
    border-radius: 50%;
}

.topbar--three .social-links a:hover {
    background: var(--cherito-base);
}

.topbar--three .social-links a .social-links__icon {
    font-size: 16px;
    color: var(--cherito-black);
}

.topbar--four .topbar__inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width: 1199px) {
    .topbar--four .topbar__inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.topbar--four .topbar__info__icon {
    color: var(--cherito-base);
}

.topbar--four .topbar__info li {
    color: var(--cherito-gray4, #D2D2D2);
}

.topbar--four .topbar__info li:hover {
    color: var(--cherito-base);
}

.topbar--four .topbar__social {
    padding: 14px 36px 14px 36px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
}

@media (max-width: 1199px) {
    .topbar--four .topbar__social {
        display: none;
    }
}

.topbar--four .topbar__social__title {
    color: var(--cherito-white, #ffffff);
}

.topbar--four .social-links a {
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.15);
}

.topbar--four .social-links a:hover {
    background: var(--cherito-base);
}

.topbar--four .social-links a .social-links__icon {
    color: var(--cherito-base);
}

.topbar--five {
    background: transparent;
    z-index: auto;
}

@media (max-width: 1199px) {
    .topbar--five {
        display: none;
    }
}

.topbar--five .topbar__inner {
    padding: 14.3px 0px 14.3px 40px;
    z-index: 1;
}

@media (max-width: 1299px) {
    .topbar--five .topbar__inner {
        padding-left: 20px;
    }
}

@media (max-width: 1399px) {
    .topbar--five .topbar__contact {
        gap: 35px;
    }
}

@media (max-width: 1299px) {
    .topbar--five .topbar__contact {
        gap: 30px;
    }
}

.topbar--five .topbar__contact__icon {
    color: var(--cherito-primary);
    background: var(--cherito-white, #ffffff);
}

.topbar--six {
    background: var(--cherito-black);
    z-index: 99;
}

@media (max-width: 991px) {
    .topbar--six {
        display: none;
    }
}

.topbar--six .container::before {
    display: none;
}

.topbar--six .topbar__inner {
    position: relative;
    z-index: 1;
    padding: 11.43px 13px 11.43px 30px;
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.08);
    border-radius: 0px 10px 10px 0px;
}

@media (max-width: 1199px) {
    .topbar--six .topbar__inner {
        padding-left: 20px;
    }
}

.topbar--six .topbar__inner::after {
    content: "";
    width: 284px;
    height: 100%;
    background: var(--cherito-base);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 0px 10px 10px 0px;
}

.topbar--six .topbar__info li {
    color: var(--cherito-gray3, #E3DDD8);
}

.topbar--six .topbar__info li:hover {
    color: var(--cherito-base);
}

.topbar--six .topbar__right {
    display: flex;
    align-items: center;
}

.topbar--six .topbar__social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar--six .topbar__social a {
    display: inline-flex;
    font-size: 11px;
    color: var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

.topbar--six .topbar__social a svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.topbar--six .topbar__social a:hover {
    color: var(--cherito-black);
}

.topbar--six .topbar__call {
    position: relative;
    margin-left: 33px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar--six .topbar__call::after {
    content: "";
    width: 1px;
    height: 100%;
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
    position: absolute;
    top: 50%;
    left: -16.5px;
    transform: translateY(-50%);
}

.topbar--six .topbar__call__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 12px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-black);
    transition: all 500ms ease;
}

.topbar--six .topbar__call__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.topbar--six .topbar__call:hover .topbar__call__icon {
    color: var(--cherito-black);
    background: var(--cherito-white, #ffffff);
}

.topbar--six .topbar__call__title {
    margin: 0;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 10px;
    color: var(--cherito-white, #ffffff);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.357;
}

.topbar--six .topbar__call__number {
    margin: 0;
    font-size: 16px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.35;
}

.topbar--six .topbar__call__number:hover {
    color: var(--cherito-black);
}

.topbar--six .topbar__call__number a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.topbar--six .topbar__call__number a:hover {
    background-size: 100% 1px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.header-two {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.main-header {
    position: relative;
    background: var(--cherito-black, #212226);
    z-index: 999;
}

@media (max-width: 767px) {
    .main-header {
        background: var(--cherito-base, #E23B33);
    }
}

.main-header::before {
    content: "";
    width: 309px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--cherito-white, #ffffff);
    border-radius: 0 20px 20px 0;
    z-index: 1;
}

@media (max-width: 1599px) {
    .main-header::before {
        width: 230px;
    }
}

@media (max-width: 1399px) {
    .main-header::before {
        width: 190px;
    }
}

@media (max-width: 390px) {
    .main-header::before {
        width: 180px;
    }
}

@media (max-width: 340px) {
    .main-header::before {
        width: 175px;
    }
}

.main-header .container-fluid {
    position: relative;
    background: var(--cherito-base, #E23B33);
}

@media only screen and (min-width: 1200px) {
    .main-header .container-fluid {
        padding-left: 15px;
        margin-right: calc((100% - 1200px) / 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

@media only screen and (min-width: 1400px) {
    .main-header .container-fluid {
        padding-left: 40px;
    }
}

@media only screen and (min-width: 1600px) {
    .main-header .container-fluid {
        padding-left: 117px;
    }
}

.main-header .container-fluid::after {
    content: "";
    width: 633px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -355px;
    background: var(--cherito-black, #212226);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 150.000000"><g transform="translate(0.000000,150.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M480 1490 c0 -6 -15 -27 -34 -46 -42 -43 -48 -80 -45 -301 1 -90 -3 -169 -7 -173 -5 -5 -65 -11 -133 -12 -132 -3 -163 -16 -94 -39 44 -14 140 -108 164 -159 53 -116 71 -219 70 -415 -1 -235 3 -266 46 -310 l34 -35 4259 0 4260 0 0 750 0 750 -4260 0 c-2967 0 -4260 -3 -4260 -10z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 150.000000"><g transform="translate(0.000000,150.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M480 1490 c0 -6 -15 -27 -34 -46 -42 -43 -48 -80 -45 -301 1 -90 -3 -169 -7 -173 -5 -5 -65 -11 -133 -12 -132 -3 -163 -16 -94 -39 44 -14 140 -108 164 -159 53 -116 71 -219 70 -415 -1 -235 3 -266 46 -310 l34 -35 4259 0 4260 0 0 750 0 750 -4260 0 c-2967 0 -4260 -3 -4260 -10z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 1199px) {
    .main-header .container-fluid::after {
        right: -285px;
    }
}

@media (max-width: 767px) {
    .main-header .container-fluid::after {
        display: none;
    }
}

.main-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .main-header__inner {
        padding: 20px 0;
    }
}

.main-header__left {
    position: relative;
    z-index: 2;
}

@media (min-width: 1200px) {
    .main-header__left {
        display: flex;
        align-items: center;
        gap: 70px;
    }
}

@media (min-width: 1400px) {
    .main-header__left {
        gap: 65px;
    }
}

.main-header__logo img {
    max-width: 100%;
    height: auto;
}

.main-header__right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}

.main-header__search,
.main-header__cart {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
    overflow: hidden;
    transition: all 500ms ease;
}

@media (max-width: 390px) {
    .main-header__search,
    .main-header__cart {
        width: 35px;
        height: 35px;
    }
}

.main-header__search__icon,
.main-header__cart__icon {
    display: inline-flex;
    position: relative;
    font-size: 20px;
    color: var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

.main-header__search__icon svg,
.main-header__cart__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 390px) {
    .main-header__search__icon,
    .main-header__cart__icon {
        font-size: 15px;
    }
}

.main-header__search:hover,
.main-header__cart:hover {
    background: var(--cherito-white, #ffffff);
}

.main-header__search:hover .main-header__search__icon,
.main-header__search:hover .main-header__cart__icon,
.main-header__cart:hover .main-header__search__icon,
.main-header__cart:hover .main-header__cart__icon {
    color: var(--cherito-base, #E23B33);
    animation: slideTop 400ms;
}

@media (max-width: 1199px) {
    .main-header__search {
        margin-left: 20px;
    }
}

@media (max-width: 390px) {
    .main-header__search {
        margin-left: 15px;
    }
}

.main-header__cart {
    margin-left: 14px;
}

.main-header__call {
    margin-left: 91px;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1599px) {
    .main-header__call {
        margin-left: 70px;
    }
}

@media (max-width: 1399px) {
    .main-header__call {
        margin-left: 65px;
    }
}

@media (max-width: 1199px) {
    .main-header__call {
        margin-left: 90px;
    }
}

@media (max-width: 767px) {
    .main-header__call {
        display: none;
    }
}

.main-header__call__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: var(--cherito-base, #E23B33);
    background: var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

.main-header__call__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-header__call:hover .main-header__call__icon {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.main-header__call__title {
    margin: 0;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 12px;
    color: var(--cherito-white, #ffffff);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.357;
}

.main-header__call__number {
    margin: 0;
    font-size: 20px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.35;
}

.main-header__call__number:hover {
    color: var(--cherito-base, #E23B33);
}

.main-header__call__number a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.main-header__call__number a:hover {
    background-size: 100% 1px;
}

.main-header--two {
    background: transparent;
}

@media (max-width: 1299px) {
    .main-header--two {
        background: var(--cherito-primary);
    }
}

.main-header--two::before {
    content: "";
    width: 230px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--cherito-white, #ffffff);
    border-radius: 0 20px 20px 0;
    z-index: 1;
}

@media (max-width: 1299px) {
    .main-header--two::before {
        width: 190px;
    }
}

@media (max-width: 390px) {
    .main-header--two::before {
        width: 180px;
    }
}

@media (max-width: 340px) {
    .main-header--two::before {
        width: 175px;
    }
}

@media (min-width: 1300px) {
    .main-header--two::before {
        display: none;
    }
}

.main-header--two::after {
    content: "";
    width: 615px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: var(--cherito-base);
}

@media (max-width: 1850px) {
    .main-header--two::after {
        width: 452px;
    }
}

@media (max-width: 1599px) {
    .main-header--two::after {
        width: 405px;
    }
}

@media (max-width: 1399px) {
    .main-header--two::after {
        width: 385px;
    }
}

@media (max-width: 1199px) {
    .main-header--two::after {
        width: 465px;
    }
}

@media (max-width: 767px) {
    .main-header--two::after {
        display: none;
    }
}

.main-header--two .container-fluid {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding-left: 99.5px;
    padding-right: 242px;
    background: transparent;
}

@media (max-width: 1850px) {
    .main-header--two .container-fluid {
        padding-left: 70px;
        padding-right: 80px;
    }
}

@media (max-width: 1599px) {
    .main-header--two .container-fluid {
        padding-right: 25px;
    }
}

@media (max-width: 1399px) {
    .main-header--two .container-fluid {
        padding-left: 60px;
        padding-right: 15px;
    }
}

@media (max-width: 1299px) {
    .main-header--two .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.main-header--two .container-fluid::after {
    display: none;
}

.main-header--two .main-header__inner::after {
    content: "";
    width: calc(100% - 76px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--cherito-primary);
}

@media (max-width: 1299px) {
    .main-header--two .main-header__inner::after {
        display: none;
    }
}

.main-header--two .main-header__left {
    position: relative;
}

@media (min-width: 1200px) {
    .main-header--two .main-header__left {
        gap: 80px;
    }
}

@media (min-width: 1300px) {
    .main-header--two .main-header__left {
        gap: 125px;
    }
}

.main-header--two .main-header__left::before {
    content: "";
    width: 274px;
    height: 193px;
    background: var(--cherito-white2);
    position: absolute;
    top: -45px;
    left: -32px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 819.000000 558.000000"><g transform="translate(0.000000,558.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1340 5556 c0 -14 -5 -28 -10 -31 -6 -4 -17 -21 -25 -38 -8 -18 -28 -54 -44 -82 -17 -27 -35 -59 -41 -70 -6 -11 -26 -47 -45 -80 -19 -33 -40 -69 -45 -80 -6 -11 -19 -33 -29 -50 -11 -16 -31 -50 -44 -75 -14 -25 -34 -61 -46 -80 -11 -19 -24 -42 -28 -50 -4 -8 -25 -46 -48 -85 -22 -38 -44 -77 -48 -85 -4 -8 -13 -24 -20 -35 -7 -11 -30 -52 -52 -90 -22 -39 -45 -79 -52 -90 -7 -11 -15 -27 -19 -35 -4 -8 -26 -46 -49 -85 -22 -38 -44 -77 -48 -85 -4 -8 -17 -31 -28 -50 -12 -19 -32 -55 -46 -80 -13 -25 -33 -58 -43 -75 -10 -16 -30 -50 -43 -75 -14 -25 -34 -61 -46 -80 -11 -19 -24 -42 -28 -50 -8 -16 -88 -156 -103 -180 -5 -8 -16 -28 -25 -45 -8 -16 -28 -52 -45 -80 -16 -27 -34 -59 -40 -70 -6 -11 -23 -42 -40 -70 -29 -50 -71 -133 -95 -190 -16 -37 -40 -123 -55 -195 -14 -66 -8 -393 8 -460 21 -89 38 -140 50 -152 7 -7 12 -19 12 -27 0 -16 30 -78 61 -126 10 -16 22 -37 26 -45 13 -28 108 -145 159 -196 46 -44 189 -149 239 -174 11 -6 34 -19 50 -29 17 -11 50 -31 75 -44 25 -14 61 -34 80 -46 19 -11 44 -25 55 -31 11 -6 34 -19 50 -30 17 -11 41 -24 54 -30 13 -6 35 -19 50 -29 14 -10 49 -31 76 -45 28 -15 64 -36 80 -47 17 -10 37 -22 45 -26 8 -4 47 -26 85 -48 39 -23 77 -44 85 -48 8 -4 29 -16 45 -26 17 -11 53 -32 80 -47 28 -14 62 -35 76 -45 15 -10 37 -23 50 -29 13 -6 38 -19 54 -30 17 -11 37 -23 45 -27 8 -4 44 -24 79 -46 35 -21 74 -43 85 -48 12 -5 35 -18 51 -29 17 -11 37 -23 45 -27 8 -4 47 -26 85 -48 39 -23 77 -44 85 -48 8 -4 29 -16 45 -26 17 -11 53 -32 80 -47 28 -14 62 -35 76 -45 15 -10 37 -23 50 -29 13 -6 38 -19 54 -30 17 -11 37 -23 45 -27 8 -4 58 -32 110 -63 52 -31 102 -59 110 -63 8 -4 29 -16 45 -26 17 -11 50 -31 75 -44 25 -14 61 -34 80 -46 19 -11 44 -25 55 -31 11 -6 34 -19 50 -30 17 -11 41 -24 54 -30 13 -6 35 -19 50 -29 14 -10 49 -31 76 -45 28 -15 64 -36 80 -47 17 -10 37 -22 45 -26 8 -4 47 -26 85 -48 39 -23 77 -44 85 -48 8 -4 29 -16 45 -26 39 -25 117 -68 180 -98 178 -87 281 -107 515 -100 171 5 249 15 287 35 12 7 29 12 38 12 17 0 199 87 247 118 131 85 299 268 373 408 15 27 35 63 46 79 10 17 23 39 29 50 5 11 26 47 45 80 19 33 38 67 42 75 4 8 26 47 48 85 23 39 45 77 49 85 4 8 12 24 19 35 7 11 30 51 52 90 22 38 45 79 52 90 6 11 19 34 27 50 9 17 29 53 46 80 16 28 34 59 40 70 6 11 24 43 40 70 17 28 37 64 45 80 9 17 24 44 35 60 11 17 26 44 35 60 8 17 28 53 44 80 16 28 42 73 57 100 14 28 35 62 45 76 10 15 23 37 29 50 6 13 19 38 30 54 11 17 26 44 35 60 8 17 28 53 44 80 16 28 42 73 57 100 47 85 55 99 74 130 10 17 31 53 46 80 48 87 55 99 74 130 10 17 31 53 46 80 48 87 55 99 74 130 10 17 30 50 43 75 14 25 34 61 46 80 11 19 24 42 28 50 4 8 26 47 48 85 23 39 45 77 49 85 4 8 12 24 19 35 7 11 30 51 52 90 22 38 45 79 52 90 7 11 16 27 20 35 9 19 90 160 103 180 6 8 13 22 17 30 4 8 26 47 48 85 23 39 44 77 48 85 4 8 21 38 38 65 16 28 37 64 45 80 8 17 23 44 34 60 11 17 24 39 30 50 5 11 26 47 45 80 19 33 39 69 45 80 6 11 24 43 41 70 16 28 37 64 45 80 8 17 19 37 24 45 14 21 95 162 104 180 4 8 12 24 19 35 7 11 30 51 52 90 22 38 45 79 52 90 6 11 19 34 27 50 9 17 29 53 46 80 16 28 34 59 40 70 6 11 24 43 40 70 17 28 37 64 45 80 9 17 24 44 35 60 11 17 26 44 35 60 8 17 28 53 45 80 16 28 34 60 39 72 6 11 15 24 20 28 6 3 11 17 11 31 l0 24 -3330 0 -3330 0 0 -24z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 819.000000 558.000000"><g transform="translate(0.000000,558.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1340 5556 c0 -14 -5 -28 -10 -31 -6 -4 -17 -21 -25 -38 -8 -18 -28 -54 -44 -82 -17 -27 -35 -59 -41 -70 -6 -11 -26 -47 -45 -80 -19 -33 -40 -69 -45 -80 -6 -11 -19 -33 -29 -50 -11 -16 -31 -50 -44 -75 -14 -25 -34 -61 -46 -80 -11 -19 -24 -42 -28 -50 -4 -8 -25 -46 -48 -85 -22 -38 -44 -77 -48 -85 -4 -8 -13 -24 -20 -35 -7 -11 -30 -52 -52 -90 -22 -39 -45 -79 -52 -90 -7 -11 -15 -27 -19 -35 -4 -8 -26 -46 -49 -85 -22 -38 -44 -77 -48 -85 -4 -8 -17 -31 -28 -50 -12 -19 -32 -55 -46 -80 -13 -25 -33 -58 -43 -75 -10 -16 -30 -50 -43 -75 -14 -25 -34 -61 -46 -80 -11 -19 -24 -42 -28 -50 -8 -16 -88 -156 -103 -180 -5 -8 -16 -28 -25 -45 -8 -16 -28 -52 -45 -80 -16 -27 -34 -59 -40 -70 -6 -11 -23 -42 -40 -70 -29 -50 -71 -133 -95 -190 -16 -37 -40 -123 -55 -195 -14 -66 -8 -393 8 -460 21 -89 38 -140 50 -152 7 -7 12 -19 12 -27 0 -16 30 -78 61 -126 10 -16 22 -37 26 -45 13 -28 108 -145 159 -196 46 -44 189 -149 239 -174 11 -6 34 -19 50 -29 17 -11 50 -31 75 -44 25 -14 61 -34 80 -46 19 -11 44 -25 55 -31 11 -6 34 -19 50 -30 17 -11 41 -24 54 -30 13 -6 35 -19 50 -29 14 -10 49 -31 76 -45 28 -15 64 -36 80 -47 17 -10 37 -22 45 -26 8 -4 47 -26 85 -48 39 -23 77 -44 85 -48 8 -4 29 -16 45 -26 17 -11 53 -32 80 -47 28 -14 62 -35 76 -45 15 -10 37 -23 50 -29 13 -6 38 -19 54 -30 17 -11 37 -23 45 -27 8 -4 44 -24 79 -46 35 -21 74 -43 85 -48 12 -5 35 -18 51 -29 17 -11 37 -23 45 -27 8 -4 47 -26 85 -48 39 -23 77 -44 85 -48 8 -4 29 -16 45 -26 17 -11 53 -32 80 -47 28 -14 62 -35 76 -45 15 -10 37 -23 50 -29 13 -6 38 -19 54 -30 17 -11 37 -23 45 -27 8 -4 58 -32 110 -63 52 -31 102 -59 110 -63 8 -4 29 -16 45 -26 17 -11 50 -31 75 -44 25 -14 61 -34 80 -46 19 -11 44 -25 55 -31 11 -6 34 -19 50 -30 17 -11 41 -24 54 -30 13 -6 35 -19 50 -29 14 -10 49 -31 76 -45 28 -15 64 -36 80 -47 17 -10 37 -22 45 -26 8 -4 47 -26 85 -48 39 -23 77 -44 85 -48 8 -4 29 -16 45 -26 39 -25 117 -68 180 -98 178 -87 281 -107 515 -100 171 5 249 15 287 35 12 7 29 12 38 12 17 0 199 87 247 118 131 85 299 268 373 408 15 27 35 63 46 79 10 17 23 39 29 50 5 11 26 47 45 80 19 33 38 67 42 75 4 8 26 47 48 85 23 39 45 77 49 85 4 8 12 24 19 35 7 11 30 51 52 90 22 38 45 79 52 90 6 11 19 34 27 50 9 17 29 53 46 80 16 28 34 59 40 70 6 11 24 43 40 70 17 28 37 64 45 80 9 17 24 44 35 60 11 17 26 44 35 60 8 17 28 53 44 80 16 28 42 73 57 100 14 28 35 62 45 76 10 15 23 37 29 50 6 13 19 38 30 54 11 17 26 44 35 60 8 17 28 53 44 80 16 28 42 73 57 100 47 85 55 99 74 130 10 17 31 53 46 80 48 87 55 99 74 130 10 17 31 53 46 80 48 87 55 99 74 130 10 17 30 50 43 75 14 25 34 61 46 80 11 19 24 42 28 50 4 8 26 47 48 85 23 39 45 77 49 85 4 8 12 24 19 35 7 11 30 51 52 90 22 38 45 79 52 90 7 11 16 27 20 35 9 19 90 160 103 180 6 8 13 22 17 30 4 8 26 47 48 85 23 39 44 77 48 85 4 8 21 38 38 65 16 28 37 64 45 80 8 17 23 44 34 60 11 17 24 39 30 50 5 11 26 47 45 80 19 33 39 69 45 80 6 11 24 43 41 70 16 28 37 64 45 80 8 17 19 37 24 45 14 21 95 162 104 180 4 8 12 24 19 35 7 11 30 51 52 90 22 38 45 79 52 90 6 11 19 34 27 50 9 17 29 53 46 80 16 28 34 59 40 70 6 11 24 43 40 70 17 28 37 64 45 80 9 17 24 44 35 60 11 17 26 44 35 60 8 17 28 53 45 80 16 28 34 60 39 72 6 11 15 24 20 28 6 3 11 17 11 31 l0 24 -3330 0 -3330 0 0 -24z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 1850px) {
    .main-header--two .main-header__left::before {
        width: 260px;
        height: 193px;
        top: 0;
        left: -45px;
    }
}

@media (max-width: 1299px) {
    .main-header--two .main-header__left::before {
        display: none;
    }
}

.main-header--two .main-header__logo {
    position: relative;
}

.main-header--two .main-header__logo::after {
    content: "";
    width: 133px;
    height: 105px;
    background: var(--cherito-base);
    position: absolute;
    top: -29px;
    right: -112px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279.000000 315.000000"><g transform="translate(0.000000,315.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1782 3082 c-18 -37 -41 -80 -52 -97 -19 -30 -25 -41 -74 -130 -15 -27 -36 -63 -47 -80 -10 -16 -22 -37 -26 -45 -8 -18 -89 -159 -103 -180 -6 -8 -13 -22 -17 -30 -4 -8 -26 -46 -48 -85 -23 -38 -45 -77 -49 -85 -4 -8 -12 -24 -19 -35 -7 -11 -30 -52 -52 -90 -22 -39 -45 -79 -52 -90 -7 -11 -15 -27 -19 -35 -4 -8 -26 -46 -49 -85 -22 -38 -44 -77 -48 -85 -4 -8 -13 -24 -20 -35 -7 -11 -30 -52 -52 -90 -22 -39 -45 -79 -52 -90 -7 -11 -15 -27 -19 -35 -4 -8 -26 -46 -49 -85 -22 -38 -44 -77 -48 -85 -4 -8 -16 -28 -27 -45 -11 -16 -26 -43 -34 -60 -8 -16 -29 -52 -45 -80 -17 -27 -35 -59 -41 -70 -6 -11 -26 -47 -45 -80 -19 -33 -40 -69 -45 -80 -6 -11 -19 -33 -30 -50 -11 -16 -26 -43 -34 -60 -8 -16 -29 -52 -45 -80 -17 -27 -35 -59 -41 -70 -6 -11 -26 -47 -45 -80 -19 -33 -40 -69 -45 -80 -6 -11 -19 -33 -30 -50 -11 -16 -26 -43 -34 -60 -8 -16 -29 -52 -45 -80 -17 -27 -35 -59 -41 -70 -5 -11 -14 -27 -20 -35 -5 -8 -30 -51 -55 -95 -25 -44 -50 -87 -55 -95 -5 -8 -21 -37 -36 -65 -15 -27 -37 -66 -50 -85 l-24 -35 507 -3 c331 -1 510 1 517 8 5 5 16 10 24 10 18 0 107 70 121 95 6 11 20 34 31 50 11 17 23 37 27 45 4 8 52 92 108 185 56 94 105 177 108 185 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 30 50 11 17 24 39 30 50 6 11 19 34 30 50 11 17 23 37 27 45 4 8 40 70 80 137 40 68 73 125 73 127 0 3 12 24 28 48 44 69 51 82 62 103 6 11 19 34 30 50 11 17 24 39 29 50 5 11 21 37 35 58 14 21 26 40 26 42 0 2 40 70 88 152 49 81 92 155 95 163 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 30 50 11 17 24 39 30 50 6 11 19 34 30 50 11 17 23 37 27 45 4 8 53 92 108 185 56 94 105 177 108 185 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 30 50 11 17 35 63 55 103 29 60 35 83 34 135 -1 111 -65 216 -159 259 -28 13 -50 29 -50 35 0 10 -78 13 -362 13 l-363 -1 -33 -67z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279.000000 315.000000"><g transform="translate(0.000000,315.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1782 3082 c-18 -37 -41 -80 -52 -97 -19 -30 -25 -41 -74 -130 -15 -27 -36 -63 -47 -80 -10 -16 -22 -37 -26 -45 -8 -18 -89 -159 -103 -180 -6 -8 -13 -22 -17 -30 -4 -8 -26 -46 -48 -85 -23 -38 -45 -77 -49 -85 -4 -8 -12 -24 -19 -35 -7 -11 -30 -52 -52 -90 -22 -39 -45 -79 -52 -90 -7 -11 -15 -27 -19 -35 -4 -8 -26 -46 -49 -85 -22 -38 -44 -77 -48 -85 -4 -8 -13 -24 -20 -35 -7 -11 -30 -52 -52 -90 -22 -39 -45 -79 -52 -90 -7 -11 -15 -27 -19 -35 -4 -8 -26 -46 -49 -85 -22 -38 -44 -77 -48 -85 -4 -8 -16 -28 -27 -45 -11 -16 -26 -43 -34 -60 -8 -16 -29 -52 -45 -80 -17 -27 -35 -59 -41 -70 -6 -11 -26 -47 -45 -80 -19 -33 -40 -69 -45 -80 -6 -11 -19 -33 -30 -50 -11 -16 -26 -43 -34 -60 -8 -16 -29 -52 -45 -80 -17 -27 -35 -59 -41 -70 -6 -11 -26 -47 -45 -80 -19 -33 -40 -69 -45 -80 -6 -11 -19 -33 -30 -50 -11 -16 -26 -43 -34 -60 -8 -16 -29 -52 -45 -80 -17 -27 -35 -59 -41 -70 -5 -11 -14 -27 -20 -35 -5 -8 -30 -51 -55 -95 -25 -44 -50 -87 -55 -95 -5 -8 -21 -37 -36 -65 -15 -27 -37 -66 -50 -85 l-24 -35 507 -3 c331 -1 510 1 517 8 5 5 16 10 24 10 18 0 107 70 121 95 6 11 20 34 31 50 11 17 23 37 27 45 4 8 52 92 108 185 56 94 105 177 108 185 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 30 50 11 17 24 39 30 50 6 11 19 34 30 50 11 17 23 37 27 45 4 8 40 70 80 137 40 68 73 125 73 127 0 3 12 24 28 48 44 69 51 82 62 103 6 11 19 34 30 50 11 17 24 39 29 50 5 11 21 37 35 58 14 21 26 40 26 42 0 2 40 70 88 152 49 81 92 155 95 163 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 30 50 11 17 24 39 30 50 6 11 19 34 30 50 11 17 23 37 27 45 4 8 53 92 108 185 56 94 105 177 108 185 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 30 50 11 17 35 63 55 103 29 60 35 83 34 135 -1 111 -65 216 -159 259 -28 13 -50 29 -50 35 0 10 -78 13 -362 13 l-363 -1 -33 -67z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 1299px) {
    .main-header--two .main-header__logo::after {
        display: none;
    }
}

.main-header--two .main-menu .main-menu__list>li>a {
    color: var(--cherito-white3);
}

.main-header--two .main-header__btn {
    padding: 15px 30.5px 16px;
    font-size: 14px;
}

@media (max-width: 1599px) {
    .main-header--two .main-header__btn {
        display: none;
    }
}

.main-header--two .main-header__btn:hover {
    color: var(--cherito-black);
}

.main-header--two .main-header__btn .cherito-btn__hover {
    background: var(--cherito-white, #ffffff);
}

.main-header--two .main-header__call {
    position: relative;
    margin-left: 67px;
    margin-right: 60px;
    gap: 10px;
}

@media (max-width: 1599px) {
    .main-header--two .main-header__call {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .main-header--two .main-header__call {
        margin-left: 30px;
    }
}

.main-header--two .main-header__call::after {
    content: "";
    width: 1px;
    height: calc(100% + 61.72px);
    position: absolute;
    top: calc(50% - 1px);
    right: -30px;
    transform: translateY(-50%);
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.16);
}

@media (max-width: 1199px) {
    .main-header--two .main-header__call::after {
        height: calc(100% + 42.86px);
        top: 50%;
    }
}

.main-header--two .main-header__call__icon {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-black);
}

.main-header--two .main-header__call:hover .main-header__call__icon {
    color: var(--cherito-black);
    background: var(--cherito-white, #ffffff);
}

.main-header--two .main-header__call:hover .main-header__call__number {
    color: var(--cherito-black);
}

.main-header--two .main-header__search,
.main-header--two .main-header__cart {
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.21);
}

.main-header--two .main-header__search:hover,
.main-header--two .main-header__cart:hover {
    background: var(--cherito-white, #ffffff);
}

.main-header--two .main-header__search:hover .main-header__search__icon,
.main-header--two .main-header__search:hover .main-header__cart__icon,
.main-header--two .main-header__cart:hover .main-header__search__icon,
.main-header--two .main-header__cart:hover .main-header__cart__icon {
    color: var(--cherito-black);
}

.main-header--three {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    background: transparent;
}

@media (max-width: 767px) {
    .main-header--three {
        top: 20px;
    }
}

@media (max-width: 575px) {
    .main-header--three {
        top: 15px;
    }
}

.main-header--three::before {
    display: none;
}

.main-header--three .main-header__inner {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    background: var(--cherito-base);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #d9b9b6;
}

@media (max-width: 1599px) {
    .main-header--three .main-header__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    .main-header--three .main-header__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.main-header--three .main-header__inner::after {
    /* content: "";
    width: 328px;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    background: var(--cherito-primary);
    position: absolute;
    top: 0;
    right: 0; */
}

@media (max-width: 1599px) {
    .main-header--three .main-header__inner::after {
        width: 275px;
    }
}

@media (max-width: 767px) {
    .main-header--three .main-header__inner::after {
        width: 200px;
    }
}

@media (max-width: 575px) {
    .main-header--three .main-header__inner::after {
        width: 185px;
    }
}

@media (max-width: 430px) {
    .main-header--three .main-header__inner::after {
        display: none;
    }
}

.main-header--three .main-header__left {
    display: flex;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .main-header--three .main-header__left {
        display: flex;
        align-items: center;
        gap: 50px;
    }
}

@media (min-width: 1600px) {
    .main-header--three .main-header__logo {
        display: block;
    }
}

.main-header--three .main-menu .main-menu__list>li {
    padding-top: 35px;
    padding-bottom: 35px;
}

.main-header--three .main-menu .main-menu__list>li>a {
    color: var(--cherito-white3);
}

@media (max-width: 1199px) {
    .main-header--three .main-header__search {
        margin-left: 50px;
    }
}

@media (max-width: 767px) {
    .main-header--three .main-header__search {
        margin-left: 20px;
    }
}

@media (max-width: 390px) {
    .main-header--three .main-header__search {
        margin-left: 15px;
    }
}

.main-header--three .main-header__btn {
    margin-left: 35px;
    padding: 13px 0px;
    font-size: 14px;
    width: 160px;
}

@media (max-width: 767px) {
    .main-header--three .main-header__btn {
        display: none;
    }
}

.main-header--three .main-header__btn:hover {
    color: var(--cherito-black);
}

.main-header--three .main-header__btn .cherito-btn__hover {
    background: var(--cherito-white, #ffffff);
}

.main-header--four {
    background: var(--cherito-white, #ffffff);
    border-bottom: 1px solid var(--cherito-gray4, #D2D2D2);
}

.main-header--four::before {
    display: none;
}

.main-header--four .container-fluid {
    background: transparent;
}

.main-header--four .container-fluid::after {
    display: none;
}

@media (min-width: 1200px) {
    .main-header--four .main-header__left {
        gap: 70px;
    }
}

.main-header--four .main-menu .main-menu__list>li {
    padding-top: 43px;
    padding-bottom: 43px;
}

.main-header--four .main-menu .main-menu__list>li>a {
    color: var(--cherito-text, #727272);
}

.main-header--four .main-menu .main-menu__list>li.current>a,
.main-header--four .main-menu .main-menu__list>li:hover>a {
    color: var(--cherito-base);
}

.main-header--four .main-header__right::before {
    content: "";
    width: 1px;
    height: calc(100% + 59.25px);
    background: var(--cherito-gray4, #D2D2D2);
    position: absolute;
    top: 50%;
    left: -27px;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .main-header--four .main-header__right::before {
        display: none;
    }
}

.main-header--four .mobile-nav__btn span {
    background: var(--cherito-black);
}

.main-header--four .mobile-nav__btn:hover span {
    background: var(--cherito-base);
}

.main-header--four .main-header__search,
.main-header--four .main-header__cart {
    background: var(--cherito-white6, #EFEFEF);
}

.main-header--four .main-header__search:hover,
.main-header--four .main-header__cart:hover {
    background: var(--cherito-base);
}

.main-header--four .main-header__search:hover .main-header__search__icon,
.main-header--four .main-header__search:hover .main-header__cart__icon,
.main-header--four .main-header__cart:hover .main-header__search__icon,
.main-header--four .main-header__cart:hover .main-header__cart__icon {
    color: var(--cherito-white, #ffffff);
}

.main-header--four .main-header__search__icon,
.main-header--four .main-header__cart__icon {
    color: var(--cherito-base);
}

.main-header--four .main-header__btn {
    margin-left: 30px;
    padding: 15px 30.5px 16px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .main-header--four .main-header__btn {
        display: none;
    }
}

.main-header--five {
    background: var(--cherito-white, #ffffff);
}

.main-header--five::before,
.main-header--five::after {
    content: "";
    width: calc(100% - 375px);
    height: 61px;
    position: absolute;
    right: 0;
    border-radius: 10px 0px 0px 10px;
    z-index: -1;
}

@media (max-width: 1799px) {
    .main-header--five::before,
    .main-header--five::after {
        width: calc(100% - 292px);
    }
}

@media (max-width: 1599px) {
    .main-header--five::before,
    .main-header--five::after {
        width: calc(100% - 212px);
    }
}

@media (max-width: 1199px) {
    .main-header--five::before,
    .main-header--five::after {
        display: none;
    }
}

.main-header--five::before {
    top: 0;
    left: auto;
    background: var(--cherito-white2);
}

.main-header--five::after {
    bottom: 0;
    background: var(--cherito-white3);
}

.main-header--five .container-fluid {
    width: 100%;
    position: relative;
    background: transparent;
    padding-left: 183px;
    padding-right: 312px;
    margin: 0 auto;
}

@media (max-width: 1799px) {
    .main-header--five .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 1599px) {
    .main-header--five .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .main-header--five .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.main-header--five .container-fluid::before {
    content: "";
    width: 645px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: var(--cherito-base);
    border-radius: 10px 0px 0px 10px;
    z-index: 1;
}

@media (max-width: 1799px) {
    .main-header--five .container-fluid::before {
        width: 430px;
    }
}

@media (max-width: 1599px) {
    .main-header--five .container-fluid::before {
        width: 350px;
    }
}

@media (max-width: 1199px) {
    .main-header--five .container-fluid::before {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .main-header--five .container-fluid::before {
        display: none;
    }
}

.main-header--five .container-fluid::after {
    display: none;
}

.main-header--five .main-header__inner {
    padding: 0;
}

@media (max-width: 1199px) {
    .main-header--five .main-header__inner {
        padding: 20px 0;
    }
}

.main-header--five .main-header__left {
    gap: 42px;
}

.main-header--five .main-header__nav {
    position: relative;
    padding-left: 40px;
    z-index: 1;
}

@media (max-width: 1299px) {
    .main-header--five .main-header__nav {
        padding-left: 20px;
    }
}

.main-header--five .main-menu .main-menu__list>li {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
}

.main-header--five .main-menu .main-menu__list>li>a {
    color: var(--cherito-black);
}

.main-header--five .main-menu .main-menu__list>li.current>a,
.main-header--five .main-menu .main-menu__list>li:hover>a {
    color: var(--cherito-base);
}

.main-header--five .main-header__right {
    z-index: 1;
}

@media (max-width: 767px) {
    .main-header--five .mobile-nav__btn span {
        background: var(--cherito-black);
    }
}

.main-header--five .mobile-nav__btn:hover span {
    background: var(--cherito-primary);
}

@media (max-width: 767px) {
    .main-header--five .mobile-nav__btn:hover span {
        background: var(--cherito-base);
    }
}

@media (max-width: 767px) {
    .main-header--five .main-header__search,
    .main-header--five .main-header__cart {
        background: var(--cherito-white2);
    }
    .main-header--five .main-header__search:hover,
    .main-header--five .main-header__cart:hover {
        background: var(--cherito-base);
    }
    .main-header--five .main-header__search:hover .main-header__search__icon,
    .main-header--five .main-header__search:hover .main-header__cart__icon,
    .main-header--five .main-header__cart:hover .main-header__search__icon,
    .main-header--five .main-header__cart:hover .main-header__cart__icon {
        color: var(--cherito-white, #ffffff);
    }
    .main-header--five .main-header__search .main-header__search__icon,
    .main-header--five .main-header__search .main-header__cart__icon,
    .main-header--five .main-header__cart .main-header__search__icon,
    .main-header--five .main-header__cart .main-header__cart__icon {
        color: var(--cherito-base);
    }
}

.main-header--five .main-header__border {
    position: relative;
    margin-left: 26.5px;
    margin-right: 26.5px;
}

@media (max-width: 767px) {
    .main-header--five .main-header__border {
        display: none;
    }
}

.main-header--five .main-header__border::before {
    content: "";
    width: 1px;
    height: 122.05px;
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .main-header--five .main-header__border::before {
        height: 90.03px;
    }
}

.main-header--five .main-header__btn {
    padding: 16.65px 14px 17.65px;
    font-size: 14px;
}

.main-header--five .main-header__btn:hover {
    color: var(--cherito-black);
}

.main-header--five .main-header__btn .cherito-btn__hover {
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 767px) {
    .main-header--five .main-header__btn {
        display: none;
    }
}

.main-header--six {
    padding-left: 112px;
    background: var(--cherito-black);
    border-bottom: 1px solid RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
}

@media (max-width: 1399px) {
    .main-header--six {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .main-header--six {
        border: 0;
    }
}

.main-header--six::before {
    display: none;
}

@media (min-width: 1400px) {
    .main-header--six .main-header__container {
        padding-left: 0;
        margin-right: calc((100% - 1088px) / 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

@media (min-width: 1400px) {
    .main-header--six .main-header__left {
        gap: 80px;
    }
}

@media (min-width: 1600px) {
    .main-header--six .main-header__left {
        gap: 105px;
    }
}

.main-header--six .main-menu .main-menu__list>li {
    padding-top: 34px;
    padding-bottom: 34px;
}

.main-header--six .main-menu .main-menu__list>li>a {
    color: var(--cherito-gray3, #E3DDD8);
}

.main-header--six .main-menu .main-menu__list>li.current>a,
.main-header--six .main-menu .main-menu__list>li:hover>a {
    color: var(--cherito-base);
}

.main-header--six .mobile-nav__btn:hover span {
    background: var(--cherito-base);
}

.main-header--six .main-header__search:hover,
.main-header--six .main-header__cart:hover {
    background: var(--cherito-base);
}

.main-header--six .main-header__search:hover:hover .main-header__search__icon,
.main-header--six .main-header__search:hover:hover .main-header__cart__icon,
.main-header--six .main-header__cart:hover:hover .main-header__search__icon,
.main-header--six .main-header__cart:hover:hover .main-header__cart__icon {
    color: var(--cherito-white, #ffffff);
}

.main-header--six .main-header__border {
    position: relative;
    margin: 0 20px;
    width: 1px;
    height: 40px;
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
}

@media (max-width: 767px) {
    .main-header--six .main-header__border {
        display: none;
    }
}

.main-header--six .main-header__btn {
    padding: 11.125px 13.5px;
    font-size: 14px;
    background: var(--cherito-black);
    border: 1px solid RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.06);
}

@media (max-width: 767px) {
    .main-header--six .main-header__btn {
        display: none;
    }
}

.main-header--six .main-header__btn:hover {
    border-color: var(--cherito-base);
}

.main-header--six .main-header__btn .cherito-btn__hover {
    background: var(--cherito-base);
}

.sticky-header--cloned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    background: var(--cherito-white, #ffffff);
    transform: translateY(-100%);
    box-shadow: 0px 3px 18px rgba(var(--cherito-black2-rgb, 0, 0, 0), 0.07);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    visibility: hidden;
    transition: transform 500ms ease, visibility 500ms ease;
}

.sticky-header--cloned.active {
    transform: translateY(0%);
    visibility: visible;
}

.sticky-header--cloned.main-header--two {
    background: var(--cherito-primary);
}

.sticky-header--cloned.main-header--three {
    background: var(--cherito-base);
}

.sticky-header--cloned.main-header--three .main-header__inner::after {
    border-radius: 0;
}

@media (min-width: 1600px) {
    .sticky-header--cloned.main-header--three .main-header__left {
        display: flex;
        align-items: center;
        gap: 60px;
    }
}

@media (min-width: 1600px) {
    .sticky-header--cloned.main-header--three .main-header__logo {
        display: block;
    }
}

.sticky-header--cloned.main-header--five::before {
    display: none;
}

.sticky-header--cloned.main-header--five::after {
    height: 100%;
}

.sticky-header--cloned.main-header--five .topbar {
    display: none;
}

.sticky-header--cloned.main-header--five .main-menu .main-menu__list>li {
    padding-top: 43px;
    padding-bottom: 43px;
}

.sticky-header--cloned.main-header--five .main-header__border::before {
    height: 106px;
}

.sticky-header--cloned.main-header--six {
    background: var(--cherito-black);
}

.mobile-nav__btn {
    width: 26px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3;
}

@media (min-width: 1200px) {
    .mobile-nav__btn {
        display: none;
    }
}

.mobile-nav__btn span {
    width: 100%;
    height: 2px;
    background: var(--cherito-black, #ffffff);
    transition: all 500ms ease;
}

.mobile-nav__btn span:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mobile-nav__btn:hover span {
    background: var(--cherito-black, #212226);
}

.main-menu {
    /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list>li {
    position: relative;
    padding-top: 42.5px;
    padding-bottom: 42.5px;
}

.main-menu .main-menu__list>li.dropdown>a {
    position: relative;
}

.main-menu .main-menu__list>li+li {
    margin-left: 22px;
}

.main-menu .main-menu__list>li>a {
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    color: var(--cherito-white3, #E5DED9);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.25;
    transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
    color: var(--cherito-black, #92453f);
    text-shadow: 0 0 0.5px currentColor;
}

.main-menu .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: -25px;
    min-width: 270px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    background: var(--cherito-white4, #FAF6F0);
    box-shadow: 0px 10px 60px 0px RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.07);
    padding: 15px 20px 11px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>.megamenu {
    position: static;
}

.main-menu .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.main-menu .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list li ul li>a {
    margin-bottom: 4px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    line-height: 20px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    display: flex;
    text-transform: capitalize;
    padding: 8px 15px;
    border-radius: 6px;
    transition: 400ms;
}

.main-menu .main-menu__list li ul li>a::after {
    position: absolute;
    right: 15px;
    top: 8px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    color: var(--cherito-white, #ffffff);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    transform: scale(0);
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
    background: var(--cherito-black, #E23B33);
    color: var(--cherito-white, #ffffff);
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.main-menu .main-menu__list li ul li>ul {
    top: 0;
    left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .main-menu__list li:nth-last-child(1) ul li>ul,
    .main-menu__list li:nth-last-child(2) ul li>ul {
        left: auto;
        right: calc(100% + 20px);
    }
}


/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    height: 100vh;
    visibility: visible;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
    z-index: 999999;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    padding: 0;
    background: var(--cherito-white, #ffffff);
    display: block !important;
    margin: 0;
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
    display: none;
}

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
    transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
    overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
    bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
    overflow: unset;
}

.mobile-nav__content .demo-one .container {
    padding-left: 15px;
    padding-right: 15px;
}

.megamenu-popup {
    position: relative;
}

.megamenu-popup .megamenu-clickable--close {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    color: var(--cherito-black, #212226);
}

@media (min-width: 1300px) {
    .megamenu-popup .megamenu-clickable--close {
        top: 38px;
        right: 40px;
    }
}

.megamenu-popup .megamenu-clickable--close:hover {
    color: var(--cherito-base, #E23B33);
}

.megamenu-popup .megamenu-clickable--close .icon-close {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    color: currentColor;
    transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close .icon-close::before,
.megamenu-popup .megamenu-clickable--close .icon-close::after {
    content: "";
    width: 100%;
    height: 2px;
    background: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.megamenu-popup .megamenu-clickable--close .icon-close::after {
    transform: translate(-50%, -50%) rotate(45deg);
}


/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/

.demo-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.demo-one .row {
    --bs-gutter-y: 30px;
}

.demo-one__card {
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 10px 60px 0px rgba(var(--cherito-black-rgb, 33, 34, 38), 0.1);
    text-align: center;
    transition: 500ms ease;
    transform: translateY(0px);
}

.demo-one__card:hover {
    transform: translateY(-10px);
}

.demo-one__title {
    margin: 0;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    text-transform: capitalize;
    font-size: 17px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
}

.demo-one__title:hover {
    color: var(--cherito-base, #E23B33);
}

.demo-one__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.demo-one__title a:hover {
    background-size: 100% 1px;
}

.demo-one__image {
    position: relative;
    overflow: hidden;
}

.demo-one__image img {
    max-width: 100%;
    transition: filter 500ms ease;
    filter: blur(0px);
}

.demo-one__card:hover .demo-one__image img {
    filter: blur(2px);
}

.demo-one__btns {
    background: rgba(var(--cherito-black-rgb, 33, 34, 38), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transform: scale(1, 0);
    transform-origin: bottom center;
    opacity: 0;
    transition: transform 500ms ease, opacity 600ms linear;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .demo-one__btns {
        flex-direction: column;
    }
}

@media (max-width: 360px) {
    .demo-one__btns {
        flex-direction: column;
    }
}

.demo-one__card:hover .demo-one__btns {
    transform: scale(1, 1);
    opacity: 1;
    transform-origin: top center;
}

.demo-one__btn {
    padding: 15px 27px 16px;
    font-size: 15px;
}

.demo-one__btn:hover {
    color: var(--cherito-black, #212226);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .demo-one__btn {
        min-width: 135px;
    }
}

@media (max-width: 360px) {
    .demo-one__btn {
        min-width: 135px;
    }
}

.demo-one__btn .cherito-btn__hover {
    background: var(--cherito-white, #ffffff);
}

.demo-one__title {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
}

.home-showcase {
    margin-bottom: -20px;
}

.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}

.home-showcase__inner {
    padding: 40px 40px 21px;
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 10px 60px 0px rgba(var(--cherito-black-rgb, 33, 34, 38), 0.07);
}

.home-showcase .demo-one__card {
    box-shadow: none;
}

.home-showcase .demo-one__btns {
    flex-direction: column;
}

.home-showcase .demo-one__btn {
    min-width: 165px;
    text-align: center;
    justify-content: center;
}

.home-showcase .demo-one__title {
    padding: 0;
    font-size: 17px;
    margin-top: 15px;
    padding-bottom: 15px;
}


/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
    margin-bottom: -1px;
    margin-top: 0;
    border-bottom: 1px solid RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background: transparent;
    box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--cherito-white, #ffffff);
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.7;
    cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
    width: 300px;
    background: var(--cherito-base, #212226);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
    display: block;
    padding: 0;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__close {
    display: inline-flex;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: var(--cherito-black, #ffffff);
    cursor: pointer;
    transition: all 500ms ease;
}

.mobile-nav__close svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile-nav__close:hover {
    color: var(--cherito-base, #E23B33);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li>a {
    padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li>a {
    display: flex;
    justify-content: space-between;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    line-height: 30px;
    color: var(--cherito-white3, #ffffff);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    height: 46px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>ul>li>a {
    font-size: 14px;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--cherito-white3, #E23B33);
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background: var(--cherito-base, #E23B33);
    border: none;
    outline: none;
    color: var(--cherito-black, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background: var(--cherito-white, #ffffff);
    color: var(--cherito-black, #212226);
}

.mobile-nav__social {
    gap: 10px;
}

.mobile-nav__social a {
    border: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--cherito-base, #E23B33);
}

.mobile-nav__social a:hover {
    background: var(--cherito-white, #ffffff);
}

.mobile-nav__social .social-links__icon {
    font-size: 13px;
    color: var(--cherito-white, #ffffff);
}

.mobile-nav__social a:hover .social-links__icon {
    color: var(--cherito-base, #E23B33);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mobile-nav__contact li {
    color: var(--cherito-white, #ffffff);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: inherit;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--cherito-base, #E23B33);
}

.mobile-nav__contact__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--cherito-base, #E23B33);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    color: var(--cherito-white, #ffffff);
}

.mobile-nav__contact__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
    display: none;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: 0;
}

@media (min-width: 768px) {
    .form-one__group {
        grid-template-columns: repeat(2, 1fr);
    }
}

.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
}

.form-one .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.form-one .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 60px;
    outline: none !important;
    border-radius: 10px;
    border: 0;
    background: var(--cherito-white2, #F4F0ED) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-text, #727272) !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

@media (max-width: 430px) {
    .form-one .bootstrap-select>.dropdown-toggle {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.form-one .bootstrap-select>.dropdown-toggle::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 18px;
    color: var(--cherito-text, #727272);
}

@media (max-width: 430px) {
    .form-one .bootstrap-select>.dropdown-toggle::before {
        right: 25px;
    }
}

.form-one .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--cherito-white3, #E5DED9);
}

.form-one .bootstrap-select .dropdown-menu {
    border: none;
}

.form-one .bootstrap-select .dropdown-menu>li>a {
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 15px;
    font-weight: 600;
    padding: 10px 22px;
    color: var(--cherito-black, #212226);
    background: var(--cherito-white4, #FAF6F0);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-one .bootstrap-select .dropdown-menu>li:hover>a,
.form-one .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--cherito-base, #E23B33);
    color: var(--cherito-white, #ffffff);
    border-color: var(--cherito-base, #E23B33);
}

.form-one .bootstrap-select>.dropdown-toggle {
    display: flex;
    align-items: center;
}

.form-one .bootstrap-select>.dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=password],
.form-one input[type=tel],
.form-one textarea {
    display: block;
    border: none;
    outline: none;
    padding: 0 30px;
    width: 100%;
    height: 60px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-text, #727272);
    font-size: 16px;
    font-weight: 600;
    background: var(--cherito-white2, #F4F0ED);
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 400ms ease;
}

.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=password]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
    color: var(--cherito-black, #212226);
    border-color: var(--cherito-base, #E23B33);
}

@media (max-width: 430px) {
    .form-one input[type=text],
    .form-one input[type=email],
    .form-one input[type=password],
    .form-one input[type=tel],
    .form-one textarea {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.form-one textarea {
    height: 211px;
    padding: 14px 30px 0;
}

@media (max-width: 430px) {
    .form-one textarea {
        padding-left: 25px;
        padding-right: 25px;
    }
}


/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/

.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.8s ease-in-out;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition-delay: 0s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background: #000000;
    opacity: 0.7;
    cursor: url(../images/close.png), auto;
}

@media (max-width: 767px) {
    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%);
    }
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.search-popup__form {
    position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
    width: 100%;
    background: var(--cherito-white, #ffffff);
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 16px;
    font-weight: 500;
    color: var(--cherito-text, #727272);
    border: none;
    outline: none;
    height: 66px;
    padding-left: 25px;
    border-radius: 60px;
    transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
    color: var(--cherito-black, #212226);
}

.search-popup__form .cherito-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0 60px 60px 0;
}

.search-popup__form .cherito-btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.search-popup__form .cherito-btn:hover {
    background: var(--cherito-primary, #F2B42B);
}

.search-popup.active {
    z-index: 9999;
}

.search-popup.active .search-popup__overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: 0.7;
    -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0%);
    }
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    position: relative;
    padding-top: 100px;
    padding-bottom: 65px;
    background: #f0e7e3;
}

@media (max-width: 1399px) {
    .page-header {
        padding-top: 134px;
        padding-bottom: 150px;
    }
}

@media (max-width: 991px) {
    .page-header {
        padding-top: 84px;
        padding-bottom: 100px;
    }
}

.page-header__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header__bg::after {
    /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.6); */
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.page-header__content {
    text-align: center;
}

.page-header__title {
    margin-bottom: 6px;
    font-size: 50px;
    color: var(--cherito-white3, #222121);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3;
}

@media (max-width: 1199px) {
    .page-header__title {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .page-header__title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .page-header__title {
        font-size: 35px;
    }
}

@media (max-width: 430px) {
    .page-header__title {
        font-size: 30px;
    }
}

.cherito-breadcrumb {
    margin: 0;
    padding: 8px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px 0;
    flex-wrap: wrap;
    background: var(--cherito-black, #212226);
    border-radius: 48px;
}

.cherito-breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--cherito-white, #ffffff);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.25;
}

@media (max-width: 575px) {
    .cherito-breadcrumb li {
        font-size: 15px;
    }
}

.cherito-breadcrumb li:not(:last-of-type)::after {
    content: "/";
    position: relative;
    top: -1px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
}

.cherito-breadcrumb li span,
.cherito-breadcrumb li a {
    display: inline-flex;
}

.cherito-breadcrumb li:not(:first-child) span {
    color: var(--cherito-base, #E23B33);
}

.cherito-breadcrumb li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.cherito-breadcrumb li a:hover {
    background-size: 100% 1px;
}

.cherito-breadcrumb li a:hover {
    color: var(--cherito-base, #E23B33);
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar__single {
    padding: 35px 40px 40px;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px;
    box-shadow: 0px 0px 60px rgba(2, 2, 2, 0.07);
}

@media (max-width: 390px) {
    .sidebar__single {
        padding: 25px 30px 30px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.083;
    border-bottom: 1px solid var(--cherito-base, #E23B33);
}

.sidebar__search {
    position: relative;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
    outline: none;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: var(--cherito-text, #727272);
    font-weight: 500;
    height: 60px;
    padding-left: 53px;
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 10px;
    border: 1px solid transparent;
    transition: all 400ms ease;
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
    color: var(--cherito-black, #212226);
    border-color: var(--cherito-base, #E23B33);
}

.sidebar__search button[type=submit] {
    padding: 0;
    border: none;
    outline: none;
    display: inline-flex;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--cherito-text, #727272);
    transition: all 400ms ease;
}

.sidebar__search button[type=submit] svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar__search button[type=submit]:hover {
    color: var(--cherito-base, #E23B33);
}

.sidebar__posts {
    margin: 0;
}

.sidebar__posts__item {
    display: flex;
    align-items: flex-start;
    gap: 20px 15px;
}

@media (max-width: 360px) {
    .sidebar__posts__item {
        flex-direction: column;
    }
}

.sidebar__posts__item:not(:last-of-type) {
    margin-bottom: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.15);
}

@media (max-width: 360px) {
    .sidebar__posts__item:not(:last-of-type) {
        margin-bottom: 19px;
    }
}

.sidebar__posts__image {
    width: 70px;
    flex-shrink: 0;
}

.sidebar__posts__image img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.sidebar__posts__content {
    width: calc(100% - 70px);
}

@media (max-width: 360px) {
    .sidebar__posts__content {
        margin: 0;
        width: 100%;
    }
}

.sidebar__posts__meta {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 10px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-text, #727272);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
}

.sidebar__posts__meta__icon {
    display: inline-flex;
    font-size: 16px;
    color: var(--cherito-base, #E23B33);
}

.sidebar__posts__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar__posts__title {
    margin: 0;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.sidebar__posts__title:hover {
    color: var(--cherito-base, #E23B33);
}

.sidebar__posts__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar__posts__title a:hover {
    background-size: 100% 1px;
}

.sidebar__categories-wrapper {
    padding-bottom: 35px;
}

@media (max-width: 390px) {
    .sidebar__categories-wrapper {
        padding-bottom: 25px;
    }
}

.sidebar__categories {
    margin: 0;
}

.sidebar__categories-title {
    margin-bottom: 28px;
}

.sidebar__categories li:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

.sidebar__categories li a {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 14px;
    color: var(--cherito-text, #727272);
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.428;
    transition: all 500ms ease;
}

.sidebar__categories li a:hover {
    color: var(--cherito-base, #E23B33);
}

.sidebar__categories li a .sidebar__categories__icon {
    position: relative;
    top: 3px;
    display: inline-flex;
    font-size: 13px;
    color: var(--cherito-base, #E23B33);
    overflow: hidden;
}

.sidebar__categories li a .sidebar__categories__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar__categories a:hover .sidebar__categories__icon>* {
    animation: slideLeft 400ms;
}

.sidebar__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.sidebar__tags a {
    padding: 12px 16px 13px;
    font-size: 14px;
    color: var(--cherito-text, #727272);
    text-transform: capitalize;
    font-weight: 600;
    background: var(--cherito-white2, #F4F0ED);
}

.sidebar__tags a:hover {
    color: var(--cherito-white, #ffffff);
}

.sidebar__tags a .cherito-btn__hover {
    background: var(--cherito-base, #E23B33);
}

.sidebar__comments {
    margin: 0;
    padding: 0;
}

.sidebar__comments li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sidebar__comments li:not(:last-of-type) {
    margin-bottom: 30px;
}

.sidebar__comments__icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--cherito-white2, #F4F0ED);
    font-size: 18px;
    color: var(--cherito-black, #212226);
    border-radius: 50%;
    transition: all 500ms ease;
}

.sidebar__comments__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

li:hover .sidebar__comments__icon {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.sidebar__comments__title {
    margin: 0;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 14px;
    line-height: 1.562;
    font-weight: 500;
    color: var(--cherito-text, #727272);
}

.sidebar__comments__title:hover {
    color: var(--cherito-base, #E23B33);
}

.sidebar__comments__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar__comments__title a:hover {
    background-size: 100% 1px;
}


/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

.google-map {
    position: relative;
}

.google-map iframe {
    position: relative;
    display: block;
    border: none;
    height: 450px;
    width: 100%;
}

@media (max-width: 430px) {
    .google-map iframe {
        height: 400px;
    }
}

.google-map__contact {
    overflow: hidden;
    background: var(--cherito-white, #ffffff);
    mix-blend-mode: luminosity;
}

.google-map__event-details iframe {
    height: 329px;
    border-radius: 10px;
}

.contact-map {
    position: relative;
    background: var(--cherito-white, #ffffff);
}

.contact-map .container-fluid {
    padding-left: 0;
    padding-right: 0;
}


/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/

.client-carousel {
    position: relative;
    padding-top: 113px;
    padding-bottom: 120px;
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 767px) {
    .client-carousel {
        padding-top: 93px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .client-carousel {
        padding-top: 73px;
        padding-bottom: 80px;
    }
}

.client-carousel .container {
    position: relative;
    z-index: 1;
}

.client-carousel__content {
    text-align: center;
}

.client-carousel__title {
    position: relative;
    margin-bottom: 53px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.625;
    font-weight: 700;
}

.client-carousel__title::before,
.client-carousel__title::after {
    content: "";
    width: calc(50% - 94px);
    height: 1px;
    background: var(--cherito-gray5, #EBEBEB);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.client-carousel__title::before {
    left: 0px;
}

.client-carousel__title::after {
    right: 0px;
}

.client-carousel__carousel {
    position: relative;
}

.client-carousel__carousel .owl-stage {
    display: flex;
    align-items: center;
}

.client-carousel__item {
    position: relative;
    text-align: center;
}

.client-carousel__item img {
    max-width: 100%;
    width: auto !important;
}

.client-carousel__image {
    margin: auto;
}

.client-carousel__hover-image {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 300ms ease;
}

.client-carousel__item:hover .client-carousel__hover-image {
    opacity: 1;
}

.client-carousel--home2 {
    padding-top: 0;
}

.client-carousel--home3 .client-carousel__title::before,
.client-carousel--home3 .client-carousel__title::after {
    background: var(--cherito-base);
}

.client-carousel--home4 {
    padding-bottom: 238px;
    background: var(--cherito-base);
}

@media (max-width: 767px) {
    .client-carousel--home4 {
        padding-bottom: 218px;
    }
}

@media (max-width: 575px) {
    .client-carousel--home4 {
        padding-bottom: 198px;
    }
}

.client-carousel--home4 .client-carousel__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: multiply;
}

.client-carousel--home4 .client-carousel__title {
    color: var(--cherito-white, #ffffff);
}

.client-carousel--home4 .client-carousel__title::before,
.client-carousel--home4 .client-carousel__title::after {
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.5);
}

.client-carousel--home5 {
    padding-top: 344px;
    padding-bottom: 92px;
}

@media (max-width: 575px) {
    .client-carousel--home5 {
        padding-top: 321px;
        padding-bottom: 60px;
    }
}

.client-carousel--home5 .client-carousel__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cherito-black2, #000000);
}

.client-carousel--home5 .client-carousel__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--cherito-base-rgb), 0.9);
    z-index: 1;
}

.client-carousel--home5 .client-carousel__bg::after {
    content: "";
    width: 100%;
    max-width: 1561px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(var(--cherito-black-rgb), 0.25);
    z-index: 2;
}

.client-carousel--home5 .client-carousel__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: luminosity;
}

.client-carousel--home5 .container {
    z-index: 3;
}

.client-carousel--home5 .client-carousel__title {
    color: var(--cherito-white, #ffffff);
}

.client-carousel--home5 .client-carousel__title::before,
.client-carousel--home5 .client-carousel__title::after {
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.5);
}

.client-carousel--home6 {
    padding-top: 80px;
    padding-bottom: 272px;
    background: var(--cherito-base);
    overflow: hidden;
}

@media (max-width: 575px) {
    .client-carousel--home6 {
        padding-top: 60px;
        padding-bottom: 254px;
    }
}

.client-carousel--home6 .container::after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
    background: RGBA(var(--cherito-white5-rgb, 245, 241, 238), 0.5);
}

@media (max-width: 575px) {
    .client-carousel--home6 .container::after {
        bottom: -60px;
    }
}

.client-carousel--home6 .client-carousel__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonial-card {
    position: relative;
    border-radius: 10px;
}

.testimonial-card::after {
    content: "";
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    top: 28px;
    left: 0px;
    border-radius: inherit;
    background: var(--cherito-white2, #F4F0ED);
}

.testimonial-card__border {
    width: 5px;
    height: calc(100% - 161px);
    position: relative;
    position: absolute;
    top: calc(50% + 2px);
    left: 3px;
    transform: translateY(-50%);
    background: var(--cherito-black, #727272);
    overflow: hidden;
    z-index: 1;
}

.testimonial-card__border::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-base, #E23B33);
    transition: all 500ms linear;
}

.testimonial-card:hover .testimonial-card__border::after {
    height: 100%;
    top: 0;
}

.testimonial-card__content {
    position: relative;
    padding-left: 85px;
    padding-right: 70px;
    padding-top: 55px;
    z-index: 2;
}

@media (max-width: 1199px) {
    .testimonial-card__content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 575px) {
    .testimonial-card__content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 430px) {
    .testimonial-card__content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.testimonial-card__ratings {
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
    padding: 16.5px 59.5px;
    background: var(--cherito-white, #ffffff);
    border-radius: 36px;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 767px) {
    .testimonial-card__ratings {
        padding: 10px 33px;
    }
    .main-slider-three__item {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

.testimonial-card__ratings::before,
.testimonial-card__ratings::after {
    content: "";
    background: var(--cherito-white, #E23B33);
    color: var(--cherito-black, #E23B33);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.testimonial-card__ratings::before {
    left: -5px;
    border-radius: 215px 0 0 215px;
}

.testimonial-card__ratings::after {
    right: -5px;
    border-radius: 0 215px 215px 0;
}

.testimonial-card:hover .testimonial-card__ratings::before,
.testimonial-card:hover .testimonial-card__ratings::after {
    width: calc(50% + 6px);
}

.testimonial-card .cherito-ratings {
    justify-content: center;
    gap: 7px;
}

.testimonial-card .cherito-ratings__icon {
    font-size: 22px;
    color: #f2bf0e;
}

@media (max-width: 767px) {
    .testimonial-card .cherito-ratings__icon {
        font-size: 18px;
    }
}

.testimonial-card:hover .cherito-ratings__icon {
    color: #f2bf0e;
}

.testimonial-card__quote {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 575px) {
    .testimonial-card__quote {
        font-size: 18px;
    }
}

.testimonial-card__identity {
    padding-top: 20px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    border-top: 2px solid var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

.testimonial-card__identity__info {
    width: calc(100% - 51px);
}

.testimonial-card:hover .testimonial-card__identity {
    border-color: var(--cherito-black, #E23B33);
}

.testimonial-card__image {
    width: 51px !important;
    height: 51px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 3px solid var(--cherito-white, #ffffff);
    transition: all 500ms ease;
    background: var(--cherito-white, #ffffff);
}

.testimonial-card:hover .testimonial-card__image {
    border-color: var(--cherito-base, #E23B33);
}

.testimonial-card__name {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25;
}

.testimonial-card__designation {
    margin: 0;
    font-size: 14px;
    color: var(--cherito-text, #727272);
    text-transform: capitalize;
    line-height: 1.428;
}

.testimonial-card__shape {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 32px 69px 0 0;
    border-color: rgb(238, 238, 238) transparent transparent transparent;
    transition: all 500ms ease;
}

.testimonial-card:hover .testimonial-card__shape {
    border-color: var(--cherito-base, #E23B33) transparent transparent transparent;
}

.testimonial-card-two__icon-box {
    position: relative;
    padding: 69px 20px 10px;
}

.testimonial-card-two__icon-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-white2);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 339.000000"><g transform="translate(0.000000,339.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4471 3327 c-5 -12 -17 -42 -26 -67 -9 -25 -23 -60 -31 -78 -8 -18 -14 -37 -14 -43 0 -6 -21 -54 -46 -107 -133 -279 -364 -530 -681 -741 -113 -75 -165 -105 -313 -177 -144 -70 -156 -75 -260 -115 -137 -51 -150 -56 -260 -89 -272 -81 -597 -190 -675 -225 -124 -56 -291 -141 -345 -176 -104 -68 -240 -211 -283 -301 -55 -112 -73 -211 -59 -323 15 -116 38 -186 102 -313 29 -57 50 -105 47 -108 -2 -3 -24 2 -48 11 -24 9 -58 20 -75 24 -18 5 -36 11 -42 15 -6 4 -44 15 -84 25 -305 78 -638 67 -858 -27 -164 -71 -302 -179 -414 -325 -53 -70 -106 -158 -106 -178 0 -5 1674 -9 4500 -9 3993 0 4500 2 4500 15 0 8 -6 15 -14 15 -8 0 -24 19 -36 42 -36 68 -127 184 -198 249 -105 97 -232 173 -362 218 -203 71 -528 69 -801 -2 -63 -17 -144 -44 -168 -56 -9 -4 -28 -11 -43 -15 -34 -8 -38 12 -10 52 11 15 33 57 50 94 137 293 112 534 -78 741 -153 167 -399 298 -820 436 -215 70 -240 78 -380 121 -58 17 -120 38 -138 46 -18 8 -38 14 -44 14 -9 0 -165 60 -208 80 -94 44 -258 127 -309 156 -62 35 -281 181 -291 193 -3 4 -39 34 -80 68 -262 214 -457 513 -555 850 -9 31 -34 37 -44 10z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 339.000000"><g transform="translate(0.000000,339.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4471 3327 c-5 -12 -17 -42 -26 -67 -9 -25 -23 -60 -31 -78 -8 -18 -14 -37 -14 -43 0 -6 -21 -54 -46 -107 -133 -279 -364 -530 -681 -741 -113 -75 -165 -105 -313 -177 -144 -70 -156 -75 -260 -115 -137 -51 -150 -56 -260 -89 -272 -81 -597 -190 -675 -225 -124 -56 -291 -141 -345 -176 -104 -68 -240 -211 -283 -301 -55 -112 -73 -211 -59 -323 15 -116 38 -186 102 -313 29 -57 50 -105 47 -108 -2 -3 -24 2 -48 11 -24 9 -58 20 -75 24 -18 5 -36 11 -42 15 -6 4 -44 15 -84 25 -305 78 -638 67 -858 -27 -164 -71 -302 -179 -414 -325 -53 -70 -106 -158 -106 -178 0 -5 1674 -9 4500 -9 3993 0 4500 2 4500 15 0 8 -6 15 -14 15 -8 0 -24 19 -36 42 -36 68 -127 184 -198 249 -105 97 -232 173 -362 218 -203 71 -528 69 -801 -2 -63 -17 -144 -44 -168 -56 -9 -4 -28 -11 -43 -15 -34 -8 -38 12 -10 52 11 15 33 57 50 94 137 293 112 534 -78 741 -153 167 -399 298 -820 436 -215 70 -240 78 -380 121 -58 17 -120 38 -138 46 -18 8 -38 14 -44 14 -9 0 -165 60 -208 80 -94 44 -258 127 -309 156 -62 35 -281 181 -291 193 -3 4 -39 34 -80 68 -262 214 -457 513 -555 850 -9 31 -34 37 -44 10z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.testimonial-card-two__icon {
    position: relative;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--cherito-primary);
    background: var(--cherito-white, #ffffff);
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.testimonial-card-two__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.testimonial-card-two__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    background: var(--cherito-base);
    transition: transform 400ms ease, opacity 400ms ease;
}

.testimonial-card-two:hover .testimonial-card-two__icon {
    color: var(--cherito-white, #ffffff);
}

.testimonial-card-two:hover .testimonial-card-two__icon::after {
    opacity: 1;
    transform: scale(1);
}

.testimonial-card-two__content {
    position: relative;
    padding: 20px 35px 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-card-two__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 430px) {
    .testimonial-card-two__content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 375px) {
    .testimonial-card-two__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 360px) {
    .testimonial-card-two__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.testimonial-card-two__content::after {
    content: "";
    width: 100%;
    height: calc(100% - 33px);
    background: var(--cherito-white2);
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-card-two__content__inner {
    position: relative;
    z-index: 1;
}

.testimonial-card-two .cherito-ratings {
    margin-bottom: 22px;
    justify-content: center;
    gap: 7px;
}

.testimonial-card-two .cherito-ratings__icon {
    font-size: 22px;
    color: var(--cherito-base);
}

.testimonial-card-two__quote {
    margin-bottom: 31px;
    text-align: center;
}

.testimonial-card-two__identity {
    position: relative;
    padding-left: 12.5px;
    padding-right: 12.5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-card-two__identity {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 430px) {
    .testimonial-card-two__identity {
        padding-left: 0;
        padding-right: 0;
    }
}

.testimonial-card-two__identity::after {
    content: "";
    width: calc(100% - 66px);
    height: 100%;
    background: var(--cherito-primary);
    position: absolute;
    top: 0;
    right: 12.5px;
    border-radius: 0px 10px 10px 0px;
    transition: all 500ms ease;
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-card-two__identity::after {
        width: calc(100% - 41px);
        right: 0;
    }
}

@media (max-width: 430px) {
    .testimonial-card-two__identity::after {
        width: calc(100% - 41px);
        right: 0;
    }
}

.testimonial-card-two__identity__inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    z-index: 1;
}

@media (max-width: 360px) {
    .testimonial-card-two__identity__inner {
        gap: 20px;
    }
}

.testimonial-card-two__identity__info {
    padding-right: 20px;
    width: calc(100% - 103px);
}

.testimonial-card-two:hover .testimonial-card-two__identity::after {
    background: var(--cherito-black);
}

.testimonial-card-two__image {
    width: 81px !important;
    height: 81px;
    flex-shrink: 0;
    border-radius: 50%;
}

.testimonial-card-two__name {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.444;
}

@media (max-width: 360px) {
    .testimonial-card-two__name {
        font-size: 16px;
    }
}

.testimonial-card-two__designation {
    margin: 0;
    font-size: 16px;
    color: var(--cherito-white2);
    text-transform: capitalize;
    line-height: 1.5625;
}

@media (max-width: 360px) {
    .testimonial-card-two__designation {
        font-size: 14px;
    }
}

.testimonial-card-three {
    position: relative;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px;
    transition: all 500ms ease;
    z-index: 1;
}

.testimonial-card-three::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--cherito-gray4, #D2D2D2);
    border-radius: inherit;
    z-index: -1;
    transition: all 500ms ease;
}

.testimonial-card-three:hover::before {
    border-color: var(--cherito-base);
}

.testimonial-card-three::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 44px 50px 0 0;
    border-color: var(--cherito-gray4, #D2D2D2) transparent transparent transparent;
    position: absolute;
    right: 30px;
    bottom: -44px;
    transition: all 500ms ease;
}

.testimonial-card-three:hover::after {
    border-color: var(--cherito-base) transparent transparent transparent;
}

.testimonial-card-three__top {
    padding: 30px 0px 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: var(--cherito-base);
    border-radius: 10px 10px 0px 0px;
}

@media (max-width: 1199px) {
    .testimonial-card-three__top {
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .testimonial-card-three__top {
        padding-right: 30px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: 375px) {
    .testimonial-card-three__top {
        padding: 25px;
    }
}

.testimonial-card-three__icon {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 28px;
    color: var(--cherito-black, #b18282);
    background: var(--cherito-white, #ffffff);
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.testimonial-card-three__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.testimonial-card-three__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    background: var(--cherito-primary);
    transition: transform 400ms ease, opacity 400ms ease;
}

.testimonial-card-three:hover .testimonial-card-three__icon {
    color: var(--cherito-white, #ffffff);
}

.testimonial-card-three:hover .testimonial-card-three__icon::after {
    opacity: 1;
    transform: scale(1);
}

.testimonial-card-three__identity {
    display: flex;
    align-items: center;
    gap: 15px 10px;
}

.testimonial-card-three__identity__info {
    width: calc(100% - 60px);
}

.testimonial-card-three__name {
    margin-bottom: 0;
    font-size: 25px;
    color: var(--cherito-white3, #ffffff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.444;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card-three__name {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .testimonial-card-three__name {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .testimonial-card-three__name {
        font-size: 18px;
    }
}

.testimonial-card-three__designation {
    margin: 0;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 20px;
    color: var(--cherito-white6, #EFEFEF);
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.25;
}

.testimonial-card-three__ratings {
    padding: 16px 25px;
    background: var(--cherito-black);
    border-radius: 10px 0px 0px 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card-three__ratings {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .testimonial-card-three__ratings {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    .testimonial-card-three__ratings {
        border-radius: 10px;
    }
}

.testimonial-card-three .cherito-ratings {
    justify-content: center;
    gap: 4px;
}

.testimonial-card-three .cherito-ratings__icon {
    font-size: 22px;
    color: #fff3f3;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card-three .cherito-ratings__icon {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .testimonial-card-three .cherito-ratings__icon {
        font-size: 16px;
    }
}

.testimonial-card-three__text {
    padding: 30px 40px 29px;
}

@media (max-width: 1199px) {
    .testimonial-card-three__text {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 375px) {
    .testimonial-card-three__text {
        padding: 20px 25px 19px;
    }
}

.testimonial-card-three__title {
    margin-bottom: 10px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5;
    color: var(--cherito-black, #b18282);
}

.testimonial-card-three__quote {
    margin: 0;
    font-size: 20px;
    line-height: 2;
}

@media (max-width: 430px) {
    .testimonial-card-three__quote {
        font-size: 18px;
    }
}

.testimonial-card-four {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    background: var(--cherito-white5, #F5F1EE);
    transition: all 500ms linear;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card-four {
        padding: 25px;
    }
}

@media (max-width: 360px) {
    .testimonial-card-four {
        padding: 25px;
    }
}

.testimonial-card-four:hover {
    transform: translateY(-25px);
}

.testimonial-card-four__content {
    position: relative;
    z-index: 1;
}

.testimonial-card-four__identity {
    margin-bottom: 29px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-card-four__image {
    display: inline-block !important;
    width: 51px !important;
    height: 51px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 3px solid var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

.testimonial-card-four:hover .testimonial-card-four__image {
    border-color: var(--cherito-base);
}

.testimonial-card-four__name {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25;
}

.testimonial-card-four__designation {
    margin: 0;
    font-size: 14px;
    color: var(--cherito-text, #727272);
    text-transform: capitalize;
    line-height: 1.428;
}

.testimonial-card-four__quote {
    position: relative;
    margin-bottom: 20px;
    padding: 16px 0px;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.666;
}

.testimonial-card-four__quote::before,
.testimonial-card-four__quote::after {
    content: "";
    width: calc(100% + 60px);
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: var(--cherito-gray3, #E3DDD8);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card-four__quote::before,
    .testimonial-card-four__quote::after {
        width: calc(100% + 50px);
    }
}

@media (max-width: 360px) {
    .testimonial-card-four__quote::before,
    .testimonial-card-four__quote::after {
        width: calc(100% + 50px);
    }
}

.testimonial-card-four__quote::before {
    top: 0;
}

.testimonial-card-four__quote::after {
    bottom: 0;
}

.testimonial-card-four__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.testimonial-card-four .cherito-ratings {
    gap: 4px;
}

.testimonial-card-four .cherito-ratings__icon {
    font-size: 21px;
    color: var(--cherito-white);
}

.testimonial-card-four:hover .cherito-ratings__icon {
    color: var(--cherito-black);
}

.testimonial-card-four__icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 24px;
    color: var(--cherito-black);
    background: var(--cherito-gray3, #E3DDD8);
    border-radius: 50%;
    transition: all 500ms ease;
}

.testimonial-card-four__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.testimonial-card-four:hover .testimonial-card-four__icon {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base);
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.testimonial-card-four__shape-1 {
    width: 189px;
    height: 33px;
    background: var(--cherito-base);
    position: absolute;
    right: 30px;
    bottom: -33px;
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 567.000000 99.000000"><g transform="translate(0.000000,99.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 982 c0 -10 23 -54 50 -97 11 -16 26 -43 34 -60 8 -16 29 -52 45 -80 17 -27 35 -59 41 -70 6 -11 19 -33 30 -50 11 -16 25 -41 31 -55 5 -14 21 -39 35 -57 13 -17 24 -38 24 -47 0 -8 5 -18 11 -21 5 -4 14 -17 20 -28 9 -23 14 -31 62 -105 15 -24 27 -47 27 -52 0 -19 103 -160 133 -182 72 -53 96 -60 197 -56 52 2 122 10 155 17 33 6 92 18 130 26 39 8 105 21 147 30 43 8 112 22 153 30 41 9 109 22 150 30 41 9 108 22 147 30 40 8 108 21 150 30 43 8 111 22 150 30 40 8 108 21 151 30 42 8 111 22 152 30 41 8 109 21 150 30 41 8 109 21 150 30 41 8 108 21 148 29 39 8 106 21 147 29 41 9 109 22 150 30 178 36 239 49 300 62 36 9 73 15 84 15 10 0 50 7 90 15 39 9 105 23 146 31 147 29 226 45 298 59 39 8 107 22 150 30 42 9 109 22 147 30 39 7 104 20 145 28 41 9 109 22 150 30 41 9 109 22 150 30 41 9 109 22 150 30 41 9 111 23 155 32 44 9 113 22 153 30 154 31 229 46 292 60 36 7 86 16 113 20 31 4 47 11 47 21 0 12 -367 14 -2770 14 -1524 0 -2770 -4 -2770 -8z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 567.000000 99.000000"><g transform="translate(0.000000,99.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 982 c0 -10 23 -54 50 -97 11 -16 26 -43 34 -60 8 -16 29 -52 45 -80 17 -27 35 -59 41 -70 6 -11 19 -33 30 -50 11 -16 25 -41 31 -55 5 -14 21 -39 35 -57 13 -17 24 -38 24 -47 0 -8 5 -18 11 -21 5 -4 14 -17 20 -28 9 -23 14 -31 62 -105 15 -24 27 -47 27 -52 0 -19 103 -160 133 -182 72 -53 96 -60 197 -56 52 2 122 10 155 17 33 6 92 18 130 26 39 8 105 21 147 30 43 8 112 22 153 30 41 9 109 22 150 30 41 9 108 22 147 30 40 8 108 21 150 30 43 8 111 22 150 30 40 8 108 21 151 30 42 8 111 22 152 30 41 8 109 21 150 30 41 8 109 21 150 30 41 8 108 21 148 29 39 8 106 21 147 29 41 9 109 22 150 30 178 36 239 49 300 62 36 9 73 15 84 15 10 0 50 7 90 15 39 9 105 23 146 31 147 29 226 45 298 59 39 8 107 22 150 30 42 9 109 22 147 30 39 7 104 20 145 28 41 9 109 22 150 30 41 9 109 22 150 30 41 9 109 22 150 30 41 9 111 23 155 32 44 9 113 22 153 30 154 31 229 46 292 60 36 7 86 16 113 20 31 4 47 11 47 21 0 12 -367 14 -2770 14 -1524 0 -2770 -4 -2770 -8z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
    transition: all 500ms ease;
}

.testimonial-card-four:hover .testimonial-card-four__shape-1 {
    right: 9px;
    background: var(--cherito-gray3, #E3DDD8);
}

.testimonial-card-four__shape-2 {
    width: 166px;
    height: 29px;
    background: var(--cherito-base);
    position: absolute;
    right: 89px;
    bottom: -29px;
    opacity: 0;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 567.000000 99.000000"><g transform="translate(0.000000,99.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 982 c0 -10 23 -54 50 -97 11 -16 26 -43 34 -60 8 -16 29 -52 45 -80 17 -27 35 -59 41 -70 6 -11 19 -33 30 -50 11 -16 25 -41 31 -55 5 -14 21 -39 35 -57 13 -17 24 -38 24 -47 0 -8 5 -18 11 -21 5 -4 14 -17 20 -28 9 -23 14 -31 62 -105 15 -24 27 -47 27 -52 0 -19 103 -160 133 -182 72 -53 96 -60 197 -56 52 2 122 10 155 17 33 6 92 18 130 26 39 8 105 21 147 30 43 8 112 22 153 30 41 9 109 22 150 30 41 9 108 22 147 30 40 8 108 21 150 30 43 8 111 22 150 30 40 8 108 21 151 30 42 8 111 22 152 30 41 8 109 21 150 30 41 8 109 21 150 30 41 8 108 21 148 29 39 8 106 21 147 29 41 9 109 22 150 30 178 36 239 49 300 62 36 9 73 15 84 15 10 0 50 7 90 15 39 9 105 23 146 31 147 29 226 45 298 59 39 8 107 22 150 30 42 9 109 22 147 30 39 7 104 20 145 28 41 9 109 22 150 30 41 9 109 22 150 30 41 9 109 22 150 30 41 9 111 23 155 32 44 9 113 22 153 30 154 31 229 46 292 60 36 7 86 16 113 20 31 4 47 11 47 21 0 12 -367 14 -2770 14 -1524 0 -2770 -4 -2770 -8z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 567.000000 99.000000"><g transform="translate(0.000000,99.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 982 c0 -10 23 -54 50 -97 11 -16 26 -43 34 -60 8 -16 29 -52 45 -80 17 -27 35 -59 41 -70 6 -11 19 -33 30 -50 11 -16 25 -41 31 -55 5 -14 21 -39 35 -57 13 -17 24 -38 24 -47 0 -8 5 -18 11 -21 5 -4 14 -17 20 -28 9 -23 14 -31 62 -105 15 -24 27 -47 27 -52 0 -19 103 -160 133 -182 72 -53 96 -60 197 -56 52 2 122 10 155 17 33 6 92 18 130 26 39 8 105 21 147 30 43 8 112 22 153 30 41 9 109 22 150 30 41 9 108 22 147 30 40 8 108 21 150 30 43 8 111 22 150 30 40 8 108 21 151 30 42 8 111 22 152 30 41 8 109 21 150 30 41 8 109 21 150 30 41 8 108 21 148 29 39 8 106 21 147 29 41 9 109 22 150 30 178 36 239 49 300 62 36 9 73 15 84 15 10 0 50 7 90 15 39 9 105 23 146 31 147 29 226 45 298 59 39 8 107 22 150 30 42 9 109 22 147 30 39 7 104 20 145 28 41 9 109 22 150 30 41 9 109 22 150 30 41 9 109 22 150 30 41 9 111 23 155 32 44 9 113 22 153 30 154 31 229 46 292 60 36 7 86 16 113 20 31 4 47 11 47 21 0 12 -367 14 -2770 14 -1524 0 -2770 -4 -2770 -8z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
    transition: all 500ms ease;
}

.testimonial-card-four:hover .testimonial-card-four__shape-2 {
    right: 80px;
    opacity: 1;
}

.testimonials-one {
    background: var(--cherito-white, #ffffff);
}

.testimonials-one .sec-title {
    margin-bottom: 78px;
}

@media (max-width: 991px) {
    .testimonials-one .sec-title {
        margin-bottom: 50px;
    }
}

.testimonials-one__thumb-box {
    width: 448px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--cherito-base, #E23B33);
}

@media (max-width: 1199px) {
    .testimonials-one__thumb-box {
        width: 368px;
    }
}

@media (max-width: 991px) {
    .testimonials-one__thumb-box {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .testimonials-one__thumb-box {
        padding: 10px;
    }
}

.testimonials-one__thumb-box__inner {
    position: relative;
    background: var(--cherito-black, #212226);
    border-radius: inherit;
}

@media (max-width: 991px) {
    .testimonials-one__thumb-box__inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.testimonials-one__thumb-box__shape {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 50px;
    opacity: 0.1;
}

@media (max-width: 991px) {
    .testimonials-one__thumb-box__shape {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.testimonials-one__thumb {
    --slick-gutter: 37px;
    width: 198px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .testimonials-one__thumb {
        width: calc(100% - 0px);
    }
}

@media (max-width: 767px) {
    .testimonials-one__thumb {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .testimonials-one__thumb {
        --slick-gutter: 25px;
    }
}

.testimonials-one__thumb::after {
    content: "";
    width: 100%;
    height: calc(100% - 72px);
    background: RGBA(var(--cherito-base-rgb, 226, 59, 51), 0.8);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    border-radius: 10px;
    z-index: -1;
}

@media (max-width: 991px) {
    .testimonials-one__thumb::after {
        width: calc(100% - 30px);
        height: calc(100% - 40px);
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 767px) {
    .testimonials-one__thumb::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .testimonials-one__thumb .slick-slider {
        margin-left: calc(var(--slick-gutter) / -2);
        margin-right: calc(var(--slick-gutter) / -2);
    }
}

@media (min-width: 992px) {
    .testimonials-one__thumb .slick-slider {
        margin-top: calc(var(--slick-gutter) / -2);
        margin-bottom: calc(var(--slick-gutter) / -2);
    }
}

.testimonials-one__thumb .slick-list {
    clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
    margin: 0;
    padding: 0;
}

.testimonials-one__thumb .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .testimonials-one__thumb .slick-slide {
        margin-left: calc(var(--slick-gutter) / 2);
        margin-right: calc(var(--slick-gutter) / 2);
    }
}

@media (min-width: 992px) {
    .testimonials-one__thumb .slick-slide {
        margin-top: calc(var(--slick-gutter) / 2);
        margin-bottom: calc(var(--slick-gutter) / 2);
    }
}

.testimonials-one__thumb__item {
    position: relative;
    cursor: pointer;
    width: 190px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    z-index: 2;
    transition: all 500ms ease;
}

@media (max-width: 991px) {
    .testimonials-one__thumb__item {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .testimonials-one__thumb__item {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 575px) {
    .testimonials-one__thumb__item {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 499px) {
    .testimonials-one__thumb__item {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 430px) {
    .testimonials-one__thumb__item {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 375px) {
    .testimonials-one__thumb__item {
        width: 60px;
        height: 60px;
    }
}

.testimonials-one__thumb__item img {
    position: relative;
    cursor: pointer;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: 1;
}

@media (max-width: 767px) {
    .testimonials-one__thumb__item img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 575px) {
    .testimonials-one__thumb__item img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 499px) {
    .testimonials-one__thumb__item img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 430px) {
    .testimonials-one__thumb__item img {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 375px) {
    .testimonials-one__thumb__item img {
        width: 60px;
        height: 60px;
    }
}

.testimonials-one__carousel {
    --slick-gutter: 10px;
    margin-top: -34px;
}

@media (max-width: 991px) {
    .testimonials-one__carousel {
        margin-top: 0;
    }
}

.testimonials-one__carousel .slick-slider {
    margin-top: calc(var(--slick-gutter) / -2);
    margin-bottom: calc(var(--slick-gutter) / -2);
}

.testimonials-one__carousel .slick-list {
    clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
    margin: 0;
    padding: 0;
}

.testimonials-one__carousel .slick-slide {
    margin-top: calc(var(--slick-gutter) / 2);
    margin-bottom: calc(var(--slick-gutter) / 2);
}

.testimonials-two {
    padding-top: 186px;
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 767px) {
    .testimonials-two {
        padding-top: 166px;
    }
}

@media (max-width: 575px) {
    .testimonials-two {
        padding-top: 146px;
    }
}

.testimonials-two .sec-title {
    margin-bottom: 117px;
}

.testimonials-two__inner {
    position: relative;
    border-radius: 22px;
}

.testimonials-two__inner::after {
    content: "";
    width: 100%;
    height: calc(100% - 55px);
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid var(--cherito-white3);
    border-radius: inherit;
}

@media (max-width: 1199px) {
    .testimonials-two__inner::after {
        height: calc(100% - 150px);
        top: 55px;
        bottom: auto;
    }
}

@media (max-width: 575px) {
    .testimonials-two__inner::after {
        height: calc(100% - 150px);
        top: 55px;
    }
}

@media (max-width: 430px) {
    .testimonials-two__inner::after {
        height: calc(100% - 140px);
        top: 45px;
    }
}

@media (max-width: 375px) {
    .testimonials-two__inner::after {
        height: calc(100% - 130px);
        top: 35px;
    }
}

.testimonials-two__thumb {
    margin: -55px 0 42px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    z-index: 1;
}

@media (max-width: 575px) {
    .testimonials-two__thumb {
        gap: 20px;
    }
}

.testimonials-two__thumb__item {
    position: relative;
    cursor: pointer;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    z-index: 2;
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .testimonials-two__thumb__item {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 430px) {
    .testimonials-two__thumb__item {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 375px) {
    .testimonials-two__thumb__item {
        width: 65px;
        height: 65px;
    }
}

.testimonials-two__thumb__item::after {
    content: "";
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    background: var(--cherito-white, #ffffff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: inherit;
    transition: all 500ms ease;
}

@media (max-width: 430px) {
    .testimonials-two__thumb__item::after {
        background: var(--cherito-base);
    }
}

.testimonials-two__thumb__item:hover,
.testimonials-two__thumb__item.owl-dot.active::after {
    opacity: 1;
}

.testimonials-two__thumb__item img {
    position: relative;
    cursor: pointer;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    z-index: 1;
}

@media (max-width: 575px) {
    .testimonials-two__thumb__item img {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 430px) {
    .testimonials-two__thumb__item img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 375px) {
    .testimonials-two__thumb__item img {
        width: 65px;
        height: 65px;
    }
}

.testimonials-two__thumb__shape {
    width: 441px;
    height: 76px;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--cherito-base);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 156.000000"><g transform="translate(0.000000,156.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1370 1548 c0 -7 -21 -34 -47 -60 l-47 -48 29 -30 c26 -27 27 -30 9 -36 -10 -3 -30 -10 -44 -16 -56 -23 -108 -37 -155 -43 -91 -11 -94 -13 -93 -44 1 -42 -9 -51 -60 -51 -70 0 -229 -28 -295 -52 -46 -17 -56 -24 -52 -39 5 -13 -2 -19 -27 -24 -39 -9 -76 -32 -101 -63 -10 -12 -25 -29 -33 -36 -8 -8 -14 -24 -14 -35 0 -23 -25 -51 -46 -51 -7 0 -32 -7 -55 -16 -34 -14 -40 -21 -36 -40 3 -18 -2 -23 -26 -28 -16 -3 -42 -6 -57 -6 -15 0 -35 -8 -44 -19 -9 -10 -37 -26 -61 -36 -25 -9 -45 -20 -45 -25 0 -11 37 -20 83 -20 21 0 46 -4 56 -9 9 -5 56 -12 104 -16 70 -5 96 -11 132 -33 24 -15 43 -31 41 -37 -1 -5 -19 -13 -39 -16 -20 -3 -53 -18 -75 -32 -21 -15 -45 -27 -54 -27 -8 0 -21 -7 -28 -15 -7 -8 -20 -15 -29 -15 -9 0 -36 -14 -61 -30 -25 -16 -50 -30 -57 -30 -7 0 -27 -13 -45 -29 -18 -15 -44 -32 -58 -36 -25 -8 -25 -8 10 -20 35 -12 38 -19 25 -61 -5 -15 0 -23 19 -32 14 -6 26 -18 26 -26 0 -22 19 -30 70 -27 59 2 83 -18 48 -41 -13 -8 -32 -18 -43 -21 -24 -8 -48 -44 -39 -59 5 -7 39 -9 108 -5 144 9 276 -5 329 -36 44 -25 65 -29 297 -47 258 -20 629 -25 1850 -25 690 0 1311 1 1380 3 69 1 172 2 230 1 58 -1 186 1 285 5 99 3 680 7 1290 8 841 2 1179 0 1393 -11 l283 -14 45 48 c49 54 53 69 24 87 -22 14 -27 38 -7 38 7 0 44 13 82 30 39 16 86 30 105 30 19 0 52 3 72 6 30 5 36 10 29 23 -5 9 -5 26 -1 37 7 17 19 22 62 27 211 21 334 52 332 86 0 15 8 22 30 27 39 8 106 43 106 55 0 5 11 19 25 31 14 12 25 31 25 43 0 33 20 51 77 70 59 19 74 33 49 47 -25 14 -9 28 34 28 46 0 87 14 115 40 11 10 33 20 50 22 19 2 31 9 33 21 3 14 -4 17 -42 17 -24 0 -56 4 -70 9 -13 6 -64 13 -113 17 -88 6 -128 19 -152 48 -11 13 -9 17 14 26 14 5 30 10 34 10 9 0 106 50 176 91 28 16 73 40 100 53 28 13 58 34 67 45 13 15 29 21 58 21 57 0 50 18 -10 26 -53 7 -69 19 -51 37 18 18 13 44 -14 61 -14 9 -25 23 -25 30 0 18 -20 25 -53 19 -32 -6 -77 4 -77 17 0 5 20 21 44 35 56 33 75 54 57 64 -6 4 -99 8 -206 8 l-194 1 -46 30 c-42 28 -54 31 -163 36 -64 4 -157 11 -207 16 -49 5 -196 11 -325 14 -229 4 -276 9 -264 27 3 5 -491 9 -1196 9 -736 0 -1199 -4 -1195 -9 8 -14 -19 -19 -155 -26 -124 -7 -189 3 -175 25 3 5 -3 10 -14 10 -12 0 -21 -6 -21 -14 0 -21 -167 -25 -1280 -31 -891 -5 -1743 5 -1783 21 -9 3 -14 10 -11 15 3 5 -45 9 -110 9 -84 0 -116 -3 -116 -12z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 156.000000"><g transform="translate(0.000000,156.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1370 1548 c0 -7 -21 -34 -47 -60 l-47 -48 29 -30 c26 -27 27 -30 9 -36 -10 -3 -30 -10 -44 -16 -56 -23 -108 -37 -155 -43 -91 -11 -94 -13 -93 -44 1 -42 -9 -51 -60 -51 -70 0 -229 -28 -295 -52 -46 -17 -56 -24 -52 -39 5 -13 -2 -19 -27 -24 -39 -9 -76 -32 -101 -63 -10 -12 -25 -29 -33 -36 -8 -8 -14 -24 -14 -35 0 -23 -25 -51 -46 -51 -7 0 -32 -7 -55 -16 -34 -14 -40 -21 -36 -40 3 -18 -2 -23 -26 -28 -16 -3 -42 -6 -57 -6 -15 0 -35 -8 -44 -19 -9 -10 -37 -26 -61 -36 -25 -9 -45 -20 -45 -25 0 -11 37 -20 83 -20 21 0 46 -4 56 -9 9 -5 56 -12 104 -16 70 -5 96 -11 132 -33 24 -15 43 -31 41 -37 -1 -5 -19 -13 -39 -16 -20 -3 -53 -18 -75 -32 -21 -15 -45 -27 -54 -27 -8 0 -21 -7 -28 -15 -7 -8 -20 -15 -29 -15 -9 0 -36 -14 -61 -30 -25 -16 -50 -30 -57 -30 -7 0 -27 -13 -45 -29 -18 -15 -44 -32 -58 -36 -25 -8 -25 -8 10 -20 35 -12 38 -19 25 -61 -5 -15 0 -23 19 -32 14 -6 26 -18 26 -26 0 -22 19 -30 70 -27 59 2 83 -18 48 -41 -13 -8 -32 -18 -43 -21 -24 -8 -48 -44 -39 -59 5 -7 39 -9 108 -5 144 9 276 -5 329 -36 44 -25 65 -29 297 -47 258 -20 629 -25 1850 -25 690 0 1311 1 1380 3 69 1 172 2 230 1 58 -1 186 1 285 5 99 3 680 7 1290 8 841 2 1179 0 1393 -11 l283 -14 45 48 c49 54 53 69 24 87 -22 14 -27 38 -7 38 7 0 44 13 82 30 39 16 86 30 105 30 19 0 52 3 72 6 30 5 36 10 29 23 -5 9 -5 26 -1 37 7 17 19 22 62 27 211 21 334 52 332 86 0 15 8 22 30 27 39 8 106 43 106 55 0 5 11 19 25 31 14 12 25 31 25 43 0 33 20 51 77 70 59 19 74 33 49 47 -25 14 -9 28 34 28 46 0 87 14 115 40 11 10 33 20 50 22 19 2 31 9 33 21 3 14 -4 17 -42 17 -24 0 -56 4 -70 9 -13 6 -64 13 -113 17 -88 6 -128 19 -152 48 -11 13 -9 17 14 26 14 5 30 10 34 10 9 0 106 50 176 91 28 16 73 40 100 53 28 13 58 34 67 45 13 15 29 21 58 21 57 0 50 18 -10 26 -53 7 -69 19 -51 37 18 18 13 44 -14 61 -14 9 -25 23 -25 30 0 18 -20 25 -53 19 -32 -6 -77 4 -77 17 0 5 20 21 44 35 56 33 75 54 57 64 -6 4 -99 8 -206 8 l-194 1 -46 30 c-42 28 -54 31 -163 36 -64 4 -157 11 -207 16 -49 5 -196 11 -325 14 -229 4 -276 9 -264 27 3 5 -491 9 -1196 9 -736 0 -1199 -4 -1195 -9 8 -14 -19 -19 -155 -26 -124 -7 -189 3 -175 25 3 5 -3 10 -14 10 -12 0 -21 -6 -21 -14 0 -21 -167 -25 -1280 -31 -891 -5 -1743 5 -1783 21 -9 3 -14 10 -11 15 3 5 -45 9 -110 9 -84 0 -116 -3 -116 -12z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 575px) {
    .testimonials-two__thumb__shape {
        width: 370px;
        top: 15px;
    }
}

@media (max-width: 430px) {
    .testimonials-two__thumb__shape {
        display: none;
    }
}

.testimonials-two__carousel.owl-carousel {
    position: relative;
}

.testimonials-two__carousel.owl-carousel .owl-stage-outer {
    border-radius: 22px;
}

.testimonials-two__carousel.owl-carousel .owl-nav {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .testimonials-two__carousel.owl-carousel .owl-nav {
        margin: 0;
        display: block;
    }
}

.testimonials-two__carousel.owl-carousel .owl-nav button {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-primary);
}

@media (min-width: 992px) {
    .testimonials-two__carousel.owl-carousel .owl-nav button.owl-prev,
    .testimonials-two__carousel.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: calc(50% - 84px);
        transform: translateY(-50%);
    }
}

@media (min-width: 992px) {
    .testimonials-two__carousel.owl-carousel .owl-nav button.owl-prev {
        left: -23px;
    }
}

@media (min-width: 1200px) {
    .testimonials-two__carousel.owl-carousel .owl-nav button.owl-prev {
        left: -10px;
    }
}

@media (min-width: 1300px) {
    .testimonials-two__carousel.owl-carousel .owl-nav button.owl-prev {
        left: -23px;
    }
}

@media (min-width: 992px) {
    .testimonials-two__carousel.owl-carousel .owl-nav button.owl-next {
        right: -23px;
    }
}

@media (min-width: 1200px) {
    .testimonials-two__carousel.owl-carousel .owl-nav button.owl-next {
        right: -10px;
    }
}

@media (min-width: 1300px) {
    .testimonials-two__carousel.owl-carousel .owl-nav button.owl-next {
        right: -23px;
    }
}

.testimonials-two__carousel.owl-carousel .owl-nav button:hover {
    border-color: var(--cherito-base);
}

.testimonials-two__content {
    position: relative;
    z-index: 1;
}

.testimonials-two__quote {
    margin: 0 auto 34px;
    max-width: 891px;
    font-size: 24px;
    text-align: center;
    line-height: 2.083;
}

@media (max-width: 1199px) {
    .testimonials-two__quote {
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .testimonials-two__quote {
        max-width: 600px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .testimonials-two__quote {
        max-width: 450px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .testimonials-two__quote {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.testimonials-two__ratings {
    position: relative;
    margin: 0 auto -17px;
    padding: 17px 30px;
    display: table;
    border-radius: 215px;
    background: var(--cherito-white, #ffffff);
    overflow: hidden;
    z-index: 3;
}

@media (max-width: 991px) {
    .testimonials-two__ratings {
        padding: 13px 25px;
    }
}

.testimonials-two__ratings::before,
.testimonials-two__ratings::after {
    content: "";
    background: var(--cherito-primary);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.testimonials-two__ratings::before {
    left: -5px;
    border-radius: 215px 0 0 215px;
}

.testimonials-two__ratings::after {
    right: -5px;
    border-radius: 0 215px 215px 0;
}

.testimonials-two__inner:hover .testimonials-two__ratings::before,
.testimonials-two__inner:hover .testimonials-two__ratings::after {
    width: calc(50% + 6px);
}

.testimonials-two .cherito-ratings__icon {
    font-size: 23px;
    color: var(--cherito-black);
}

@media (max-width: 991px) {
    .testimonials-two .cherito-ratings__icon {
        font-size: 18px;
    }
}

.testimonials-two__inner:hover .cherito-ratings__icon {
    color: var(--cherito-white, #ffffff);
}

.testimonials-two__info {
    position: relative;
    padding-bottom: 36px;
}

.testimonials-two__info::after {
    content: "";
    width: 100%;
    height: calc(100% - 17px);
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-black);
    border-radius: 0px 0px 22px 22px;
}

.testimonials-two__info__inner {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 2;
}

.testimonials-two__info__shape {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.17;
    z-index: 1;
}

.testimonials-two__identity {
    position: relative;
    margin: 0 auto;
    max-width: 384px;
}

.testimonials-two__identity::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 0 0 22px;
    border-color: transparent transparent transparent var(--cherito-primary);
    position: absolute;
    top: 0px;
    right: -22px;
    transition: all 500ms ease;
}

.testimonials-two__identity__inner {
    position: relative;
    padding: 30px 30px 28px;
    text-align: center;
    background: var(--cherito-primary);
    border-radius: 15px 0px 15px 15px;
    transition: all 500ms ease;
}

@media (max-width: 390px) {
    .testimonials-two__identity__inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

.testimonials-two__inner:hover .testimonials-two__identity::after {
    border-color: transparent transparent transparent var(--cherito-base);
}

.testimonials-two__inner:hover .testimonials-two__identity__inner {
    background: var(--cherito-base);
}

.testimonials-two__name {
    margin-bottom: 0px;
    font-size: 30px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .testimonials-two__name {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .testimonials-two__name {
        font-size: 20px;
    }
}

.testimonials-two__designation {
    margin: 0;
    color: var(--cherito-white3);
    text-transform: capitalize;
    line-height: 1.625;
}

.testimonials-three {
    background: var(--cherito-white, #ffffff);
}

.testimonials-four {
    padding-bottom: 164px;
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 767px) {
    .testimonials-four {
        padding-bottom: 144px;
    }
}

@media (max-width: 575px) {
    .testimonials-four {
        padding-bottom: 124px;
    }
}

.testimonials-four__inner {
    position: relative;
}

.testimonials-four__thumb {
    --slick-gutter: 15px;
    width: 665px;
    margin: 0 auto 65px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .testimonials-four__thumb {
        width: 570px;
    }
}

@media (max-width: 767px) {
    .testimonials-four__thumb {
        width: 380px;
    }
}

@media (max-width: 450px) {
    .testimonials-four__thumb {
        width: 280px;
    }
}

.testimonials-four__thumb .slick-slider {
    margin-left: calc(var(--slick-gutter) / -2);
    margin-right: calc(var(--slick-gutter) / -2);
}

.testimonials-four__thumb .slick-list {
    clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
    margin: 0;
    padding: 0;
}

.testimonials-four__thumb .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: calc(var(--slick-gutter) / 2);
    margin-right: calc(var(--slick-gutter) / 2);
}

.testimonials-four__thumb__item {
    position: relative;
    cursor: pointer;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    z-index: 2;
    transition: all 500ms ease;
}

@media (max-width: 375px) {
    .testimonials-four__thumb__item {
        width: 80px;
        height: 80px;
    }
}

.testimonials-four__thumb__item::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--cherito-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: inherit;
    transition: all 500ms ease;
}

.testimonials-four__thumb__item img {
    position: relative;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 1;
}

@media (max-width: 375px) {
    .testimonials-four__thumb__item img {
        width: 70px;
        height: 70px;
    }
}

.slick-slide.slick-current .testimonials-four__thumb__item::after {
    opacity: 1;
}

.testimonials-four__carousel {
    --slick-gutter: 30px;
}

.testimonials-four__carousel .slick-slider {
    margin-left: calc(var(--slick-gutter) / -2);
    margin-right: calc(var(--slick-gutter) / -2);
}

.testimonials-four__carousel .slick-list {
    margin: 0;
    padding: 0;
    overflow: visible;
}

.testimonials-four__carousel .slick-slide {
    margin-left: calc(var(--slick-gutter) / 2);
    margin-right: calc(var(--slick-gutter) / 2);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}

.testimonials-four__carousel .slick-active {
    visibility: visible;
    opacity: 1;
}

.testimonials-four__carousel .slick-list .slick-track .slick-slide.slick-current .testimonial-card-three {
    filter: drop-shadow(0px 4px 40px RGBA(var(--cherito-black2-rgb, 0, 0, 0), 0.15));
}

.testimonials-five {
    position: relative;
    background: var(--cherito-white, #ffffff);
}

.testimonials-five__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.testimonials-five__bg::after {
    content: "";
    width: 100%;
    max-width: 1561px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(var(--cherito-white3-rgb), 0.5);
    z-index: 1;
}

.testimonials-five .container {
    position: relative;
    z-index: 2;
}

.testimonials-five__inner {
    position: relative;
    padding: 81px 100px 78px 115px;
    display: flex;
    align-items: center;
    gap: 70px 84px;
    border-radius: 15px 15px 0px 0px;
}

@media (max-width: 1199px) {
    .testimonials-five__inner {
        padding-left: 65px;
        padding-right: 50px;
        gap: 70px 60px;
    }
}

@media (max-width: 991px) {
    .testimonials-five__inner {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 75px;
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .testimonials-five__inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 412px) {
    .testimonials-five__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.testimonials-five__inner__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cherito-black2, #000000);
    border-radius: 15px 15px 0px 0px;
}

.testimonials-five__inner__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--cherito-black-rgb), 0.8);
    border-radius: inherit;
    z-index: 1;
}

.testimonials-five__inner__bg__inner {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: luminosity;
    border-radius: inherit;
}

.testimonials-five__thumb {
    flex-shrink: 0;
    position: relative;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    border: 20px solid transparent;
    z-index: 2;
}

@media (max-width: 575px) {
    .testimonials-five__thumb {
        margin: 0 auto;
    }
}

@media (max-width: 412px) {
    .testimonials-five__thumb {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 375px) {
    .testimonials-five__thumb {
        width: 200px;
        height: 200px;
    }
}

.testimonials-five__thumb__item {
    position: relative;
    width: 53.33px;
    height: 53.33px;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.testimonials-five__thumb__item--1 {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonials-five__thumb__item--2 {
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
}

.testimonials-five__thumb__item--3 {
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
}

.testimonials-five__thumb__item--4 {
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}

.testimonials-five__thumb__item--5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonials-five__thumb__item img {
    cursor: pointer;
    width: 53.33px !important;
    height: 53.33px;
    border-radius: inherit;
    transition: all 500ms ease;
}

.testimonials-five__thumb__item:hover.testimonials-five__thumb__item--1,
.testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--1 {
    transform: translateX(-50%) scale(1.98);
}

@media (max-width: 375px) {
    .testimonials-five__thumb__item:hover.testimonials-five__thumb__item--1,
    .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--1 {
        transform: translateX(-50%) scale(1.5);
    }
}

.testimonials-five__thumb__item:hover.testimonials-five__thumb__item--2,
.testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--2 {
    transform: translateY(-50%) scale(1.98);
}

@media (max-width: 375px) {
    .testimonials-five__thumb__item:hover.testimonials-five__thumb__item--2,
    .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--2 {
        transform: translateY(-50%) scale(1.5);
    }
}

.testimonials-five__thumb__item:hover.testimonials-five__thumb__item--3,
.testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--3 {
    transform: translateX(-50%) scale(1.98);
}

@media (max-width: 375px) {
    .testimonials-five__thumb__item:hover.testimonials-five__thumb__item--3,
    .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--3 {
        transform: translateX(-50%) scale(1.5);
    }
}

.testimonials-five__thumb__item:hover.testimonials-five__thumb__item--4,
.testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--4 {
    transform: translateY(-50%) scale(1.98);
}

@media (max-width: 375px) {
    .testimonials-five__thumb__item:hover.testimonials-five__thumb__item--4,
    .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--4 {
        transform: translateY(-50%) scale(1.5);
    }
}

.testimonials-five__thumb__item:hover.testimonials-five__thumb__item--5,
.testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--5 {
    transform: translate(-50%, -50%) scale(1.98);
}

@media (max-width: 375px) {
    .testimonials-five__thumb__item:hover.testimonials-five__thumb__item--5,
    .testimonials-five__thumb__item.owl-dot.active.testimonials-five__thumb__item--5 {
        transform: translate(-50%, -50%) scale(1.5);
    }
}

.testimonials-five__thumb__item:hover img,
.testimonials-five__thumb__item.owl-dot.active img {
    transform: scale(infinite);
}

.testimonials-five__thumb__border {
    width: 256px;
    height: 256px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 412px) {
    .testimonials-five__thumb__border {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 375px) {
    .testimonials-five__thumb__border {
        width: 200px;
        height: 200px;
    }
}

.testimonials-five__carousel {
    position: relative;
    width: calc(100% - 340px);
    z-index: 2;
}

@media (max-width: 1199px) {
    .testimonials-five__carousel {
        width: calc(100% - 316px);
    }
}

@media (max-width: 991px) {
    .testimonials-five__carousel {
        width: 100%;
    }
}

.testimonials-five__carousel.owl-carousel .owl-nav {
    position: relative;
    margin-top: 19px;
    justify-content: flex-end;
    gap: 10px;
}

@media (max-width: 991px) {
    .testimonials-five__carousel.owl-carousel .owl-nav {
        margin-top: 40px;
    }
}

.testimonials-five__carousel.owl-carousel .owl-nav::before {
    content: "";
    width: calc(100% - 90px);
    height: 1px;
    background: rgba(var(--cherito-white2-rgb), 0.2);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.testimonials-five__carousel.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-primary);
}

.testimonials-five__top {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px 30px;
}

@media (max-width: 767px) {
    .testimonials-five__top {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.testimonials-five__identity {
    display: flex;
    align-items: center;
    gap: 30px 15px;
}

@media (max-width: 390px) {
    .testimonials-five__identity {
        flex-direction: column;
        align-items: flex-start;
    }
}

.testimonials-five__icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 28px;
    color: var(--cherito-primary);
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
    border-radius: 50%;
    transition: all 500ms ease;
}

.testimonials-five__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.testimonials-five__content:hover .testimonials-five__icon {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-primary);
}

.testimonials-five__name {
    margin-bottom: 0;
    font-size: 30px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.333;
}

@media (max-width: 1199px) {
    .testimonials-five__name {
        font-size: 20px;
    }
}

@media (max-width: 390px) {
    .testimonials-five__name {
        margin-bottom: 10px;
    }
}

.testimonials-five__designation {
    margin: 0;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 20px;
    color: var(--cherito-base);
    font-weight: 400;
    line-height: 1.25;
}

.testimonials-five__ratings {
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonials-five__ratings__icon {
    display: inline-flex;
    font-size: 23px;
    color: var(--cherito-primary);
    transition: all 500ms ease;
}

.testimonials-five__ratings__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 1199px) {
    .testimonials-five__ratings__icon {
        font-size: 20px;
    }
}

.testimonials-five__quote {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--cherito-white3);
    font-style: italic;
    line-height: 2.222;
}

@media (max-width: 430px) {
    .testimonials-five__quote {
        font-size: 16px;
    }
}

.testimonials-six {
    position: relative;
    padding-bottom: 153px;
    background: var(--cherito-black);
}

@media (max-width: 1199px) {
    .testimonials-six {
        padding-bottom: var(--section-space, 120px);
    }
}

@media (max-width: 767px) {
    .testimonials-six {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .testimonials-six {
        padding-bottom: 80px;
    }
}

.testimonials-six__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: overlay;
    opacity: 0.16;
}

.testimonials-six .container {
    position: relative;
    z-index: 2;
}

.testimonials-six .sec-title__title {
    color: var(--cherito-white, #ffffff);
}

.testimonials-six__carousel.owl-carousel .owl-nav {
    margin-top: 93px !important;
}

.testimonials-six__carousel.owl-carousel .owl-dots {
    margin-top: 93px !important;
}

.testimonials-six__carousel.owl-carousel .owl-dots .owl-dot {
    background: var(--cherito-white2, #F4F0ED);
}

.testimonials-page--three .testimonials-page__carousel.owl-carousel .owl-nav {
    margin-top: 93px !important;
}

.testimonials-page--three .testimonials-page__carousel.owl-carousel .owl-dots {
    margin-top: 93px !important;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.main-footer {
    position: relative;
    background: #d7c1b661;
    overflow: hidden;
}

.main-footer__top {
    padding-top: 140px;
    padding-bottom: 96px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1599px) {
    .main-footer__top {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .main-footer__top {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .main-footer__top {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

.main-footer__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d7c1b661;
}

.main-footer__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.1;
    mix-blend-mode: luminosity;
}

.main-footer .container {
    position: relative;
    z-index: 2;
}

.main-footer__bottom {
    text-align: center;
    background: #dcbbaa;
}

.main-footer__bottom__inner {
    padding: 25.5px 0 24.5px;
    text-align: center;
}

.main-footer__copyright {
    margin: 0;
    color: var(--cherito-white3, #222121);
}

.main-footer--home2 .footer-widget__links li,
.main-footer--home3 .footer-widget__links li,
.main-footer--home4 .footer-widget__links li,
.main-footer--home5 .footer-widget__links li,
.main-footer--home6 .footer-widget__links li {
    color: var(--cherito-white3, 22212);
}

.main-footer--home2 .main-footer__bottom {
    background: var(--cherito-primary);
}

.main-footer--home2 .footer-widget__info li:not(:first-child) .footer-widget__info__text {
    color: var(--cherito-gray4, #D2D2D2);
}

.main-footer--home2 .footer-widget__info li:not(:first-child) .footer-widget__info__text:hover {
    color: var(--cherito-base);
}

.main-footer--home3 .social-links a:hover {
    background: var(--cherito-primary) !important;
}

.main-footer--home3 .footer-widget__links li a:hover {
    color: var(--cherito-primary);
}

.main-footer--home3 .footer-widget__info li:first-child:hover .footer-widget__info__icon-box,
.main-footer--home3 .footer-widget__info li:hover .footer-widget__info__icon-box {
    background: var(--cherito-primary);
}

.main-footer--home3 .footer-widget__info li:not(:first-child) .footer-widget__info__text {
    color: var(--cherito-white2);
}

.main-footer--home3 .footer-widget__info li:not(:first-child) .footer-widget__info__text:hover {
    color: var(--cherito-primary);
}

.main-footer--home3 .footer-widget__info__text:hover {
    color: var(--cherito-primary);
}

.main-footer--home4 .main-footer__bg__inner {
    opacity: 0.15;
}

.main-footer--home4 .footer-widget__info li:not(:first-child) .footer-widget__info__text {
    color: var(--cherito-gray4, #D2D2D2);
}

.main-footer--home4 .footer-widget__info li:not(:first-child) .footer-widget__info__text:hover {
    color: var(--cherito-base);
}

.main-footer--home5 .social-links a:hover {
    background: var(--cherito-primary) !important;
}

.main-footer--home5 .footer-widget__links li a:hover,
.main-footer--home5 .footer-widget__info__text:hover {
    color: var(--cherito-primary);
}

.main-footer--home5 .footer-widget__info li:first-child:hover .footer-widget__info__icon-box,
.main-footer--home5 .footer-widget__info li:hover .footer-widget__info__icon-box {
    background: var(--cherito-primary);
}

.main-footer--home5 .footer-widget__info li:not(:first-child) .footer-widget__info__text {
    color: var(--cherito-gray4, #D2D2D2);
}

.main-footer--home5 .footer-widget__info li:not(:first-child) .footer-widget__info__text:hover {
    color: var(--cherito-primary);
}

.main-footer--home6 .main-footer__bg__inner {
    opacity: 0.06;
}

.main-footer--home6 .footer-widget__info li:not(:first-child) .footer-widget__info__text {
    color: var(--cherito-gray4, #D2D2D2);
}

.main-footer--home6 .footer-widget__info li:not(:first-child) .footer-widget__info__text:hover {
    color: var(--cherito-base);
}

.footer-widget {
    position: relative;
}

.footer-widget--about::after,
.footer-widget--info::after,
.footer-widget--border::after {
    content: "";
    width: 1px;
    height: 525px;
    background: #fdddcc;
    position: absolute;
}

@media (max-width: 1199px) {
    .footer-widget--about::after,
    .footer-widget--info::after,
    .footer-widget--border::after {
        display: none;
    }
}

.footer-widget--about {
    padding-right: 69px;
}

@media (max-width: 575px) {
    .footer-widget--about {
        padding: 0;
    }
}

.footer-widget--about::after {
    top: calc(50% - 22px);
    right: 0;
    transform: translateY(-50%);
}

.footer-widget--links-1 {
    padding-left: 47px;
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .footer-widget--links-1 {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .footer-widget--links-1 {
        padding: 0;
        margin: 0;
    }
}

.footer-widget--links-2 {
    padding-left: 15px;
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .footer-widget--links-2 {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .footer-widget--links-2 {
        padding: 0;
        margin: 0;
    }
}

.footer-widget--info {
    padding-left: 55px;
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .footer-widget--info {
        margin: 0;
        padding-left: 24px;
    }
}

.footer-widget--info::after {
    top: calc(50% - 18px);
    left: -5px;
    transform: translateY(-50%);
}

.footer-widget--info .footer-widget__title {
    margin-bottom: 24px;
}

.footer-widget--border::after {
    top: calc(50% + 123px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-widget__title {
    margin-bottom: 15px;
    font-size: 30px;
    color: var(--cherito-white3, #ffffff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.45;
}

.footer-widget__logo {
    display: inline-flex;
    margin-bottom: 11px;
}

.footer-widget__about {
    margin-bottom: 21px;
}

.footer-widget__subscribe {
    padding: 0 18px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    background: var(--cherito-white, #ffffff);
    border-radius: 6px;
}

.footer-widget__subscribe input[type=email] {
    width: calc(100% - 14px);
    padding: 0;
    border: none;
    outline: none;
    font-size: 14px;
    color: var(--cherito-text, #727272);
    font-weight: 700;
    background: transparent;
    transition: all 500ms ease;
}

.footer-widget__subscribe input[type=email]:focus {
    color: var(--cherito-black, #212226);
}

.footer-widget__subscribe button[type=submit] {
    padding: 0;
    display: inline-flex;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: var(--cherito-base, #E23B33);
    transition: all 400ms ease;
}

.footer-widget__subscribe button[type=submit] svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.footer-widget__subscribe button[type=submit]:hover {
    color: var(--cherito-black, #212226);
}

.footer-widget .social-links {
    gap: 19px;
}

.footer-widget .social-links a {
    width: 35px;
    height: 35px;
    background: var(--cherito-black, #92453f);
}

.footer-widget .social-links a:hover {
    background: var(--cherito-base, #E23B33);
}

.footer-widget .social-links .social-links__icon {
    color: var(--cherito-white, #ffffff);
}

.footer-widget__links {
    margin: 0;
}

.footer-widget__links li+li {
    margin-top: 8px;
}

.footer-widget__links li {
    font-size: 16px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    line-height: 1.75;
    text-transform: capitalize;
}

.footer-widget__links li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__links li a:hover {
    background-size: 100% 1px;
}

.footer-widget__links li a:hover {
    color: var(--cherito-base, #E23B33);
}

.footer-widget__info {
    margin: 0;
    margin-left: 12px;
}

.footer-widget__info li+li {
    margin-top: 24px;
}

.footer-widget__info li {
    display: -webkit-inline-box;
    align-items: center;
    gap: 10px;
}

.footer-widget__info__icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--cherito-black, #92453f);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.footer-widget__info__icon {
    display: inline-flex;
    font-size: 18px;
    color: var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

.footer-widget__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.footer-widget__info__text-box {
    position: relative;
    z-index: 1;
}

.footer-widget__info__text {
    margin: 0;
    font-size: 18px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    line-height: 1.428;
}

.footer-widget__info__text:hover {
    color: var(--cherito-base, #E23B33);
}

.footer-widget__info__text a {
    color: var(--cherito-white3, #222121);
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__info__text a:hover {
    background-size: 100% 1px;
}

li:hover .footer-widget__info__icon-box {
    background: var(--cherito-base, #E23B33);
}

li:hover .footer-widget__info__icon {
    color: var(--cherito-white, #ffffff);
    animation: slideTop 400ms;
}

.footer-widget__info li:nth-child(2) {
    /* margin-top: 7px; */
}

.footer-widget__info li:first-child {
    /* position: relative; */
}

.footer-widget__info li:first-child::before {
    /* content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 11.5px 20px 11.5px 0;
    border-color: transparent var(--cherito-white, #ffffff) transparent transparent;
    position: absolute;
    top: 50%;
    left: -36px;
    transform: translateY(-50%); */
}

.footer-widget__info li:first-child::after {
    /* content: "";
    width: calc(100% + 16.5px);
    height: calc(100% + 32px);
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    background: var(--cherito-white, #ffffff);
    border-radius: 15px; */
}

.footer-widget__info li:first-child .footer-widget__info__icon-box {
    background: var(--cherito-black, #212226);
}

.footer-widget__info li:first-child:hover .footer-widget__info__icon-box {
    background: var(--cherito-base, #E23B33);
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--cherito-base, #E23B33);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--cherito-base, #E23B33);
    opacity: 0.3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background: var(--cherito-base, #E23B33);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: 0.4;
}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {
    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }
    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes leafMove {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        transform: rotate(-2deg) translateX(5px);
    }
    50% {
        transform: rotate(-4deg) translateX(10px);
    }
}

@keyframes messageMove {
    0%,
    100% {
        transform: translateX(0);
    }
    25%,
    75% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(10px);
    }
}

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

@keyframes shapeRotate {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes flowerRotate {
    0%,
    100% {
        transform: rotate(0deg);
    }
    25%,
    75% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(10deg);
    }
}

@keyframes zump {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes zumpBottom {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(15px, 0, 0);
        transform: translate3d(15px, 0, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes moveHorizontal2 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(-15px, 0, 0);
        transform: translate3d(-15px, 0, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }
    33.3% {
        transform: translateX(-3px);
    }
    49.95% {
        transform: translateX(4px);
    }
    66.6% {
        transform: translateX(-2px);
    }
    83.25% {
        transform: translateX(1px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

@keyframes flip {
    from {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    }
    40% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -190deg);
    }
    50% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -170deg);
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    }
    to {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes smartMove {
    0% {
        width: 0;
    }
    15% {
        width: 100%;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 100%;
        opacity: 0;
    }
    100% {
        width: 0;
        opacity: 0;
    }
}

@keyframes smartMove2 {
    0% {
        width: 0;
    }
    15% {
        width: 126px;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 126px;
        opacity: 0;
    }
    100% {
        width: 0;
        opacity: 0;
    }
}

@keyframes smartMove3 {
    0% {
        width: 0;
    }
    15% {
        width: 173px;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 173px;
        opacity: 0;
    }
    100% {
        width: 0;
        opacity: 0;
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
        transform: translateY(10px) translateX(10px) rotate(5deg);
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
}

@keyframes rectMove {
    0%,
    50%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%,
    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes moveBackground {
    0% {
        background-position: -1920px 100%;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes moveBackgroundY {
    0% {
        background-position: 100% 1920px;
    }
    100% {
        background-position: 100% 0;
    }
}

@keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes slideLeft {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes animatedCircle {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/

.main-slider-one {
    position: relative;
    background: var(--cherito-black, #212226);
    overflow: hidden;
    z-index: 1;
}

.main-slider-one__carousel.owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
}

@media (max-width: 1399px) {
    .main-slider-one__carousel.owl-carousel .owl-nav {
        left: 50%;
        bottom: 60px;
        transform: translateX(-50%);
    }
}

@media (min-width: 1400px) {
    .main-slider-one__carousel.owl-carousel .owl-nav {
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (min-width: 1500px) {
    .main-slider-one__carousel.owl-carousel .owl-nav {
        left: 80px;
    }
}

.main-slider-one__item {
    position: relative;
    padding-top: 153px;
    padding-bottom: 141px;
    background: var(--cherito-black, #212226);
}

@media (max-width: 1399px) {
    .main-slider-one__item {
        padding-bottom: 240px;
    }
}

@media (max-width: 430px) {
    .main-slider-one__item {
        padding-top: 130px;
    }
}

.main-slider-one__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.main-slider-one__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: color-burn;
    opacity: 0.2;
}

.main-slider-one__bg__left,
.main-slider-one__bg__right {
    height: 100%;
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.main-slider-one__bg__left img,
.main-slider-one__bg__right img {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
}

.main-slider-one__bg__left {
    width: 54.9658%;
}

@media (max-width: 1599px) {
    .main-slider-one__bg__left {
        width: 57%;
    }
}

@media (max-width: 1399px) {
    .main-slider-one__bg__left {
        width: 57.5%;
    }
}

@media (max-width: 1199px) {
    .main-slider-one__bg__left {
        width: 100%;
    }
}

.main-slider-one__bg__right {
    width: 45.0342%;
    background: var(--cherito-black2, #000000);
}

@media (max-width: 1599px) {
    .main-slider-one__bg__right {
        width: 43%;
    }
}

@media (max-width: 1399px) {
    .main-slider-one__bg__right {
        width: 42.5%;
    }
}

@media (max-width: 1199px) {
    .main-slider-one__bg__right {
        display: none;
    }
}

.main-slider-one__bg__right__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transform: scale(1);
    mix-blend-mode: luminosity;
    transition: transform 10s ease;
}

.main-slider-one__bg__right__shape {
    width: 822px;
    height: 237px;
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: 1;
    background: var(--cherito-white, #ffffff);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 258.000000"><g transform="translate(0.000000,258.000000) scale(0.100000,-0.100000)"  stroke="none"> <path d="M8060 1805 c0 -12 8 -16 33 -13 17 2 32 8 32 13 0 6 -15 11 -32 13 -25 3 -33 -1 -33 -13z"/> <path d="M7820 1791 c-20 -4 -41 -11 -48 -15 -22 -13 -13 -45 18 -61 28 -14 33 -14 59 1 28 16 59 59 50 68 -11 10 -47 13 -79 7z"/> <path d="M7591 1744 c-59 -18 -70 -30 -49 -51 15 -15 24 -15 75 -4 74 16 88 24 88 47 0 25 -52 28 -114 8z"/> <path d="M8148 1589 c-9 -5 -66 -10 -127 -11 -80 -1 -114 -5 -122 -14 -6 -8 -30 -14 -54 -14 -24 0 -56 -6 -72 -14 -96 -48 -146 -57 -182 -34 -15 9 -28 9 -59 0 -22 -7 -84 -12 -139 -12 -67 0 -113 -5 -136 -15 -20 -8 -48 -15 -62 -15 -15 0 -33 -7 -41 -15 -10 -10 -35 -15 -70 -15 -58 0 -114 -18 -141 -46 -13 -12 -27 -15 -59 -10 -33 4 -48 1 -67 -14 -17 -13 -41 -20 -70 -20 -27 0 -49 -6 -57 -15 -7 -8 -24 -15 -37 -15 -25 0 -114 -20 -209 -46 -28 -8 -58 -14 -67 -14 -16 0 -37 -28 -37 -48 0 -16 238 -12 284 4 21 8 49 14 63 14 13 0 49 10 81 21 31 12 71 23 87 23 34 2 79 10 180 32 147 33 195 46 206 60 6 8 30 14 53 14 23 0 48 6 55 13 6 6 33 13 59 14 80 3 162 15 168 24 7 12 61 11 69 -1 4 -6 13 -7 24 -1 9 5 42 10 73 10 31 0 81 7 110 15 29 8 74 18 100 21 26 3 63 17 84 31 26 18 44 23 64 19 19 -4 38 2 68 21 23 15 42 31 42 34 0 14 -46 28 -62 19z"/> <path d="M8525 1447 c-14 -9 -64 -14 -163 -16 -127 -2 -148 -5 -195 -26 -29 -14 -60 -22 -70 -19 -25 8 -113 -14 -128 -32 -6 -8 -21 -14 -32 -14 -11 0 -29 -7 -39 -17 -15 -13 -23 -14 -44 -5 -34 16 -55 15 -100 -5 -22 -9 -53 -15 -71 -14 -44 3 -73 -14 -73 -45 0 -18 8 -27 28 -35 36 -14 126 -2 171 22 42 22 61 24 85 6 25 -18 13 -67 -15 -60 -13 4 -25 -2 -35 -15 -18 -26 -107 -72 -140 -72 -14 0 -36 8 -50 17 -24 16 -30 16 -89 0 -82 -22 -101 -21 -122 3 -24 27 -35 25 -58 -13 -15 -24 -28 -32 -53 -33 -21 -1 -43 -12 -65 -34 l-32 -32 -96 5 c-57 3 -101 1 -107 -5 -6 -6 -23 -4 -47 6 -26 11 -42 13 -55 6 -10 -6 -30 -10 -43 -10 -14 0 -27 -6 -30 -14 -7 -17 -76 -31 -89 -18 -21 21 -92 0 -135 -39 -24 -22 -46 -40 -50 -40 -5 -1 -53 -3 -108 -4 -55 -2 -120 -8 -145 -15 -25 -7 -58 -13 -75 -14 -25 -1 -31 -6 -33 -28 -4 -37 -28 -36 -50 2 -9 16 -20 30 -23 30 -3 0 -12 -15 -20 -32 -13 -32 -17 -33 -77 -36 -43 -2 -71 2 -85 11 -12 8 -42 17 -67 20 -25 3 -55 9 -67 12 -16 5 -23 2 -28 -14 -3 -12 -16 -26 -27 -32 -16 -9 -26 -7 -49 10 -27 20 -30 20 -81 5 -29 -9 -60 -20 -68 -25 -8 -5 -22 -12 -30 -15 -8 -3 -26 -11 -38 -17 -20 -9 -25 -8 -33 6 -13 22 -38 22 -69 0 -28 -20 -124 -53 -156 -53 -34 0 -117 -32 -151 -57 -27 -21 -39 -23 -76 -18 -41 6 -50 3 -103 -31 -64 -42 -161 -75 -194 -67 -11 3 -38 -4 -60 -16 -22 -11 -53 -21 -68 -21 -16 0 -51 -6 -78 -14 -27 -7 -75 -19 -106 -25 -31 -7 -68 -21 -82 -32 -17 -13 -41 -19 -83 -20 -48 -1 -67 -6 -110 -35 -29 -19 -61 -34 -72 -34 -11 0 -23 -5 -26 -10 -3 -6 -24 -10 -47 -10 -28 0 -53 -9 -85 -30 -44 -30 -96 -39 -108 -20 -11 17 -25 11 -35 -15 -8 -22 -12 -24 -35 -13 -18 8 -32 8 -48 1 -36 -17 -132 -43 -158 -43 -43 -1 -169 -39 -200 -61 -23 -16 -38 -20 -65 -15 -23 5 -41 2 -56 -9 -29 -19 -47 -19 -70 2 -17 15 -18 14 -18 -21 0 -43 -21 -57 -49 -32 -25 23 -46 20 -69 -9 -18 -23 -36 -26 -104 -16 -4 1 -16 11 -28 23 -19 21 -21 21 -33 3 -10 -13 -22 -16 -43 -12 -16 3 -36 1 -46 -4 -21 -11 -48 23 -48 59 0 21 2 23 15 12 20 -16 32 -4 37 34 4 38 71 76 133 76 35 0 47 6 80 41 39 40 41 40 92 34 44 -5 60 -2 105 20 29 15 60 33 69 41 8 8 20 14 26 14 18 0 36 29 29 46 -6 16 -8 16 -24 0 -10 -9 -27 -16 -38 -16 -11 0 -30 -7 -43 -16 -15 -11 -41 -16 -74 -15 -28 0 -56 -4 -62 -9 -19 -16 -126 -50 -156 -50 -34 0 -118 -27 -139 -45 -19 -16 -80 -8 -80 11 0 18 32 34 69 34 16 0 34 6 38 14 10 17 67 46 91 46 41 0 113 33 122 55 5 12 20 25 34 29 14 3 26 13 26 21 0 11 12 15 43 15 23 0 51 7 61 15 12 9 42 15 73 15 53 0 125 22 154 47 8 7 25 13 37 13 11 0 24 5 27 10 3 6 16 10 28 10 12 0 28 9 35 20 8 14 23 20 47 20 20 0 46 6 58 13 12 8 58 22 102 31 44 10 107 30 140 46 56 26 100 40 230 70 86 20 99 30 109 83 11 56 -1 100 -27 105 -10 2 -33 -10 -52 -26 -18 -17 -50 -36 -69 -43 -23 -8 -36 -20 -36 -30 0 -27 -14 -30 -49 -13 -34 17 -76 14 -165 -12 -27 -8 -62 -14 -77 -14 -14 0 -32 -7 -39 -15 -7 -8 -25 -15 -39 -15 -15 0 -36 -7 -47 -15 -10 -8 -29 -15 -40 -15 -12 0 -27 -7 -34 -15 -7 -8 -18 -15 -24 -15 -7 0 -18 -6 -25 -12 -7 -8 -37 -13 -70 -13 -44 0 -64 -5 -81 -20 -14 -13 -36 -19 -68 -20 -29 0 -63 -9 -89 -23 -24 -12 -64 -25 -90 -29 -27 -3 -65 -14 -85 -24 -21 -11 -56 -19 -78 -19 -23 0 -65 -11 -95 -25 -29 -14 -67 -24 -83 -23 -17 1 -39 -5 -49 -14 -23 -20 -108 -48 -146 -48 -35 0 -165 -38 -173 -51 -3 -5 -23 -9 -45 -9 -21 0 -47 -4 -57 -10 -56 -30 -114 -46 -202 -53 -28 -2 -38 -30 -19 -53 13 -16 75 -12 109 6 9 6 21 3 32 -7 16 -14 18 -13 28 11 11 29 45 46 94 46 39 0 50 -8 35 -26 -14 -17 -3 -34 22 -34 29 0 18 -24 -12 -28 -13 -2 -30 -9 -38 -15 -8 -7 -50 -12 -97 -13 -63 0 -88 -5 -102 -17 -10 -9 -24 -17 -30 -17 -6 0 -18 -13 -26 -28 -17 -33 -53 -52 -116 -62 -116 -18 -252 -59 -274 -82 -14 -15 -26 -18 -49 -14 -29 6 -67 -14 -67 -36 0 -13 7204 -10 7217 3 7 7 55 11 122 12 l111 0 0 265 0 264 -22 -6 c-66 -19 -130 -24 -194 -14 -84 12 -93 12 -169 1 -58 -9 -118 -33 -130 -53 -3 -5 -21 -9 -40 -8 -19 1 -43 -5 -52 -13 -29 -24 -71 -39 -112 -39 -34 0 -41 4 -55 35 -10 20 -16 52 -14 73 l3 37 52 -3 c65 -5 93 18 93 77 0 23 6 44 16 52 19 16 120 49 150 49 11 0 42 7 69 16 36 13 50 24 59 45 11 30 37 38 65 20 9 -6 37 -2 75 8 45 12 70 14 94 7 23 -6 44 -5 72 4 l40 13 0 74 c0 73 0 73 -27 73 -16 0 -35 5 -43 10 -13 9 -11 14 13 35 15 14 35 25 43 25 10 0 14 12 14 44 l0 43 -77 7 c-43 3 -81 2 -86 -3 -5 -5 -24 -7 -42 -4 -18 3 -43 0 -56 -7 -13 -7 -59 -17 -103 -21 -78 -8 -82 -7 -123 21 l-44 28 -52 -21 c-69 -28 -237 -37 -237 -13 0 9 8 16 18 16 27 0 115 31 133 47 10 8 43 17 75 20 33 3 65 10 72 16 7 6 52 11 100 12 48 0 103 5 122 9 34 9 35 9 18 -11 -10 -11 -18 -28 -18 -37 0 -13 5 -16 18 -11 9 4 37 10 60 13 49 5 62 24 37 52 -9 10 -15 29 -13 42 3 22 -1 23 -54 26 -66 3 -72 14 -37 62 13 17 19 35 15 45 -6 17 -27 17 -141 4 -5 -1 -17 1 -25 5 -8 3 -24 0 -35 -7z"/> <path d="M7523 1273 c-14 -5 -17 -41 -7 -67 10 -25 32 -19 49 13 24 46 3 73 -42 54z"/> <path d="M3925 1205 c-22 -7 -53 -14 -70 -15 -16 0 -39 -7 -49 -15 -11 -8 -39 -15 -62 -15 -24 0 -49 -6 -56 -14 -22 -21 -75 -46 -99 -46 -12 0 -45 -6 -73 -14 -74 -21 -146 -38 -181 -44 -16 -2 -37 -10 -45 -17 -8 -7 -49 -15 -90 -17 -55 -4 -91 -12 -135 -34 -98 -47 -135 -72 -135 -94 0 -24 23 -26 94 -6 28 8 87 22 131 31 44 9 102 23 129 31 26 8 59 14 71 14 13 0 36 5 52 11 15 6 53 14 83 19 31 4 74 17 95 28 88 45 112 54 155 59 28 4 59 16 81 34 22 17 49 29 66 29 17 0 47 13 70 29 22 16 50 31 62 33 12 1 23 8 24 13 3 15 -73 15 -118 0z"/> <path d="M6180 1205 c-14 -8 -42 -14 -62 -15 -28 0 -38 -5 -43 -21 -9 -27 1 -36 25 -21 11 7 27 12 35 12 25 0 96 40 90 50 -8 13 -15 12 -45 -5z"/> <path d="M7020 1210 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M5745 1083 c-76 -18 -109 -34 -113 -56 -4 -19 27 -24 44 -7 6 6 37 13 70 16 32 2 65 11 74 19 9 8 22 15 28 15 7 0 12 7 12 15 0 18 -31 18 -115 -2z"/> <path d="M4525 1060 c-11 -18 5 -31 26 -20 11 6 17 15 14 21 -8 12 -32 12 -40 -1z"/> <path d="M4245 1000 c-7 -11 12 -50 25 -50 16 0 21 19 10 40 -12 22 -25 26 -35 10z"/> <path d="M4252 898 c2 -13 8 -23 13 -23 6 0 11 10 13 23 2 15 -2 22 -13 22 -11 0 -15 -7 -13 -22z"/> <path d="M2715 874 c-22 -8 -49 -18 -60 -24 -11 -5 -33 -11 -49 -12 -33 -3 -57 -31 -40 -48 7 -7 33 -5 83 6 59 14 74 21 81 40 7 16 17 24 34 24 30 0 42 15 20 24 -20 8 -21 7 -69 -10z"/> <path d="M2812 836 c2 -15 8 -26 13 -26 15 0 12 43 -3 48 -10 3 -13 -4 -10 -22z"/> <path d="M2394 756 c-8 -21 3 -36 27 -36 15 0 20 6 17 22 -4 27 -35 37 -44 14z"/> <path d="M2143 716 c-29 -6 -62 -21 -74 -32 -18 -19 -25 -20 -50 -11 -23 9 -44 8 -97 -6 -37 -9 -100 -17 -141 -17 -64 0 -77 -3 -110 -27 -81 -62 -97 -69 -127 -52 -23 12 -27 10 -50 -14 -14 -15 -35 -27 -48 -27 -13 0 -40 -7 -61 -15 -20 -9 -58 -15 -84 -14 -31 2 -56 -3 -72 -14 -13 -9 -29 -17 -36 -17 -8 0 -32 -12 -55 -26 -34 -22 -45 -24 -65 -15 -41 19 -87 13 -129 -17 -41 -29 -134 -62 -176 -62 -14 0 -37 -9 -50 -20 -14 -10 -47 -24 -73 -30 -26 -6 -59 -17 -74 -24 -15 -8 -55 -14 -90 -15 -43 0 -69 -5 -80 -15 -10 -9 -27 -16 -38 -16 -11 0 -36 -13 -54 -30 -21 -19 -45 -30 -64 -30 -46 0 -135 -63 -135 -96 0 -25 29 -28 108 -9 43 9 86 19 97 21 11 2 36 14 55 26 33 21 94 43 152 55 15 3 33 11 39 19 6 8 28 14 48 14 21 0 46 7 57 15 10 8 26 15 35 15 9 0 34 12 55 28 57 40 106 54 159 47 41 -7 47 -4 87 29 23 20 54 39 68 42 14 3 44 13 66 21 32 11 47 12 62 4 32 -17 55 -13 92 14 19 14 41 25 51 25 9 0 22 7 29 15 8 9 30 15 58 15 25 0 71 6 101 14 72 18 187 43 228 50 17 3 51 14 75 24 101 45 148 62 175 62 15 0 46 7 68 15 22 8 61 14 88 15 43 0 47 -2 47 -24 0 -13 -3 -32 -6 -41 -6 -15 -8 -15 -25 1 -16 15 -20 15 -49 0 -18 -8 -48 -18 -69 -22 -65 -10 -68 -13 -41 -34 23 -18 24 -19 7 -38 -9 -10 -17 -24 -17 -30 0 -20 19 -13 36 13 11 17 25 25 44 25 19 0 36 9 48 25 16 20 26 24 50 19 25 -5 33 -2 47 19 16 24 16 45 -1 124 -6 33 -32 41 -91 29z"/> <path d="M2451 677 c-18 -23 -2 -49 28 -45 20 2 26 8 26 28 0 29 -34 40 -54 17z"/> <path d="M2290 610 c20 -38 100 -38 100 1 0 16 -7 19 -55 19 -52 0 -55 -1 -45 -20z"/> <path d="M3633 553 c-22 -8 -14 -23 12 -23 16 0 25 6 25 15 0 15 -14 18 -37 8z"/> <path d="M1916 491 c-5 -7 -21 -9 -45 -5 -31 5 -46 1 -77 -19 -42 -27 -101 -46 -229 -72 -44 -9 -96 -21 -116 -26 -20 -5 -52 -9 -72 -9 -19 0 -54 -9 -78 -20 -24 -11 -56 -20 -71 -20 -36 0 -118 -28 -136 -47 -10 -10 -25 -13 -46 -9 -21 4 -39 0 -56 -11 -14 -10 -38 -19 -55 -20 -16 -1 -43 -9 -60 -17 -16 -9 -43 -16 -58 -16 -31 0 -93 -23 -117 -44 -8 -7 -39 -16 -69 -19 -29 -4 -58 -11 -65 -16 -6 -5 -34 -15 -61 -22 -46 -11 -91 -30 -157 -65 -14 -8 -41 -14 -60 -14 -18 0 -40 -5 -48 -10 -10 -7 103 -10 356 -8 340 3 374 5 392 21 10 10 57 27 103 39 46 11 91 27 100 34 8 8 23 14 33 14 23 0 31 27 16 55 -15 28 -7 55 15 55 13 0 15 -7 10 -34 -6 -29 -3 -37 17 -49 38 -25 71 -29 103 -13 17 9 40 16 53 16 32 0 48 39 33 81 -6 17 -11 38 -11 45 0 16 79 54 112 54 14 0 31 7 38 15 7 8 26 15 42 15 29 0 70 14 131 46 36 18 46 18 68 -2 17 -16 19 -15 28 8 6 17 20 27 40 31 33 7 39 23 18 52 -10 12 -16 15 -21 6z"/> <path d="M3455 490 c-3 -6 1 -13 10 -16 19 -8 30 0 20 15 -8 14 -22 14 -30 1z"/> <path d="M3350 450 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M1972 318 c2 -13 8 -23 13 -23 6 0 11 10 13 23 2 15 -2 22 -13 22 -11 0 -15 -7 -13 -22z"/> <path d="M1631 264 c-13 -30 -7 -44 19 -44 25 0 41 30 29 53 -14 25 -34 21 -48 -9z"/> <path d="M1730 261 c0 -12 6 -21 16 -21 9 0 14 7 12 17 -5 25 -28 28 -28 4z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 258.000000"><g transform="translate(0.000000,258.000000) scale(0.100000,-0.100000)"  stroke="none"> <path d="M8060 1805 c0 -12 8 -16 33 -13 17 2 32 8 32 13 0 6 -15 11 -32 13 -25 3 -33 -1 -33 -13z"/> <path d="M7820 1791 c-20 -4 -41 -11 -48 -15 -22 -13 -13 -45 18 -61 28 -14 33 -14 59 1 28 16 59 59 50 68 -11 10 -47 13 -79 7z"/> <path d="M7591 1744 c-59 -18 -70 -30 -49 -51 15 -15 24 -15 75 -4 74 16 88 24 88 47 0 25 -52 28 -114 8z"/> <path d="M8148 1589 c-9 -5 -66 -10 -127 -11 -80 -1 -114 -5 -122 -14 -6 -8 -30 -14 -54 -14 -24 0 -56 -6 -72 -14 -96 -48 -146 -57 -182 -34 -15 9 -28 9 -59 0 -22 -7 -84 -12 -139 -12 -67 0 -113 -5 -136 -15 -20 -8 -48 -15 -62 -15 -15 0 -33 -7 -41 -15 -10 -10 -35 -15 -70 -15 -58 0 -114 -18 -141 -46 -13 -12 -27 -15 -59 -10 -33 4 -48 1 -67 -14 -17 -13 -41 -20 -70 -20 -27 0 -49 -6 -57 -15 -7 -8 -24 -15 -37 -15 -25 0 -114 -20 -209 -46 -28 -8 -58 -14 -67 -14 -16 0 -37 -28 -37 -48 0 -16 238 -12 284 4 21 8 49 14 63 14 13 0 49 10 81 21 31 12 71 23 87 23 34 2 79 10 180 32 147 33 195 46 206 60 6 8 30 14 53 14 23 0 48 6 55 13 6 6 33 13 59 14 80 3 162 15 168 24 7 12 61 11 69 -1 4 -6 13 -7 24 -1 9 5 42 10 73 10 31 0 81 7 110 15 29 8 74 18 100 21 26 3 63 17 84 31 26 18 44 23 64 19 19 -4 38 2 68 21 23 15 42 31 42 34 0 14 -46 28 -62 19z"/> <path d="M8525 1447 c-14 -9 -64 -14 -163 -16 -127 -2 -148 -5 -195 -26 -29 -14 -60 -22 -70 -19 -25 8 -113 -14 -128 -32 -6 -8 -21 -14 -32 -14 -11 0 -29 -7 -39 -17 -15 -13 -23 -14 -44 -5 -34 16 -55 15 -100 -5 -22 -9 -53 -15 -71 -14 -44 3 -73 -14 -73 -45 0 -18 8 -27 28 -35 36 -14 126 -2 171 22 42 22 61 24 85 6 25 -18 13 -67 -15 -60 -13 4 -25 -2 -35 -15 -18 -26 -107 -72 -140 -72 -14 0 -36 8 -50 17 -24 16 -30 16 -89 0 -82 -22 -101 -21 -122 3 -24 27 -35 25 -58 -13 -15 -24 -28 -32 -53 -33 -21 -1 -43 -12 -65 -34 l-32 -32 -96 5 c-57 3 -101 1 -107 -5 -6 -6 -23 -4 -47 6 -26 11 -42 13 -55 6 -10 -6 -30 -10 -43 -10 -14 0 -27 -6 -30 -14 -7 -17 -76 -31 -89 -18 -21 21 -92 0 -135 -39 -24 -22 -46 -40 -50 -40 -5 -1 -53 -3 -108 -4 -55 -2 -120 -8 -145 -15 -25 -7 -58 -13 -75 -14 -25 -1 -31 -6 -33 -28 -4 -37 -28 -36 -50 2 -9 16 -20 30 -23 30 -3 0 -12 -15 -20 -32 -13 -32 -17 -33 -77 -36 -43 -2 -71 2 -85 11 -12 8 -42 17 -67 20 -25 3 -55 9 -67 12 -16 5 -23 2 -28 -14 -3 -12 -16 -26 -27 -32 -16 -9 -26 -7 -49 10 -27 20 -30 20 -81 5 -29 -9 -60 -20 -68 -25 -8 -5 -22 -12 -30 -15 -8 -3 -26 -11 -38 -17 -20 -9 -25 -8 -33 6 -13 22 -38 22 -69 0 -28 -20 -124 -53 -156 -53 -34 0 -117 -32 -151 -57 -27 -21 -39 -23 -76 -18 -41 6 -50 3 -103 -31 -64 -42 -161 -75 -194 -67 -11 3 -38 -4 -60 -16 -22 -11 -53 -21 -68 -21 -16 0 -51 -6 -78 -14 -27 -7 -75 -19 -106 -25 -31 -7 -68 -21 -82 -32 -17 -13 -41 -19 -83 -20 -48 -1 -67 -6 -110 -35 -29 -19 -61 -34 -72 -34 -11 0 -23 -5 -26 -10 -3 -6 -24 -10 -47 -10 -28 0 -53 -9 -85 -30 -44 -30 -96 -39 -108 -20 -11 17 -25 11 -35 -15 -8 -22 -12 -24 -35 -13 -18 8 -32 8 -48 1 -36 -17 -132 -43 -158 -43 -43 -1 -169 -39 -200 -61 -23 -16 -38 -20 -65 -15 -23 5 -41 2 -56 -9 -29 -19 -47 -19 -70 2 -17 15 -18 14 -18 -21 0 -43 -21 -57 -49 -32 -25 23 -46 20 -69 -9 -18 -23 -36 -26 -104 -16 -4 1 -16 11 -28 23 -19 21 -21 21 -33 3 -10 -13 -22 -16 -43 -12 -16 3 -36 1 -46 -4 -21 -11 -48 23 -48 59 0 21 2 23 15 12 20 -16 32 -4 37 34 4 38 71 76 133 76 35 0 47 6 80 41 39 40 41 40 92 34 44 -5 60 -2 105 20 29 15 60 33 69 41 8 8 20 14 26 14 18 0 36 29 29 46 -6 16 -8 16 -24 0 -10 -9 -27 -16 -38 -16 -11 0 -30 -7 -43 -16 -15 -11 -41 -16 -74 -15 -28 0 -56 -4 -62 -9 -19 -16 -126 -50 -156 -50 -34 0 -118 -27 -139 -45 -19 -16 -80 -8 -80 11 0 18 32 34 69 34 16 0 34 6 38 14 10 17 67 46 91 46 41 0 113 33 122 55 5 12 20 25 34 29 14 3 26 13 26 21 0 11 12 15 43 15 23 0 51 7 61 15 12 9 42 15 73 15 53 0 125 22 154 47 8 7 25 13 37 13 11 0 24 5 27 10 3 6 16 10 28 10 12 0 28 9 35 20 8 14 23 20 47 20 20 0 46 6 58 13 12 8 58 22 102 31 44 10 107 30 140 46 56 26 100 40 230 70 86 20 99 30 109 83 11 56 -1 100 -27 105 -10 2 -33 -10 -52 -26 -18 -17 -50 -36 -69 -43 -23 -8 -36 -20 -36 -30 0 -27 -14 -30 -49 -13 -34 17 -76 14 -165 -12 -27 -8 -62 -14 -77 -14 -14 0 -32 -7 -39 -15 -7 -8 -25 -15 -39 -15 -15 0 -36 -7 -47 -15 -10 -8 -29 -15 -40 -15 -12 0 -27 -7 -34 -15 -7 -8 -18 -15 -24 -15 -7 0 -18 -6 -25 -12 -7 -8 -37 -13 -70 -13 -44 0 -64 -5 -81 -20 -14 -13 -36 -19 -68 -20 -29 0 -63 -9 -89 -23 -24 -12 -64 -25 -90 -29 -27 -3 -65 -14 -85 -24 -21 -11 -56 -19 -78 -19 -23 0 -65 -11 -95 -25 -29 -14 -67 -24 -83 -23 -17 1 -39 -5 -49 -14 -23 -20 -108 -48 -146 -48 -35 0 -165 -38 -173 -51 -3 -5 -23 -9 -45 -9 -21 0 -47 -4 -57 -10 -56 -30 -114 -46 -202 -53 -28 -2 -38 -30 -19 -53 13 -16 75 -12 109 6 9 6 21 3 32 -7 16 -14 18 -13 28 11 11 29 45 46 94 46 39 0 50 -8 35 -26 -14 -17 -3 -34 22 -34 29 0 18 -24 -12 -28 -13 -2 -30 -9 -38 -15 -8 -7 -50 -12 -97 -13 -63 0 -88 -5 -102 -17 -10 -9 -24 -17 -30 -17 -6 0 -18 -13 -26 -28 -17 -33 -53 -52 -116 -62 -116 -18 -252 -59 -274 -82 -14 -15 -26 -18 -49 -14 -29 6 -67 -14 -67 -36 0 -13 7204 -10 7217 3 7 7 55 11 122 12 l111 0 0 265 0 264 -22 -6 c-66 -19 -130 -24 -194 -14 -84 12 -93 12 -169 1 -58 -9 -118 -33 -130 -53 -3 -5 -21 -9 -40 -8 -19 1 -43 -5 -52 -13 -29 -24 -71 -39 -112 -39 -34 0 -41 4 -55 35 -10 20 -16 52 -14 73 l3 37 52 -3 c65 -5 93 18 93 77 0 23 6 44 16 52 19 16 120 49 150 49 11 0 42 7 69 16 36 13 50 24 59 45 11 30 37 38 65 20 9 -6 37 -2 75 8 45 12 70 14 94 7 23 -6 44 -5 72 4 l40 13 0 74 c0 73 0 73 -27 73 -16 0 -35 5 -43 10 -13 9 -11 14 13 35 15 14 35 25 43 25 10 0 14 12 14 44 l0 43 -77 7 c-43 3 -81 2 -86 -3 -5 -5 -24 -7 -42 -4 -18 3 -43 0 -56 -7 -13 -7 -59 -17 -103 -21 -78 -8 -82 -7 -123 21 l-44 28 -52 -21 c-69 -28 -237 -37 -237 -13 0 9 8 16 18 16 27 0 115 31 133 47 10 8 43 17 75 20 33 3 65 10 72 16 7 6 52 11 100 12 48 0 103 5 122 9 34 9 35 9 18 -11 -10 -11 -18 -28 -18 -37 0 -13 5 -16 18 -11 9 4 37 10 60 13 49 5 62 24 37 52 -9 10 -15 29 -13 42 3 22 -1 23 -54 26 -66 3 -72 14 -37 62 13 17 19 35 15 45 -6 17 -27 17 -141 4 -5 -1 -17 1 -25 5 -8 3 -24 0 -35 -7z"/> <path d="M7523 1273 c-14 -5 -17 -41 -7 -67 10 -25 32 -19 49 13 24 46 3 73 -42 54z"/> <path d="M3925 1205 c-22 -7 -53 -14 -70 -15 -16 0 -39 -7 -49 -15 -11 -8 -39 -15 -62 -15 -24 0 -49 -6 -56 -14 -22 -21 -75 -46 -99 -46 -12 0 -45 -6 -73 -14 -74 -21 -146 -38 -181 -44 -16 -2 -37 -10 -45 -17 -8 -7 -49 -15 -90 -17 -55 -4 -91 -12 -135 -34 -98 -47 -135 -72 -135 -94 0 -24 23 -26 94 -6 28 8 87 22 131 31 44 9 102 23 129 31 26 8 59 14 71 14 13 0 36 5 52 11 15 6 53 14 83 19 31 4 74 17 95 28 88 45 112 54 155 59 28 4 59 16 81 34 22 17 49 29 66 29 17 0 47 13 70 29 22 16 50 31 62 33 12 1 23 8 24 13 3 15 -73 15 -118 0z"/> <path d="M6180 1205 c-14 -8 -42 -14 -62 -15 -28 0 -38 -5 -43 -21 -9 -27 1 -36 25 -21 11 7 27 12 35 12 25 0 96 40 90 50 -8 13 -15 12 -45 -5z"/> <path d="M7020 1210 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M5745 1083 c-76 -18 -109 -34 -113 -56 -4 -19 27 -24 44 -7 6 6 37 13 70 16 32 2 65 11 74 19 9 8 22 15 28 15 7 0 12 7 12 15 0 18 -31 18 -115 -2z"/> <path d="M4525 1060 c-11 -18 5 -31 26 -20 11 6 17 15 14 21 -8 12 -32 12 -40 -1z"/> <path d="M4245 1000 c-7 -11 12 -50 25 -50 16 0 21 19 10 40 -12 22 -25 26 -35 10z"/> <path d="M4252 898 c2 -13 8 -23 13 -23 6 0 11 10 13 23 2 15 -2 22 -13 22 -11 0 -15 -7 -13 -22z"/> <path d="M2715 874 c-22 -8 -49 -18 -60 -24 -11 -5 -33 -11 -49 -12 -33 -3 -57 -31 -40 -48 7 -7 33 -5 83 6 59 14 74 21 81 40 7 16 17 24 34 24 30 0 42 15 20 24 -20 8 -21 7 -69 -10z"/> <path d="M2812 836 c2 -15 8 -26 13 -26 15 0 12 43 -3 48 -10 3 -13 -4 -10 -22z"/> <path d="M2394 756 c-8 -21 3 -36 27 -36 15 0 20 6 17 22 -4 27 -35 37 -44 14z"/> <path d="M2143 716 c-29 -6 -62 -21 -74 -32 -18 -19 -25 -20 -50 -11 -23 9 -44 8 -97 -6 -37 -9 -100 -17 -141 -17 -64 0 -77 -3 -110 -27 -81 -62 -97 -69 -127 -52 -23 12 -27 10 -50 -14 -14 -15 -35 -27 -48 -27 -13 0 -40 -7 -61 -15 -20 -9 -58 -15 -84 -14 -31 2 -56 -3 -72 -14 -13 -9 -29 -17 -36 -17 -8 0 -32 -12 -55 -26 -34 -22 -45 -24 -65 -15 -41 19 -87 13 -129 -17 -41 -29 -134 -62 -176 -62 -14 0 -37 -9 -50 -20 -14 -10 -47 -24 -73 -30 -26 -6 -59 -17 -74 -24 -15 -8 -55 -14 -90 -15 -43 0 -69 -5 -80 -15 -10 -9 -27 -16 -38 -16 -11 0 -36 -13 -54 -30 -21 -19 -45 -30 -64 -30 -46 0 -135 -63 -135 -96 0 -25 29 -28 108 -9 43 9 86 19 97 21 11 2 36 14 55 26 33 21 94 43 152 55 15 3 33 11 39 19 6 8 28 14 48 14 21 0 46 7 57 15 10 8 26 15 35 15 9 0 34 12 55 28 57 40 106 54 159 47 41 -7 47 -4 87 29 23 20 54 39 68 42 14 3 44 13 66 21 32 11 47 12 62 4 32 -17 55 -13 92 14 19 14 41 25 51 25 9 0 22 7 29 15 8 9 30 15 58 15 25 0 71 6 101 14 72 18 187 43 228 50 17 3 51 14 75 24 101 45 148 62 175 62 15 0 46 7 68 15 22 8 61 14 88 15 43 0 47 -2 47 -24 0 -13 -3 -32 -6 -41 -6 -15 -8 -15 -25 1 -16 15 -20 15 -49 0 -18 -8 -48 -18 -69 -22 -65 -10 -68 -13 -41 -34 23 -18 24 -19 7 -38 -9 -10 -17 -24 -17 -30 0 -20 19 -13 36 13 11 17 25 25 44 25 19 0 36 9 48 25 16 20 26 24 50 19 25 -5 33 -2 47 19 16 24 16 45 -1 124 -6 33 -32 41 -91 29z"/> <path d="M2451 677 c-18 -23 -2 -49 28 -45 20 2 26 8 26 28 0 29 -34 40 -54 17z"/> <path d="M2290 610 c20 -38 100 -38 100 1 0 16 -7 19 -55 19 -52 0 -55 -1 -45 -20z"/> <path d="M3633 553 c-22 -8 -14 -23 12 -23 16 0 25 6 25 15 0 15 -14 18 -37 8z"/> <path d="M1916 491 c-5 -7 -21 -9 -45 -5 -31 5 -46 1 -77 -19 -42 -27 -101 -46 -229 -72 -44 -9 -96 -21 -116 -26 -20 -5 -52 -9 -72 -9 -19 0 -54 -9 -78 -20 -24 -11 -56 -20 -71 -20 -36 0 -118 -28 -136 -47 -10 -10 -25 -13 -46 -9 -21 4 -39 0 -56 -11 -14 -10 -38 -19 -55 -20 -16 -1 -43 -9 -60 -17 -16 -9 -43 -16 -58 -16 -31 0 -93 -23 -117 -44 -8 -7 -39 -16 -69 -19 -29 -4 -58 -11 -65 -16 -6 -5 -34 -15 -61 -22 -46 -11 -91 -30 -157 -65 -14 -8 -41 -14 -60 -14 -18 0 -40 -5 -48 -10 -10 -7 103 -10 356 -8 340 3 374 5 392 21 10 10 57 27 103 39 46 11 91 27 100 34 8 8 23 14 33 14 23 0 31 27 16 55 -15 28 -7 55 15 55 13 0 15 -7 10 -34 -6 -29 -3 -37 17 -49 38 -25 71 -29 103 -13 17 9 40 16 53 16 32 0 48 39 33 81 -6 17 -11 38 -11 45 0 16 79 54 112 54 14 0 31 7 38 15 7 8 26 15 42 15 29 0 70 14 131 46 36 18 46 18 68 -2 17 -16 19 -15 28 8 6 17 20 27 40 31 33 7 39 23 18 52 -10 12 -16 15 -21 6z"/> <path d="M3455 490 c-3 -6 1 -13 10 -16 19 -8 30 0 20 15 -8 14 -22 14 -30 1z"/> <path d="M3350 450 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M1972 318 c2 -13 8 -23 13 -23 6 0 11 10 13 23 2 15 -2 22 -13 22 -11 0 -15 -7 -13 -22z"/> <path d="M1631 264 c-13 -30 -7 -44 19 -44 25 0 41 30 29 53 -14 25 -34 21 -48 -9z"/> <path d="M1730 261 c0 -12 6 -21 16 -21 9 0 14 7 12 17 -5 25 -28 28 -28 4z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.main-slider-one__shape-1 {
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-100%);
}

@media (max-width: 1199px) {
    .main-slider-one__shape-1 {
        left: -50px;
    }
}

.main-slider-one__shape-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translateX(-100%);
}

@media (max-width: 1199px) {
    .main-slider-one__shape-2 {
        left: -50px;
    }
}

@media (max-width: 575px) {
    .main-slider-one__shape-2 {
        left: -65px;
    }
}

.main-slider-one__shape-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    animation: moveHorizontal 2s linear infinite;
}

.main-slider-one .container {
    position: relative;
    z-index: 2;
}

.main-slider-one__content {
    position: relative;
    padding-right: 40px;
    z-index: 2;
}

@media (max-width: 1199px) {
    .main-slider-one__content {
        padding-right: 0;
    }
}

.main-slider-one__top {
    margin-bottom: 14px;
    overflow: hidden;
}

.main-slider-one__tagline {
    margin: 0;
    padding: 3.5px 30px;
    display: inline-block;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 24px;
    color: var(--cherito-base, #E23B33);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
    border-radius: 43px;
    opacity: 0;
    transform: translateY(-200px);
}

@media (max-width: 767px) {
    .main-slider-one__tagline {
        font-size: 22px;
    }
}

.main-slider-one__title {
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
    font-size: 70px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1.142;
}

@media (max-width: 1399px) {
    .main-slider-one__title {
        font-size: 65px;
    }
}

@media (max-width: 991px) {
    .main-slider-one__title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .main-slider-one__title {
        font-size: 50px;
    }
}

@media (max-width: 430px) {
    .main-slider-one__title {
        font-size: 45px;
    }
}

@media (max-width: 390px) {
    .main-slider-one__title {
        font-size: 40px;
    }
}

.main-slider-one__title__inner {
    overflow: hidden;
    position: relative;
    display: table;
    opacity: 0;
    transform: translateY(200px);
}

.main-slider-one__title__inner::before,
.main-slider-one__title__inner::after {
    content: "";
    position: absolute;
    width: calc(50% + 2px);
    height: 100%;
    background: var(--cherito-white, #ffffff);
    z-index: 2;
    transition: all 1000ms ease;
}

.main-slider-one__title__inner::before {
    top: 0;
    right: 0;
}

.main-slider-one__title__inner::after {
    top: 0;
    left: 0;
}

.main-slider-one__description {
    margin-bottom: 42px;
    overflow: hidden;
}

.main-slider-one__text {
    margin-bottom: 0;
    font-size: 18px;
    color: RGBA(var(--cherito-white3-rgb, 229, 222, 217), 0.7);
    line-height: 1.666;
    opacity: 0;
    transform: translateY(150px);
}

@media (max-width: 767px) {
    .main-slider-one__text {
        font-size: 16px;
    }
}

.main-slider-one__button {
    overflow: hidden;
}

.main-slider-one__button__inner {
    opacity: 0;
    transform: translateY(150px);
}

.main-slider-one__button .cherito-btn:hover {
    color: var(--cherito-black, #212226);
}

.main-slider-one__button .cherito-btn__hover {
    background: var(--cherito-white, #ffffff);
}

.main-slider-one .active .main-slider-one__bg__right__inner {
    transform: scale(1.3);
}

.main-slider-one .active .main-slider-one__tagline,
.main-slider-one .active .main-slider-one__title__inner,
.main-slider-one .active .main-slider-one__text,
.main-slider-one .active .main-slider-one__button__inner {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1600ms ease, opacity 1600ms ease;
}

.main-slider-one .active .main-slider-one__title__inner {
    transition-delay: 200ms;
}

.main-slider-one .active .main-slider-one__title__inner::before,
.main-slider-one .active .main-slider-one__title__inner::after {
    transition-delay: 1500ms;
}

.main-slider-one .active .main-slider-one__title__inner::before {
    top: 0;
    right: 105%;
}

.main-slider-one .active .main-slider-one__title__inner::after {
    top: 0;
    left: 105%;
}

.main-slider-one .active .main-slider-one__text {
    transition-delay: 300ms;
}

.main-slider-one .active .main-slider-one__button__inner {
    transition-delay: 500ms;
}

.main-slider-one .active .main-slider-one__shape-1,
.main-slider-one .active .main-slider-one__shape-2 {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1300ms ease, opacity 1300ms ease;
}

.main-slider-one .active .main-slider-one__shape-1 {
    opacity: 0.38;
}

.main-slider-one .active .main-slider-one__shape-3 {
    opacity: 0.3;
    transition: all 1300ms ease 500ms;
}

.main-slider-two {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.main-slider-two__carousel {
    position: relative;
}

.main-slider-two__carousel.owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
}

@media (max-width: 1399px) {
    .main-slider-two__carousel.owl-carousel .owl-nav {
        left: 50%;
        bottom: 60px;
        transform: translateX(-50%);
    }
}

@media (min-width: 1400px) {
    .main-slider-two__carousel.owl-carousel .owl-nav {
        top: calc(50% + 74.5px);
        left: 30px;
        transform: translateY(-50%);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (min-width: 1500px) {
    .main-slider-two__carousel.owl-carousel .owl-nav {
        left: 80px;
    }
}

.main-slider-two__item {
    position: relative;
    padding-top: 247px;
    padding-bottom: 94px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .main-slider-two__item {
        padding-top: 270px;
        padding-bottom: 250px;
    }
}

@media (max-width: 1199px) {
    .main-slider-two__item {
        padding-bottom: 260px;
    }
}

@media (max-width: 767px) {
    .main-slider-two__item {
        padding-top: 220px;
    }
}

@media (max-width: 430px) {
    .main-slider-two__item {
        padding-top: 200px;
    }
}

.main-slider-two__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cherito-black);
}

.main-slider-two__bg__inner {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transform: scale(1);
    mix-blend-mode: luminosity;
    transition: transform 10s ease;
}

.main-slider-two__bg__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--cherito-black-rgb), 0.85);
}

.main-slider-two .container {
    position: relative;
    z-index: 2;
}

.main-slider-two__content {
    position: relative;
    margin-top: 50px;
    padding-right: 30px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .main-slider-two__content {
        margin-top: 0;
        padding-right: 0;
    }
}

.main-slider-two__top {
    margin-bottom: 2px;
    overflow: hidden;
}

.main-slider-two__tagline {
    margin: 0;
    display: inline-block;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 24px;
    color: var(--cherito-primary);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(-100px);
}

@media (max-width: 767px) {
    .main-slider-two__tagline {
        font-size: 22px;
    }
}

.main-slider-two__title {
    overflow: hidden;
    position: relative;
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 65px;
    color: var(--cherito-white, #ffffff);
    line-height: 1.23;
}

@media (max-width: 1399px) {
    .main-slider-two__title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .main-slider-two__title {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .main-slider-two__title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .main-slider-two__title {
        font-size: 45px;
    }
}

@media (max-width: 430px) {
    .main-slider-two__title {
        font-size: 40px;
    }
}

.main-slider-two__title__inner {
    padding-bottom: 2px;
    overflow: hidden;
    position: relative;
    display: table;
    opacity: 0;
    transform: translateY(-200px);
}

@media (max-width: 575px) {
    .main-slider-two__title__inner {
        padding-bottom: 0;
    }
}

.main-slider-two__title__inner::before,
.main-slider-two__title__inner::after {
    content: "";
    position: absolute;
    width: calc(50% + 2px);
    height: 100%;
    background: var(--cherito-white, #ffffff);
    z-index: 2;
    transition: all 1000ms ease;
}

.main-slider-two__title__inner::before {
    top: 0;
    right: 0;
}

.main-slider-two__title__inner::after {
    top: 0;
    left: 0;
}

.main-slider-two__description {
    padding-right: 56px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .main-slider-two__description {
        padding-right: 0px;
    }
}

.main-slider-two__text {
    margin-bottom: 0;
    color: rgba(var(--cherito-white3-rgb), 0.7);
    font-weight: 600;
    opacity: 0;
    transform: translateY(150px);
}

.main-slider-two__button {
    padding: 41px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    overflow: hidden;
}

.main-slider-two__button__inner {
    opacity: 0;
    transform: translateY(150px);
}

.main-slider-two__button .cherito-btn:hover {
    color: var(--cherito-base);
}

.main-slider-two__button .cherito-btn__hover {
    background: var(--cherito-white, #ffffff);
}

.main-slider-two__button .video-btn {
    background: var(--cherito-primary);
}

.main-slider-two__button .video-btn:hover {
    background: var(--cherito-base);
}

.main-slider-two__button .video-btn__ripple::before,
.main-slider-two__button .video-btn__ripple::after {
    box-shadow: 0 0 0 0 rgba(var(--cherito-primary-rgb), 0.6);
}

.main-slider-two__button .video-btn:hover .video-btn__ripple::before,
.main-slider-two__button .video-btn:hover .video-btn__ripple::after {
    box-shadow: 0 0 0 0 rgba(var(--cherito-base-rgb), 0.6);
}

.main-slider-two__image {
    position: relative;
    margin-left: -9px;
    display: inline-block;
    transform: translateX(100%);
    opacity: 0;
}

@media (max-width: 1599px) {
    .main-slider-two__image {
        margin: 0;
    }
}

.main-slider-two__image::after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 5px);
    position: absolute;
    top: 6px;
    right: 21px;
    background: linear-gradient(174.38deg, var(--cherito-primary) 14.64%, var(--cherito-base) 97.69%);
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 273.000000"><g transform="translate(0.000000,273.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2540 5428 c-929 -134 -1658 -728 -2161 -1758 -792 -1624 -307 -2935 1271 -3436 1366 -434 2621 -255 3396 484 834 796 1177 2110 792 3034 -422 1014 -2074 1854 -3298 1676z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 273.000000"><g transform="translate(0.000000,273.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2540 5428 c-929 -134 -1658 -728 -2161 -1758 -792 -1624 -307 -2935 1271 -3436 1366 -434 2621 -255 3396 484 834 796 1177 2110 792 3034 -422 1014 -2074 1854 -3298 1676z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 1599px) {
    .main-slider-two__image::after {
        right: 15px;
    }
}

@media (max-width: 575px) {
    .main-slider-two__image::after {
        right: 5px;
    }
}

.main-slider-two__image__inner {
    position: relative;
    display: inline-block;
    z-index: 2;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 273.000000"><g transform="translate(0.000000,273.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2507 5420 c-909 -138 -1630 -731 -2128 -1750 -821 -1681 -287 -2987 1422 -3481 1913 -552 3456 126 4027 1768 462 1328 2 2396 -1316 3057 -770 386 -1354 504 -2005 406z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 273.000000"><g transform="translate(0.000000,273.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2507 5420 c-909 -138 -1630 -731 -2128 -1750 -821 -1681 -287 -2987 1422 -3481 1913 -552 3456 126 4027 1768 462 1328 2 2396 -1316 3057 -770 386 -1354 504 -2005 406z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.main-slider-two__image__inner img {
    display: inline-block !important;
    width: auto !important;
}

@media (max-width: 1599px) {
    .main-slider-two__image__inner img {
        width: auto !important;
        display: inline-block !important;
        max-width: 100%;
        height: auto;
    }
}

.main-slider-two__image__shape {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: -37px;
    right: -59px;
    opacity: 0.3;
    animation: textRotate 10s linear infinite;
}

.main-slider-two .active .main-slider-two__bg__inner {
    transform: scale(1.3);
}

.main-slider-two .active .main-slider-two__tagline,
.main-slider-two .active .main-slider-two__title__inner,
.main-slider-two .active .main-slider-two__text,
.main-slider-two .active .main-slider-two__button__inner,
.main-slider-two .active .main-slider-two__button__inner {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1600ms ease, opacity 1600ms ease;
}

.main-slider-two .active .main-slider-two__title__inner {
    transition-delay: 900ms;
}

.main-slider-two .active .main-slider-two__title__inner::before,
.main-slider-two .active .main-slider-two__title__inner::after {
    transition-delay: 2500ms;
}

.main-slider-two .active .main-slider-two__title__inner::before {
    top: 0;
    right: 105%;
}

.main-slider-two .active .main-slider-two__title__inner::after {
    top: 0;
    left: 105%;
}

.main-slider-two .active .main-slider-two__text {
    transition-delay: 1100ms;
}

.main-slider-two .active .main-slider-two__button__inner:nth-child(1) {
    transition-delay: 1400ms;
}

.main-slider-two .active .main-slider-two__button__inner:nth-child(2) {
    transition-delay: 1600ms;
}

.main-slider-two .active .main-slider-two__image {
    transform: translateX(0);
    opacity: 1;
    transition: transform 1200ms ease, opacity 1200ms ease;
}

.main-slider-three {
    position: relative;
    background: var(--cherito-black);
    overflow: hidden;
    z-index: 1;
}

.main-slider-three__carousel.owl-carousel .owl-dots {
    margin: 0 !important;
    position: absolute;
}

@media (max-width: 1199px) {
    .main-slider-three__carousel.owl-carousel .owl-dots {
        left: 50%;
        bottom: 70px;
        transform: translateX(-50%);
    }
}

@media (min-width: 1200px) {
    .main-slider-three__carousel.owl-carousel .owl-dots {
        top: 50%;
        left: 45px;
        transform: translateY(-50%);
        flex-direction: column;
    }
}

@media (min-width: 1400px) {
    .main-slider-three__carousel.owl-carousel .owl-dots {
        left: 60px;
    }
}

@media (min-width: 1600px) {
    .main-slider-three__carousel.owl-carousel .owl-dots {
        left: 70px;
    }
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot {
    background: var(--cherito-black);
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot::after {
    background: rgba(var(--cherito-primary-rgb), 0.3);
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot:hover,
.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot.active {
    background: var(--cherito-primary);
}

.main-slider-three__item {
    position: relative;
    padding-top: 100px;
    padding-bottom: 0px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .main-slider-three__item {
        padding-bottom: 230px;
    }
}

.main-slider-three__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transform: scale(1);
    transition: transform 10s ease;
}

.main-slider-three__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d7c1b6de;
}

.main-slider-three .container {
    position: relative;
    z-index: 2;
}

.main-slider-three__content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.main-slider-three__top {
    margin-bottom: 14px;
    overflow: hidden;
}

.main-slider-three__tagline {
    margin: 0;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 24px;
    color: var(--cherito-white3, #222121);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
    border-radius: 43px;
    opacity: 0;
    transform: translateY(-200px);
}

@media (max-width: 767px) {
    .main-slider-three__tagline {
        font-size: 22px;
    }
}

.main-slider-three__title {
    overflow: hidden;
    position: relative;
    margin-bottom: 19px;
    font-size: 40px;
    color: var(--cherito-white3, #ffffff);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.07;
}

@media (max-width: 1399px) {
    .main-slider-three__title {
        font-size: 55px;
    }
}

@media (max-width: 1199px) {
    .main-slider-three__title {
        font-size: 65px;
    }
}

@media (max-width: 991px) {
    .main-slider-three__title {
        font-size: 57px;
    }
}

@media (max-width: 767px) {
    .main-slider-three__title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .main-slider-three__title {
        font-size: 50px;
    }
}

@media (max-width: 430px) {
    .main-slider-three__title {
        font-size: 35px;
    }
}

@media (max-width: 390px) {
    .main-slider-three__title {
        font-size: 40px;
    }
}

.main-slider-three__title__inner {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    display: table;
    opacity: 0;
    transform: translateY(200px);
}

.main-slider-three__description {
    margin-bottom: 32px;
    overflow: hidden;
}

.main-slider-three__text {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--cherito-white3, #222121);
    line-height: 1.666;
    opacity: 0;
    transform: translateY(150px);
}

@media (max-width: 767px) {
    .main-slider-three__text {
        font-size: 16px;
    }
}

.main-slider-three__button {
    overflow: hidden;
}

.main-slider-three__button__inner {
    opacity: 0;
    transform: translateY(150px);
}

.main-slider-three__shape {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1599px) {
    .main-slider-three__shape {
        max-width: 650px;
    }
}

@media (max-width: 1399px) {
    .main-slider-three__shape {
        max-width: 600px;
    }
}

@media (max-width: 1199px) {
    .main-slider-three__shape {
        max-width: 550px;
    }
}

@media (max-width: 991px) {
    .main-slider-three__shape {
        max-width: 470px;
    }
}

@media (max-width: 767px) {
    .main-slider-three__shape {
        max-width: 380px;
    }
}

@media (max-width: 575px) {
    .main-slider-three__shape {
        display: none !important;
    }
}

.main-slider-three .active .main-slider-three__bg {
    transform: scale(1.3);
}

.main-slider-three .active .main-slider-three__tagline,
.main-slider-three .active .main-slider-three__title__inner,
.main-slider-three .active .main-slider-three__text,
.main-slider-three .active .main-slider-three__button__inner {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1600ms ease, opacity 1600ms ease;
}

.main-slider-three .active .main-slider-three__title__inner {
    transition-delay: 200ms;
}

.main-slider-three .active .main-slider-three__text {
    transition-delay: 300ms;
}

.main-slider-three .active .main-slider-three__button__inner {
    transition-delay: 500ms;
}

.main-slider-four {
    position: relative;
    background: var(--cherito-white, #ffffff);
    overflow: hidden;
    z-index: 1;
}

.main-slider-four__carousel.owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
}

@media (max-width: 1399px) {
    .main-slider-four__carousel.owl-carousel .owl-nav {
        left: 50%;
        bottom: 120px;
        transform: translateX(-50%);
    }
}

@media (min-width: 1400px) {
    .main-slider-four__carousel.owl-carousel .owl-nav {
        top: calc(50% - 95px);
        left: 30px;
        transform: translateY(-50%);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (min-width: 1500px) {
    .main-slider-four__carousel.owl-carousel .owl-nav {
        left: 80px;
    }
}

.main-slider-four__carousel.owl-carousel .owl-nav button {
    background: var(--cherito-white, #ffffff);
}

.main-slider-four__item {
    position: relative;
    padding-top: 36px;
    padding-bottom: 92px;
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 1599px) {
    .main-slider-four__item {
        padding-top: 130px;
        padding-bottom: 300px;
    }
}

@media (max-width: 430px) {
    .main-slider-four__item {
        padding-top: 110px;
    }
}

.main-slider-four__bg {
    width: 68.3%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.2;
    mix-blend-mode: luminosity;
}

@media (max-width: 1599px) {
    .main-slider-four__bg {
        width: 100%;
    }
}

.main-slider-four__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-91.04deg, var(--cherito-white, #ffffff) 0%, RGBA(var(--cherito-white-rgb, 255, 255, 255), 0) 100%);
}

.main-slider-four__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, RGBA(var(--cherito-white-rgb, 255, 255, 255), 0) 57.19%, rgba(254, 218, 70, 0.16) 100%);
    z-index: 1;
}

.main-slider-four .container {
    position: relative;
    z-index: 3;
}

@media (max-width: 1599px) {
    .main-slider-four .row {
        align-items: center;
    }
}

.main-slider-four__content {
    position: relative;
    margin-top: 129px;
    z-index: 2;
}

@media (max-width: 1599px) {
    .main-slider-four__content {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .main-slider-four__content {
        max-width: 800px;
    }
}

.main-slider-four__top {
    margin-bottom: 3px;
    overflow: hidden;
}

.main-slider-four__tagline {
    margin: 0;
    display: inline-block;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 24px;
    color: var(--cherito-base);
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(100px);
}

@media (max-width: 767px) {
    .main-slider-four__tagline {
        font-size: 22px;
    }
}

.main-slider-four__title {
    overflow: hidden;
    position: relative;
    margin-bottom: 19px;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.166;
}

@media (max-width: 991px) {
    .main-slider-four__title {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .main-slider-four__title {
        font-size: 45px;
    }
}

@media (max-width: 430px) {
    .main-slider-four__title {
        font-size: 40px;
    }
}

.main-slider-four__title__inner {
    overflow: hidden;
    position: relative;
    display: table;
    opacity: 0;
    transform: translateY(250px);
}

.main-slider-four__description {
    margin-bottom: 32px;
    overflow: hidden;
}

.main-slider-four__text {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--cherito-text, #727272);
    line-height: 1.666;
    opacity: 0;
    transform: translateY(200px);
}

@media (max-width: 767px) {
    .main-slider-four__text {
        font-size: 16px;
    }
}

.main-slider-four__button {
    overflow: hidden;
}

.main-slider-four__button__inner {
    opacity: 0;
    transform: translateY(150px);
}

.main-slider-four__image {
    position: relative;
    opacity: 0;
    transform: translateX(100%) scaleX(2.5);
}

@media (min-width: 1600px) {
    .main-slider-four__image {
        margin-left: -100px;
    }
}

.main-slider-four__image__inner {
    position: relative;
    z-index: 1;
}

@media (max-width: 1599px) {
    .main-slider-four__image__inner img {
        width: auto !important;
        display: inline-block !important;
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 1600px) {
    .main-slider-four__image__inner img {
        display: inline-block !important;
        width: auto !important;
    }
}

@media (max-width: 1599px) {
    .main-slider-four__image__shape-1,
    .main-slider-four__image__shape-2 {
        width: auto !important;
        display: inline-block !important;
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 1600px) {
    .main-slider-four__image__shape-1,
    .main-slider-four__image__shape-2 {
        display: inline-block !important;
        width: auto !important;
    }
}

.main-slider-four__image__shape-1 {
    position: absolute;
    top: 61px;
    left: 89px;
    animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1599px) {
    .main-slider-four__image__shape-1 {
        top: 40px;
        left: 0;
    }
}

@media (max-width: 991px) {
    .main-slider-four__image__shape-1 {
        top: 20px;
    }
}

@media (max-width: 767px) {
    .main-slider-four__image__shape-1 {
        top: 0px;
    }
}

.main-slider-four__image__shape-2 {
    position: absolute;
    left: -42px;
    bottom: -90px;
}

@media (max-width: 1599px) {
    .main-slider-four__image__shape-2 {
        bottom: -40px;
    }
}

@media (max-width: 430px) {
    .main-slider-four__image__shape-2 {
        left: -30px;
    }
}

.main-slider-four__shape {
    width: 100%;
    height: 297px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-repeat: repeat-x;
    background: transparent;
    background-blend-mode: initial;
    background-position: left top;
    animation: moveBackground 40s linear 0s infinite;
}

.main-slider-four .active .main-slider-four__tagline,
.main-slider-four .active .main-slider-four__title__inner,
.main-slider-four .active .main-slider-four__text,
.main-slider-four .active .main-slider-four__button__inner {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1600ms ease, opacity 1600ms ease;
}

.main-slider-four .active .main-slider-four__title__inner {
    transition-delay: 500ms;
}

.main-slider-four .active .main-slider-four__text {
    transition-delay: 700ms;
}

.main-slider-four .active .main-slider-four__button__inner {
    transition-delay: 900ms;
}

.main-slider-four .active .main-slider-four__image {
    opacity: 1;
    transform: translateX(0px) scaleX(1);
    transition: transform 1300ms ease, opacity 1300ms ease;
}

.main-slider-five {
    position: relative;
    background: var(--cherito-white, #ffffff);
    overflow: hidden;
    z-index: 1;
}

.main-slider-five__carousel {
    position: relative;
}

.main-slider-five__carousel.owl-carousel .owl-dots {
    margin: 0 !important;
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
}

.main-slider-five__carousel.owl-carousel .owl-dots .owl-dot {
    background: var(--cherito-white3);
}

.main-slider-five__carousel.owl-carousel .owl-dots .owl-dot::after {
    background: rgba(var(--cherito-primary-rgb), 0.3);
}

.main-slider-five__carousel.owl-carousel .owl-dots .owl-dot:hover,
.main-slider-five__carousel.owl-carousel .owl-dots .owl-dot.active {
    background: var(--cherito-primary);
}

.main-slider-five__item {
    position: relative;
    padding-top: 131px;
    padding-bottom: 220px;
    background: var(--cherito-white, #ffffff);
    overflow: hidden;
}

.main-slider-five__bg {
    width: 75.65%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

@media (max-width: 1599px) {
    .main-slider-five__bg {
        width: 85%;
    }
}

@media (max-width: 1399px) {
    .main-slider-five__bg {
        width: 100%;
    }
}

.main-slider-five__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transition: all 10s ease;
}

.main-slider-five__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90.9deg, #100E2C 34.39%, rgba(254, 101, 0, 0) 108.3%);
    z-index: 1;
}

.main-slider-five .container {
    position: relative;
    z-index: 3;
}

.main-slider-five__content {
    position: relative;
    z-index: 2;
}

.main-slider-five__top {
    margin-bottom: 15px;
    overflow: hidden;
}

.main-slider-five__tagline {
    margin: 0;
    padding: 3.5px 26.5px;
    display: inline-block;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 24px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
    border-radius: 43px;
    opacity: 0;
    transform: translateY(-200px);
}

@media (max-width: 767px) {
    .main-slider-five__tagline {
        font-size: 22px;
    }
}

.main-slider-five__title {
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
    font-size: 80px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1.125;
}

@media (max-width: 1399px) {
    .main-slider-five__title {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .main-slider-five__title {
        font-size: 65px;
    }
}

@media (max-width: 991px) {
    .main-slider-five__title {
        font-size: 57px;
    }
}

@media (max-width: 767px) {
    .main-slider-five__title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .main-slider-five__title {
        font-size: 50px;
    }
}

@media (max-width: 430px) {
    .main-slider-five__title {
        font-size: 45px;
    }
}

@media (max-width: 390px) {
    .main-slider-five__title {
        font-size: 40px;
    }
}

.main-slider-five__title__inner {
    overflow: hidden;
    position: relative;
    display: table;
    opacity: 0;
    transform: translateY(300px);
}

.main-slider-five__title__hover {
    display: block;
}

.main-slider-five__title__hover__box {
    display: block;
    width: calc(10% + 1px);
    height: 100%;
    top: 0;
    position: absolute;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    background: var(--cherito-white, #ffffff);
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
    z-index: 1;
}

.main-slider-five__description {
    margin-bottom: 42px;
    overflow: hidden;
}

.main-slider-five__text {
    margin-bottom: 0;
    font-size: 18px;
    color: RGBA(var(--cherito-gray4-rgb, 210, 210, 210), 0.7);
    line-height: 1.666;
    opacity: 0;
    transform: translateY(150px);
}

@media (max-width: 767px) {
    .main-slider-five__text {
        font-size: 16px;
    }
}

.main-slider-five__button {
    overflow: hidden;
}

.main-slider-five__button__inner {
    opacity: 0;
    transform: translateY(150px);
}

.main-slider-five__button .cherito-btn {
    background: var(--cherito-primary);
}

.main-slider-five__button .cherito-btn:hover {
    color: var(--cherito-black);
}

.main-slider-five__button .cherito-btn__hover {
    background: var(--cherito-white, #ffffff);
}

.main-slider-five__shape-1,
.main-slider-five__shape-2 {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
}

.main-slider-five__shape-1 {
    position: absolute;
    top: 0;
    left: -50%;
    mix-blend-mode: soft-light;
    z-index: 2;
    animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 1599px) {
    .main-slider-five__shape-1 {
        display: none !important;
    }
}

.main-slider-five__shape-2 {
    position: absolute;
    top: 27px;
    right: 240px;
    opacity: 0;
    transform: translateX(100%) scaleX(2.5);
    z-index: 2;
}

@media (max-width: 1799px) {
    .main-slider-five__shape-2 {
        right: 100px;
    }
}

@media (max-width: 1599px) {
    .main-slider-five__shape-2 {
        max-width: 500px !important;
        top: 50%;
        right: 50px;
        transform: translate(100%, -50%) scaleX(2.5);
    }
}

@media (max-width: 1399px) {
    .main-slider-five__shape-2 {
        max-width: 450px !important;
    }
}

@media (max-width: 1199px) {
    .main-slider-five__shape-2 {
        display: none !important;
    }
}

.main-slider-five .active .main-slider-five__bg__inner {
    transform: scale(1.2);
}

.main-slider-five .active .main-slider-five__tagline,
.main-slider-five .active .main-slider-five__title__inner,
.main-slider-five .active .main-slider-five__text,
.main-slider-five .active .main-slider-five__button__inner {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1600ms ease, opacity 1600ms ease;
}

.main-slider-five .active .main-slider-five__title__inner {
    transition-delay: 200ms;
}

.main-slider-five .active .main-slider-five__text {
    transition-delay: 300ms;
}

.main-slider-five .active .main-slider-five__button__inner {
    transition-delay: 500ms;
}

.main-slider-five .active .main-slider-five__title__hover__box {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
}

.main-slider-five .active .main-slider-five__title__hover__box--1 {
    left: 0;
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.main-slider-five .active .main-slider-five__title__hover__box--2 {
    left: 10%;
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.main-slider-five .active .main-slider-five__title__hover__box--3 {
    left: 20%;
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.main-slider-five .active .main-slider-five__title__hover__box--4 {
    left: 30%;
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.main-slider-five .active .main-slider-five__title__hover__box--5 {
    left: 40%;
    -webkit-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

.main-slider-five .active .main-slider-five__title__hover__box--6 {
    left: 50%;
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-five .active .main-slider-five__title__hover__box--7 {
    left: 60%;
    -webkit-transition-delay: 1900ms;
    transition-delay: 1900ms;
}

.main-slider-five .active .main-slider-five__title__hover__box--8 {
    left: 70%;
    -webkit-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider-five .active .main-slider-five__title__hover__box--9 {
    left: 80%;
    -webkit-transition-delay: 2100ms;
    transition-delay: 2100ms;
}

.main-slider-five .active .main-slider-five__title__hover__box--10 {
    left: 90%;
    -webkit-transition-delay: 2200ms;
    transition-delay: 2200ms;
}

.main-slider-five .active .main-slider-five__shape-1 {
    left: 0;
    opacity: 1;
    transition: all 1200ms ease;
}

@media (max-width: 1799px) {
    .main-slider-five .active .main-slider-five__shape-1 {
        left: -30px;
    }
}

.main-slider-five .active .main-slider-five__shape-2 {
    opacity: 0.1;
    transform: translateX(0%) scaleX(1);
    transition: all 1200ms ease;
}

@media (max-width: 1599px) {
    .main-slider-five .active .main-slider-five__shape-2 {
        transform: translate(0%, -50%) scaleX(1);
    }
}

.main-slider-six {
    position: relative;
    background: var(--cherito-black);
    overflow: hidden;
    z-index: 1;
}

.main-slider-six__carousel.owl-carousel .owl-dots {
    margin: 0 !important;
    position: absolute;
    z-index: 3;
}

@media (max-width: 1199px) {
    .main-slider-six__carousel.owl-carousel .owl-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: 70px;
    }
}

@media (min-width: 1200px) {
    .main-slider-six__carousel.owl-carousel .owl-dots {
        width: auto;
        min-width: auto;
        max-width: inherit;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 26px;
        top: calc(50% + 56px);
        right: calc((100% - 1178px) / 2);
        transform: translateY(-50%);
    }
}

@media (min-width: 1600px) {
    .main-slider-six__carousel.owl-carousel .owl-dots {
        top: calc(50% + 110px);
    }
}

.main-slider-six__carousel.owl-carousel .owl-dots .owl-dot {
    outline: 0;
    border: 0;
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cherito-base);
    z-index: 1;
    transition: all 400ms ease;
}

.main-slider-six__carousel.owl-carousel .owl-dots .owl-dot::after {
    content: "";
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0;
    border-radius: inherit;
    border: 6px solid var(--cherito-white, #ffffff);
    z-index: -1;
    transition: all 400ms ease;
}

.main-slider-six__carousel.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
}

.main-slider-six__carousel.owl-carousel .owl-dots .owl-dot:hover::after,
.main-slider-six__carousel.owl-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.main-slider-six__carousel.owl-carousel .owl-dots .owl-dot:hover span,
.main-slider-six__carousel.owl-carousel .owl-dots .owl-dot.active span {
    background: transparent;
}

.main-slider-six__item {
    position: relative;
    padding-top: 328px;
    padding-bottom: 120px;
    overflow: hidden;
}

@media (max-width: 1599px) {
    .main-slider-six__item {
        padding-top: 220px;
    }
}

@media (max-width: 1199px) {
    .main-slider-six__item {
        padding-bottom: 220px;
    }
}

@media (max-width: 575px) {
    .main-slider-six__item {
        padding-top: 180px;
    }
}

.main-slider-six__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transform: scale(1);
    transition: transform 10s ease;
}

.main-slider-six__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--cherito-black-rgb), 0.6);
}

.main-slider-six .container {
    position: relative;
    z-index: 2;
}

.main-slider-six__inner {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 575px) {
    .main-slider-six__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 390px) {
    .main-slider-six__inner {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.main-slider-six__inner::after {
    content: "";
    width: 100%;
    height: calc(100% + 240px);
    position: absolute;
    top: -120px;
    left: 0;
    background: rgba(var(--cherito-black-rgb), 0.47);
    border-radius: 40px 40px 0px 0px;
}

@media (max-width: 1199px) {
    .main-slider-six__inner::after {
        height: calc(100% + 340px);
    }
}

@media (max-width: 575px) {
    .main-slider-six__inner::after {
        top: -80px;
        height: calc(100% + 300px);
    }
}

.main-slider-six__content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.main-slider-six__top {
    margin-bottom: 18px;
    overflow: hidden;
}

.main-slider-six__tagline {
    margin: 0;
    padding: 3.5px 27px;
    display: inline-block;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 24px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
    border-radius: 43px;
    opacity: 0;
    transform: translateY(-200px);
}

@media (max-width: 767px) {
    .main-slider-six__tagline {
        font-size: 22px;
    }
}

@media (max-width: 390px) {
    .main-slider-six__tagline {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
    }
}

.main-slider-six__title {
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
    font-size: 70px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1.142;
}

@media (max-width: 1399px) {
    .main-slider-six__title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .main-slider-six__title {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .main-slider-six__title {
        font-size: 45px;
    }
}

@media (max-width: 430px) {
    .main-slider-six__title {
        font-size: 40px;
    }
}

.main-slider-six__title__inner {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    display: table;
    opacity: 0;
    transform: translateY(200px);
}

.main-slider-six__description {
    margin: 0 auto 26px;
    max-width: 600px;
    overflow: hidden;
}

.main-slider-six__text {
    margin-bottom: 0;
    font-size: 18px;
    color: RGBA(var(--cherito-gray4-rgb, 210, 210, 210), 0.7);
    font-weight: 600;
    line-height: 1.666;
    opacity: 0;
    transform: translateY(150px);
}

@media (max-width: 767px) {
    .main-slider-six__text {
        font-size: 16px;
    }
}

.main-slider-six__button {
    overflow: hidden;
}

.main-slider-six__button__inner {
    opacity: 0;
    transform: translateY(150px);
}

.main-slider-six__button .cherito-btn:hover {
    color: var(--cherito-black);
}

.main-slider-six__button .cherito-btn__hover {
    background: var(--cherito-white, #ffffff);
}

.main-slider-six .active .main-slider-six__bg {
    transform: scale(1.3);
}

.main-slider-six .active .main-slider-six__tagline,
.main-slider-six .active .main-slider-six__title__inner,
.main-slider-six .active .main-slider-six__text,
.main-slider-six .active .main-slider-six__button__inner {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1600ms ease, opacity 1600ms ease;
}

.main-slider-six .active .main-slider-six__title__inner {
    transition-delay: 200ms;
}

.main-slider-six .active .main-slider-six__text {
    transition-delay: 300ms;
}

.main-slider-six .active .main-slider-six__button__inner {
    transition-delay: 500ms;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-one {
    position: relative;
    background: var(--cherito-white2, #F4F0ED);
}

.about-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: luminosity;
    opacity: 0.3;
}

.about-one .sec-title {
    margin-bottom: 11px;
}

.about-one__text {
    margin-bottom: 29px;
}

.about-one__inner {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 30px;
}

@media (max-width: 1199px) {
    .about-one__inner {
        padding-right: 0;
    }
}

.about-one__inner__item+.about-one__inner__item {
    margin-top: 20px;
}

.about-one__inner__item {
    position: relative;
    padding: 22px 30px 21px 0px;
    display: flex;
    align-items: flex-start;
    gap: 20px 48px;
    border-radius: 0px 10px 10px 0px;
    background: var(--cherito-black2, #000000);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-one__inner__item {
        gap: 20px 30px;
    }
}

@media (max-width: 767px) {
    .about-one__inner__item {
        gap: 20px 30px;
    }
}

@media (max-width: 575px) {
    .about-one__inner__item {
        flex-direction: column;
    }
}

.about-one__inner__item__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: luminosity;
    border-radius: inherit;
}

.about-one__inner__item__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.7);
    border-radius: inherit;
}

.about-one__inner__item__content {
    position: relative;
    z-index: 2;
}

@media (max-width: 575px) {
    .about-one__inner__item__content {
        padding-left: 30px;
    }
}

.about-one__inner__icon {
    position: relative;
    width: 143px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 42px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
    border-radius: 0px 100px 100px 0px;
    z-index: 2;
    transition: all 500ms ease;
}

.about-one__inner__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-one__inner__icon {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .about-one__inner__icon {
        width: 120px;
    }
}

.about-one__inner__icon::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 22px 15px;
    border-color: transparent transparent var(--cherito-primary, #F2B42B) transparent;
    position: absolute;
    top: -22px;
    left: -15px;
    transition: all 500ms ease;
}

.about-one__inner__icon::after {
    content: "";
    width: 15px;
    height: 100%;
    background: var(--cherito-base, #E23B33);
    position: absolute;
    top: 0;
    left: -15px;
    transition: all 500ms ease;
}

.about-one__inner__item:hover .about-one__inner__icon {
    background: var(--cherito-primary, #F2B42B);
}

.about-one__inner__item:hover .about-one__inner__icon::before {
    border-color: transparent transparent var(--cherito-base, #E23B33) transparent;
}

.about-one__inner__item:hover .about-one__inner__icon::after {
    background: var(--cherito-primary, #F2B42B);
}

.about-one__inner__title {
    margin-bottom: 4px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 20px;
    font-weight: 600;
    color: var(--cherito-white, #ffffff);
    text-transform: capitalize;
    line-height: 1.5;
}

@media (max-width: 575px) {
    .about-one__inner__title {
        margin-bottom: 10px;
    }
}

.about-one__inner__text {
    margin: 0;
    color: var(--cherito-white2, #F4F0ED);
}

.about-one__inner__shape {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: luminosity;
    opacity: 0.5;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-one__image {
        margin-top: 52px;
    }
}

.about-one__image__inner {
    display: table;
    position: relative;
    margin-left: auto;
    text-align: right;
}

@media (max-width: 991px) {
    .about-one__image__inner {
        margin-left: 0;
        text-align: left;
    }
}

.about-one__image__one img,
.about-one__image__two img,
.about-one__image__shape-1,
.about-one__image__shape-2 {
    max-width: 100%;
    height: auto;
}

.about-one__image__one {
    position: relative;
    display: inline-block;
    background: var(--cherito-black2, #000000);
    border-radius: 10px;
    z-index: 1;
}

.about-one__image__one::after {
    content: "";
    width: calc(100% - 54px);
    height: calc(100% - 46px);
    position: absolute;
    top: 12px;
    right: 0;
    border: 4px solid var(--cherito-primary, #F2B42B);
    transform: rotate(-31deg);
    border-radius: 0 0 1000px 1000px;
    z-index: -1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-one__image__one::after {
        right: -47px;
    }
}

@media (max-width: 991px) {
    .about-one__image__one::after {
        right: -35px;
    }
}

@media (max-width: 767px) {
    .about-one__image__one::after {
        display: none;
    }
}

.about-one__image__one img {
    border-radius: inherit;
}

.about-one__image__two {
    position: relative;
    display: table;
    z-index: 1;
    margin-top: -275px;
    margin-right: 223px;
    padding: 14px 14px 21px 18px;
    background: var(--cherito-base, #E23B33);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 963.000000"><g transform="translate(0.000000,963.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4730 9616 c0 -21 17 -29 46 -22 38 10 30 36 -11 36 -24 0 -35 -5 -35 -14z"/> <path d="M4890 9581 c0 -13 37 -24 50 -16 6 4 8 11 5 16 -8 12 -55 12 -55 0z"/> <path d="M4995 9580 c-11 -18 26 -38 80 -44 143 -15 165 -15 165 0 0 8 -3 14 -7 15 -5 0 -17 2 -28 4 -74 14 -114 19 -140 20 -16 1 -37 5 -46 9 -10 4 -20 2 -24 -4z"/> <path d="M5496 9019 c-25 -15 -4 -29 47 -29 40 0 48 13 18 30 -25 13 -41 12 -65 -1z"/> <path d="M3497 9004 c-3 -3 -39 -8 -79 -10 -81 -5 -193 -25 -308 -55 -98 -27 -252 -79 -264 -90 -6 -5 -15 -9 -22 -9 -7 0 -50 -17 -96 -39 -45 -21 -99 -46 -118 -54 -19 -9 -71 -36 -115 -61 -44 -25 -87 -49 -95 -53 -8 -3 -47 -26 -87 -50 -39 -24 -83 -43 -96 -43 -43 0 -119 -46 -198 -119 -85 -78 -111 -123 -87 -147 13 -13 20 -10 59 19 37 29 223 155 285 194 65 42 181 93 208 92 58 -2 81 -13 81 -39 0 -22 -21 -35 -170 -112 -215 -111 -206 -107 -230 -121 -84 -52 -120 -79 -190 -146 -44 -42 -121 -103 -170 -136 -207 -138 -384 -286 -444 -372 -45 -65 -8 -40 163 115 81 72 109 93 266 195 47 30 121 81 165 112 125 88 250 172 292 196 130 74 167 89 218 89 29 0 59 6 71 15 25 19 48 19 64 0 9 -11 27 -15 59 -13 39 3 46 6 51 28 6 27 28 35 66 26 29 -8 30 -20 4 -46 -26 -26 -25 -30 3 -30 13 0 31 -6 42 -13 16 -13 13 -17 -46 -52 -35 -22 -118 -80 -183 -129 -238 -182 -265 -202 -326 -239 -33 -21 -64 -45 -67 -55 -14 -37 -96 -121 -138 -141 -25 -12 -82 -57 -127 -102 -84 -82 -128 -109 -180 -109 -22 0 -39 -10 -62 -35 -19 -21 -42 -35 -57 -36 -16 0 -34 -13 -54 -42 -19 -26 -41 -44 -58 -47 -32 -6 -115 -74 -127 -104 -4 -11 -34 -34 -67 -51 -67 -34 -116 -70 -176 -128 -23 -22 -64 -50 -90 -62 -65 -31 -87 -53 -87 -88 0 -21 -11 -41 -40 -69 -42 -42 -72 -47 -78 -13 -7 46 -11 49 -37 25 -16 -15 -25 -36 -27 -63 -3 -35 -9 -45 -38 -64 -49 -31 -70 -54 -70 -73 0 -23 -38 -70 -56 -70 -37 0 -13 60 107 268 50 86 102 177 116 202 13 25 40 67 59 95 41 60 42 73 8 81 -34 9 -40 1 -109 -130 -31 -60 -79 -135 -106 -168 -56 -68 -106 -144 -145 -220 -36 -72 -114 -274 -124 -322 -6 -29 -19 -49 -49 -74 -38 -31 -41 -37 -41 -84 0 -43 -4 -54 -30 -78 -17 -16 -47 -34 -66 -40 -34 -12 -35 -14 -29 -47 6 -35 -7 -57 -90 -144 -22 -23 -25 -35 -25 -103 0 -45 -6 -91 -15 -113 -8 -19 -15 -58 -15 -85 0 -27 -7 -65 -15 -85 -8 -19 -15 -53 -15 -73 0 -26 -8 -48 -24 -67 -21 -25 -24 -36 -19 -83 12 -127 14 -293 4 -303 -18 -18 -12 -46 14 -63 24 -16 25 -20 25 -129 0 -64 5 -126 12 -142 6 -15 12 -48 13 -73 0 -25 2 -83 3 -130 2 -90 2 -89 86 -205 10 -14 29 -74 42 -133 31 -145 55 -197 104 -222 21 -11 40 -25 42 -31 2 -6 31 -26 63 -43 71 -37 89 -68 90 -146 0 -58 38 -193 63 -222 14 -17 13 -44 -3 -110 -8 -31 16 -78 39 -78 8 0 29 16 48 36 31 33 33 39 33 111 0 50 4 77 12 80 17 6 53 -33 53 -59 0 -12 14 -33 30 -47 20 -17 43 -58 69 -121 21 -53 53 -124 70 -158 17 -34 31 -72 31 -86 0 -13 15 -44 34 -69 49 -64 56 -81 56 -127 0 -32 8 -52 30 -80 17 -21 30 -42 30 -48 0 -6 15 -22 32 -37 45 -38 50 -58 33 -126 -9 -33 -13 -74 -10 -92 11 -54 56 -109 114 -138 64 -32 71 -41 71 -99 0 -34 8 -55 30 -84 17 -22 30 -50 30 -63 0 -15 25 -47 76 -98 42 -41 80 -75 85 -75 5 0 27 -23 49 -51 41 -52 144 -139 165 -139 33 0 46 49 18 71 -18 16 -140 161 -166 199 -9 13 -17 36 -17 51 0 29 37 119 48 119 4 -1 25 -11 47 -24 41 -23 66 -76 47 -99 -15 -19 -23 -80 -13 -96 8 -13 12 -13 26 -1 9 7 23 26 31 41 16 32 69 48 102 30 28 -15 38 -102 17 -160 -24 -68 -20 -117 11 -144 37 -32 54 -69 54 -120 0 -49 -17 -71 -46 -61 -19 7 -177 136 -224 184 -69 68 -134 120 -151 120 -10 0 -19 -3 -19 -7 0 -22 81 -157 145 -243 l75 -99 60 -7 c35 -4 71 -15 84 -25 13 -11 27 -19 31 -19 4 0 29 -11 56 -25 27 -13 77 -29 111 -35 41 -7 78 -22 106 -41 50 -36 72 -32 72 10 0 37 -50 97 -88 106 -36 8 -51 21 -90 77 -35 50 -40 88 -17 128 24 41 19 79 -10 86 -43 11 -87 84 -51 84 7 0 30 -11 50 -25 45 -31 46 -31 46 -1 0 63 34 75 73 25 15 -19 45 -39 78 -51 63 -23 73 -24 117 -14 31 7 33 6 27 -13 -8 -26 19 -30 33 -5 7 13 15 15 38 7 25 -9 29 -14 26 -44 -2 -19 -10 -41 -18 -50 -13 -14 -13 -18 0 -28 15 -13 56 -6 56 9 0 4 16 11 35 14 19 4 35 10 35 14 0 11 -31 35 -63 50 -42 18 -28 37 30 40 51 3 52 2 87 -44 20 -26 36 -50 36 -54 0 -4 -9 -15 -20 -25 -11 -10 -20 -23 -20 -30 0 -24 68 -86 99 -90 64 -8 65 -35 0 -35 -31 0 -39 -4 -39 -17 1 -35 111 -122 173 -137 15 -3 27 -11 27 -16 0 -13 -56 -13 -80 0 -10 5 -44 13 -76 16 -35 4 -71 16 -92 30 -19 13 -49 26 -68 30 -19 3 -37 10 -40 15 -3 5 -12 9 -20 9 -9 0 -12 -5 -8 -12 4 -7 7 -27 6 -45 -2 -27 1 -33 16 -33 11 0 31 -9 44 -20 33 -26 204 -111 243 -121 36 -9 88 -27 133 -45 18 -8 43 -14 56 -14 13 0 37 -7 55 -16 19 -10 36 -13 42 -7 8 8 -25 25 -126 68 -16 7 -47 20 -68 29 -21 9 -46 16 -57 16 -32 0 -103 41 -91 53 10 10 84 -8 159 -39 18 -8 49 -14 70 -14 26 0 60 -13 114 -45 66 -39 81 -43 103 -35 40 15 55 12 55 -11 0 -16 4 -19 18 -14 9 4 27 10 39 12 23 5 26 2 37 -49 4 -16 15 -29 29 -33 12 -4 36 -20 52 -35 39 -37 58 -44 190 -68 195 -36 323 -46 527 -44 139 2 198 -1 203 -9 9 -14 -12 -29 -42 -29 -12 0 -31 -9 -42 -21 -10 -11 -36 -25 -57 -29 -56 -13 -268 -12 -349 1 -38 6 -108 12 -155 13 -58 1 -95 7 -117 19 -20 10 -55 17 -91 17 -32 0 -62 4 -67 9 -6 5 -32 11 -60 14 -93 10 -173 31 -235 64 -14 7 -32 13 -40 13 -12 1 -12 3 3 14 9 7 17 23 17 34 0 22 -11 27 -80 35 -19 3 -60 15 -90 27 -75 31 -110 36 -110 18 0 -21 30 -46 60 -50 35 -4 39 -35 5 -44 -19 -5 -32 -1 -48 14 -14 12 -43 22 -78 26 -30 4 -68 14 -83 21 -16 8 -32 15 -37 15 -5 0 -37 13 -71 29 -100 47 -168 62 -168 38 0 -10 -10 -12 -36 -8 -45 7 -50 24 -10 31 44 8 37 25 -11 27 -24 2 -43 -2 -43 -7 0 -6 -8 -10 -17 -10 -17 1 -17 1 0 14 24 19 23 56 -3 56 -14 0 -20 -7 -20 -21 0 -12 -7 -27 -15 -33 -14 -10 -14 -13 0 -34 9 -12 22 -22 29 -22 7 0 38 -14 69 -30 56 -30 137 -42 137 -20 0 6 5 10 11 10 8 0 8 -4 -1 -15 -17 -20 -10 -27 74 -68 43 -22 77 -46 81 -57 3 -10 19 -22 36 -25 17 -4 42 -13 57 -21 15 -8 41 -14 57 -14 17 0 46 -11 66 -24 19 -13 67 -34 105 -47 38 -12 85 -28 104 -35 19 -6 82 -25 140 -42 58 -16 128 -38 155 -49 39 -15 72 -19 150 -18 63 1 107 -3 120 -10 32 -19 125 -18 147 2 12 10 42 18 78 21 55 4 60 3 60 -16 0 -11 -6 -22 -14 -25 -8 -3 -16 -22 -18 -44 -3 -36 -5 -38 -41 -41 -20 -2 -83 6 -140 17 -56 10 -160 29 -232 41 -78 13 -198 43 -301 76 -124 39 -185 54 -228 54 -58 0 -95 12 -109 36 -5 9 -26 14 -51 14 -62 0 -196 66 -196 96 0 11 -10 14 -37 12 -22 -1 -38 3 -41 10 -2 7 -15 12 -28 12 -13 0 -33 5 -43 12 -20 12 -51 5 -51 -12 0 -5 16 -27 35 -49 19 -21 35 -45 35 -53 0 -22 40 -54 85 -69 22 -7 80 -32 129 -56 49 -24 96 -41 104 -38 8 3 30 -4 49 -15 19 -11 49 -20 66 -20 18 0 43 -7 57 -15 42 -24 61 -31 160 -63 111 -36 157 -46 185 -43 12 1 61 -5 110 -14 134 -24 320 -47 405 -50 161 -7 255 -16 267 -26 12 -10 78 -8 169 6 23 4 50 3 60 -3 18 -9 60 -7 339 18 172 15 415 56 447 76 5 3 55 10 110 15 82 7 108 13 139 34 21 14 51 25 66 25 16 1 39 7 53 15 14 8 42 14 63 15 21 0 55 9 77 20 22 11 57 20 78 20 24 0 70 14 116 36 43 19 112 47 154 61 42 14 90 36 105 49 16 13 39 24 52 24 13 0 63 21 111 46 53 28 105 47 136 51 33 4 54 12 61 24 7 11 22 19 35 19 12 0 41 9 63 21 37 19 42 19 64 5 23 -15 27 -14 61 9 20 13 60 36 90 50 29 14 79 49 111 78 32 29 71 63 87 75 16 13 34 32 40 44 6 13 24 29 39 38 24 13 29 13 37 1 7 -13 14 -12 47 5 81 41 141 83 148 103 3 12 21 28 39 35 19 8 46 30 62 50 19 23 38 36 52 36 24 0 44 17 180 152 72 71 89 99 141 231 6 15 22 32 36 39 14 6 25 19 25 29 0 10 18 33 40 50 22 18 40 40 40 49 0 10 7 23 15 30 15 13 133 187 155 229 7 14 17 30 21 35 48 58 110 152 124 190 10 25 24 51 31 57 8 6 14 21 14 33 0 12 18 41 40 65 23 25 40 36 40 28 0 -9 -6 -17 -12 -20 -10 -3 -10 -7 1 -20 31 -38 71 -6 106 86 10 26 22 50 26 53 5 3 9 16 9 30 0 13 13 50 29 82 41 82 105 281 102 321 -1 22 5 41 17 55 11 12 25 39 32 61 7 22 26 66 43 99 20 39 31 76 32 110 2 28 6 68 10 89 6 29 4 42 -10 57 -20 22 -15 58 16 101 10 15 28 58 40 96 11 37 26 77 33 88 7 11 16 49 20 85 4 36 11 90 16 120 33 199 41 290 41 478 0 111 -3 223 -6 249 -3 29 0 66 8 92 l14 45 6 -75 c13 -150 7 -627 -8 -692 -16 -68 -20 -243 -6 -251 12 -8 21 29 21 86 0 26 6 75 14 110 8 35 17 133 20 218 3 85 9 214 13 285 l8 130 6 -95 c5 -90 5 -88 7 49 2 117 -1 146 -13 155 -12 9 -17 54 -24 216 -6 113 -15 234 -21 270 -6 36 -15 90 -20 120 -5 30 -17 87 -26 125 -9 39 -19 84 -21 102 -3 18 -11 38 -19 44 -8 6 -14 25 -14 41 0 16 -6 43 -14 61 -7 18 -14 54 -14 80 -1 25 -6 54 -11 64 -13 22 -41 125 -41 148 0 9 -16 49 -35 89 -19 40 -35 78 -35 84 0 22 -34 82 -46 82 -7 0 -20 -25 -29 -55 -24 -85 -88 -112 -102 -44 -3 16 -10 32 -14 35 -5 3 -9 19 -9 36 0 17 -9 45 -19 62 -11 17 -26 55 -35 85 -9 30 -23 62 -32 72 -11 12 -15 28 -11 47 5 23 0 33 -28 55 -24 19 -55 70 -107 174 -40 82 -89 169 -108 195 -72 96 -118 164 -139 205 -11 23 -30 47 -40 53 -11 5 -23 20 -27 32 -3 13 -22 42 -41 66 -20 24 -45 63 -57 87 -11 25 -60 89 -109 144 -48 54 -118 146 -155 203 -146 226 -225 321 -320 386 -32 21 -74 42 -94 46 -20 3 -42 14 -49 22 -21 25 -239 174 -254 174 -8 0 -15 -8 -15 -18 0 -22 27 -62 42 -62 6 0 40 -28 77 -62 63 -60 107 -86 230 -140 40 -17 72 -43 125 -101 39 -43 77 -89 83 -102 11 -21 11 -23 -7 -18 -21 6 -38 23 -55 57 -11 22 -55 36 -55 17 0 -6 15 -27 32 -47 19 -22 32 -46 30 -58 -2 -15 9 -29 35 -46 47 -32 103 -89 103 -106 0 -7 20 -30 44 -51 32 -28 45 -48 50 -75 8 -47 8 -47 -112 -7 -82 27 -96 35 -117 69 -30 47 -66 56 -114 29 -39 -23 -56 -15 -67 34 -9 43 -22 58 -48 52 -13 -3 -42 8 -76 30 -30 19 -84 50 -120 69 -36 19 -101 64 -145 101 -114 96 -317 245 -365 268 -8 4 -28 16 -45 27 -45 29 -324 167 -375 185 -25 9 -76 28 -115 41 -164 60 -466 134 -544 134 -27 0 -94 19 -136 40 -39 18 -151 42 -225 47 -52 4 -87 13 -115 28 -79 45 -157 52 -510 42 -196 -6 -226 -9 -269 -28 -61 -27 -180 -36 -270 -20 -63 11 -70 10 -103 -10 -35 -22 -50 -23 -218 -19 -22 0 -61 8 -88 17 -36 13 -50 14 -59 5 -16 -16 -48 -15 -48 1 1 26 46 44 130 51 87 8 125 20 115 37 -7 10 -38 12 -48 3z m343 -764 c0 -12 -28 -25 -36 -17 -9 9 6 27 22 27 8 0 14 -5 14 -10z m-90 -10 c0 -5 -7 -10 -15 -10 -8 0 -15 5 -15 10 0 6 7 10 15 10 8 0 15 -4 15 -10z m-225 -30 c4 -6 -7 -10 -27 -9 -27 0 -30 2 -13 9 27 12 33 12 40 0z m4660 -1341 c8 -25 1 -34 -20 -26 -19 8 -20 47 -1 47 8 0 18 -9 21 -21z m470 -585 c14 -15 25 -35 25 -44 0 -24 -25 -43 -48 -36 -16 6 -20 16 -19 56 0 28 5 50 9 50 5 0 20 -12 33 -26z m90 -244 c-5 -8 -11 -8 -17 -2 -6 6 -7 16 -3 22 5 8 11 8 17 2 6 -6 7 -16 3 -22z m-25 -1252 c0 -48 -4 -89 -9 -92 -12 -8 -26 154 -16 184 13 42 25 -1 25 -92z m-72 -705 c-4 -39 -28 -42 -28 -4 0 21 5 31 16 31 11 0 14 -8 12 -27z m-33 -134 c-13 -13 -19 -36 -20 -67 0 -26 -4 -47 -10 -47 -15 0 -7 82 12 134 15 40 18 42 26 22 8 -16 6 -26 -8 -42z m-49 -299 c-7 -88 -22 -140 -40 -140 -17 0 -11 110 11 187 23 83 38 59 29 -47z m-7024 -1385 c0 -5 -5 -11 -11 -13 -6 -2 -11 4 -11 13 0 9 5 15 11 13 6 -2 11 -8 11 -13z m64 -50 c7 -18 -64 -137 -77 -130 -15 10 -10 43 12 88 29 56 54 72 65 42z m6184 -242 c-1 -13 -38 -53 -49 -53 -16 0 -13 21 6 42 16 18 43 25 43 11z m-111 -142 c-13 -26 -25 -39 -31 -33 -6 6 -1 26 13 51 13 26 25 39 31 33 6 -6 1 -26 -13 -51z m-4564 -482 c24 -6 54 -22 66 -35 17 -18 33 -24 67 -24 36 0 53 -7 100 -43 31 -24 65 -46 75 -50 20 -7 22 -23 5 -29 -28 -10 -213 18 -242 37 -15 10 -53 22 -83 26 -85 12 -115 53 -77 107 17 25 28 26 89 11z m2095 -339 c0 -5 -12 -12 -27 -15 -16 -4 -56 -13 -90 -21 -34 -8 -86 -14 -115 -14 -29 0 -66 -7 -82 -15 -22 -12 -32 -13 -40 -4 -21 22 35 44 153 60 138 20 201 23 201 9z m-453 -76 c5 -15 -97 -43 -188 -50 -67 -6 -76 -4 -93 15 -17 18 -17 21 -3 27 16 6 32 6 144 5 29 0 62 4 75 9 29 11 60 9 65 -6z m1053 -39 c0 -9 -8 -18 -17 -21 -10 -3 -29 -11 -43 -19 -14 -7 -44 -16 -67 -20 -83 -13 -37 26 72 63 44 14 55 14 55 -3z m-220 -90 c0 -17 -36 -28 -71 -23 -23 3 -23 4 6 20 37 21 65 23 65 3z m-625 -10 c0 -5 -22 -11 -50 -13 -27 -2 -54 -7 -60 -12 -13 -11 -135 -33 -143 -25 -11 11 17 27 65 37 105 22 129 26 158 24 17 0 30 -5 30 -11z m522 -18 c-4 -14 -41 -25 -89 -26 -20 -1 -40 -5 -43 -11 -3 -5 -16 -10 -28 -10 -19 0 -17 3 13 22 63 38 157 54 147 25z m-261 -73 c-23 -16 -46 -19 -46 -5 0 6 10 17 22 25 30 21 52 2 24 -20z m-146 -18 c0 -8 -16 -16 -40 -20 -47 -7 -51 -23 -15 -59 20 -19 23 -27 13 -33 -13 -8 -125 -20 -273 -28 -44 -3 -123 -9 -175 -14 -140 -14 -333 -10 -354 7 -31 26 -1 36 102 34 53 -2 143 4 199 13 57 8 122 15 145 14 144 -2 193 5 240 33 26 15 51 34 55 41 15 25 103 36 103 12z m70 -6 c0 -19 -11 -26 -23 -14 -8 8 3 34 14 34 5 0 9 -9 9 -20z m-820 -55 c10 -12 8 -16 -12 -25 -29 -14 -78 2 -78 25 0 20 73 21 90 0z"/> <path d="M3592 8999 c-27 -10 -21 -29 9 -29 25 0 59 17 59 30 0 12 -37 12 -68 -1z"/> <path d="M5662 8979 c3 -11 31 -15 114 -17 84 -2 106 0 97 9 -7 7 -55 14 -114 17 -84 4 -101 2 -97 -9z"/> <path d="M5965 8982 c-16 -4 -30 -14 -30 -22 0 -15 9 -17 155 -45 172 -33 277 -75 485 -194 95 -55 230 -121 246 -121 16 0 10 20 -8 27 -10 4 -37 20 -59 35 -23 15 -44 28 -47 28 -3 0 -73 44 -154 99 -81 54 -171 110 -199 124 -101 51 -309 88 -389 69z"/> <path d="M7222 8634 c1 -9 9 -19 16 -22 9 -3 13 2 10 14 -1 9 -9 19 -16 22 -9 3 -13 -2 -10 -14z"/> <path d="M7300 8561 c0 -5 6 -14 14 -20 16 -13 32 2 21 19 -8 12 -35 13 -35 1z"/> <path d="M7500 8260 c0 -4 9 -10 20 -13 12 -3 20 -14 20 -26 0 -12 21 -41 50 -68 38 -36 52 -57 57 -85 6 -39 12 -45 29 -28 7 7 28 -9 64 -52 77 -89 202 -218 212 -218 5 0 13 12 18 26 13 33 29 27 54 -22 43 -83 71 -92 43 -14 -17 49 -26 60 -45 60 -9 0 -41 34 -71 75 -30 41 -59 75 -64 75 -12 0 -67 61 -77 86 -5 14 -27 27 -65 39 -89 28 -131 60 -145 111 -7 25 -18 48 -24 51 -15 10 -76 12 -76 3z"/> <path d="M7040 8123 c0 -14 51 -59 88 -77 49 -25 41 2 -13 42 -51 37 -75 48 -75 35z"/> <path d="M7190 7993 c0 -12 52 -53 67 -53 23 0 14 25 -16 43 -31 18 -51 22 -51 10z"/> <path d="M1035 7310 c-10 -11 -15 -23 -12 -27 8 -7 47 25 47 39 0 14 -16 9 -35 -12z"/> <path d="M380 3431 c0 -43 9 -55 34 -45 37 14 25 84 -14 84 -17 0 -20 -7 -20 -39z"/> <path d="M667 3172 c-22 -24 -22 -72 0 -117 26 -54 48 -55 101 -2 37 38 44 49 38 71 -8 31 -59 66 -97 66 -14 0 -33 -8 -42 -18z"/> <path d="M464 3095 c-4 -8 1 -26 10 -40 9 -13 16 -44 16 -68 0 -53 18 -74 49 -57 23 12 27 45 11 99 -17 61 -72 103 -86 66z"/> <path d="M854 2916 c-9 -23 0 -51 16 -51 10 0 15 10 15 29 0 32 -21 47 -31 22z"/> <path d="M581 2841 c-13 -24 9 -57 33 -48 23 9 31 34 16 52 -17 20 -37 19 -49 -4z"/> <path d="M951 2778 c-20 -55 -22 -78 -6 -84 23 -9 65 23 65 50 0 21 -27 56 -44 56 -3 0 -10 -10 -15 -22z"/> <path d="M8326 2614 c-4 -11 -1 -14 11 -12 9 2 18 9 21 16 6 18 -25 15 -32 -4z"/> <path d="M1014 1885 c-8 -20 4 -35 27 -35 21 0 25 20 7 38 -16 16 -27 15 -34 -3z"/> <path d="M2190 1657 c0 -34 109 -141 126 -124 6 6 -109 137 -121 137 -3 0 -5 -6 -5 -13z"/> <path d="M2400 1470 c0 -5 3 -10 8 -10 4 0 12 -10 17 -22 13 -31 55 -37 55 -9 0 14 -11 25 -36 36 -43 18 -44 18 -44 5z"/> <path d="M1860 1391 c0 -13 46 -41 67 -41 14 0 11 6 -12 25 -31 25 -55 32 -55 16z"/> <path d="M2470 1294 c0 -17 23 -44 39 -44 10 0 29 -15 42 -32 38 -51 68 -80 78 -73 6 3 26 -4 46 -15 37 -21 105 -27 105 -10 0 6 -8 10 -19 10 -10 0 -24 7 -31 15 -7 8 -23 15 -37 15 -15 0 -26 8 -32 21 -4 12 -23 29 -42 38 -18 9 -43 30 -54 48 -17 27 -26 32 -57 33 -21 0 -38 -3 -38 -6z"/> <path d="M2030 1131 c0 -11 9 -23 22 -27 12 -4 52 -27 89 -51 64 -43 116 -62 168 -63 l24 0 -24 23 c-39 37 -76 57 -107 57 -16 0 -37 9 -46 19 -18 20 -97 61 -116 61 -5 0 -10 -9 -10 -19z"/> <path d="M2810 1096 c0 -20 13 -27 30 -15 13 8 13 10 0 19 -21 14 -30 12 -30 -4z"/> <path d="M1906 642 c-7 -12 91 -55 110 -48 18 7 18 20 0 35 -18 15 -102 26 -110 13z"/> <path d="M2290 578 c0 -8 8 -22 18 -30 23 -22 146 -88 161 -88 16 0 144 -63 206 -101 106 -66 214 -88 263 -53 30 21 30 76 0 104 -29 27 -123 81 -167 97 -72 25 -109 26 -137 4 -36 -29 -73 -26 -120 8 -21 15 -50 31 -64 34 -14 3 -43 11 -65 17 -75 22 -95 23 -95 8z"/> <path d="M2840 520 c6 -11 19 -20 29 -20 10 0 24 -7 31 -15 7 -8 21 -15 32 -15 11 0 58 -7 106 -16 48 -8 123 -22 167 -30 95 -17 95 -17 95 -4 0 6 -20 10 -44 10 -25 0 -48 6 -55 14 -6 8 -32 17 -58 21 -25 4 -53 11 -62 15 -23 13 -204 60 -230 60 -19 0 -20 -3 -11 -20z"/> <path d="M3375 390 c3 -5 22 -10 41 -10 19 0 34 5 34 10 0 6 -18 10 -41 10 -24 0 -38 -4 -34 -10z"/> <path d="M3562 354 c11 -12 25 -14 47 -9 43 9 29 25 -22 25 -38 0 -40 -1 -25 -16z"/> <path d="M3975 311 c-8 -14 5 -18 59 -17 30 1 51 6 53 14 6 15 -102 18 -112 3z"/> <path d="M4961 311 c-9 -6 -10 -11 -2 -15 15 -10 53 3 46 15 -8 11 -26 11 -44 0z"/> <path d="M4210 300 c0 -5 11 -10 25 -10 14 0 25 5 25 10 0 6 -11 10 -25 10 -14 0 -25 -4 -25 -10z"/> <path d="M4167 293 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 963.000000"><g transform="translate(0.000000,963.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4730 9616 c0 -21 17 -29 46 -22 38 10 30 36 -11 36 -24 0 -35 -5 -35 -14z"/> <path d="M4890 9581 c0 -13 37 -24 50 -16 6 4 8 11 5 16 -8 12 -55 12 -55 0z"/> <path d="M4995 9580 c-11 -18 26 -38 80 -44 143 -15 165 -15 165 0 0 8 -3 14 -7 15 -5 0 -17 2 -28 4 -74 14 -114 19 -140 20 -16 1 -37 5 -46 9 -10 4 -20 2 -24 -4z"/> <path d="M5496 9019 c-25 -15 -4 -29 47 -29 40 0 48 13 18 30 -25 13 -41 12 -65 -1z"/> <path d="M3497 9004 c-3 -3 -39 -8 -79 -10 -81 -5 -193 -25 -308 -55 -98 -27 -252 -79 -264 -90 -6 -5 -15 -9 -22 -9 -7 0 -50 -17 -96 -39 -45 -21 -99 -46 -118 -54 -19 -9 -71 -36 -115 -61 -44 -25 -87 -49 -95 -53 -8 -3 -47 -26 -87 -50 -39 -24 -83 -43 -96 -43 -43 0 -119 -46 -198 -119 -85 -78 -111 -123 -87 -147 13 -13 20 -10 59 19 37 29 223 155 285 194 65 42 181 93 208 92 58 -2 81 -13 81 -39 0 -22 -21 -35 -170 -112 -215 -111 -206 -107 -230 -121 -84 -52 -120 -79 -190 -146 -44 -42 -121 -103 -170 -136 -207 -138 -384 -286 -444 -372 -45 -65 -8 -40 163 115 81 72 109 93 266 195 47 30 121 81 165 112 125 88 250 172 292 196 130 74 167 89 218 89 29 0 59 6 71 15 25 19 48 19 64 0 9 -11 27 -15 59 -13 39 3 46 6 51 28 6 27 28 35 66 26 29 -8 30 -20 4 -46 -26 -26 -25 -30 3 -30 13 0 31 -6 42 -13 16 -13 13 -17 -46 -52 -35 -22 -118 -80 -183 -129 -238 -182 -265 -202 -326 -239 -33 -21 -64 -45 -67 -55 -14 -37 -96 -121 -138 -141 -25 -12 -82 -57 -127 -102 -84 -82 -128 -109 -180 -109 -22 0 -39 -10 -62 -35 -19 -21 -42 -35 -57 -36 -16 0 -34 -13 -54 -42 -19 -26 -41 -44 -58 -47 -32 -6 -115 -74 -127 -104 -4 -11 -34 -34 -67 -51 -67 -34 -116 -70 -176 -128 -23 -22 -64 -50 -90 -62 -65 -31 -87 -53 -87 -88 0 -21 -11 -41 -40 -69 -42 -42 -72 -47 -78 -13 -7 46 -11 49 -37 25 -16 -15 -25 -36 -27 -63 -3 -35 -9 -45 -38 -64 -49 -31 -70 -54 -70 -73 0 -23 -38 -70 -56 -70 -37 0 -13 60 107 268 50 86 102 177 116 202 13 25 40 67 59 95 41 60 42 73 8 81 -34 9 -40 1 -109 -130 -31 -60 -79 -135 -106 -168 -56 -68 -106 -144 -145 -220 -36 -72 -114 -274 -124 -322 -6 -29 -19 -49 -49 -74 -38 -31 -41 -37 -41 -84 0 -43 -4 -54 -30 -78 -17 -16 -47 -34 -66 -40 -34 -12 -35 -14 -29 -47 6 -35 -7 -57 -90 -144 -22 -23 -25 -35 -25 -103 0 -45 -6 -91 -15 -113 -8 -19 -15 -58 -15 -85 0 -27 -7 -65 -15 -85 -8 -19 -15 -53 -15 -73 0 -26 -8 -48 -24 -67 -21 -25 -24 -36 -19 -83 12 -127 14 -293 4 -303 -18 -18 -12 -46 14 -63 24 -16 25 -20 25 -129 0 -64 5 -126 12 -142 6 -15 12 -48 13 -73 0 -25 2 -83 3 -130 2 -90 2 -89 86 -205 10 -14 29 -74 42 -133 31 -145 55 -197 104 -222 21 -11 40 -25 42 -31 2 -6 31 -26 63 -43 71 -37 89 -68 90 -146 0 -58 38 -193 63 -222 14 -17 13 -44 -3 -110 -8 -31 16 -78 39 -78 8 0 29 16 48 36 31 33 33 39 33 111 0 50 4 77 12 80 17 6 53 -33 53 -59 0 -12 14 -33 30 -47 20 -17 43 -58 69 -121 21 -53 53 -124 70 -158 17 -34 31 -72 31 -86 0 -13 15 -44 34 -69 49 -64 56 -81 56 -127 0 -32 8 -52 30 -80 17 -21 30 -42 30 -48 0 -6 15 -22 32 -37 45 -38 50 -58 33 -126 -9 -33 -13 -74 -10 -92 11 -54 56 -109 114 -138 64 -32 71 -41 71 -99 0 -34 8 -55 30 -84 17 -22 30 -50 30 -63 0 -15 25 -47 76 -98 42 -41 80 -75 85 -75 5 0 27 -23 49 -51 41 -52 144 -139 165 -139 33 0 46 49 18 71 -18 16 -140 161 -166 199 -9 13 -17 36 -17 51 0 29 37 119 48 119 4 -1 25 -11 47 -24 41 -23 66 -76 47 -99 -15 -19 -23 -80 -13 -96 8 -13 12 -13 26 -1 9 7 23 26 31 41 16 32 69 48 102 30 28 -15 38 -102 17 -160 -24 -68 -20 -117 11 -144 37 -32 54 -69 54 -120 0 -49 -17 -71 -46 -61 -19 7 -177 136 -224 184 -69 68 -134 120 -151 120 -10 0 -19 -3 -19 -7 0 -22 81 -157 145 -243 l75 -99 60 -7 c35 -4 71 -15 84 -25 13 -11 27 -19 31 -19 4 0 29 -11 56 -25 27 -13 77 -29 111 -35 41 -7 78 -22 106 -41 50 -36 72 -32 72 10 0 37 -50 97 -88 106 -36 8 -51 21 -90 77 -35 50 -40 88 -17 128 24 41 19 79 -10 86 -43 11 -87 84 -51 84 7 0 30 -11 50 -25 45 -31 46 -31 46 -1 0 63 34 75 73 25 15 -19 45 -39 78 -51 63 -23 73 -24 117 -14 31 7 33 6 27 -13 -8 -26 19 -30 33 -5 7 13 15 15 38 7 25 -9 29 -14 26 -44 -2 -19 -10 -41 -18 -50 -13 -14 -13 -18 0 -28 15 -13 56 -6 56 9 0 4 16 11 35 14 19 4 35 10 35 14 0 11 -31 35 -63 50 -42 18 -28 37 30 40 51 3 52 2 87 -44 20 -26 36 -50 36 -54 0 -4 -9 -15 -20 -25 -11 -10 -20 -23 -20 -30 0 -24 68 -86 99 -90 64 -8 65 -35 0 -35 -31 0 -39 -4 -39 -17 1 -35 111 -122 173 -137 15 -3 27 -11 27 -16 0 -13 -56 -13 -80 0 -10 5 -44 13 -76 16 -35 4 -71 16 -92 30 -19 13 -49 26 -68 30 -19 3 -37 10 -40 15 -3 5 -12 9 -20 9 -9 0 -12 -5 -8 -12 4 -7 7 -27 6 -45 -2 -27 1 -33 16 -33 11 0 31 -9 44 -20 33 -26 204 -111 243 -121 36 -9 88 -27 133 -45 18 -8 43 -14 56 -14 13 0 37 -7 55 -16 19 -10 36 -13 42 -7 8 8 -25 25 -126 68 -16 7 -47 20 -68 29 -21 9 -46 16 -57 16 -32 0 -103 41 -91 53 10 10 84 -8 159 -39 18 -8 49 -14 70 -14 26 0 60 -13 114 -45 66 -39 81 -43 103 -35 40 15 55 12 55 -11 0 -16 4 -19 18 -14 9 4 27 10 39 12 23 5 26 2 37 -49 4 -16 15 -29 29 -33 12 -4 36 -20 52 -35 39 -37 58 -44 190 -68 195 -36 323 -46 527 -44 139 2 198 -1 203 -9 9 -14 -12 -29 -42 -29 -12 0 -31 -9 -42 -21 -10 -11 -36 -25 -57 -29 -56 -13 -268 -12 -349 1 -38 6 -108 12 -155 13 -58 1 -95 7 -117 19 -20 10 -55 17 -91 17 -32 0 -62 4 -67 9 -6 5 -32 11 -60 14 -93 10 -173 31 -235 64 -14 7 -32 13 -40 13 -12 1 -12 3 3 14 9 7 17 23 17 34 0 22 -11 27 -80 35 -19 3 -60 15 -90 27 -75 31 -110 36 -110 18 0 -21 30 -46 60 -50 35 -4 39 -35 5 -44 -19 -5 -32 -1 -48 14 -14 12 -43 22 -78 26 -30 4 -68 14 -83 21 -16 8 -32 15 -37 15 -5 0 -37 13 -71 29 -100 47 -168 62 -168 38 0 -10 -10 -12 -36 -8 -45 7 -50 24 -10 31 44 8 37 25 -11 27 -24 2 -43 -2 -43 -7 0 -6 -8 -10 -17 -10 -17 1 -17 1 0 14 24 19 23 56 -3 56 -14 0 -20 -7 -20 -21 0 -12 -7 -27 -15 -33 -14 -10 -14 -13 0 -34 9 -12 22 -22 29 -22 7 0 38 -14 69 -30 56 -30 137 -42 137 -20 0 6 5 10 11 10 8 0 8 -4 -1 -15 -17 -20 -10 -27 74 -68 43 -22 77 -46 81 -57 3 -10 19 -22 36 -25 17 -4 42 -13 57 -21 15 -8 41 -14 57 -14 17 0 46 -11 66 -24 19 -13 67 -34 105 -47 38 -12 85 -28 104 -35 19 -6 82 -25 140 -42 58 -16 128 -38 155 -49 39 -15 72 -19 150 -18 63 1 107 -3 120 -10 32 -19 125 -18 147 2 12 10 42 18 78 21 55 4 60 3 60 -16 0 -11 -6 -22 -14 -25 -8 -3 -16 -22 -18 -44 -3 -36 -5 -38 -41 -41 -20 -2 -83 6 -140 17 -56 10 -160 29 -232 41 -78 13 -198 43 -301 76 -124 39 -185 54 -228 54 -58 0 -95 12 -109 36 -5 9 -26 14 -51 14 -62 0 -196 66 -196 96 0 11 -10 14 -37 12 -22 -1 -38 3 -41 10 -2 7 -15 12 -28 12 -13 0 -33 5 -43 12 -20 12 -51 5 -51 -12 0 -5 16 -27 35 -49 19 -21 35 -45 35 -53 0 -22 40 -54 85 -69 22 -7 80 -32 129 -56 49 -24 96 -41 104 -38 8 3 30 -4 49 -15 19 -11 49 -20 66 -20 18 0 43 -7 57 -15 42 -24 61 -31 160 -63 111 -36 157 -46 185 -43 12 1 61 -5 110 -14 134 -24 320 -47 405 -50 161 -7 255 -16 267 -26 12 -10 78 -8 169 6 23 4 50 3 60 -3 18 -9 60 -7 339 18 172 15 415 56 447 76 5 3 55 10 110 15 82 7 108 13 139 34 21 14 51 25 66 25 16 1 39 7 53 15 14 8 42 14 63 15 21 0 55 9 77 20 22 11 57 20 78 20 24 0 70 14 116 36 43 19 112 47 154 61 42 14 90 36 105 49 16 13 39 24 52 24 13 0 63 21 111 46 53 28 105 47 136 51 33 4 54 12 61 24 7 11 22 19 35 19 12 0 41 9 63 21 37 19 42 19 64 5 23 -15 27 -14 61 9 20 13 60 36 90 50 29 14 79 49 111 78 32 29 71 63 87 75 16 13 34 32 40 44 6 13 24 29 39 38 24 13 29 13 37 1 7 -13 14 -12 47 5 81 41 141 83 148 103 3 12 21 28 39 35 19 8 46 30 62 50 19 23 38 36 52 36 24 0 44 17 180 152 72 71 89 99 141 231 6 15 22 32 36 39 14 6 25 19 25 29 0 10 18 33 40 50 22 18 40 40 40 49 0 10 7 23 15 30 15 13 133 187 155 229 7 14 17 30 21 35 48 58 110 152 124 190 10 25 24 51 31 57 8 6 14 21 14 33 0 12 18 41 40 65 23 25 40 36 40 28 0 -9 -6 -17 -12 -20 -10 -3 -10 -7 1 -20 31 -38 71 -6 106 86 10 26 22 50 26 53 5 3 9 16 9 30 0 13 13 50 29 82 41 82 105 281 102 321 -1 22 5 41 17 55 11 12 25 39 32 61 7 22 26 66 43 99 20 39 31 76 32 110 2 28 6 68 10 89 6 29 4 42 -10 57 -20 22 -15 58 16 101 10 15 28 58 40 96 11 37 26 77 33 88 7 11 16 49 20 85 4 36 11 90 16 120 33 199 41 290 41 478 0 111 -3 223 -6 249 -3 29 0 66 8 92 l14 45 6 -75 c13 -150 7 -627 -8 -692 -16 -68 -20 -243 -6 -251 12 -8 21 29 21 86 0 26 6 75 14 110 8 35 17 133 20 218 3 85 9 214 13 285 l8 130 6 -95 c5 -90 5 -88 7 49 2 117 -1 146 -13 155 -12 9 -17 54 -24 216 -6 113 -15 234 -21 270 -6 36 -15 90 -20 120 -5 30 -17 87 -26 125 -9 39 -19 84 -21 102 -3 18 -11 38 -19 44 -8 6 -14 25 -14 41 0 16 -6 43 -14 61 -7 18 -14 54 -14 80 -1 25 -6 54 -11 64 -13 22 -41 125 -41 148 0 9 -16 49 -35 89 -19 40 -35 78 -35 84 0 22 -34 82 -46 82 -7 0 -20 -25 -29 -55 -24 -85 -88 -112 -102 -44 -3 16 -10 32 -14 35 -5 3 -9 19 -9 36 0 17 -9 45 -19 62 -11 17 -26 55 -35 85 -9 30 -23 62 -32 72 -11 12 -15 28 -11 47 5 23 0 33 -28 55 -24 19 -55 70 -107 174 -40 82 -89 169 -108 195 -72 96 -118 164 -139 205 -11 23 -30 47 -40 53 -11 5 -23 20 -27 32 -3 13 -22 42 -41 66 -20 24 -45 63 -57 87 -11 25 -60 89 -109 144 -48 54 -118 146 -155 203 -146 226 -225 321 -320 386 -32 21 -74 42 -94 46 -20 3 -42 14 -49 22 -21 25 -239 174 -254 174 -8 0 -15 -8 -15 -18 0 -22 27 -62 42 -62 6 0 40 -28 77 -62 63 -60 107 -86 230 -140 40 -17 72 -43 125 -101 39 -43 77 -89 83 -102 11 -21 11 -23 -7 -18 -21 6 -38 23 -55 57 -11 22 -55 36 -55 17 0 -6 15 -27 32 -47 19 -22 32 -46 30 -58 -2 -15 9 -29 35 -46 47 -32 103 -89 103 -106 0 -7 20 -30 44 -51 32 -28 45 -48 50 -75 8 -47 8 -47 -112 -7 -82 27 -96 35 -117 69 -30 47 -66 56 -114 29 -39 -23 -56 -15 -67 34 -9 43 -22 58 -48 52 -13 -3 -42 8 -76 30 -30 19 -84 50 -120 69 -36 19 -101 64 -145 101 -114 96 -317 245 -365 268 -8 4 -28 16 -45 27 -45 29 -324 167 -375 185 -25 9 -76 28 -115 41 -164 60 -466 134 -544 134 -27 0 -94 19 -136 40 -39 18 -151 42 -225 47 -52 4 -87 13 -115 28 -79 45 -157 52 -510 42 -196 -6 -226 -9 -269 -28 -61 -27 -180 -36 -270 -20 -63 11 -70 10 -103 -10 -35 -22 -50 -23 -218 -19 -22 0 -61 8 -88 17 -36 13 -50 14 -59 5 -16 -16 -48 -15 -48 1 1 26 46 44 130 51 87 8 125 20 115 37 -7 10 -38 12 -48 3z m343 -764 c0 -12 -28 -25 -36 -17 -9 9 6 27 22 27 8 0 14 -5 14 -10z m-90 -10 c0 -5 -7 -10 -15 -10 -8 0 -15 5 -15 10 0 6 7 10 15 10 8 0 15 -4 15 -10z m-225 -30 c4 -6 -7 -10 -27 -9 -27 0 -30 2 -13 9 27 12 33 12 40 0z m4660 -1341 c8 -25 1 -34 -20 -26 -19 8 -20 47 -1 47 8 0 18 -9 21 -21z m470 -585 c14 -15 25 -35 25 -44 0 -24 -25 -43 -48 -36 -16 6 -20 16 -19 56 0 28 5 50 9 50 5 0 20 -12 33 -26z m90 -244 c-5 -8 -11 -8 -17 -2 -6 6 -7 16 -3 22 5 8 11 8 17 2 6 -6 7 -16 3 -22z m-25 -1252 c0 -48 -4 -89 -9 -92 -12 -8 -26 154 -16 184 13 42 25 -1 25 -92z m-72 -705 c-4 -39 -28 -42 -28 -4 0 21 5 31 16 31 11 0 14 -8 12 -27z m-33 -134 c-13 -13 -19 -36 -20 -67 0 -26 -4 -47 -10 -47 -15 0 -7 82 12 134 15 40 18 42 26 22 8 -16 6 -26 -8 -42z m-49 -299 c-7 -88 -22 -140 -40 -140 -17 0 -11 110 11 187 23 83 38 59 29 -47z m-7024 -1385 c0 -5 -5 -11 -11 -13 -6 -2 -11 4 -11 13 0 9 5 15 11 13 6 -2 11 -8 11 -13z m64 -50 c7 -18 -64 -137 -77 -130 -15 10 -10 43 12 88 29 56 54 72 65 42z m6184 -242 c-1 -13 -38 -53 -49 -53 -16 0 -13 21 6 42 16 18 43 25 43 11z m-111 -142 c-13 -26 -25 -39 -31 -33 -6 6 -1 26 13 51 13 26 25 39 31 33 6 -6 1 -26 -13 -51z m-4564 -482 c24 -6 54 -22 66 -35 17 -18 33 -24 67 -24 36 0 53 -7 100 -43 31 -24 65 -46 75 -50 20 -7 22 -23 5 -29 -28 -10 -213 18 -242 37 -15 10 -53 22 -83 26 -85 12 -115 53 -77 107 17 25 28 26 89 11z m2095 -339 c0 -5 -12 -12 -27 -15 -16 -4 -56 -13 -90 -21 -34 -8 -86 -14 -115 -14 -29 0 -66 -7 -82 -15 -22 -12 -32 -13 -40 -4 -21 22 35 44 153 60 138 20 201 23 201 9z m-453 -76 c5 -15 -97 -43 -188 -50 -67 -6 -76 -4 -93 15 -17 18 -17 21 -3 27 16 6 32 6 144 5 29 0 62 4 75 9 29 11 60 9 65 -6z m1053 -39 c0 -9 -8 -18 -17 -21 -10 -3 -29 -11 -43 -19 -14 -7 -44 -16 -67 -20 -83 -13 -37 26 72 63 44 14 55 14 55 -3z m-220 -90 c0 -17 -36 -28 -71 -23 -23 3 -23 4 6 20 37 21 65 23 65 3z m-625 -10 c0 -5 -22 -11 -50 -13 -27 -2 -54 -7 -60 -12 -13 -11 -135 -33 -143 -25 -11 11 17 27 65 37 105 22 129 26 158 24 17 0 30 -5 30 -11z m522 -18 c-4 -14 -41 -25 -89 -26 -20 -1 -40 -5 -43 -11 -3 -5 -16 -10 -28 -10 -19 0 -17 3 13 22 63 38 157 54 147 25z m-261 -73 c-23 -16 -46 -19 -46 -5 0 6 10 17 22 25 30 21 52 2 24 -20z m-146 -18 c0 -8 -16 -16 -40 -20 -47 -7 -51 -23 -15 -59 20 -19 23 -27 13 -33 -13 -8 -125 -20 -273 -28 -44 -3 -123 -9 -175 -14 -140 -14 -333 -10 -354 7 -31 26 -1 36 102 34 53 -2 143 4 199 13 57 8 122 15 145 14 144 -2 193 5 240 33 26 15 51 34 55 41 15 25 103 36 103 12z m70 -6 c0 -19 -11 -26 -23 -14 -8 8 3 34 14 34 5 0 9 -9 9 -20z m-820 -55 c10 -12 8 -16 -12 -25 -29 -14 -78 2 -78 25 0 20 73 21 90 0z"/> <path d="M3592 8999 c-27 -10 -21 -29 9 -29 25 0 59 17 59 30 0 12 -37 12 -68 -1z"/> <path d="M5662 8979 c3 -11 31 -15 114 -17 84 -2 106 0 97 9 -7 7 -55 14 -114 17 -84 4 -101 2 -97 -9z"/> <path d="M5965 8982 c-16 -4 -30 -14 -30 -22 0 -15 9 -17 155 -45 172 -33 277 -75 485 -194 95 -55 230 -121 246 -121 16 0 10 20 -8 27 -10 4 -37 20 -59 35 -23 15 -44 28 -47 28 -3 0 -73 44 -154 99 -81 54 -171 110 -199 124 -101 51 -309 88 -389 69z"/> <path d="M7222 8634 c1 -9 9 -19 16 -22 9 -3 13 2 10 14 -1 9 -9 19 -16 22 -9 3 -13 -2 -10 -14z"/> <path d="M7300 8561 c0 -5 6 -14 14 -20 16 -13 32 2 21 19 -8 12 -35 13 -35 1z"/> <path d="M7500 8260 c0 -4 9 -10 20 -13 12 -3 20 -14 20 -26 0 -12 21 -41 50 -68 38 -36 52 -57 57 -85 6 -39 12 -45 29 -28 7 7 28 -9 64 -52 77 -89 202 -218 212 -218 5 0 13 12 18 26 13 33 29 27 54 -22 43 -83 71 -92 43 -14 -17 49 -26 60 -45 60 -9 0 -41 34 -71 75 -30 41 -59 75 -64 75 -12 0 -67 61 -77 86 -5 14 -27 27 -65 39 -89 28 -131 60 -145 111 -7 25 -18 48 -24 51 -15 10 -76 12 -76 3z"/> <path d="M7040 8123 c0 -14 51 -59 88 -77 49 -25 41 2 -13 42 -51 37 -75 48 -75 35z"/> <path d="M7190 7993 c0 -12 52 -53 67 -53 23 0 14 25 -16 43 -31 18 -51 22 -51 10z"/> <path d="M1035 7310 c-10 -11 -15 -23 -12 -27 8 -7 47 25 47 39 0 14 -16 9 -35 -12z"/> <path d="M380 3431 c0 -43 9 -55 34 -45 37 14 25 84 -14 84 -17 0 -20 -7 -20 -39z"/> <path d="M667 3172 c-22 -24 -22 -72 0 -117 26 -54 48 -55 101 -2 37 38 44 49 38 71 -8 31 -59 66 -97 66 -14 0 -33 -8 -42 -18z"/> <path d="M464 3095 c-4 -8 1 -26 10 -40 9 -13 16 -44 16 -68 0 -53 18 -74 49 -57 23 12 27 45 11 99 -17 61 -72 103 -86 66z"/> <path d="M854 2916 c-9 -23 0 -51 16 -51 10 0 15 10 15 29 0 32 -21 47 -31 22z"/> <path d="M581 2841 c-13 -24 9 -57 33 -48 23 9 31 34 16 52 -17 20 -37 19 -49 -4z"/> <path d="M951 2778 c-20 -55 -22 -78 -6 -84 23 -9 65 23 65 50 0 21 -27 56 -44 56 -3 0 -10 -10 -15 -22z"/> <path d="M8326 2614 c-4 -11 -1 -14 11 -12 9 2 18 9 21 16 6 18 -25 15 -32 -4z"/> <path d="M1014 1885 c-8 -20 4 -35 27 -35 21 0 25 20 7 38 -16 16 -27 15 -34 -3z"/> <path d="M2190 1657 c0 -34 109 -141 126 -124 6 6 -109 137 -121 137 -3 0 -5 -6 -5 -13z"/> <path d="M2400 1470 c0 -5 3 -10 8 -10 4 0 12 -10 17 -22 13 -31 55 -37 55 -9 0 14 -11 25 -36 36 -43 18 -44 18 -44 5z"/> <path d="M1860 1391 c0 -13 46 -41 67 -41 14 0 11 6 -12 25 -31 25 -55 32 -55 16z"/> <path d="M2470 1294 c0 -17 23 -44 39 -44 10 0 29 -15 42 -32 38 -51 68 -80 78 -73 6 3 26 -4 46 -15 37 -21 105 -27 105 -10 0 6 -8 10 -19 10 -10 0 -24 7 -31 15 -7 8 -23 15 -37 15 -15 0 -26 8 -32 21 -4 12 -23 29 -42 38 -18 9 -43 30 -54 48 -17 27 -26 32 -57 33 -21 0 -38 -3 -38 -6z"/> <path d="M2030 1131 c0 -11 9 -23 22 -27 12 -4 52 -27 89 -51 64 -43 116 -62 168 -63 l24 0 -24 23 c-39 37 -76 57 -107 57 -16 0 -37 9 -46 19 -18 20 -97 61 -116 61 -5 0 -10 -9 -10 -19z"/> <path d="M2810 1096 c0 -20 13 -27 30 -15 13 8 13 10 0 19 -21 14 -30 12 -30 -4z"/> <path d="M1906 642 c-7 -12 91 -55 110 -48 18 7 18 20 0 35 -18 15 -102 26 -110 13z"/> <path d="M2290 578 c0 -8 8 -22 18 -30 23 -22 146 -88 161 -88 16 0 144 -63 206 -101 106 -66 214 -88 263 -53 30 21 30 76 0 104 -29 27 -123 81 -167 97 -72 25 -109 26 -137 4 -36 -29 -73 -26 -120 8 -21 15 -50 31 -64 34 -14 3 -43 11 -65 17 -75 22 -95 23 -95 8z"/> <path d="M2840 520 c6 -11 19 -20 29 -20 10 0 24 -7 31 -15 7 -8 21 -15 32 -15 11 0 58 -7 106 -16 48 -8 123 -22 167 -30 95 -17 95 -17 95 -4 0 6 -20 10 -44 10 -25 0 -48 6 -55 14 -6 8 -32 17 -58 21 -25 4 -53 11 -62 15 -23 13 -204 60 -230 60 -19 0 -20 -3 -11 -20z"/> <path d="M3375 390 c3 -5 22 -10 41 -10 19 0 34 5 34 10 0 6 -18 10 -41 10 -24 0 -38 -4 -34 -10z"/> <path d="M3562 354 c11 -12 25 -14 47 -9 43 9 29 25 -22 25 -38 0 -40 -1 -25 -16z"/> <path d="M3975 311 c-8 -14 5 -18 59 -17 30 1 51 6 53 14 6 15 -102 18 -112 3z"/> <path d="M4961 311 c-9 -6 -10 -11 -2 -15 15 -10 53 3 46 15 -8 11 -26 11 -44 0z"/> <path d="M4210 300 c0 -5 11 -10 25 -10 14 0 25 5 25 10 0 6 -11 10 -25 10 -14 0 -25 -4 -25 -10z"/> <path d="M4167 293 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 1199px) {
    .about-one__image__two {
        margin: -180px auto 0 -15px;
    }
}

@media (max-width: 991px) {
    .about-one__image__two {
        margin: -250px auto 0 -30px;
    }
}

@media (max-width: 575px) {
    .about-one__image__two {
        margin: 30px 0 0;
    }
}

.about-one__image__two__inner {
    background: var(--cherito-black, #212226);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 966.000000"><g transform="translate(0.000000,966.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4742 9643 c3 -15 13 -17 48 -15 56 3 73 9 65 22 -3 5 -31 10 -61 10 -48 0 -55 -3 -52 -17z"/> <path d="M4890 9611 c0 -13 27 -21 45 -15 8 4 12 10 9 15 -7 12 -54 12 -54 0z"/> <path d="M5000 9601 c0 -21 43 -32 143 -38 67 -4 99 -2 92 4 -24 24 -235 54 -235 34z"/> <path d="M5012 9234 c2 -10 14 -21 28 -25 38 -11 170 -10 170 0 0 13 -53 23 -120 25 -30 1 -61 5 -68 10 -10 6 -13 3 -10 -10z"/> <path d="M4903 9123 c9 -2 25 -2 35 0 9 3 1 5 -18 5 -19 0 -27 -2 -17 -5z"/> <path d="M5514 9059 c-3 -5 -21 -9 -40 -9 -46 0 -44 -16 4 -24 54 -9 122 -7 122 2 0 13 -79 42 -86 31z"/> <path d="M3478 9035 c-3 -3 -36 -8 -74 -10 -65 -5 -160 -22 -249 -47 -22 -6 -56 -14 -75 -19 -160 -35 -488 -184 -745 -336 -49 -29 -100 -53 -113 -53 -92 0 -302 -184 -302 -265 0 -28 33 -16 104 39 159 121 371 249 431 260 49 10 115 -10 115 -33 0 -24 -25 -40 -205 -132 -257 -131 -302 -160 -400 -255 -39 -38 -111 -96 -160 -129 -50 -33 -126 -86 -170 -119 -96 -71 -299 -268 -294 -285 5 -14 37 11 153 118 110 100 148 129 241 186 44 27 127 83 185 124 184 131 318 218 409 265 74 38 98 46 144 46 31 0 59 5 62 10 15 25 75 4 75 -27 0 -15 -97 -73 -122 -73 -57 0 -195 -100 -251 -180 -17 -25 -23 -70 -9 -70 20 0 123 57 127 71 6 19 131 102 268 178 46 26 67 31 105 29 26 -2 47 -7 46 -13 0 -5 -19 -23 -42 -40 -22 -16 -62 -45 -88 -64 -26 -19 -84 -54 -128 -79 -118 -64 -195 -118 -243 -168 -42 -45 -106 -80 -123 -69 -6 3 -7 -1 -4 -10 8 -19 -10 -36 -91 -90 -33 -22 -78 -54 -100 -70 -53 -39 -257 -223 -273 -246 -7 -11 -23 -19 -36 -19 -23 0 -58 -32 -69 -62 -3 -10 -35 -30 -69 -46 -58 -26 -118 -79 -118 -103 0 -6 -15 -17 -32 -25 -71 -32 -131 -72 -193 -128 -36 -33 -89 -72 -117 -88 -58 -32 -68 -42 -68 -77 0 -23 -78 -111 -99 -111 -15 0 -26 22 -23 47 4 30 -14 37 -38 13 -12 -12 -20 -33 -20 -53 0 -42 -22 -72 -69 -97 -31 -15 -39 -26 -44 -56 -7 -43 -32 -74 -60 -74 -16 0 -18 5 -12 27 11 46 69 159 127 250 15 23 49 84 77 136 27 52 58 104 70 116 12 12 26 32 31 44 6 12 15 29 22 39 9 13 9 20 -2 33 -32 39 -69 -3 -150 -170 -16 -33 -46 -79 -67 -102 -97 -107 -168 -234 -240 -428 -8 -22 -21 -53 -29 -68 -8 -16 -14 -38 -14 -48 0 -30 -18 -61 -55 -94 -27 -24 -35 -40 -41 -80 -8 -68 -17 -81 -75 -116 -43 -27 -49 -35 -49 -64 0 -23 -8 -42 -23 -57 -68 -67 -84 -100 -92 -188 -4 -47 -12 -96 -17 -110 -6 -14 -14 -56 -19 -95 -18 -148 -28 -187 -49 -210 -20 -21 -21 -30 -15 -92 9 -99 10 -283 0 -316 -6 -22 -3 -33 15 -52 20 -22 24 -40 32 -152 8 -115 10 -168 9 -205 0 -7 3 -53 7 -103 9 -96 30 -151 75 -193 19 -18 30 -47 47 -120 40 -181 66 -246 103 -258 12 -4 37 -20 56 -36 18 -16 53 -39 77 -51 29 -14 49 -32 60 -56 16 -32 21 -97 10 -109 -3 -2 4 -26 15 -53 10 -28 19 -58 19 -68 0 -10 12 -35 26 -56 23 -35 25 -42 15 -81 -15 -59 -14 -90 5 -108 22 -22 25 -21 71 22 l40 37 -5 81 c-2 49 0 84 6 87 11 7 62 -61 62 -83 0 -7 15 -28 34 -46 18 -18 37 -45 40 -60 4 -15 34 -83 67 -151 32 -68 59 -135 59 -150 0 -26 35 -93 50 -93 15 0 40 -68 40 -107 0 -27 8 -50 26 -74 14 -19 30 -44 35 -57 5 -13 23 -28 40 -34 l31 -11 -7 -71 c-14 -136 -11 -160 26 -212 23 -32 45 -51 65 -56 17 -4 43 -19 57 -32 22 -20 27 -34 27 -71 0 -33 7 -55 24 -78 13 -18 29 -48 35 -67 8 -24 56 -80 154 -177 166 -164 210 -197 238 -182 25 13 25 55 0 69 -11 5 -56 55 -101 111 -70 86 -83 107 -83 138 0 31 35 121 48 121 2 0 19 -9 38 -20 40 -24 74 -84 59 -103 -16 -20 -25 -94 -12 -102 13 -8 50 22 50 42 0 8 16 21 36 29 57 24 118 -8 83 -43 -8 -8 -6 -18 6 -37 15 -23 16 -29 1 -73 -28 -88 -25 -110 19 -163 19 -22 37 -56 40 -74 7 -37 -6 -98 -22 -103 -15 -5 -131 85 -259 203 -102 93 -147 124 -161 111 -8 -9 79 -160 141 -241 81 -108 93 -119 121 -112 13 3 27 2 30 -4 3 -5 19 -10 34 -10 15 0 36 -9 46 -20 10 -11 25 -20 34 -20 9 0 32 -10 51 -22 19 -11 66 -27 105 -34 46 -9 84 -24 111 -44 23 -16 47 -30 52 -30 11 0 22 24 22 48 0 28 -50 90 -78 97 -45 11 -68 31 -106 93 l-35 58 25 62 c27 68 25 82 -11 82 -32 0 -84 65 -66 83 9 9 16 9 29 -1 9 -7 25 -15 34 -18 9 -3 19 -12 22 -20 3 -8 13 -14 22 -14 13 0 15 6 11 28 -3 15 -2 34 3 41 9 15 30 6 30 -12 0 -16 55 -45 100 -53 19 -4 41 -11 47 -17 7 -5 25 -7 40 -4 80 17 89 17 123 0 30 -15 35 -24 37 -55 2 -29 -2 -38 -18 -43 -28 -9 -18 -29 16 -33 16 -2 41 -17 56 -33 15 -16 33 -29 41 -29 7 0 40 -14 72 -30 32 -17 65 -30 72 -30 19 0 18 -19 -1 -26 -8 -4 -15 -18 -15 -33 0 -15 -11 -36 -25 -49 -22 -21 -31 -23 -75 -17 -27 4 -52 11 -56 16 -12 20 -20 7 -20 -32 1 -45 -15 -34 171 -127 78 -39 149 -68 230 -92 17 -5 55 -17 85 -26 30 -10 78 -18 105 -18 37 -1 56 -7 71 -22 14 -14 40 -23 80 -27 92 -11 194 -49 194 -74 0 -18 -80 -17 -116 2 -16 8 -43 15 -59 15 -17 0 -36 5 -43 12 -6 6 -30 14 -54 18 -24 4 -71 15 -106 25 -35 9 -84 18 -110 20 -26 1 -64 6 -84 10 -26 5 -38 4 -38 -4 0 -21 -40 -51 -69 -51 -15 0 -39 8 -52 19 -13 10 -49 24 -79 31 -30 8 -71 21 -90 31 -47 23 -125 34 -134 20 -11 -17 -66 -14 -66 4 0 9 9 15 25 15 14 0 25 4 25 9 0 11 -25 21 -49 21 -10 0 -23 11 -29 25 -14 29 -42 33 -42 6 0 -32 -42 -52 -96 -44 -53 7 -54 -3 -2 -28 58 -28 94 -37 111 -27 11 6 33 0 69 -18 29 -14 70 -27 91 -29 22 -1 47 -11 60 -23 12 -12 39 -28 60 -37 21 -8 54 -31 75 -50 41 -37 104 -64 166 -72 21 -3 55 -16 74 -29 20 -14 67 -34 106 -45 39 -11 86 -27 104 -35 18 -8 40 -14 50 -14 18 0 87 -21 167 -51 28 -10 60 -19 71 -19 11 0 25 -5 31 -11 7 -7 55 -12 122 -13 72 -1 115 -6 123 -14 17 -17 132 -16 147 1 15 19 120 42 133 29 6 -6 -1 -21 -18 -41 -22 -27 -25 -36 -16 -56 6 -12 8 -26 5 -29 -11 -11 -77 -6 -183 14 -58 11 -148 27 -200 35 -196 33 -213 36 -230 45 -10 5 -35 14 -56 19 -22 5 -64 19 -94 31 -80 31 -128 42 -192 44 -42 1 -64 7 -88 24 -18 14 -49 25 -73 27 -53 4 -87 17 -143 55 -24 17 -72 40 -106 51 -35 11 -67 24 -72 29 -6 6 -20 10 -33 10 -33 0 -30 -36 7 -70 17 -15 30 -37 30 -49 0 -23 63 -71 95 -71 11 0 37 -11 57 -25 20 -14 42 -25 48 -25 6 0 33 -11 61 -25 27 -14 55 -25 62 -23 7 1 23 -4 37 -12 14 -7 41 -15 61 -16 20 -1 50 -9 65 -17 49 -27 68 -35 114 -47 25 -6 59 -18 75 -26 48 -22 117 -37 164 -35 24 1 49 -4 57 -10 7 -6 18 -8 24 -4 5 3 47 -1 93 -9 151 -28 251 -39 408 -45 113 -4 161 -10 173 -20 21 -18 100 -18 161 -1 31 9 52 9 73 2 19 -6 71 -7 153 0 68 5 171 13 229 17 58 4 134 13 170 20 137 26 216 44 253 57 20 8 68 14 105 14 71 1 131 17 161 44 10 9 31 16 47 16 16 1 40 7 54 15 14 8 43 14 65 15 22 0 57 9 78 20 20 11 56 20 79 20 28 0 67 12 115 36 41 20 86 39 101 44 66 21 133 50 161 69 16 12 38 21 49 21 11 0 69 25 128 55 73 37 120 55 145 55 24 0 39 5 43 15 3 8 16 15 28 15 13 0 37 9 53 20 37 24 53 25 77 3 17 -15 19 -15 36 0 10 10 21 17 24 17 24 0 179 101 225 146 32 31 68 60 81 65 12 5 22 15 22 22 0 7 13 26 28 41 26 24 30 25 42 11 7 -8 16 -15 21 -15 5 0 47 23 93 51 63 38 87 58 95 80 8 23 15 29 29 25 13 -4 25 3 41 25 13 17 43 40 67 50 24 11 56 35 71 54 16 19 33 35 38 35 10 0 41 29 116 108 20 20 52 75 73 122 56 127 45 115 109 119 15 1 17 7 13 28 -5 22 2 39 35 83 23 30 45 58 50 61 6 3 19 23 31 45 11 21 33 55 48 74 15 19 35 51 46 70 10 19 33 55 50 80 17 25 49 73 72 106 23 34 42 68 42 76 0 9 6 21 14 27 7 6 16 24 19 39 5 24 34 69 79 121 19 22 21 -3 4 -44 -15 -36 -21 -75 -11 -75 31 0 145 190 145 242 0 11 10 37 23 57 25 41 34 64 83 211 23 70 33 115 29 136 -4 21 0 35 10 44 19 15 55 96 55 121 0 11 3 19 8 19 19 0 51 89 55 155 3 39 8 82 12 97 6 24 4 28 -15 28 -17 0 -21 4 -15 18 4 9 9 32 12 50 3 18 9 35 14 38 10 6 49 92 49 108 0 6 11 38 25 71 13 33 25 77 25 97 0 21 9 93 20 160 11 68 22 179 24 248 5 151 4 140 16 140 12 0 40 -53 40 -75 0 -9 -7 -23 -15 -31 -16 -16 -10 -42 14 -61 41 -32 41 -28 41 353 0 212 -4 363 -9 360 -15 -9 -20 17 -26 136 -8 160 -47 385 -86 503 -25 75 -49 182 -49 217 0 14 -8 46 -19 70 -10 24 -22 69 -26 98 -4 30 -20 82 -35 115 -16 33 -38 88 -50 123 -19 53 -26 63 -44 60 -16 -2 -22 -11 -24 -38 -3 -32 -53 -100 -73 -100 -11 0 -49 83 -49 106 0 10 -13 46 -28 79 -16 33 -32 73 -36 89 -4 17 -16 42 -27 57 -10 15 -19 43 -19 63 0 20 -6 38 -14 43 -24 13 -86 97 -86 116 0 9 -11 34 -23 55 -13 20 -41 71 -62 112 -22 41 -41 77 -44 80 -9 8 -111 150 -111 155 0 4 -65 100 -119 175 -71 97 -91 129 -91 143 0 7 -36 53 -80 102 -44 50 -132 169 -197 265 -68 102 -148 208 -193 254 -78 82 -165 146 -199 146 -10 0 -41 17 -68 38 -66 52 -232 162 -244 162 -6 0 -9 -15 -7 -32 2 -25 10 -36 33 -47 17 -8 56 -41 87 -73 55 -56 94 -79 212 -124 50 -19 156 -113 207 -182 13 -19 30 -40 37 -48 7 -8 9 -14 4 -14 -13 0 -63 40 -85 67 -10 13 -25 23 -33 23 -23 0 -16 -30 11 -52 16 -13 25 -29 25 -49 0 -22 8 -34 38 -53 45 -28 102 -91 102 -111 0 -18 -65 -21 -75 -4 -4 5 -17 14 -28 19 -14 5 -28 26 -40 59 -16 47 -20 51 -49 51 -25 0 -29 -3 -20 -12 7 -7 12 -25 12 -40 0 -16 5 -28 13 -28 6 0 29 -16 50 -35 29 -27 37 -41 37 -69 0 -24 -5 -36 -14 -36 -15 0 -26 21 -26 50 0 14 -11 20 -50 25 -37 5 -55 14 -71 33 l-21 27 36 3 c38 3 48 18 19 29 -10 4 -22 11 -28 15 -5 4 -24 19 -42 33 -20 16 -37 23 -49 18 -14 -5 -16 -2 -11 18 5 21 -2 30 -61 68 -39 26 -68 39 -70 32 -5 -14 -69 -15 -77 -1 -4 6 -23 22 -43 35 -21 13 -73 49 -117 79 -44 30 -83 52 -88 49 -5 -3 -7 -18 -5 -34 3 -16 2 -29 -2 -29 -13 0 -90 65 -90 76 0 7 -6 15 -12 18 -7 3 5 3 27 1 22 -3 33 -2 24 2 -8 5 -22 13 -30 20 -35 30 -308 208 -351 230 -80 40 -160 62 -249 68 -89 6 -113 12 -249 55 -120 39 -261 70 -400 89 -36 5 -92 19 -125 31 -73 26 -225 60 -272 60 -19 0 -47 6 -61 14 -104 53 -85 51 -427 51 -248 0 -325 -3 -343 -13 -75 -43 -207 -56 -315 -32 -50 12 -56 11 -83 -9 -41 -30 -139 -45 -176 -26 -17 8 -42 11 -62 8 -21 -3 -47 1 -71 13 -30 14 -41 15 -56 6 -22 -14 -69 -16 -69 -3 0 19 72 51 115 51 24 0 47 5 50 11 4 6 19 7 36 4 18 -4 36 -2 44 5 11 9 22 9 47 0 27 -10 40 -9 71 4 20 9 37 18 37 21 0 7 -205 6 -212 0z m3272 -790 c13 -14 21 -28 17 -31 -7 -7 -57 36 -57 49 0 14 17 7 40 -18z m214 -140 c15 -8 34 -15 41 -15 17 0 86 -70 80 -81 -10 -15 -22 -11 -57 19 -18 15 -54 38 -80 52 -27 13 -48 28 -48 32 0 13 33 9 64 -7z m-5050 -493 c-65 -60 -102 -87 -109 -80 -7 6 40 57 98 107 73 62 83 38 11 -27z m6280 -734 c8 -12 13 -25 10 -29 -8 -14 -44 14 -44 33 0 24 16 23 34 -4z m480 -594 c33 -42 27 -67 -18 -72 -25 -3 -26 -2 -26 52 0 31 3 56 8 56 4 0 20 -16 36 -36z m106 -549 c0 -8 -4 -15 -10 -15 -5 0 -10 7 -10 15 0 8 5 15 10 15 6 0 10 -7 10 -15z m151 -742 c5 -32 9 -62 9 -68 -4 -80 -14 -164 -20 -160 -10 6 -22 218 -14 260 8 46 13 40 25 -32z m-188 -269 c9 -9 -4 -35 -14 -28 -5 3 -9 12 -9 20 0 14 12 19 23 8z m-83 -638 c0 -38 -14 -55 -24 -30 -11 29 -6 64 9 64 10 0 15 -10 15 -34z m-20 -110 c0 -18 -24 -65 -31 -60 -10 6 -12 48 -2 57 7 7 33 10 33 3z m-29 -119 c-8 -8 -11 -7 -11 4 0 20 13 34 18 19 3 -7 -1 -17 -7 -23z m-31 -227 c-14 -102 -19 -122 -29 -115 -15 9 -22 116 -10 156 7 21 16 39 20 39 5 0 12 17 16 38 l8 37 3 -35 c2 -19 -1 -73 -8 -120z m-40 -194 c0 -8 -4 -18 -10 -21 -5 -3 -10 3 -10 14 0 12 5 21 10 21 6 0 10 -6 10 -14z m-152 -572 c-5 -28 -28 -29 -28 -1 0 13 3 27 7 31 10 10 25 -10 21 -30z m-6781 -649 c3 -9 -1 -23 -9 -33 -8 -9 -23 -34 -33 -54 -32 -63 -67 -46 -40 19 32 77 67 106 82 68z m6293 -102 c-1 -14 -27 -43 -39 -43 -8 0 -5 9 6 25 18 24 33 32 33 18z m-127 -178 c-17 -23 -43 -34 -43 -18 0 13 43 52 51 47 5 -3 1 -16 -8 -29z m-78 -94 c-8 -36 -24 -42 -23 -8 2 23 18 51 25 43 3 -3 2 -18 -2 -35z m-5050 -109 c6 -4 23 -25 39 -46 35 -47 27 -71 -25 -71 -29 0 -34 4 -37 27 -2 19 -13 31 -37 42 -38 18 -49 31 -40 46 7 12 85 13 100 2z m477 -420 c37 -20 108 -47 153 -57 50 -11 176 -76 169 -87 -8 -13 -53 -5 -129 21 -33 12 -71 21 -85 20 -61 -6 -109 13 -149 57 -22 24 -45 44 -50 44 -6 0 -11 5 -11 10 0 17 67 11 102 -8z m138 -351 c25 -6 64 -11 88 -11 23 0 42 -4 42 -9 0 -15 90 -25 103 -12 6 6 27 11 47 10 34 0 34 -1 10 -12 -35 -16 -36 -17 -20 -27 20 -13 57 -12 96 2 17 6 40 8 50 3 18 -7 18 -7 -1 -15 -20 -8 -20 -8 0 -16 11 -5 43 -7 70 -6 75 5 127 4 270 -7 107 -8 138 -7 174 5 33 11 66 13 128 8 110 -9 112 -31 5 -45 -36 -5 -63 -16 -79 -31 -22 -21 -35 -23 -146 -26 -94 -3 -144 1 -218 16 -74 16 -105 18 -138 11 -35 -8 -50 -6 -88 11 -29 13 -67 20 -105 20 -34 0 -68 6 -81 14 -12 8 -41 15 -65 14 -23 0 -48 4 -55 9 -6 6 -31 13 -55 16 -46 6 -152 46 -152 58 0 14 44 39 60 34 8 -2 35 -9 60 -14z m1318 -63 c3 -15 -4 -18 -37 -18 -47 0 -62 16 -29 30 33 13 62 8 66 -12z m152 13 c0 -11 -35 -21 -77 -21 -33 0 -52 15 -31 23 22 9 108 7 108 -2z m1100 -8 c0 -12 -33 -43 -47 -43 -7 0 -24 -6 -36 -14 -33 -21 -97 -30 -97 -14 0 16 86 59 104 52 7 -3 19 2 26 11 12 15 50 21 50 8z m-240 -108 c-16 -18 -34 -25 -59 -25 -20 0 -54 -7 -76 -15 -49 -18 -134 -20 -118 -4 11 11 59 24 143 38 25 4 54 12 65 19 11 6 31 12 44 12 l24 0 -23 -25z m-625 -10 c0 -5 -27 -13 -60 -16 -33 -3 -73 -11 -88 -17 -34 -14 -107 -16 -107 -2 0 9 26 18 115 39 50 12 140 9 140 -4z m341 -71 c-11 -8 -27 -12 -37 -9 -9 3 -22 -1 -29 -10 -7 -8 -27 -15 -45 -15 -18 0 -38 -7 -45 -15 -7 -8 -17 -12 -22 -9 -27 17 75 72 142 76 55 4 61 1 36 -18z m-226 -33 c0 -14 -10 -21 -35 -25 -42 -8 -45 -27 -11 -61 16 -16 21 -27 14 -31 -12 -8 -160 -22 -268 -27 -36 -2 -137 -9 -225 -16 -198 -17 -335 -7 -335 24 0 15 71 26 126 18 22 -3 87 0 145 7 113 14 196 20 304 21 68 1 134 23 151 50 7 13 103 59 122 59 6 0 12 -8 12 -19z m-741 -41 l34 0 -26 -20 c-32 -25 -73 -25 -128 -1 l-42 19 29 5 c16 3 45 3 64 1 19 -2 50 -4 69 -4z"/> <path d="M5652 9008 c5 -15 238 -24 238 -9 0 15 -40 21 -143 21 -75 0 -98 -3 -95 -12z"/> <path d="M5961 9008 c-19 -7 -36 -18 -38 -24 -4 -12 40 -24 87 -24 35 0 174 -33 261 -61 97 -32 178 -71 312 -151 154 -91 215 -121 234 -113 12 4 7 11 -18 28 -19 13 -41 26 -49 30 -16 8 -94 59 -256 168 -134 90 -133 90 -289 134 -73 21 -203 28 -244 13z"/> <path d="M2710 8980 c-12 -8 -11 -10 8 -10 12 0 22 5 22 10 0 13 -11 13 -30 0z"/> <path d="M7220 8676 c0 -2 7 -9 15 -16 12 -10 15 -10 15 4 0 9 -7 16 -15 16 -8 0 -15 -2 -15 -4z"/> <path d="M7331 8566 c13 -14 27 -22 32 -19 11 7 -23 43 -41 43 -10 0 -7 -7 9 -24z"/> <path d="M7090 8316 c0 -2 7 -9 15 -16 12 -10 15 -10 15 4 0 9 -7 16 -15 16 -8 0 -15 -2 -15 -4z"/> <path d="M7510 8290 c0 -6 7 -13 15 -16 8 -3 17 -16 21 -27 6 -22 50 -67 65 -67 4 0 21 -30 39 -66 24 -51 34 -64 48 -60 13 4 28 -8 56 -44 21 -28 74 -87 118 -133 l79 -82 18 24 c15 20 21 22 39 12 12 -7 22 -20 22 -30 0 -18 28 -54 63 -80 16 -13 16 -12 2 15 -8 16 -15 35 -15 42 0 25 -29 69 -48 74 -11 3 -38 30 -61 59 -23 30 -48 59 -54 66 -78 77 -100 101 -107 120 -6 15 -21 23 -52 28 -23 4 -59 18 -78 31 -19 13 -40 24 -47 24 -7 0 -15 11 -18 25 -3 14 -7 36 -10 50 -3 15 -16 30 -31 35 -33 13 -64 13 -64 0z"/> <path d="M8936 4398 c-3 -13 -7 -52 -10 -88 -3 -36 -10 -96 -15 -135 -10 -72 -6 -119 10 -109 5 3 9 26 9 52 1 26 7 65 15 87 17 46 21 215 5 215 -5 0 -12 -10 -14 -22z"/> <path d="M378 3472 c-3 -10 -3 -33 0 -51 6 -39 32 -39 46 1 8 22 6 32 -9 48 -22 25 -31 25 -37 2z"/> <path d="M660 3271 c-14 -27 7 -39 25 -15 18 24 19 34 0 34 -8 0 -19 -9 -25 -19z"/> <path d="M657 3193 c-4 -3 -7 -28 -7 -54 0 -61 27 -118 56 -119 24 0 104 80 104 104 0 8 -16 28 -35 45 -27 23 -45 31 -74 31 -21 0 -41 -3 -44 -7z"/> <path d="M460 3110 c-13 -8 -12 -13 4 -41 10 -17 18 -48 18 -69 -1 -49 20 -79 44 -64 35 21 39 40 21 98 -10 31 -28 62 -40 71 -25 18 -27 18 -47 5z"/> <path d="M844 2935 c-10 -26 5 -67 24 -63 26 5 28 54 2 68 -16 9 -21 8 -26 -5z"/> <path d="M580 2855 c-17 -20 -8 -49 16 -53 11 -2 27 4 34 13 11 13 10 19 -5 35 -22 24 -29 25 -45 5z"/> <path d="M950 2784 c-6 -14 -11 -40 -13 -57 -2 -27 1 -31 18 -29 27 5 55 31 55 52 0 15 -34 60 -46 60 -2 0 -9 -12 -14 -26z"/> <path d="M1012 1878 c2 -17 11 -24 31 -26 31 -4 35 8 9 31 -26 24 -44 21 -40 -5z"/> <path d="M2200 1686 c0 -10 9 -16 21 -16 24 0 21 23 -4 28 -10 2 -17 -3 -17 -12z"/> <path d="M2240 1660 c0 -5 -9 -10 -20 -10 -31 0 -24 -21 24 -73 41 -46 47 -48 88 -45 30 2 42 -1 41 -9 -2 -8 7 -13 23 -13 18 0 25 -5 23 -17 -3 -34 1 -52 16 -67 19 -18 41 -12 48 15 4 14 14 19 40 19 20 0 38 4 41 8 9 14 -64 64 -86 59 -14 -4 -33 6 -61 32 -23 21 -52 42 -64 45 -13 4 -23 12 -23 17 0 5 -5 9 -11 9 -7 0 -9 -10 -5 -25 8 -32 -11 -33 -47 -2 -32 27 -34 37 -8 37 26 0 35 16 15 24 -23 9 -34 7 -34 -4z"/> <path d="M8292 1527 c-13 -14 -18 -27 -13 -36 6 -10 13 -4 25 20 20 40 16 46 -12 16z"/> <path d="M1850 1390 c0 -15 7 -20 25 -20 14 0 25 -4 25 -10 0 -5 12 -10 26 -10 14 0 23 4 19 10 -3 6 -14 10 -23 10 -10 0 -23 9 -30 20 -7 11 -19 20 -27 20 -8 0 -15 -9 -15 -20z"/> <path d="M2482 1283 c2 -9 15 -23 30 -32 15 -9 44 -35 64 -58 19 -24 44 -43 55 -43 11 0 30 -6 42 -14 27 -17 95 -28 102 -16 7 12 -16 27 -62 39 -24 7 -43 16 -43 21 0 5 -20 21 -45 36 -25 14 -54 39 -66 55 -24 34 -83 43 -77 12z"/> <path d="M2026 1152 c-6 -11 21 -52 35 -52 5 0 32 -16 61 -36 63 -45 108 -64 148 -64 65 0 8 59 -71 74 -20 3 -46 17 -59 31 -13 14 -31 25 -41 25 -9 0 -22 7 -29 15 -14 16 -36 20 -44 7z"/> <path d="M2810 1095 c0 -9 9 -15 21 -15 18 0 19 2 9 15 -7 8 -16 15 -21 15 -5 0 -9 -7 -9 -15z"/> <path d="M1882 638 c3 -7 13 -14 24 -16 10 -2 36 -10 56 -19 42 -18 68 -12 68 15 0 15 -10 21 -46 26 -73 10 -106 8 -102 -6z"/> <path d="M2290 590 c-12 -7 -11 -12 5 -30 26 -29 119 -81 183 -103 29 -10 95 -42 146 -71 133 -77 181 -96 240 -96 69 0 96 19 96 68 0 35 -5 41 -55 75 -30 20 -58 37 -62 37 -3 0 -14 6 -22 13 -19 16 -114 47 -143 47 -11 0 -31 -9 -45 -20 -35 -28 -72 -25 -119 9 -21 15 -64 34 -94 42 -30 7 -67 19 -82 26 -32 15 -29 15 -48 3z"/> <path d="M2819 536 c30 -36 210 -96 287 -96 17 0 48 -7 67 -15 40 -17 117 -20 117 -5 0 5 -17 12 -37 15 -21 4 -54 12 -73 19 -19 8 -55 19 -80 25 -25 7 -58 16 -75 20 -204 57 -226 61 -206 37z"/> <path d="M3300 401 c0 -11 67 -24 81 -15 17 10 -11 24 -48 24 -18 0 -33 -4 -33 -9z"/> <path d="M3435 370 c3 -5 15 -10 26 -10 11 0 17 5 14 10 -3 6 -15 10 -26 10 -11 0 -17 -4 -14 -10z"/> <path d="M3590 351 c0 -13 27 -21 46 -14 13 5 13 7 2 14 -17 11 -48 11 -48 0z"/> <path d="M3985 310 c-3 -5 0 -13 8 -16 23 -8 92 0 92 11 0 14 -92 19 -100 5z"/> <path d="M4971 311 c-9 -6 -10 -11 -2 -15 15 -10 53 3 46 15 -8 11 -26 11 -44 0z"/> <path d="M4193 303 c-19 -3 -33 -10 -33 -18 0 -25 20 -27 55 -5 37 23 43 31 23 28 -7 0 -28 -3 -45 -5z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 966.000000"><g transform="translate(0.000000,966.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4742 9643 c3 -15 13 -17 48 -15 56 3 73 9 65 22 -3 5 -31 10 -61 10 -48 0 -55 -3 -52 -17z"/> <path d="M4890 9611 c0 -13 27 -21 45 -15 8 4 12 10 9 15 -7 12 -54 12 -54 0z"/> <path d="M5000 9601 c0 -21 43 -32 143 -38 67 -4 99 -2 92 4 -24 24 -235 54 -235 34z"/> <path d="M5012 9234 c2 -10 14 -21 28 -25 38 -11 170 -10 170 0 0 13 -53 23 -120 25 -30 1 -61 5 -68 10 -10 6 -13 3 -10 -10z"/> <path d="M4903 9123 c9 -2 25 -2 35 0 9 3 1 5 -18 5 -19 0 -27 -2 -17 -5z"/> <path d="M5514 9059 c-3 -5 -21 -9 -40 -9 -46 0 -44 -16 4 -24 54 -9 122 -7 122 2 0 13 -79 42 -86 31z"/> <path d="M3478 9035 c-3 -3 -36 -8 -74 -10 -65 -5 -160 -22 -249 -47 -22 -6 -56 -14 -75 -19 -160 -35 -488 -184 -745 -336 -49 -29 -100 -53 -113 -53 -92 0 -302 -184 -302 -265 0 -28 33 -16 104 39 159 121 371 249 431 260 49 10 115 -10 115 -33 0 -24 -25 -40 -205 -132 -257 -131 -302 -160 -400 -255 -39 -38 -111 -96 -160 -129 -50 -33 -126 -86 -170 -119 -96 -71 -299 -268 -294 -285 5 -14 37 11 153 118 110 100 148 129 241 186 44 27 127 83 185 124 184 131 318 218 409 265 74 38 98 46 144 46 31 0 59 5 62 10 15 25 75 4 75 -27 0 -15 -97 -73 -122 -73 -57 0 -195 -100 -251 -180 -17 -25 -23 -70 -9 -70 20 0 123 57 127 71 6 19 131 102 268 178 46 26 67 31 105 29 26 -2 47 -7 46 -13 0 -5 -19 -23 -42 -40 -22 -16 -62 -45 -88 -64 -26 -19 -84 -54 -128 -79 -118 -64 -195 -118 -243 -168 -42 -45 -106 -80 -123 -69 -6 3 -7 -1 -4 -10 8 -19 -10 -36 -91 -90 -33 -22 -78 -54 -100 -70 -53 -39 -257 -223 -273 -246 -7 -11 -23 -19 -36 -19 -23 0 -58 -32 -69 -62 -3 -10 -35 -30 -69 -46 -58 -26 -118 -79 -118 -103 0 -6 -15 -17 -32 -25 -71 -32 -131 -72 -193 -128 -36 -33 -89 -72 -117 -88 -58 -32 -68 -42 -68 -77 0 -23 -78 -111 -99 -111 -15 0 -26 22 -23 47 4 30 -14 37 -38 13 -12 -12 -20 -33 -20 -53 0 -42 -22 -72 -69 -97 -31 -15 -39 -26 -44 -56 -7 -43 -32 -74 -60 -74 -16 0 -18 5 -12 27 11 46 69 159 127 250 15 23 49 84 77 136 27 52 58 104 70 116 12 12 26 32 31 44 6 12 15 29 22 39 9 13 9 20 -2 33 -32 39 -69 -3 -150 -170 -16 -33 -46 -79 -67 -102 -97 -107 -168 -234 -240 -428 -8 -22 -21 -53 -29 -68 -8 -16 -14 -38 -14 -48 0 -30 -18 -61 -55 -94 -27 -24 -35 -40 -41 -80 -8 -68 -17 -81 -75 -116 -43 -27 -49 -35 -49 -64 0 -23 -8 -42 -23 -57 -68 -67 -84 -100 -92 -188 -4 -47 -12 -96 -17 -110 -6 -14 -14 -56 -19 -95 -18 -148 -28 -187 -49 -210 -20 -21 -21 -30 -15 -92 9 -99 10 -283 0 -316 -6 -22 -3 -33 15 -52 20 -22 24 -40 32 -152 8 -115 10 -168 9 -205 0 -7 3 -53 7 -103 9 -96 30 -151 75 -193 19 -18 30 -47 47 -120 40 -181 66 -246 103 -258 12 -4 37 -20 56 -36 18 -16 53 -39 77 -51 29 -14 49 -32 60 -56 16 -32 21 -97 10 -109 -3 -2 4 -26 15 -53 10 -28 19 -58 19 -68 0 -10 12 -35 26 -56 23 -35 25 -42 15 -81 -15 -59 -14 -90 5 -108 22 -22 25 -21 71 22 l40 37 -5 81 c-2 49 0 84 6 87 11 7 62 -61 62 -83 0 -7 15 -28 34 -46 18 -18 37 -45 40 -60 4 -15 34 -83 67 -151 32 -68 59 -135 59 -150 0 -26 35 -93 50 -93 15 0 40 -68 40 -107 0 -27 8 -50 26 -74 14 -19 30 -44 35 -57 5 -13 23 -28 40 -34 l31 -11 -7 -71 c-14 -136 -11 -160 26 -212 23 -32 45 -51 65 -56 17 -4 43 -19 57 -32 22 -20 27 -34 27 -71 0 -33 7 -55 24 -78 13 -18 29 -48 35 -67 8 -24 56 -80 154 -177 166 -164 210 -197 238 -182 25 13 25 55 0 69 -11 5 -56 55 -101 111 -70 86 -83 107 -83 138 0 31 35 121 48 121 2 0 19 -9 38 -20 40 -24 74 -84 59 -103 -16 -20 -25 -94 -12 -102 13 -8 50 22 50 42 0 8 16 21 36 29 57 24 118 -8 83 -43 -8 -8 -6 -18 6 -37 15 -23 16 -29 1 -73 -28 -88 -25 -110 19 -163 19 -22 37 -56 40 -74 7 -37 -6 -98 -22 -103 -15 -5 -131 85 -259 203 -102 93 -147 124 -161 111 -8 -9 79 -160 141 -241 81 -108 93 -119 121 -112 13 3 27 2 30 -4 3 -5 19 -10 34 -10 15 0 36 -9 46 -20 10 -11 25 -20 34 -20 9 0 32 -10 51 -22 19 -11 66 -27 105 -34 46 -9 84 -24 111 -44 23 -16 47 -30 52 -30 11 0 22 24 22 48 0 28 -50 90 -78 97 -45 11 -68 31 -106 93 l-35 58 25 62 c27 68 25 82 -11 82 -32 0 -84 65 -66 83 9 9 16 9 29 -1 9 -7 25 -15 34 -18 9 -3 19 -12 22 -20 3 -8 13 -14 22 -14 13 0 15 6 11 28 -3 15 -2 34 3 41 9 15 30 6 30 -12 0 -16 55 -45 100 -53 19 -4 41 -11 47 -17 7 -5 25 -7 40 -4 80 17 89 17 123 0 30 -15 35 -24 37 -55 2 -29 -2 -38 -18 -43 -28 -9 -18 -29 16 -33 16 -2 41 -17 56 -33 15 -16 33 -29 41 -29 7 0 40 -14 72 -30 32 -17 65 -30 72 -30 19 0 18 -19 -1 -26 -8 -4 -15 -18 -15 -33 0 -15 -11 -36 -25 -49 -22 -21 -31 -23 -75 -17 -27 4 -52 11 -56 16 -12 20 -20 7 -20 -32 1 -45 -15 -34 171 -127 78 -39 149 -68 230 -92 17 -5 55 -17 85 -26 30 -10 78 -18 105 -18 37 -1 56 -7 71 -22 14 -14 40 -23 80 -27 92 -11 194 -49 194 -74 0 -18 -80 -17 -116 2 -16 8 -43 15 -59 15 -17 0 -36 5 -43 12 -6 6 -30 14 -54 18 -24 4 -71 15 -106 25 -35 9 -84 18 -110 20 -26 1 -64 6 -84 10 -26 5 -38 4 -38 -4 0 -21 -40 -51 -69 -51 -15 0 -39 8 -52 19 -13 10 -49 24 -79 31 -30 8 -71 21 -90 31 -47 23 -125 34 -134 20 -11 -17 -66 -14 -66 4 0 9 9 15 25 15 14 0 25 4 25 9 0 11 -25 21 -49 21 -10 0 -23 11 -29 25 -14 29 -42 33 -42 6 0 -32 -42 -52 -96 -44 -53 7 -54 -3 -2 -28 58 -28 94 -37 111 -27 11 6 33 0 69 -18 29 -14 70 -27 91 -29 22 -1 47 -11 60 -23 12 -12 39 -28 60 -37 21 -8 54 -31 75 -50 41 -37 104 -64 166 -72 21 -3 55 -16 74 -29 20 -14 67 -34 106 -45 39 -11 86 -27 104 -35 18 -8 40 -14 50 -14 18 0 87 -21 167 -51 28 -10 60 -19 71 -19 11 0 25 -5 31 -11 7 -7 55 -12 122 -13 72 -1 115 -6 123 -14 17 -17 132 -16 147 1 15 19 120 42 133 29 6 -6 -1 -21 -18 -41 -22 -27 -25 -36 -16 -56 6 -12 8 -26 5 -29 -11 -11 -77 -6 -183 14 -58 11 -148 27 -200 35 -196 33 -213 36 -230 45 -10 5 -35 14 -56 19 -22 5 -64 19 -94 31 -80 31 -128 42 -192 44 -42 1 -64 7 -88 24 -18 14 -49 25 -73 27 -53 4 -87 17 -143 55 -24 17 -72 40 -106 51 -35 11 -67 24 -72 29 -6 6 -20 10 -33 10 -33 0 -30 -36 7 -70 17 -15 30 -37 30 -49 0 -23 63 -71 95 -71 11 0 37 -11 57 -25 20 -14 42 -25 48 -25 6 0 33 -11 61 -25 27 -14 55 -25 62 -23 7 1 23 -4 37 -12 14 -7 41 -15 61 -16 20 -1 50 -9 65 -17 49 -27 68 -35 114 -47 25 -6 59 -18 75 -26 48 -22 117 -37 164 -35 24 1 49 -4 57 -10 7 -6 18 -8 24 -4 5 3 47 -1 93 -9 151 -28 251 -39 408 -45 113 -4 161 -10 173 -20 21 -18 100 -18 161 -1 31 9 52 9 73 2 19 -6 71 -7 153 0 68 5 171 13 229 17 58 4 134 13 170 20 137 26 216 44 253 57 20 8 68 14 105 14 71 1 131 17 161 44 10 9 31 16 47 16 16 1 40 7 54 15 14 8 43 14 65 15 22 0 57 9 78 20 20 11 56 20 79 20 28 0 67 12 115 36 41 20 86 39 101 44 66 21 133 50 161 69 16 12 38 21 49 21 11 0 69 25 128 55 73 37 120 55 145 55 24 0 39 5 43 15 3 8 16 15 28 15 13 0 37 9 53 20 37 24 53 25 77 3 17 -15 19 -15 36 0 10 10 21 17 24 17 24 0 179 101 225 146 32 31 68 60 81 65 12 5 22 15 22 22 0 7 13 26 28 41 26 24 30 25 42 11 7 -8 16 -15 21 -15 5 0 47 23 93 51 63 38 87 58 95 80 8 23 15 29 29 25 13 -4 25 3 41 25 13 17 43 40 67 50 24 11 56 35 71 54 16 19 33 35 38 35 10 0 41 29 116 108 20 20 52 75 73 122 56 127 45 115 109 119 15 1 17 7 13 28 -5 22 2 39 35 83 23 30 45 58 50 61 6 3 19 23 31 45 11 21 33 55 48 74 15 19 35 51 46 70 10 19 33 55 50 80 17 25 49 73 72 106 23 34 42 68 42 76 0 9 6 21 14 27 7 6 16 24 19 39 5 24 34 69 79 121 19 22 21 -3 4 -44 -15 -36 -21 -75 -11 -75 31 0 145 190 145 242 0 11 10 37 23 57 25 41 34 64 83 211 23 70 33 115 29 136 -4 21 0 35 10 44 19 15 55 96 55 121 0 11 3 19 8 19 19 0 51 89 55 155 3 39 8 82 12 97 6 24 4 28 -15 28 -17 0 -21 4 -15 18 4 9 9 32 12 50 3 18 9 35 14 38 10 6 49 92 49 108 0 6 11 38 25 71 13 33 25 77 25 97 0 21 9 93 20 160 11 68 22 179 24 248 5 151 4 140 16 140 12 0 40 -53 40 -75 0 -9 -7 -23 -15 -31 -16 -16 -10 -42 14 -61 41 -32 41 -28 41 353 0 212 -4 363 -9 360 -15 -9 -20 17 -26 136 -8 160 -47 385 -86 503 -25 75 -49 182 -49 217 0 14 -8 46 -19 70 -10 24 -22 69 -26 98 -4 30 -20 82 -35 115 -16 33 -38 88 -50 123 -19 53 -26 63 -44 60 -16 -2 -22 -11 -24 -38 -3 -32 -53 -100 -73 -100 -11 0 -49 83 -49 106 0 10 -13 46 -28 79 -16 33 -32 73 -36 89 -4 17 -16 42 -27 57 -10 15 -19 43 -19 63 0 20 -6 38 -14 43 -24 13 -86 97 -86 116 0 9 -11 34 -23 55 -13 20 -41 71 -62 112 -22 41 -41 77 -44 80 -9 8 -111 150 -111 155 0 4 -65 100 -119 175 -71 97 -91 129 -91 143 0 7 -36 53 -80 102 -44 50 -132 169 -197 265 -68 102 -148 208 -193 254 -78 82 -165 146 -199 146 -10 0 -41 17 -68 38 -66 52 -232 162 -244 162 -6 0 -9 -15 -7 -32 2 -25 10 -36 33 -47 17 -8 56 -41 87 -73 55 -56 94 -79 212 -124 50 -19 156 -113 207 -182 13 -19 30 -40 37 -48 7 -8 9 -14 4 -14 -13 0 -63 40 -85 67 -10 13 -25 23 -33 23 -23 0 -16 -30 11 -52 16 -13 25 -29 25 -49 0 -22 8 -34 38 -53 45 -28 102 -91 102 -111 0 -18 -65 -21 -75 -4 -4 5 -17 14 -28 19 -14 5 -28 26 -40 59 -16 47 -20 51 -49 51 -25 0 -29 -3 -20 -12 7 -7 12 -25 12 -40 0 -16 5 -28 13 -28 6 0 29 -16 50 -35 29 -27 37 -41 37 -69 0 -24 -5 -36 -14 -36 -15 0 -26 21 -26 50 0 14 -11 20 -50 25 -37 5 -55 14 -71 33 l-21 27 36 3 c38 3 48 18 19 29 -10 4 -22 11 -28 15 -5 4 -24 19 -42 33 -20 16 -37 23 -49 18 -14 -5 -16 -2 -11 18 5 21 -2 30 -61 68 -39 26 -68 39 -70 32 -5 -14 -69 -15 -77 -1 -4 6 -23 22 -43 35 -21 13 -73 49 -117 79 -44 30 -83 52 -88 49 -5 -3 -7 -18 -5 -34 3 -16 2 -29 -2 -29 -13 0 -90 65 -90 76 0 7 -6 15 -12 18 -7 3 5 3 27 1 22 -3 33 -2 24 2 -8 5 -22 13 -30 20 -35 30 -308 208 -351 230 -80 40 -160 62 -249 68 -89 6 -113 12 -249 55 -120 39 -261 70 -400 89 -36 5 -92 19 -125 31 -73 26 -225 60 -272 60 -19 0 -47 6 -61 14 -104 53 -85 51 -427 51 -248 0 -325 -3 -343 -13 -75 -43 -207 -56 -315 -32 -50 12 -56 11 -83 -9 -41 -30 -139 -45 -176 -26 -17 8 -42 11 -62 8 -21 -3 -47 1 -71 13 -30 14 -41 15 -56 6 -22 -14 -69 -16 -69 -3 0 19 72 51 115 51 24 0 47 5 50 11 4 6 19 7 36 4 18 -4 36 -2 44 5 11 9 22 9 47 0 27 -10 40 -9 71 4 20 9 37 18 37 21 0 7 -205 6 -212 0z m3272 -790 c13 -14 21 -28 17 -31 -7 -7 -57 36 -57 49 0 14 17 7 40 -18z m214 -140 c15 -8 34 -15 41 -15 17 0 86 -70 80 -81 -10 -15 -22 -11 -57 19 -18 15 -54 38 -80 52 -27 13 -48 28 -48 32 0 13 33 9 64 -7z m-5050 -493 c-65 -60 -102 -87 -109 -80 -7 6 40 57 98 107 73 62 83 38 11 -27z m6280 -734 c8 -12 13 -25 10 -29 -8 -14 -44 14 -44 33 0 24 16 23 34 -4z m480 -594 c33 -42 27 -67 -18 -72 -25 -3 -26 -2 -26 52 0 31 3 56 8 56 4 0 20 -16 36 -36z m106 -549 c0 -8 -4 -15 -10 -15 -5 0 -10 7 -10 15 0 8 5 15 10 15 6 0 10 -7 10 -15z m151 -742 c5 -32 9 -62 9 -68 -4 -80 -14 -164 -20 -160 -10 6 -22 218 -14 260 8 46 13 40 25 -32z m-188 -269 c9 -9 -4 -35 -14 -28 -5 3 -9 12 -9 20 0 14 12 19 23 8z m-83 -638 c0 -38 -14 -55 -24 -30 -11 29 -6 64 9 64 10 0 15 -10 15 -34z m-20 -110 c0 -18 -24 -65 -31 -60 -10 6 -12 48 -2 57 7 7 33 10 33 3z m-29 -119 c-8 -8 -11 -7 -11 4 0 20 13 34 18 19 3 -7 -1 -17 -7 -23z m-31 -227 c-14 -102 -19 -122 -29 -115 -15 9 -22 116 -10 156 7 21 16 39 20 39 5 0 12 17 16 38 l8 37 3 -35 c2 -19 -1 -73 -8 -120z m-40 -194 c0 -8 -4 -18 -10 -21 -5 -3 -10 3 -10 14 0 12 5 21 10 21 6 0 10 -6 10 -14z m-152 -572 c-5 -28 -28 -29 -28 -1 0 13 3 27 7 31 10 10 25 -10 21 -30z m-6781 -649 c3 -9 -1 -23 -9 -33 -8 -9 -23 -34 -33 -54 -32 -63 -67 -46 -40 19 32 77 67 106 82 68z m6293 -102 c-1 -14 -27 -43 -39 -43 -8 0 -5 9 6 25 18 24 33 32 33 18z m-127 -178 c-17 -23 -43 -34 -43 -18 0 13 43 52 51 47 5 -3 1 -16 -8 -29z m-78 -94 c-8 -36 -24 -42 -23 -8 2 23 18 51 25 43 3 -3 2 -18 -2 -35z m-5050 -109 c6 -4 23 -25 39 -46 35 -47 27 -71 -25 -71 -29 0 -34 4 -37 27 -2 19 -13 31 -37 42 -38 18 -49 31 -40 46 7 12 85 13 100 2z m477 -420 c37 -20 108 -47 153 -57 50 -11 176 -76 169 -87 -8 -13 -53 -5 -129 21 -33 12 -71 21 -85 20 -61 -6 -109 13 -149 57 -22 24 -45 44 -50 44 -6 0 -11 5 -11 10 0 17 67 11 102 -8z m138 -351 c25 -6 64 -11 88 -11 23 0 42 -4 42 -9 0 -15 90 -25 103 -12 6 6 27 11 47 10 34 0 34 -1 10 -12 -35 -16 -36 -17 -20 -27 20 -13 57 -12 96 2 17 6 40 8 50 3 18 -7 18 -7 -1 -15 -20 -8 -20 -8 0 -16 11 -5 43 -7 70 -6 75 5 127 4 270 -7 107 -8 138 -7 174 5 33 11 66 13 128 8 110 -9 112 -31 5 -45 -36 -5 -63 -16 -79 -31 -22 -21 -35 -23 -146 -26 -94 -3 -144 1 -218 16 -74 16 -105 18 -138 11 -35 -8 -50 -6 -88 11 -29 13 -67 20 -105 20 -34 0 -68 6 -81 14 -12 8 -41 15 -65 14 -23 0 -48 4 -55 9 -6 6 -31 13 -55 16 -46 6 -152 46 -152 58 0 14 44 39 60 34 8 -2 35 -9 60 -14z m1318 -63 c3 -15 -4 -18 -37 -18 -47 0 -62 16 -29 30 33 13 62 8 66 -12z m152 13 c0 -11 -35 -21 -77 -21 -33 0 -52 15 -31 23 22 9 108 7 108 -2z m1100 -8 c0 -12 -33 -43 -47 -43 -7 0 -24 -6 -36 -14 -33 -21 -97 -30 -97 -14 0 16 86 59 104 52 7 -3 19 2 26 11 12 15 50 21 50 8z m-240 -108 c-16 -18 -34 -25 -59 -25 -20 0 -54 -7 -76 -15 -49 -18 -134 -20 -118 -4 11 11 59 24 143 38 25 4 54 12 65 19 11 6 31 12 44 12 l24 0 -23 -25z m-625 -10 c0 -5 -27 -13 -60 -16 -33 -3 -73 -11 -88 -17 -34 -14 -107 -16 -107 -2 0 9 26 18 115 39 50 12 140 9 140 -4z m341 -71 c-11 -8 -27 -12 -37 -9 -9 3 -22 -1 -29 -10 -7 -8 -27 -15 -45 -15 -18 0 -38 -7 -45 -15 -7 -8 -17 -12 -22 -9 -27 17 75 72 142 76 55 4 61 1 36 -18z m-226 -33 c0 -14 -10 -21 -35 -25 -42 -8 -45 -27 -11 -61 16 -16 21 -27 14 -31 -12 -8 -160 -22 -268 -27 -36 -2 -137 -9 -225 -16 -198 -17 -335 -7 -335 24 0 15 71 26 126 18 22 -3 87 0 145 7 113 14 196 20 304 21 68 1 134 23 151 50 7 13 103 59 122 59 6 0 12 -8 12 -19z m-741 -41 l34 0 -26 -20 c-32 -25 -73 -25 -128 -1 l-42 19 29 5 c16 3 45 3 64 1 19 -2 50 -4 69 -4z"/> <path d="M5652 9008 c5 -15 238 -24 238 -9 0 15 -40 21 -143 21 -75 0 -98 -3 -95 -12z"/> <path d="M5961 9008 c-19 -7 -36 -18 -38 -24 -4 -12 40 -24 87 -24 35 0 174 -33 261 -61 97 -32 178 -71 312 -151 154 -91 215 -121 234 -113 12 4 7 11 -18 28 -19 13 -41 26 -49 30 -16 8 -94 59 -256 168 -134 90 -133 90 -289 134 -73 21 -203 28 -244 13z"/> <path d="M2710 8980 c-12 -8 -11 -10 8 -10 12 0 22 5 22 10 0 13 -11 13 -30 0z"/> <path d="M7220 8676 c0 -2 7 -9 15 -16 12 -10 15 -10 15 4 0 9 -7 16 -15 16 -8 0 -15 -2 -15 -4z"/> <path d="M7331 8566 c13 -14 27 -22 32 -19 11 7 -23 43 -41 43 -10 0 -7 -7 9 -24z"/> <path d="M7090 8316 c0 -2 7 -9 15 -16 12 -10 15 -10 15 4 0 9 -7 16 -15 16 -8 0 -15 -2 -15 -4z"/> <path d="M7510 8290 c0 -6 7 -13 15 -16 8 -3 17 -16 21 -27 6 -22 50 -67 65 -67 4 0 21 -30 39 -66 24 -51 34 -64 48 -60 13 4 28 -8 56 -44 21 -28 74 -87 118 -133 l79 -82 18 24 c15 20 21 22 39 12 12 -7 22 -20 22 -30 0 -18 28 -54 63 -80 16 -13 16 -12 2 15 -8 16 -15 35 -15 42 0 25 -29 69 -48 74 -11 3 -38 30 -61 59 -23 30 -48 59 -54 66 -78 77 -100 101 -107 120 -6 15 -21 23 -52 28 -23 4 -59 18 -78 31 -19 13 -40 24 -47 24 -7 0 -15 11 -18 25 -3 14 -7 36 -10 50 -3 15 -16 30 -31 35 -33 13 -64 13 -64 0z"/> <path d="M8936 4398 c-3 -13 -7 -52 -10 -88 -3 -36 -10 -96 -15 -135 -10 -72 -6 -119 10 -109 5 3 9 26 9 52 1 26 7 65 15 87 17 46 21 215 5 215 -5 0 -12 -10 -14 -22z"/> <path d="M378 3472 c-3 -10 -3 -33 0 -51 6 -39 32 -39 46 1 8 22 6 32 -9 48 -22 25 -31 25 -37 2z"/> <path d="M660 3271 c-14 -27 7 -39 25 -15 18 24 19 34 0 34 -8 0 -19 -9 -25 -19z"/> <path d="M657 3193 c-4 -3 -7 -28 -7 -54 0 -61 27 -118 56 -119 24 0 104 80 104 104 0 8 -16 28 -35 45 -27 23 -45 31 -74 31 -21 0 -41 -3 -44 -7z"/> <path d="M460 3110 c-13 -8 -12 -13 4 -41 10 -17 18 -48 18 -69 -1 -49 20 -79 44 -64 35 21 39 40 21 98 -10 31 -28 62 -40 71 -25 18 -27 18 -47 5z"/> <path d="M844 2935 c-10 -26 5 -67 24 -63 26 5 28 54 2 68 -16 9 -21 8 -26 -5z"/> <path d="M580 2855 c-17 -20 -8 -49 16 -53 11 -2 27 4 34 13 11 13 10 19 -5 35 -22 24 -29 25 -45 5z"/> <path d="M950 2784 c-6 -14 -11 -40 -13 -57 -2 -27 1 -31 18 -29 27 5 55 31 55 52 0 15 -34 60 -46 60 -2 0 -9 -12 -14 -26z"/> <path d="M1012 1878 c2 -17 11 -24 31 -26 31 -4 35 8 9 31 -26 24 -44 21 -40 -5z"/> <path d="M2200 1686 c0 -10 9 -16 21 -16 24 0 21 23 -4 28 -10 2 -17 -3 -17 -12z"/> <path d="M2240 1660 c0 -5 -9 -10 -20 -10 -31 0 -24 -21 24 -73 41 -46 47 -48 88 -45 30 2 42 -1 41 -9 -2 -8 7 -13 23 -13 18 0 25 -5 23 -17 -3 -34 1 -52 16 -67 19 -18 41 -12 48 15 4 14 14 19 40 19 20 0 38 4 41 8 9 14 -64 64 -86 59 -14 -4 -33 6 -61 32 -23 21 -52 42 -64 45 -13 4 -23 12 -23 17 0 5 -5 9 -11 9 -7 0 -9 -10 -5 -25 8 -32 -11 -33 -47 -2 -32 27 -34 37 -8 37 26 0 35 16 15 24 -23 9 -34 7 -34 -4z"/> <path d="M8292 1527 c-13 -14 -18 -27 -13 -36 6 -10 13 -4 25 20 20 40 16 46 -12 16z"/> <path d="M1850 1390 c0 -15 7 -20 25 -20 14 0 25 -4 25 -10 0 -5 12 -10 26 -10 14 0 23 4 19 10 -3 6 -14 10 -23 10 -10 0 -23 9 -30 20 -7 11 -19 20 -27 20 -8 0 -15 -9 -15 -20z"/> <path d="M2482 1283 c2 -9 15 -23 30 -32 15 -9 44 -35 64 -58 19 -24 44 -43 55 -43 11 0 30 -6 42 -14 27 -17 95 -28 102 -16 7 12 -16 27 -62 39 -24 7 -43 16 -43 21 0 5 -20 21 -45 36 -25 14 -54 39 -66 55 -24 34 -83 43 -77 12z"/> <path d="M2026 1152 c-6 -11 21 -52 35 -52 5 0 32 -16 61 -36 63 -45 108 -64 148 -64 65 0 8 59 -71 74 -20 3 -46 17 -59 31 -13 14 -31 25 -41 25 -9 0 -22 7 -29 15 -14 16 -36 20 -44 7z"/> <path d="M2810 1095 c0 -9 9 -15 21 -15 18 0 19 2 9 15 -7 8 -16 15 -21 15 -5 0 -9 -7 -9 -15z"/> <path d="M1882 638 c3 -7 13 -14 24 -16 10 -2 36 -10 56 -19 42 -18 68 -12 68 15 0 15 -10 21 -46 26 -73 10 -106 8 -102 -6z"/> <path d="M2290 590 c-12 -7 -11 -12 5 -30 26 -29 119 -81 183 -103 29 -10 95 -42 146 -71 133 -77 181 -96 240 -96 69 0 96 19 96 68 0 35 -5 41 -55 75 -30 20 -58 37 -62 37 -3 0 -14 6 -22 13 -19 16 -114 47 -143 47 -11 0 -31 -9 -45 -20 -35 -28 -72 -25 -119 9 -21 15 -64 34 -94 42 -30 7 -67 19 -82 26 -32 15 -29 15 -48 3z"/> <path d="M2819 536 c30 -36 210 -96 287 -96 17 0 48 -7 67 -15 40 -17 117 -20 117 -5 0 5 -17 12 -37 15 -21 4 -54 12 -73 19 -19 8 -55 19 -80 25 -25 7 -58 16 -75 20 -204 57 -226 61 -206 37z"/> <path d="M3300 401 c0 -11 67 -24 81 -15 17 10 -11 24 -48 24 -18 0 -33 -4 -33 -9z"/> <path d="M3435 370 c3 -5 15 -10 26 -10 11 0 17 5 14 10 -3 6 -15 10 -26 10 -11 0 -17 -4 -14 -10z"/> <path d="M3590 351 c0 -13 27 -21 46 -14 13 5 13 7 2 14 -17 11 -48 11 -48 0z"/> <path d="M3985 310 c-3 -5 0 -13 8 -16 23 -8 92 0 92 11 0 14 -92 19 -100 5z"/> <path d="M4971 311 c-9 -6 -10 -11 -2 -15 15 -10 53 3 46 15 -8 11 -26 11 -44 0z"/> <path d="M4193 303 c-19 -3 -33 -10 -33 -18 0 -25 20 -27 55 -5 37 23 43 31 23 28 -7 0 -28 -3 -45 -5z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.about-one__image__shape-1 {
    position: absolute;
    top: 300px;
    left: 7px;
    z-index: 1;
    animation: zump 2s linear infinite;
}

@media (max-width: 1199px) {
    .about-one__image__shape-1 {
        display: none;
    }
}

.about-one__image__shape-2 {
    position: absolute;
    right: 40px;
    bottom: 39px;
    z-index: 1;
    animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1199px) {
    .about-one__image__shape-2 {
        right: 20px;
        bottom: 120px;
    }
}

@media (max-width: 991px) {
    .about-one__image__shape-2 {
        bottom: 65px;
    }
}

@media (max-width: 575px) {
    .about-one__image__shape-2 {
        display: none;
    }
}

.about-two {
    padding-bottom: 170px;
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 1199px) {
    .about-two {
        padding-bottom: var(--section-space, 120px);
    }
}

@media (max-width: 767px) {
    .about-two {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .about-two {
        padding-bottom: 80px;
    }
}

.about-two__image {
    margin-top: 13px;
    position: relative;
}

@media (max-width: 991px) {
    .about-two__image {
        margin-top: 0;
        margin-bottom: 70px;
    }
}

@media (max-width: 500px) {
    .about-two__image {
        margin-bottom: 110px;
    }
}

.about-two__image__one {
    position: relative;
    display: inline-block;
}

.about-two__image__one__inner {
    position: relative;
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 276.000000"><g transform="translate(0.000000,276.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2320 5508 c-2866 -342 -3136 -3844 -397 -5157 2554 -1224 4991 949 3733 3329 -620 1172 -2088 1977 -3336 1828z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 276.000000"><g transform="translate(0.000000,276.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2320 5508 c-2866 -342 -3136 -3844 -397 -5157 2554 -1224 4991 949 3733 3329 -620 1172 -2088 1977 -3336 1828z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.about-two__image__one__inner img {
    max-width: 100%;
    height: auto;
}

.about-two__image__one__shape-1,
.about-two__image__one__shape-2,
.about-two__image__one__shape-3,
.about-two__image__one__shape-4,
.about-two__image__one__shape-5 {
    max-width: 100%;
    height: auto;
}

.about-two__image__one__shape-1 {
    position: absolute;
    top: 108px;
    left: -25px;
    z-index: 2;
    animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 576px) {
    .about-two__image__one__shape-1 {
        display: none;
    }
}

.about-two__image__one__shape-2 {
    position: absolute;
    top: 203px;
    left: -61px;
    z-index: 2;
    animation: textRotate 3s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-two__image__one__shape-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .about-two__image__one__shape-2 {
        width: 20px;
        left: -28px;
    }
}

@media (max-width: 576px) {
    .about-two__image__one__shape-2 {
        display: none;
    }
}

.about-two__image__one__shape-3 {
    position: absolute;
    top: 292px;
    left: -69px;
    z-index: 2;
    animation: zump 2s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-two__image__one__shape-3 {
        display: none;
    }
}

@media (max-width: 991px) {
    .about-two__image__one__shape-3 {
        left: -30px;
    }
}

@media (max-width: 576px) {
    .about-two__image__one__shape-3 {
        display: none;
    }
}

.about-two__image__one__shape-4 {
    position: absolute;
    top: 55px;
    left: 23px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-two__image__one__shape-4 {
        display: none;
    }
}

@media (max-width: 991px) {
    .about-two__image__one__shape-4 {
        display: none;
    }
}

.about-two__image__one__shape-5 {
    position: absolute;
    top: -27px;
    right: 30px;
    z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-two__image__one__shape-5 {
        display: none;
    }
}

@media (max-width: 991px) {
    .about-two__image__one__shape-5 {
        display: none;
    }
}

.about-two__image__one__shape-6 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--cherito-base);
    position: absolute;
    top: 77px;
    right: 74px;
    animation: treeMove 3s linear infinite;
}

.about-two__image__two {
    display: inline-block;
    position: relative;
    position: absolute;
    left: 0px;
    bottom: -83px;
    z-index: 3;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-two__image__two {
        bottom: -120px;
    }
}

@media (max-width: 576px) {
    .about-two__image__two {
        left: 25px;
    }
}

@media (max-width: 500px) {
    .about-two__image__two {
        bottom: -130px;
    }
}

.about-two__image__two__inner {
    position: relative;
    z-index: 1;
    padding: 10px;
    background: var(--cherito-base);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 747.000000"><g transform="translate(0.000000,747.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3500 7455 c0 -8 -6 -15 -12 -15 -7 0 -62 -7 -123 -15 -60 -8 -157 -17 -215 -21 -102 -6 -258 -37 -370 -74 -87 -29 -179 -50 -215 -50 -18 0 -59 -12 -91 -26 -57 -25 -87 -36 -198 -75 -102 -35 -245 -109 -298 -155 -29 -24 -58 -44 -66 -44 -22 0 -197 -87 -275 -137 -280 -178 -629 -520 -839 -820 -88 -126 -272 -414 -294 -463 -9 -19 -25 -46 -34 -60 -47 -67 -165 -323 -317 -691 -8 -19 -29 -51 -46 -70 -19 -21 -43 -65 -57 -106 l-24 -71 30 -25 c26 -22 29 -31 27 -76 -1 -27 -9 -87 -17 -133 -21 -115 -29 -350 -16 -418 6 -30 15 -123 20 -205 5 -83 13 -163 19 -178 6 -16 11 -55 11 -87 0 -32 5 -71 11 -87 7 -15 11 -72 10 -128 -1 -88 3 -115 35 -225 20 -69 40 -143 45 -165 6 -22 14 -44 20 -49 5 -6 9 -16 9 -22 0 -7 28 -53 63 -102 34 -48 74 -115 89 -148 14 -32 40 -88 56 -124 16 -36 46 -83 66 -105 40 -44 69 -94 80 -139 7 -27 110 -172 201 -281 91 -109 235 -308 235 -325 0 -10 -9 -20 -20 -23 -11 -3 -20 -12 -20 -21 0 -19 32 -35 37 -19 2 5 10 18 17 28 12 17 19 13 97 -56 46 -41 127 -115 179 -165 94 -90 133 -123 383 -319 108 -84 131 -107 152 -152 14 -28 30 -55 37 -59 6 -4 61 -10 122 -13 l111 -6 5 -45 c3 -25 12 -55 20 -68 31 -49 154 -89 243 -79 166 19 157 16 157 53 0 18 4 35 8 38 18 11 193 -23 227 -44 36 -22 75 -69 75 -90 0 -6 -15 -30 -34 -53 -62 -76 -57 -105 23 -135 72 -27 85 -27 98 7 10 29 15 31 60 31 27 0 71 -7 96 -16 56 -19 77 -14 77 21 0 36 35 68 60 55 16 -9 18 -15 9 -37 -16 -44 6 -72 89 -110 40 -18 77 -33 82 -33 5 0 25 -10 45 -21 l36 -22 -30 -31 c-24 -25 -28 -35 -19 -44 16 -16 47 -15 82 3 38 20 63 19 71 -4 10 -33 30 -43 59 -30 14 7 26 15 26 20 0 9 75 39 100 39 24 0 26 13 5 30 -13 10 -12 17 5 51 17 33 45 59 64 59 2 0 4 -29 3 -65 -2 -63 -1 -66 35 -99 20 -18 43 -47 52 -65 18 -35 48 -40 94 -17 15 7 52 16 84 19 87 8 98 18 98 82 0 47 4 59 31 90 24 27 39 35 58 33 28 -3 28 -2 15 -91 -5 -38 -3 -51 11 -67 28 -30 51 -25 72 17 15 32 25 39 56 44 21 3 43 11 49 17 11 11 8 13 -41 28 -10 3 -12 17 -6 62 11 86 34 122 81 122 15 0 17 -3 58 -112 32 -81 32 -96 4 -100 -32 -4 -30 -45 3 -70 40 -30 96 -33 150 -9 66 30 68 45 10 86 -60 43 -67 59 -36 79 49 32 71 30 101 -8 19 -23 29 -48 29 -69 0 -29 3 -32 33 -35 27 -3 40 5 86 49 54 51 134 88 193 89 50 0 37 -45 -16 -60 -45 -12 -80 -45 -64 -61 17 -17 219 27 218 47 -1 5 -7 28 -14 51 -15 46 -10 71 16 79 58 19 76 31 110 75 36 48 73 64 88 39 3 -5 17 -10 31 -10 33 0 33 39 -1 70 -39 36 -33 58 18 65 43 7 45 5 103 -49 61 -58 86 -67 89 -30 1 12 14 37 29 54 23 28 26 39 21 72 -6 36 -4 42 30 73 44 43 81 46 95 10 13 -35 36 -41 88 -23 56 20 68 16 77 -29 7 -40 -10 -67 -51 -77 -20 -5 -24 -13 -24 -41 0 -60 38 -65 160 -20 66 24 280 133 317 161 17 13 34 24 38 24 3 0 61 41 128 91 180 135 193 149 137 149 -24 0 -31 5 -36 26 -6 25 -8 23 -33 -25 -22 -43 -40 -60 -119 -111 -51 -33 -97 -60 -101 -60 -4 0 -16 8 -25 19 -15 17 -15 22 -2 52 7 19 22 53 32 77 19 46 77 95 128 108 15 3 44 26 64 50 36 43 37 44 84 38 l48 -7 65 66 c36 36 79 70 95 77 25 10 33 9 66 -14 44 -30 58 -25 51 18 -2 17 0 41 6 54 12 26 53 40 70 23 18 -18 62 -13 93 11 16 12 58 50 94 84 40 38 91 73 132 92 72 34 109 72 143 145 28 58 52 87 76 87 10 0 27 13 38 29 13 18 42 36 80 51 66 24 89 45 123 110 18 35 30 46 57 51 75 15 109 68 110 172 1 38 5 57 14 58 64 3 84 11 114 46 18 21 33 41 33 45 0 13 63 102 102 145 21 24 38 51 38 60 0 10 7 29 14 43 29 50 56 113 56 128 0 8 8 40 17 70 21 67 60 102 112 102 20 0 45 6 55 13 29 21 57 114 55 183 -2 68 4 84 31 84 11 0 26 10 34 23 8 12 31 121 51 242 20 121 38 222 40 226 3 3 16 50 30 104 36 138 33 223 -15 548 -5 37 -10 80 -10 95 0 15 -11 48 -25 74 -16 30 -28 74 -34 126 -10 91 -50 179 -91 199 -42 21 -45 0 -11 -109 17 -57 36 -116 41 -133 18 -62 40 -163 55 -255 15 -96 20 -251 9 -263 -11 -11 -43 12 -59 43 -8 16 -15 48 -15 71 0 24 -4 68 -10 98 -5 31 -14 83 -19 116 -5 33 -19 85 -31 115 -28 71 -60 186 -60 219 0 15 -16 46 -35 70 -42 53 -49 77 -41 134 7 50 1 62 -45 85 -18 9 -40 29 -49 44 -22 41 -5 62 54 66 41 3 46 6 46 28 0 16 8 28 25 36 31 14 31 19 -1 74 -31 53 -44 56 -44 9 0 -19 -4 -35 -8 -35 -10 0 -46 39 -56 60 -24 52 -87 142 -132 186 -24 24 -51 59 -60 77 -62 120 -183 266 -281 339 -36 26 -61 55 -79 91 -27 54 -184 216 -235 243 -28 14 -33 23 -43 86 -6 35 -11 39 -99 81 -66 32 -108 60 -147 99 -45 46 -63 56 -98 61 -26 3 -67 21 -105 45 -183 119 -178 117 -242 118 -33 1 -65 2 -71 3 -7 0 -15 30 -19 71 -6 59 -11 73 -32 90 -14 11 -34 20 -44 20 -16 0 -19 -8 -19 -44 0 -36 7 -52 35 -86 37 -45 42 -64 24 -104 -19 -40 -37 -39 -78 4 -21 22 -47 40 -58 40 -49 0 -163 72 -163 102 0 6 14 8 35 4 27 -5 35 -4 35 8 0 15 -78 96 -93 96 -4 0 -25 -12 -47 -26 -64 -43 -100 -12 -100 85 0 26 -6 55 -13 65 -21 29 -59 17 -82 -26 -32 -61 -95 -49 -95 17 0 29 -21 71 -44 87 -6 4 -31 15 -56 24 -25 9 -72 29 -105 44 -101 45 -191 78 -255 92 -56 12 -138 3 -185 -19 -31 -15 -44 -15 -103 -5 -114 20 -140 31 -185 77 -39 41 -50 47 -132 65 -50 12 -130 25 -180 31 -164 18 -269 29 -342 35 -53 4 -73 10 -73 20 0 12 -39 14 -225 14 -187 0 -225 -2 -225 -14 0 -9 -15 -17 -39 -21 -22 -3 -49 -17 -62 -31 -29 -31 -47 -31 -59 1 -11 29 -18 30 -56 10 -24 -12 -30 -12 -44 0 -8 7 -33 16 -55 20 -73 12 -86 16 -80 25 4 6 -32 10 -94 10 -83 0 -101 -3 -101 -15z m3549 -854 c29 -22 20 -41 -20 -41 -46 0 -34 -16 35 -49 65 -30 96 -61 96 -93 0 -41 -18 -36 -147 49 -82 53 -103 83 -68 97 8 3 15 14 15 24 0 10 3 22 7 25 12 13 58 6 82 -12z m341 -267 c52 -25 99 -53 106 -62 22 -32 89 -98 141 -138 29 -23 100 -87 159 -143 59 -55 126 -113 149 -128 26 -16 56 -49 77 -82 18 -30 43 -68 56 -83 27 -31 92 -138 92 -150 0 -13 -29 -9 -58 9 -15 9 -46 35 -69 57 -23 23 -50 48 -60 57 -10 9 -67 69 -126 133 -72 76 -112 128 -118 151 -8 28 -15 35 -34 35 -16 0 -41 16 -67 41 -23 22 -64 52 -91 65 -28 15 -52 35 -57 49 -5 13 -24 32 -42 41 -89 45 -178 134 -178 177 0 25 16 21 120 -29z m1454 -2416 c8 -13 17 -49 21 -80 6 -48 4 -64 -16 -102 -41 -83 -69 -55 -71 70 -1 104 6 134 32 134 11 0 26 -10 34 -22z m-176 -930 c3 -16 -23 -48 -39 -48 -19 0 -21 31 -3 51 20 22 37 21 42 -3z m-2238 -2201 c0 -14 -100 -77 -124 -77 -24 0 -19 31 11 62 21 22 36 28 70 28 28 0 43 -4 43 -13z m-1874 -222 c8 -19 -13 -45 -36 -45 -22 0 -30 19 -18 43 11 21 47 23 54 2z m775 -15 c25 -14 26 -68 2 -86 -33 -24 -58 -17 -72 21 -14 39 -9 52 23 65 28 11 25 11 47 0z m-992 -89 c19 -12 0 -66 -24 -66 -30 0 -42 31 -21 54 21 23 25 24 45 12z m-874 -166 c0 -23 -5 -31 -21 -33 -24 -3 -38 20 -28 50 4 13 13 18 27 16 17 -2 22 -10 22 -33z"/> <path d="M8501 2504 c-21 -27 -28 -54 -13 -54 5 0 19 14 31 31 30 40 13 63 -18 23z"/> <path d="M1220 1245 c0 -14 29 -35 49 -35 18 0 12 29 -8 40 -27 14 -41 13 -41 -5z"/> <path d="M1434 1065 c-8 -19 -6 -20 24 -29 29 -9 31 19 2 34 -16 9 -22 8 -26 -5z"/> <path d="M5739 413 c-18 -4 -46 -50 -36 -59 7 -7 78 14 92 28 7 6 3 14 -9 24 -11 8 -22 13 -25 13 -3 -1 -13 -3 -22 -6z"/> <path d="M5533 323 c-12 -2 -27 -10 -33 -18 -9 -10 -7 -15 8 -19 26 -9 72 10 72 29 0 15 -6 16 -47 8z"/> <path d="M3200 187 c0 -11 39 -37 55 -37 3 0 5 11 5 25 0 21 -5 25 -30 25 -18 0 -30 -5 -30 -13z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 747.000000"><g transform="translate(0.000000,747.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3500 7455 c0 -8 -6 -15 -12 -15 -7 0 -62 -7 -123 -15 -60 -8 -157 -17 -215 -21 -102 -6 -258 -37 -370 -74 -87 -29 -179 -50 -215 -50 -18 0 -59 -12 -91 -26 -57 -25 -87 -36 -198 -75 -102 -35 -245 -109 -298 -155 -29 -24 -58 -44 -66 -44 -22 0 -197 -87 -275 -137 -280 -178 -629 -520 -839 -820 -88 -126 -272 -414 -294 -463 -9 -19 -25 -46 -34 -60 -47 -67 -165 -323 -317 -691 -8 -19 -29 -51 -46 -70 -19 -21 -43 -65 -57 -106 l-24 -71 30 -25 c26 -22 29 -31 27 -76 -1 -27 -9 -87 -17 -133 -21 -115 -29 -350 -16 -418 6 -30 15 -123 20 -205 5 -83 13 -163 19 -178 6 -16 11 -55 11 -87 0 -32 5 -71 11 -87 7 -15 11 -72 10 -128 -1 -88 3 -115 35 -225 20 -69 40 -143 45 -165 6 -22 14 -44 20 -49 5 -6 9 -16 9 -22 0 -7 28 -53 63 -102 34 -48 74 -115 89 -148 14 -32 40 -88 56 -124 16 -36 46 -83 66 -105 40 -44 69 -94 80 -139 7 -27 110 -172 201 -281 91 -109 235 -308 235 -325 0 -10 -9 -20 -20 -23 -11 -3 -20 -12 -20 -21 0 -19 32 -35 37 -19 2 5 10 18 17 28 12 17 19 13 97 -56 46 -41 127 -115 179 -165 94 -90 133 -123 383 -319 108 -84 131 -107 152 -152 14 -28 30 -55 37 -59 6 -4 61 -10 122 -13 l111 -6 5 -45 c3 -25 12 -55 20 -68 31 -49 154 -89 243 -79 166 19 157 16 157 53 0 18 4 35 8 38 18 11 193 -23 227 -44 36 -22 75 -69 75 -90 0 -6 -15 -30 -34 -53 -62 -76 -57 -105 23 -135 72 -27 85 -27 98 7 10 29 15 31 60 31 27 0 71 -7 96 -16 56 -19 77 -14 77 21 0 36 35 68 60 55 16 -9 18 -15 9 -37 -16 -44 6 -72 89 -110 40 -18 77 -33 82 -33 5 0 25 -10 45 -21 l36 -22 -30 -31 c-24 -25 -28 -35 -19 -44 16 -16 47 -15 82 3 38 20 63 19 71 -4 10 -33 30 -43 59 -30 14 7 26 15 26 20 0 9 75 39 100 39 24 0 26 13 5 30 -13 10 -12 17 5 51 17 33 45 59 64 59 2 0 4 -29 3 -65 -2 -63 -1 -66 35 -99 20 -18 43 -47 52 -65 18 -35 48 -40 94 -17 15 7 52 16 84 19 87 8 98 18 98 82 0 47 4 59 31 90 24 27 39 35 58 33 28 -3 28 -2 15 -91 -5 -38 -3 -51 11 -67 28 -30 51 -25 72 17 15 32 25 39 56 44 21 3 43 11 49 17 11 11 8 13 -41 28 -10 3 -12 17 -6 62 11 86 34 122 81 122 15 0 17 -3 58 -112 32 -81 32 -96 4 -100 -32 -4 -30 -45 3 -70 40 -30 96 -33 150 -9 66 30 68 45 10 86 -60 43 -67 59 -36 79 49 32 71 30 101 -8 19 -23 29 -48 29 -69 0 -29 3 -32 33 -35 27 -3 40 5 86 49 54 51 134 88 193 89 50 0 37 -45 -16 -60 -45 -12 -80 -45 -64 -61 17 -17 219 27 218 47 -1 5 -7 28 -14 51 -15 46 -10 71 16 79 58 19 76 31 110 75 36 48 73 64 88 39 3 -5 17 -10 31 -10 33 0 33 39 -1 70 -39 36 -33 58 18 65 43 7 45 5 103 -49 61 -58 86 -67 89 -30 1 12 14 37 29 54 23 28 26 39 21 72 -6 36 -4 42 30 73 44 43 81 46 95 10 13 -35 36 -41 88 -23 56 20 68 16 77 -29 7 -40 -10 -67 -51 -77 -20 -5 -24 -13 -24 -41 0 -60 38 -65 160 -20 66 24 280 133 317 161 17 13 34 24 38 24 3 0 61 41 128 91 180 135 193 149 137 149 -24 0 -31 5 -36 26 -6 25 -8 23 -33 -25 -22 -43 -40 -60 -119 -111 -51 -33 -97 -60 -101 -60 -4 0 -16 8 -25 19 -15 17 -15 22 -2 52 7 19 22 53 32 77 19 46 77 95 128 108 15 3 44 26 64 50 36 43 37 44 84 38 l48 -7 65 66 c36 36 79 70 95 77 25 10 33 9 66 -14 44 -30 58 -25 51 18 -2 17 0 41 6 54 12 26 53 40 70 23 18 -18 62 -13 93 11 16 12 58 50 94 84 40 38 91 73 132 92 72 34 109 72 143 145 28 58 52 87 76 87 10 0 27 13 38 29 13 18 42 36 80 51 66 24 89 45 123 110 18 35 30 46 57 51 75 15 109 68 110 172 1 38 5 57 14 58 64 3 84 11 114 46 18 21 33 41 33 45 0 13 63 102 102 145 21 24 38 51 38 60 0 10 7 29 14 43 29 50 56 113 56 128 0 8 8 40 17 70 21 67 60 102 112 102 20 0 45 6 55 13 29 21 57 114 55 183 -2 68 4 84 31 84 11 0 26 10 34 23 8 12 31 121 51 242 20 121 38 222 40 226 3 3 16 50 30 104 36 138 33 223 -15 548 -5 37 -10 80 -10 95 0 15 -11 48 -25 74 -16 30 -28 74 -34 126 -10 91 -50 179 -91 199 -42 21 -45 0 -11 -109 17 -57 36 -116 41 -133 18 -62 40 -163 55 -255 15 -96 20 -251 9 -263 -11 -11 -43 12 -59 43 -8 16 -15 48 -15 71 0 24 -4 68 -10 98 -5 31 -14 83 -19 116 -5 33 -19 85 -31 115 -28 71 -60 186 -60 219 0 15 -16 46 -35 70 -42 53 -49 77 -41 134 7 50 1 62 -45 85 -18 9 -40 29 -49 44 -22 41 -5 62 54 66 41 3 46 6 46 28 0 16 8 28 25 36 31 14 31 19 -1 74 -31 53 -44 56 -44 9 0 -19 -4 -35 -8 -35 -10 0 -46 39 -56 60 -24 52 -87 142 -132 186 -24 24 -51 59 -60 77 -62 120 -183 266 -281 339 -36 26 -61 55 -79 91 -27 54 -184 216 -235 243 -28 14 -33 23 -43 86 -6 35 -11 39 -99 81 -66 32 -108 60 -147 99 -45 46 -63 56 -98 61 -26 3 -67 21 -105 45 -183 119 -178 117 -242 118 -33 1 -65 2 -71 3 -7 0 -15 30 -19 71 -6 59 -11 73 -32 90 -14 11 -34 20 -44 20 -16 0 -19 -8 -19 -44 0 -36 7 -52 35 -86 37 -45 42 -64 24 -104 -19 -40 -37 -39 -78 4 -21 22 -47 40 -58 40 -49 0 -163 72 -163 102 0 6 14 8 35 4 27 -5 35 -4 35 8 0 15 -78 96 -93 96 -4 0 -25 -12 -47 -26 -64 -43 -100 -12 -100 85 0 26 -6 55 -13 65 -21 29 -59 17 -82 -26 -32 -61 -95 -49 -95 17 0 29 -21 71 -44 87 -6 4 -31 15 -56 24 -25 9 -72 29 -105 44 -101 45 -191 78 -255 92 -56 12 -138 3 -185 -19 -31 -15 -44 -15 -103 -5 -114 20 -140 31 -185 77 -39 41 -50 47 -132 65 -50 12 -130 25 -180 31 -164 18 -269 29 -342 35 -53 4 -73 10 -73 20 0 12 -39 14 -225 14 -187 0 -225 -2 -225 -14 0 -9 -15 -17 -39 -21 -22 -3 -49 -17 -62 -31 -29 -31 -47 -31 -59 1 -11 29 -18 30 -56 10 -24 -12 -30 -12 -44 0 -8 7 -33 16 -55 20 -73 12 -86 16 -80 25 4 6 -32 10 -94 10 -83 0 -101 -3 -101 -15z m3549 -854 c29 -22 20 -41 -20 -41 -46 0 -34 -16 35 -49 65 -30 96 -61 96 -93 0 -41 -18 -36 -147 49 -82 53 -103 83 -68 97 8 3 15 14 15 24 0 10 3 22 7 25 12 13 58 6 82 -12z m341 -267 c52 -25 99 -53 106 -62 22 -32 89 -98 141 -138 29 -23 100 -87 159 -143 59 -55 126 -113 149 -128 26 -16 56 -49 77 -82 18 -30 43 -68 56 -83 27 -31 92 -138 92 -150 0 -13 -29 -9 -58 9 -15 9 -46 35 -69 57 -23 23 -50 48 -60 57 -10 9 -67 69 -126 133 -72 76 -112 128 -118 151 -8 28 -15 35 -34 35 -16 0 -41 16 -67 41 -23 22 -64 52 -91 65 -28 15 -52 35 -57 49 -5 13 -24 32 -42 41 -89 45 -178 134 -178 177 0 25 16 21 120 -29z m1454 -2416 c8 -13 17 -49 21 -80 6 -48 4 -64 -16 -102 -41 -83 -69 -55 -71 70 -1 104 6 134 32 134 11 0 26 -10 34 -22z m-176 -930 c3 -16 -23 -48 -39 -48 -19 0 -21 31 -3 51 20 22 37 21 42 -3z m-2238 -2201 c0 -14 -100 -77 -124 -77 -24 0 -19 31 11 62 21 22 36 28 70 28 28 0 43 -4 43 -13z m-1874 -222 c8 -19 -13 -45 -36 -45 -22 0 -30 19 -18 43 11 21 47 23 54 2z m775 -15 c25 -14 26 -68 2 -86 -33 -24 -58 -17 -72 21 -14 39 -9 52 23 65 28 11 25 11 47 0z m-992 -89 c19 -12 0 -66 -24 -66 -30 0 -42 31 -21 54 21 23 25 24 45 12z m-874 -166 c0 -23 -5 -31 -21 -33 -24 -3 -38 20 -28 50 4 13 13 18 27 16 17 -2 22 -10 22 -33z"/> <path d="M8501 2504 c-21 -27 -28 -54 -13 -54 5 0 19 14 31 31 30 40 13 63 -18 23z"/> <path d="M1220 1245 c0 -14 29 -35 49 -35 18 0 12 29 -8 40 -27 14 -41 13 -41 -5z"/> <path d="M1434 1065 c-8 -19 -6 -20 24 -29 29 -9 31 19 2 34 -16 9 -22 8 -26 -5z"/> <path d="M5739 413 c-18 -4 -46 -50 -36 -59 7 -7 78 14 92 28 7 6 3 14 -9 24 -11 8 -22 13 -25 13 -3 -1 -13 -3 -22 -6z"/> <path d="M5533 323 c-12 -2 -27 -10 -33 -18 -9 -10 -7 -15 8 -19 26 -9 72 10 72 29 0 15 -6 16 -47 8z"/> <path d="M3200 187 c0 -11 39 -37 55 -37 3 0 5 11 5 25 0 21 -5 25 -30 25 -18 0 -30 -5 -30 -13z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.about-two__image__two__inner img {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 747.000000"><g transform="translate(0.000000,747.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3500 7455 c0 -8 -6 -15 -12 -15 -7 0 -62 -7 -123 -15 -60 -8 -157 -17 -215 -21 -102 -6 -258 -37 -370 -74 -87 -29 -179 -50 -215 -50 -18 0 -59 -12 -91 -26 -57 -25 -87 -36 -198 -75 -102 -35 -245 -109 -298 -155 -29 -24 -58 -44 -66 -44 -22 0 -197 -87 -275 -137 -280 -178 -629 -520 -839 -820 -88 -126 -272 -414 -294 -463 -9 -19 -25 -46 -34 -60 -47 -67 -165 -323 -317 -691 -8 -19 -29 -51 -46 -70 -19 -21 -43 -65 -57 -106 l-24 -71 30 -25 c26 -22 29 -31 27 -76 -1 -27 -9 -87 -17 -133 -21 -115 -29 -350 -16 -418 6 -30 15 -123 20 -205 5 -83 13 -163 19 -178 6 -16 11 -55 11 -87 0 -32 5 -71 11 -87 7 -15 11 -72 10 -128 -1 -88 3 -115 35 -225 20 -69 40 -143 45 -165 6 -22 14 -44 20 -49 5 -6 9 -16 9 -22 0 -7 28 -53 63 -102 34 -48 74 -115 89 -148 14 -32 40 -88 56 -124 16 -36 46 -83 66 -105 40 -44 69 -94 80 -139 7 -27 110 -172 201 -281 91 -109 235 -308 235 -325 0 -10 -9 -20 -20 -23 -11 -3 -20 -12 -20 -21 0 -19 32 -35 37 -19 2 5 10 18 17 28 12 17 19 13 97 -56 46 -41 127 -115 179 -165 94 -90 133 -123 383 -319 108 -84 131 -107 152 -152 14 -28 30 -55 37 -59 6 -4 61 -10 122 -13 l111 -6 5 -45 c3 -25 12 -55 20 -68 31 -49 154 -89 243 -79 166 19 157 16 157 53 0 18 4 35 8 38 18 11 193 -23 227 -44 36 -22 75 -69 75 -90 0 -6 -15 -30 -34 -53 -62 -76 -57 -105 23 -135 72 -27 85 -27 98 7 10 29 15 31 60 31 27 0 71 -7 96 -16 56 -19 77 -14 77 21 0 36 35 68 60 55 16 -9 18 -15 9 -37 -16 -44 6 -72 89 -110 40 -18 77 -33 82 -33 5 0 25 -10 45 -21 l36 -22 -30 -31 c-24 -25 -28 -35 -19 -44 16 -16 47 -15 82 3 38 20 63 19 71 -4 10 -33 30 -43 59 -30 14 7 26 15 26 20 0 9 75 39 100 39 24 0 26 13 5 30 -13 10 -12 17 5 51 17 33 45 59 64 59 2 0 4 -29 3 -65 -2 -63 -1 -66 35 -99 20 -18 43 -47 52 -65 18 -35 48 -40 94 -17 15 7 52 16 84 19 87 8 98 18 98 82 0 47 4 59 31 90 24 27 39 35 58 33 28 -3 28 -2 15 -91 -5 -38 -3 -51 11 -67 28 -30 51 -25 72 17 15 32 25 39 56 44 21 3 43 11 49 17 11 11 8 13 -41 28 -10 3 -12 17 -6 62 11 86 34 122 81 122 15 0 17 -3 58 -112 32 -81 32 -96 4 -100 -32 -4 -30 -45 3 -70 40 -30 96 -33 150 -9 66 30 68 45 10 86 -60 43 -67 59 -36 79 49 32 71 30 101 -8 19 -23 29 -48 29 -69 0 -29 3 -32 33 -35 27 -3 40 5 86 49 54 51 134 88 193 89 50 0 37 -45 -16 -60 -45 -12 -80 -45 -64 -61 17 -17 219 27 218 47 -1 5 -7 28 -14 51 -15 46 -10 71 16 79 58 19 76 31 110 75 36 48 73 64 88 39 3 -5 17 -10 31 -10 33 0 33 39 -1 70 -39 36 -33 58 18 65 43 7 45 5 103 -49 61 -58 86 -67 89 -30 1 12 14 37 29 54 23 28 26 39 21 72 -6 36 -4 42 30 73 44 43 81 46 95 10 13 -35 36 -41 88 -23 56 20 68 16 77 -29 7 -40 -10 -67 -51 -77 -20 -5 -24 -13 -24 -41 0 -60 38 -65 160 -20 66 24 280 133 317 161 17 13 34 24 38 24 3 0 61 41 128 91 180 135 193 149 137 149 -24 0 -31 5 -36 26 -6 25 -8 23 -33 -25 -22 -43 -40 -60 -119 -111 -51 -33 -97 -60 -101 -60 -4 0 -16 8 -25 19 -15 17 -15 22 -2 52 7 19 22 53 32 77 19 46 77 95 128 108 15 3 44 26 64 50 36 43 37 44 84 38 l48 -7 65 66 c36 36 79 70 95 77 25 10 33 9 66 -14 44 -30 58 -25 51 18 -2 17 0 41 6 54 12 26 53 40 70 23 18 -18 62 -13 93 11 16 12 58 50 94 84 40 38 91 73 132 92 72 34 109 72 143 145 28 58 52 87 76 87 10 0 27 13 38 29 13 18 42 36 80 51 66 24 89 45 123 110 18 35 30 46 57 51 75 15 109 68 110 172 1 38 5 57 14 58 64 3 84 11 114 46 18 21 33 41 33 45 0 13 63 102 102 145 21 24 38 51 38 60 0 10 7 29 14 43 29 50 56 113 56 128 0 8 8 40 17 70 21 67 60 102 112 102 20 0 45 6 55 13 29 21 57 114 55 183 -2 68 4 84 31 84 11 0 26 10 34 23 8 12 31 121 51 242 20 121 38 222 40 226 3 3 16 50 30 104 36 138 33 223 -15 548 -5 37 -10 80 -10 95 0 15 -11 48 -25 74 -16 30 -28 74 -34 126 -10 91 -50 179 -91 199 -42 21 -45 0 -11 -109 17 -57 36 -116 41 -133 18 -62 40 -163 55 -255 15 -96 20 -251 9 -263 -11 -11 -43 12 -59 43 -8 16 -15 48 -15 71 0 24 -4 68 -10 98 -5 31 -14 83 -19 116 -5 33 -19 85 -31 115 -28 71 -60 186 -60 219 0 15 -16 46 -35 70 -42 53 -49 77 -41 134 7 50 1 62 -45 85 -18 9 -40 29 -49 44 -22 41 -5 62 54 66 41 3 46 6 46 28 0 16 8 28 25 36 31 14 31 19 -1 74 -31 53 -44 56 -44 9 0 -19 -4 -35 -8 -35 -10 0 -46 39 -56 60 -24 52 -87 142 -132 186 -24 24 -51 59 -60 77 -62 120 -183 266 -281 339 -36 26 -61 55 -79 91 -27 54 -184 216 -235 243 -28 14 -33 23 -43 86 -6 35 -11 39 -99 81 -66 32 -108 60 -147 99 -45 46 -63 56 -98 61 -26 3 -67 21 -105 45 -183 119 -178 117 -242 118 -33 1 -65 2 -71 3 -7 0 -15 30 -19 71 -6 59 -11 73 -32 90 -14 11 -34 20 -44 20 -16 0 -19 -8 -19 -44 0 -36 7 -52 35 -86 37 -45 42 -64 24 -104 -19 -40 -37 -39 -78 4 -21 22 -47 40 -58 40 -49 0 -163 72 -163 102 0 6 14 8 35 4 27 -5 35 -4 35 8 0 15 -78 96 -93 96 -4 0 -25 -12 -47 -26 -64 -43 -100 -12 -100 85 0 26 -6 55 -13 65 -21 29 -59 17 -82 -26 -32 -61 -95 -49 -95 17 0 29 -21 71 -44 87 -6 4 -31 15 -56 24 -25 9 -72 29 -105 44 -101 45 -191 78 -255 92 -56 12 -138 3 -185 -19 -31 -15 -44 -15 -103 -5 -114 20 -140 31 -185 77 -39 41 -50 47 -132 65 -50 12 -130 25 -180 31 -164 18 -269 29 -342 35 -53 4 -73 10 -73 20 0 12 -39 14 -225 14 -187 0 -225 -2 -225 -14 0 -9 -15 -17 -39 -21 -22 -3 -49 -17 -62 -31 -29 -31 -47 -31 -59 1 -11 29 -18 30 -56 10 -24 -12 -30 -12 -44 0 -8 7 -33 16 -55 20 -73 12 -86 16 -80 25 4 6 -32 10 -94 10 -83 0 -101 -3 -101 -15z m3549 -854 c29 -22 20 -41 -20 -41 -46 0 -34 -16 35 -49 65 -30 96 -61 96 -93 0 -41 -18 -36 -147 49 -82 53 -103 83 -68 97 8 3 15 14 15 24 0 10 3 22 7 25 12 13 58 6 82 -12z m341 -267 c52 -25 99 -53 106 -62 22 -32 89 -98 141 -138 29 -23 100 -87 159 -143 59 -55 126 -113 149 -128 26 -16 56 -49 77 -82 18 -30 43 -68 56 -83 27 -31 92 -138 92 -150 0 -13 -29 -9 -58 9 -15 9 -46 35 -69 57 -23 23 -50 48 -60 57 -10 9 -67 69 -126 133 -72 76 -112 128 -118 151 -8 28 -15 35 -34 35 -16 0 -41 16 -67 41 -23 22 -64 52 -91 65 -28 15 -52 35 -57 49 -5 13 -24 32 -42 41 -89 45 -178 134 -178 177 0 25 16 21 120 -29z m1454 -2416 c8 -13 17 -49 21 -80 6 -48 4 -64 -16 -102 -41 -83 -69 -55 -71 70 -1 104 6 134 32 134 11 0 26 -10 34 -22z m-176 -930 c3 -16 -23 -48 -39 -48 -19 0 -21 31 -3 51 20 22 37 21 42 -3z m-2238 -2201 c0 -14 -100 -77 -124 -77 -24 0 -19 31 11 62 21 22 36 28 70 28 28 0 43 -4 43 -13z m-1874 -222 c8 -19 -13 -45 -36 -45 -22 0 -30 19 -18 43 11 21 47 23 54 2z m775 -15 c25 -14 26 -68 2 -86 -33 -24 -58 -17 -72 21 -14 39 -9 52 23 65 28 11 25 11 47 0z m-992 -89 c19 -12 0 -66 -24 -66 -30 0 -42 31 -21 54 21 23 25 24 45 12z m-874 -166 c0 -23 -5 -31 -21 -33 -24 -3 -38 20 -28 50 4 13 13 18 27 16 17 -2 22 -10 22 -33z"/> <path d="M8501 2504 c-21 -27 -28 -54 -13 -54 5 0 19 14 31 31 30 40 13 63 -18 23z"/> <path d="M1220 1245 c0 -14 29 -35 49 -35 18 0 12 29 -8 40 -27 14 -41 13 -41 -5z"/> <path d="M1434 1065 c-8 -19 -6 -20 24 -29 29 -9 31 19 2 34 -16 9 -22 8 -26 -5z"/> <path d="M5739 413 c-18 -4 -46 -50 -36 -59 7 -7 78 14 92 28 7 6 3 14 -9 24 -11 8 -22 13 -25 13 -3 -1 -13 -3 -22 -6z"/> <path d="M5533 323 c-12 -2 -27 -10 -33 -18 -9 -10 -7 -15 8 -19 26 -9 72 10 72 29 0 15 -6 16 -47 8z"/> <path d="M3200 187 c0 -11 39 -37 55 -37 3 0 5 11 5 25 0 21 -5 25 -30 25 -18 0 -30 -5 -30 -13z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 747.000000"><g transform="translate(0.000000,747.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3500 7455 c0 -8 -6 -15 -12 -15 -7 0 -62 -7 -123 -15 -60 -8 -157 -17 -215 -21 -102 -6 -258 -37 -370 -74 -87 -29 -179 -50 -215 -50 -18 0 -59 -12 -91 -26 -57 -25 -87 -36 -198 -75 -102 -35 -245 -109 -298 -155 -29 -24 -58 -44 -66 -44 -22 0 -197 -87 -275 -137 -280 -178 -629 -520 -839 -820 -88 -126 -272 -414 -294 -463 -9 -19 -25 -46 -34 -60 -47 -67 -165 -323 -317 -691 -8 -19 -29 -51 -46 -70 -19 -21 -43 -65 -57 -106 l-24 -71 30 -25 c26 -22 29 -31 27 -76 -1 -27 -9 -87 -17 -133 -21 -115 -29 -350 -16 -418 6 -30 15 -123 20 -205 5 -83 13 -163 19 -178 6 -16 11 -55 11 -87 0 -32 5 -71 11 -87 7 -15 11 -72 10 -128 -1 -88 3 -115 35 -225 20 -69 40 -143 45 -165 6 -22 14 -44 20 -49 5 -6 9 -16 9 -22 0 -7 28 -53 63 -102 34 -48 74 -115 89 -148 14 -32 40 -88 56 -124 16 -36 46 -83 66 -105 40 -44 69 -94 80 -139 7 -27 110 -172 201 -281 91 -109 235 -308 235 -325 0 -10 -9 -20 -20 -23 -11 -3 -20 -12 -20 -21 0 -19 32 -35 37 -19 2 5 10 18 17 28 12 17 19 13 97 -56 46 -41 127 -115 179 -165 94 -90 133 -123 383 -319 108 -84 131 -107 152 -152 14 -28 30 -55 37 -59 6 -4 61 -10 122 -13 l111 -6 5 -45 c3 -25 12 -55 20 -68 31 -49 154 -89 243 -79 166 19 157 16 157 53 0 18 4 35 8 38 18 11 193 -23 227 -44 36 -22 75 -69 75 -90 0 -6 -15 -30 -34 -53 -62 -76 -57 -105 23 -135 72 -27 85 -27 98 7 10 29 15 31 60 31 27 0 71 -7 96 -16 56 -19 77 -14 77 21 0 36 35 68 60 55 16 -9 18 -15 9 -37 -16 -44 6 -72 89 -110 40 -18 77 -33 82 -33 5 0 25 -10 45 -21 l36 -22 -30 -31 c-24 -25 -28 -35 -19 -44 16 -16 47 -15 82 3 38 20 63 19 71 -4 10 -33 30 -43 59 -30 14 7 26 15 26 20 0 9 75 39 100 39 24 0 26 13 5 30 -13 10 -12 17 5 51 17 33 45 59 64 59 2 0 4 -29 3 -65 -2 -63 -1 -66 35 -99 20 -18 43 -47 52 -65 18 -35 48 -40 94 -17 15 7 52 16 84 19 87 8 98 18 98 82 0 47 4 59 31 90 24 27 39 35 58 33 28 -3 28 -2 15 -91 -5 -38 -3 -51 11 -67 28 -30 51 -25 72 17 15 32 25 39 56 44 21 3 43 11 49 17 11 11 8 13 -41 28 -10 3 -12 17 -6 62 11 86 34 122 81 122 15 0 17 -3 58 -112 32 -81 32 -96 4 -100 -32 -4 -30 -45 3 -70 40 -30 96 -33 150 -9 66 30 68 45 10 86 -60 43 -67 59 -36 79 49 32 71 30 101 -8 19 -23 29 -48 29 -69 0 -29 3 -32 33 -35 27 -3 40 5 86 49 54 51 134 88 193 89 50 0 37 -45 -16 -60 -45 -12 -80 -45 -64 -61 17 -17 219 27 218 47 -1 5 -7 28 -14 51 -15 46 -10 71 16 79 58 19 76 31 110 75 36 48 73 64 88 39 3 -5 17 -10 31 -10 33 0 33 39 -1 70 -39 36 -33 58 18 65 43 7 45 5 103 -49 61 -58 86 -67 89 -30 1 12 14 37 29 54 23 28 26 39 21 72 -6 36 -4 42 30 73 44 43 81 46 95 10 13 -35 36 -41 88 -23 56 20 68 16 77 -29 7 -40 -10 -67 -51 -77 -20 -5 -24 -13 -24 -41 0 -60 38 -65 160 -20 66 24 280 133 317 161 17 13 34 24 38 24 3 0 61 41 128 91 180 135 193 149 137 149 -24 0 -31 5 -36 26 -6 25 -8 23 -33 -25 -22 -43 -40 -60 -119 -111 -51 -33 -97 -60 -101 -60 -4 0 -16 8 -25 19 -15 17 -15 22 -2 52 7 19 22 53 32 77 19 46 77 95 128 108 15 3 44 26 64 50 36 43 37 44 84 38 l48 -7 65 66 c36 36 79 70 95 77 25 10 33 9 66 -14 44 -30 58 -25 51 18 -2 17 0 41 6 54 12 26 53 40 70 23 18 -18 62 -13 93 11 16 12 58 50 94 84 40 38 91 73 132 92 72 34 109 72 143 145 28 58 52 87 76 87 10 0 27 13 38 29 13 18 42 36 80 51 66 24 89 45 123 110 18 35 30 46 57 51 75 15 109 68 110 172 1 38 5 57 14 58 64 3 84 11 114 46 18 21 33 41 33 45 0 13 63 102 102 145 21 24 38 51 38 60 0 10 7 29 14 43 29 50 56 113 56 128 0 8 8 40 17 70 21 67 60 102 112 102 20 0 45 6 55 13 29 21 57 114 55 183 -2 68 4 84 31 84 11 0 26 10 34 23 8 12 31 121 51 242 20 121 38 222 40 226 3 3 16 50 30 104 36 138 33 223 -15 548 -5 37 -10 80 -10 95 0 15 -11 48 -25 74 -16 30 -28 74 -34 126 -10 91 -50 179 -91 199 -42 21 -45 0 -11 -109 17 -57 36 -116 41 -133 18 -62 40 -163 55 -255 15 -96 20 -251 9 -263 -11 -11 -43 12 -59 43 -8 16 -15 48 -15 71 0 24 -4 68 -10 98 -5 31 -14 83 -19 116 -5 33 -19 85 -31 115 -28 71 -60 186 -60 219 0 15 -16 46 -35 70 -42 53 -49 77 -41 134 7 50 1 62 -45 85 -18 9 -40 29 -49 44 -22 41 -5 62 54 66 41 3 46 6 46 28 0 16 8 28 25 36 31 14 31 19 -1 74 -31 53 -44 56 -44 9 0 -19 -4 -35 -8 -35 -10 0 -46 39 -56 60 -24 52 -87 142 -132 186 -24 24 -51 59 -60 77 -62 120 -183 266 -281 339 -36 26 -61 55 -79 91 -27 54 -184 216 -235 243 -28 14 -33 23 -43 86 -6 35 -11 39 -99 81 -66 32 -108 60 -147 99 -45 46 -63 56 -98 61 -26 3 -67 21 -105 45 -183 119 -178 117 -242 118 -33 1 -65 2 -71 3 -7 0 -15 30 -19 71 -6 59 -11 73 -32 90 -14 11 -34 20 -44 20 -16 0 -19 -8 -19 -44 0 -36 7 -52 35 -86 37 -45 42 -64 24 -104 -19 -40 -37 -39 -78 4 -21 22 -47 40 -58 40 -49 0 -163 72 -163 102 0 6 14 8 35 4 27 -5 35 -4 35 8 0 15 -78 96 -93 96 -4 0 -25 -12 -47 -26 -64 -43 -100 -12 -100 85 0 26 -6 55 -13 65 -21 29 -59 17 -82 -26 -32 -61 -95 -49 -95 17 0 29 -21 71 -44 87 -6 4 -31 15 -56 24 -25 9 -72 29 -105 44 -101 45 -191 78 -255 92 -56 12 -138 3 -185 -19 -31 -15 -44 -15 -103 -5 -114 20 -140 31 -185 77 -39 41 -50 47 -132 65 -50 12 -130 25 -180 31 -164 18 -269 29 -342 35 -53 4 -73 10 -73 20 0 12 -39 14 -225 14 -187 0 -225 -2 -225 -14 0 -9 -15 -17 -39 -21 -22 -3 -49 -17 -62 -31 -29 -31 -47 -31 -59 1 -11 29 -18 30 -56 10 -24 -12 -30 -12 -44 0 -8 7 -33 16 -55 20 -73 12 -86 16 -80 25 4 6 -32 10 -94 10 -83 0 -101 -3 -101 -15z m3549 -854 c29 -22 20 -41 -20 -41 -46 0 -34 -16 35 -49 65 -30 96 -61 96 -93 0 -41 -18 -36 -147 49 -82 53 -103 83 -68 97 8 3 15 14 15 24 0 10 3 22 7 25 12 13 58 6 82 -12z m341 -267 c52 -25 99 -53 106 -62 22 -32 89 -98 141 -138 29 -23 100 -87 159 -143 59 -55 126 -113 149 -128 26 -16 56 -49 77 -82 18 -30 43 -68 56 -83 27 -31 92 -138 92 -150 0 -13 -29 -9 -58 9 -15 9 -46 35 -69 57 -23 23 -50 48 -60 57 -10 9 -67 69 -126 133 -72 76 -112 128 -118 151 -8 28 -15 35 -34 35 -16 0 -41 16 -67 41 -23 22 -64 52 -91 65 -28 15 -52 35 -57 49 -5 13 -24 32 -42 41 -89 45 -178 134 -178 177 0 25 16 21 120 -29z m1454 -2416 c8 -13 17 -49 21 -80 6 -48 4 -64 -16 -102 -41 -83 -69 -55 -71 70 -1 104 6 134 32 134 11 0 26 -10 34 -22z m-176 -930 c3 -16 -23 -48 -39 -48 -19 0 -21 31 -3 51 20 22 37 21 42 -3z m-2238 -2201 c0 -14 -100 -77 -124 -77 -24 0 -19 31 11 62 21 22 36 28 70 28 28 0 43 -4 43 -13z m-1874 -222 c8 -19 -13 -45 -36 -45 -22 0 -30 19 -18 43 11 21 47 23 54 2z m775 -15 c25 -14 26 -68 2 -86 -33 -24 -58 -17 -72 21 -14 39 -9 52 23 65 28 11 25 11 47 0z m-992 -89 c19 -12 0 -66 -24 -66 -30 0 -42 31 -21 54 21 23 25 24 45 12z m-874 -166 c0 -23 -5 -31 -21 -33 -24 -3 -38 20 -28 50 4 13 13 18 27 16 17 -2 22 -10 22 -33z"/> <path d="M8501 2504 c-21 -27 -28 -54 -13 -54 5 0 19 14 31 31 30 40 13 63 -18 23z"/> <path d="M1220 1245 c0 -14 29 -35 49 -35 18 0 12 29 -8 40 -27 14 -41 13 -41 -5z"/> <path d="M1434 1065 c-8 -19 -6 -20 24 -29 29 -9 31 19 2 34 -16 9 -22 8 -26 -5z"/> <path d="M5739 413 c-18 -4 -46 -50 -36 -59 7 -7 78 14 92 28 7 6 3 14 -9 24 -11 8 -22 13 -25 13 -3 -1 -13 -3 -22 -6z"/> <path d="M5533 323 c-12 -2 -27 -10 -33 -18 -9 -10 -7 -15 8 -19 26 -9 72 10 72 29 0 15 -6 16 -47 8z"/> <path d="M3200 187 c0 -11 39 -37 55 -37 3 0 5 11 5 25 0 21 -5 25 -30 25 -18 0 -30 -5 -30 -13z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
    max-width: 100%;
    height: auto;
}

.about-two__image__two__shape {
    width: 84px;
    height: 84px;
    position: absolute;
    top: 52px;
    left: -33px;
    border-radius: 50%;
    background: var(--cherito-black);
}

.about-two__content {
    position: relative;
    z-index: 1;
}

.about-two .sec-title {
    margin-bottom: 11px;
}

.about-two__text-box {
    margin-bottom: 21px;
}

.about-two__text {
    margin: 0;
}

.about-two__text-box-2 {
    margin-bottom: 62px;
    padding: 22.5px 40px;
    border-radius: 10px;
    background: var(--cherito-white2);
}

@media (max-width: 430px) {
    .about-two__text-box-2 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.about-two__text-2 {
    margin: 0;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 24px;
    color: var(--cherito-black);
    font-weight: 700;
    line-height: 1.25;
}

.about-two .progress-box {
    margin-bottom: 19px;
}

.about-two .progress-box__bar {
    background: var(--cherito-white2);
}

.about-two .progress-box__bar__inner::before {
    background: var(--cherito-black);
}

.about-two .progress-box__number,
.about-two .progress-box__number::after {
    background: var(--cherito-primary);
}

.about-two__list {
    margin-bottom: 38px;
}

.about-two__list li+li {
    margin-top: 12px;
}

.about-two__list li {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    font-size: 18px;
    color: var(--cherito-black);
    font-weight: 700;
    line-height: 1.5;
}

@media (max-width: 575px) {
    .about-two__list li {
        gap: 14px;
        font-size: 16px;
    }
}

.about-two__list__icon {
    position: relative;
    top: 6px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 10px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base);
    border-radius: 50%;
}

.about-two__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 575px) {
    .about-two__list__icon {
        top: 3px;
    }
}

.about-three {
    position: relative;
    padding-top: 87px;
    padding-bottom: 80px;
}

@media (max-width: 1299px) {
    .about-three {
        padding-bottom: 150px;
    }
}

@media (max-width: 1199px) {
    .about-three {
        padding-top: var(--section-space, 120px);
        padding-bottom: var(--section-space, 120px);
    }
}

@media (max-width: 767px) {
    .about-three {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .about-three {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .about-three__image {
        margin-top: 0px;
    }
}

.about-three .container {
    position: relative;
    z-index: 1;
}

.about-three .sec-title {
    margin-bottom: 11px;
}

.about-three__text-box {
    padding-right: 47px;
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .about-three__text-box {
        padding-right: 0;
    }
}

.about-three__text {
    margin-bottom: 2px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .about-three__text {
        margin-bottom: 20px;
    }
}

.about-three__inner {
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    gap: 40px 58px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-three__inner {
        margin-bottom: 40px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .about-three__inner {
        margin-bottom: 40px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.about-three__list {
    margin: 0;
}

.about-three__list li+li {
    margin-top: 10px;
}

.about-three__list li {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    font-size: 19px;
    color: var(--cherito-black);
    font-weight: 700;
    line-height: 1.625;
}

@media (max-width: 575px) {
    .about-three__list li {
        font-size: 16px;
    }
}

.about-three__list__icon {
    position: relative;
    /* top: 6px; */
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 27px;
    color: #92453f;
    /* background: var(--cherito-black); */
    border-radius: 50%;
}

.about-three__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 575px) {
    .about-three__list__icon {
        top: 4px;
    }
}

.about-three__establish {
    width: 161px;
    height: 161px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--cherito-primary);
    transition: all 500ms ease;
}

.about-three__establish:hover {
    background: var(--cherito-primary);
}

.about-three__establish__inner {
    width: 139px;
    height: 139px;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    background: var(--cherito-base);
}

.about-three__establish img {
    max-width: 100%;
    height: auto;
}

.about-three__establish__text {
    margin: 0;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 18px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1.166;
}

@media (max-width: 991px) {
    .about-three__image {
        margin-top: 60px;
    }
}

.about-three__image__inner {
    position: relative;
    display: table;
}

.about-three__image__one {
    position: relative;
    z-index: 1;
    /* -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 267.000000"><g transform="translate(0.000000,267.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2670 5319 c-1041 -161 -1907 -1039 -2000 -2027 -6 -67 -16 -160 -22 -206 l-10 -85 -314 -5 -314 -6 68 -37 c45 -24 88 -33 128 -25 68 14 112 -27 113 -106 1 -27 26 -81 56 -120 50 -66 55 -87 55 -249 0 -158 5 -180 45 -213 40 -33 41 -38 11 -63 -34 -29 -125 -210 -126 -252 0 -33 138 -101 238 -117 75 -12 82 -18 82 -74 0 -47 24 -82 109 -162 109 -102 151 -174 151 -260 0 -25 18 -62 40 -82 55 -50 50 -103 -18 -171 -54 -54 -96 -152 -74 -173 21 -22 155 41 185 86 38 58 93 62 144 11 21 -21 82 -44 135 -52 85 -13 113 -30 211 -133 89 -92 127 -118 173 -118 53 0 60 -7 72 -82 16 -100 84 -238 117 -238 42 1 223 92 252 126 25 30 30 29 63 -11 33 -40 54 -45 215 -45 163 0 184 -5 250 -55 40 -30 92 -55 115 -55 82 0 124 -38 110 -99 -7 -33 2 -90 22 -141 l35 -86 36 45 c24 30 37 78 37 139 0 110 25 142 111 142 37 0 77 16 98 39 54 59 158 86 273 71 109 -15 207 13 227 65 10 27 18 25 57 -11 47 -44 206 -123 250 -124 34 0 102 155 109 247 5 68 10 73 69 73 60 0 206 115 206 161 0 25 168 99 223 99 28 0 67 18 87 40 50 55 97 50 166 -19 56 -56 154 -98 176 -76 19 19 -49 153 -91 179 -49 31 -54 109 -9 159 18 19 41 79 51 131 15 81 36 114 139 213 105 100 121 124 114 175 -8 53 -4 58 52 58 113 1 277 92 261 145 -31 98 -47 130 -99 191 l-54 64 47 38 c43 36 47 51 42 207 -5 160 -2 173 55 252 33 45 60 103 60 128 1 80 31 102 138 104 68 1 112 13 136 36 33 33 20 35 -278 35 l-312 0 -13 145 c-125 1378 -1360 2379 -2681 2174z"/> <path d="M207 2869 c-15 -39 3 -57 42 -42 17 7 25 25 19 42 -16 40 -46 40 -61 0z"/> <path d="M5732 2869 c-6 -17 2 -35 19 -42 39 -15 57 3 42 42 -15 40 -45 40 -61 0z"/> <path d="M911 1161 c-18 -28 4 -61 42 -61 17 0 27 14 23 33 -7 41 -47 57 -65 28z"/> <path d="M5034 1167 c-28 -27 -13 -70 21 -63 19 4 35 19 35 35 0 31 -35 49 -56 28z"/> <path d="M1109 958 c-7 -12 -4 -31 7 -42 25 -25 64 -4 64 35 0 34 -51 39 -71 7z"/> <path d="M4823 947 c9 -44 67 -50 67 -7 0 16 -17 33 -37 37 -27 5 -35 -3 -30 -30z"/> <path d="M2829 258 c-21 -33 26 -71 53 -44 23 23 9 66 -22 66 -10 0 -24 -10 -31 -22z"/> <path d="M3107 249 c-15 -39 3 -57 42 -42 40 15 40 45 0 61 -17 6 -35 -2 -42 -19z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 267.000000"><g transform="translate(0.000000,267.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2670 5319 c-1041 -161 -1907 -1039 -2000 -2027 -6 -67 -16 -160 -22 -206 l-10 -85 -314 -5 -314 -6 68 -37 c45 -24 88 -33 128 -25 68 14 112 -27 113 -106 1 -27 26 -81 56 -120 50 -66 55 -87 55 -249 0 -158 5 -180 45 -213 40 -33 41 -38 11 -63 -34 -29 -125 -210 -126 -252 0 -33 138 -101 238 -117 75 -12 82 -18 82 -74 0 -47 24 -82 109 -162 109 -102 151 -174 151 -260 0 -25 18 -62 40 -82 55 -50 50 -103 -18 -171 -54 -54 -96 -152 -74 -173 21 -22 155 41 185 86 38 58 93 62 144 11 21 -21 82 -44 135 -52 85 -13 113 -30 211 -133 89 -92 127 -118 173 -118 53 0 60 -7 72 -82 16 -100 84 -238 117 -238 42 1 223 92 252 126 25 30 30 29 63 -11 33 -40 54 -45 215 -45 163 0 184 -5 250 -55 40 -30 92 -55 115 -55 82 0 124 -38 110 -99 -7 -33 2 -90 22 -141 l35 -86 36 45 c24 30 37 78 37 139 0 110 25 142 111 142 37 0 77 16 98 39 54 59 158 86 273 71 109 -15 207 13 227 65 10 27 18 25 57 -11 47 -44 206 -123 250 -124 34 0 102 155 109 247 5 68 10 73 69 73 60 0 206 115 206 161 0 25 168 99 223 99 28 0 67 18 87 40 50 55 97 50 166 -19 56 -56 154 -98 176 -76 19 19 -49 153 -91 179 -49 31 -54 109 -9 159 18 19 41 79 51 131 15 81 36 114 139 213 105 100 121 124 114 175 -8 53 -4 58 52 58 113 1 277 92 261 145 -31 98 -47 130 -99 191 l-54 64 47 38 c43 36 47 51 42 207 -5 160 -2 173 55 252 33 45 60 103 60 128 1 80 31 102 138 104 68 1 112 13 136 36 33 33 20 35 -278 35 l-312 0 -13 145 c-125 1378 -1360 2379 -2681 2174z"/> <path d="M207 2869 c-15 -39 3 -57 42 -42 17 7 25 25 19 42 -16 40 -46 40 -61 0z"/> <path d="M5732 2869 c-6 -17 2 -35 19 -42 39 -15 57 3 42 42 -15 40 -45 40 -61 0z"/> <path d="M911 1161 c-18 -28 4 -61 42 -61 17 0 27 14 23 33 -7 41 -47 57 -65 28z"/> <path d="M5034 1167 c-28 -27 -13 -70 21 -63 19 4 35 19 35 35 0 31 -35 49 -56 28z"/> <path d="M1109 958 c-7 -12 -4 -31 7 -42 25 -25 64 -4 64 35 0 34 -51 39 -71 7z"/> <path d="M4823 947 c9 -44 67 -50 67 -7 0 16 -17 33 -37 37 -27 5 -35 -3 -30 -30z"/> <path d="M2829 258 c-21 -33 26 -71 53 -44 23 23 9 66 -22 66 -10 0 -24 -10 -31 -22z"/> <path d="M3107 249 c-15 -39 3 -57 42 -42 40 15 40 45 0 61 -17 6 -35 -2 -42 -19z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat; */
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 1299px) {
    .about-three__image__one img {
        max-width: 100%;
        height: auto;
    }
}

.about-three__image__shape-1 {
    position: absolute;
    top: -67px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

@media (max-width: 1299px) {
    .about-three__image__shape-1 {
        max-width: 100%;
        height: auto;
    }
}

.about-three__image__shape-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1299px) {
    .about-three__image__shape-2 {
        max-width: 100%;
        height: auto;
    }
}

.about-three__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    animation: moveHorizontal2 2s linear infinite;
}

.about-four {
    padding-bottom: 160px;
    background: var(--cherito-white, #ffffff);
}

.about-four__image__inner {
    position: relative;
    display: table;
}

.about-four__image__inner::after {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: -10px;
    left: 18px;
    background-image: url(../images/shapes/about-shape-4-5.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 575px) {
    .about-four__image__inner::after {
        left: 13px;
    }
}

.about-four__image__inner img {
    max-width: 100%;
    height: auto;
}

.about-four__image__one {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M5927 8986 c-4 -9 -27 -17 -64 -20 -127 -14 -344 -65 -473 -111 -465 -169 -843 -449 -1139 -842 -50 -68 -96 -123 -102 -123 -5 0 -40 29 -77 64 -109 103 -247 214 -327 263 -11 7 -56 34 -100 61 -137 84 -334 174 -475 217 -30 10 -64 21 -75 25 -22 8 -150 39 -245 60 -80 17 -330 40 -439 40 -246 0 -579 -54 -776 -127 -22 -9 -56 -21 -75 -28 -115 -42 -271 -115 -350 -164 -19 -11 -42 -24 -50 -28 -21 -10 -199 -131 -210 -143 -3 -3 -34 -28 -69 -54 -76 -59 -238 -217 -312 -306 -30 -35 -62 -73 -72 -85 -26 -28 -160 -231 -196 -296 -82 -146 -165 -341 -205 -479 -36 -127 -44 -159 -59 -235 -30 -154 -37 -242 -37 -477 0 -230 5 -294 36 -463 20 -107 95 -367 123 -423 4 -9 15 -33 23 -52 26 -60 118 -244 138 -275 11 -16 23 -37 27 -45 11 -23 91 -138 156 -225 88 -116 314 -337 449 -438 65 -48 125 -90 133 -93 29 -11 14 -39 -58 -114 -197 -202 -373 -472 -477 -730 -12 -30 -28 -67 -36 -82 -8 -14 -14 -33 -14 -42 0 -8 -6 -30 -14 -48 -16 -40 -40 -120 -60 -208 -84 -367 -84 -731 0 -1100 20 -87 43 -168 60 -208 8 -18 14 -39 14 -47 0 -7 6 -26 14 -42 8 -15 25 -53 37 -83 26 -66 103 -223 130 -265 10 -16 23 -39 29 -50 58 -113 251 -355 392 -491 188 -183 445 -358 671 -457 79 -35 103 -46 142 -60 22 -8 58 -21 80 -30 126 -46 311 -91 450 -108 39 -5 165 -12 280 -15 205 -6 333 1 465 27 30 6 75 15 100 19 54 9 183 44 243 66 23 8 56 19 72 24 89 26 300 125 433 205 125 75 289 203 442 345 25 23 99 104 162 178 45 51 148 193 148 203 0 4 9 13 20 19 18 10 30 2 93 -59 39 -38 99 -91 132 -119 65 -53 232 -172 242 -172 4 0 14 -6 22 -14 57 -49 367 -196 476 -225 17 -5 41 -13 55 -18 58 -24 157 -48 360 -90 125 -25 604 -25 740 0 151 28 242 48 285 63 23 8 48 14 57 14 10 0 32 6 50 14 18 8 51 21 73 29 98 37 215 89 275 121 36 20 75 40 88 46 12 5 50 28 83 50 33 22 63 40 65 40 10 0 171 126 265 206 80 70 191 185 274 285 29 35 155 209 155 214 0 2 12 23 28 47 42 66 47 76 102 188 69 139 70 142 124 288 45 120 98 356 113 502 6 51 12 74 21 73 9 -2 12 45 12 208 0 121 -4 208 -9 205 -13 -8 -20 16 -26 92 -12 149 -81 427 -140 567 -7 17 -23 55 -35 85 -61 150 -178 354 -285 496 -146 194 -362 404 -548 532 -48 32 -77 59 -77 70 0 10 16 34 36 53 153 145 326 389 437 614 73 147 127 271 127 291 0 7 6 28 14 46 23 53 58 199 92 378 26 135 26 582 1 720 -24 129 -47 239 -59 275 -6 17 -14 46 -18 65 -9 37 -25 86 -46 135 -7 17 -28 68 -48 115 -97 237 -231 448 -417 660 -207 235 -467 431 -749 566 -41 19 -84 40 -94 46 -11 6 -31 14 -45 18 -14 5 -51 18 -81 30 -144 56 -375 113 -502 125 -49 5 -68 11 -68 21 0 21 -525 21 -533 0z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M5927 8986 c-4 -9 -27 -17 -64 -20 -127 -14 -344 -65 -473 -111 -465 -169 -843 -449 -1139 -842 -50 -68 -96 -123 -102 -123 -5 0 -40 29 -77 64 -109 103 -247 214 -327 263 -11 7 -56 34 -100 61 -137 84 -334 174 -475 217 -30 10 -64 21 -75 25 -22 8 -150 39 -245 60 -80 17 -330 40 -439 40 -246 0 -579 -54 -776 -127 -22 -9 -56 -21 -75 -28 -115 -42 -271 -115 -350 -164 -19 -11 -42 -24 -50 -28 -21 -10 -199 -131 -210 -143 -3 -3 -34 -28 -69 -54 -76 -59 -238 -217 -312 -306 -30 -35 -62 -73 -72 -85 -26 -28 -160 -231 -196 -296 -82 -146 -165 -341 -205 -479 -36 -127 -44 -159 -59 -235 -30 -154 -37 -242 -37 -477 0 -230 5 -294 36 -463 20 -107 95 -367 123 -423 4 -9 15 -33 23 -52 26 -60 118 -244 138 -275 11 -16 23 -37 27 -45 11 -23 91 -138 156 -225 88 -116 314 -337 449 -438 65 -48 125 -90 133 -93 29 -11 14 -39 -58 -114 -197 -202 -373 -472 -477 -730 -12 -30 -28 -67 -36 -82 -8 -14 -14 -33 -14 -42 0 -8 -6 -30 -14 -48 -16 -40 -40 -120 -60 -208 -84 -367 -84 -731 0 -1100 20 -87 43 -168 60 -208 8 -18 14 -39 14 -47 0 -7 6 -26 14 -42 8 -15 25 -53 37 -83 26 -66 103 -223 130 -265 10 -16 23 -39 29 -50 58 -113 251 -355 392 -491 188 -183 445 -358 671 -457 79 -35 103 -46 142 -60 22 -8 58 -21 80 -30 126 -46 311 -91 450 -108 39 -5 165 -12 280 -15 205 -6 333 1 465 27 30 6 75 15 100 19 54 9 183 44 243 66 23 8 56 19 72 24 89 26 300 125 433 205 125 75 289 203 442 345 25 23 99 104 162 178 45 51 148 193 148 203 0 4 9 13 20 19 18 10 30 2 93 -59 39 -38 99 -91 132 -119 65 -53 232 -172 242 -172 4 0 14 -6 22 -14 57 -49 367 -196 476 -225 17 -5 41 -13 55 -18 58 -24 157 -48 360 -90 125 -25 604 -25 740 0 151 28 242 48 285 63 23 8 48 14 57 14 10 0 32 6 50 14 18 8 51 21 73 29 98 37 215 89 275 121 36 20 75 40 88 46 12 5 50 28 83 50 33 22 63 40 65 40 10 0 171 126 265 206 80 70 191 185 274 285 29 35 155 209 155 214 0 2 12 23 28 47 42 66 47 76 102 188 69 139 70 142 124 288 45 120 98 356 113 502 6 51 12 74 21 73 9 -2 12 45 12 208 0 121 -4 208 -9 205 -13 -8 -20 16 -26 92 -12 149 -81 427 -140 567 -7 17 -23 55 -35 85 -61 150 -178 354 -285 496 -146 194 -362 404 -548 532 -48 32 -77 59 -77 70 0 10 16 34 36 53 153 145 326 389 437 614 73 147 127 271 127 291 0 7 6 28 14 46 23 53 58 199 92 378 26 135 26 582 1 720 -24 129 -47 239 -59 275 -6 17 -14 46 -18 65 -9 37 -25 86 -46 135 -7 17 -28 68 -48 115 -97 237 -231 448 -417 660 -207 235 -467 431 -749 566 -41 19 -84 40 -94 46 -11 6 -31 14 -45 18 -14 5 -51 18 -81 30 -144 56 -375 113 -502 125 -49 5 -68 11 -68 21 0 21 -525 21 -533 0z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.about-four__image__shape-1 {
    position: absolute;
    top: 43px;
    left: -102px;
    z-index: 1;
    animation: banner3Shake 3s linear infinite;
}

@media (max-width: 1299px) {
    .about-four__image__shape-1 {
        left: -60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-four__image__shape-1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .about-four__image__shape-1 {
        display: none;
    }
}

.about-four__image__shape-2 {
    position: absolute;
    left: -73px;
    bottom: 198px;
    z-index: 1;
    animation: zump 2s linear infinite;
}

@media (max-width: 1299px) {
    .about-four__image__shape-2 {
        left: -60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-four__image__shape-2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .about-four__image__shape-2 {
        display: none;
    }
}

.about-four__image__shape-3 {
    position: absolute;
    left: 101px;
    bottom: -28px;
    z-index: 1;
    animation: banner3Shake 3s linear infinite;
}

@media (max-width: 430px) {
    .about-four__image__shape-3 {
        left: 0px;
    }
}

@media (max-width: 390px) {
    .about-four__image__shape-3 {
        max-width: 120px !important;
    }
}

.about-four__image__shape-4 {
    position: absolute;
    right: 23px;
    bottom: 13px;
    z-index: 1;
    animation: banner3Shake 3s linear infinite;
}

@media (max-width: 430px) {
    .about-four__image__shape-4 {
        bottom: 0;
    }
}

@media (max-width: 360px) {
    .about-four__image__shape-4 {
        right: 10px;
    }
}

@media (max-width: 991px) {
    .about-four__content {
        margin-top: 20px;
    }
}

.about-four .sec-title {
    margin-bottom: 21px;
}

.about-four__text {
    margin-bottom: 31px;
    font-weight: 600;
}

.about-four__inner {
    margin-bottom: 30px;
}

.about-four__inner__item+.about-four__inner__item {
    margin-top: 30px;
}

.about-four__inner__item {
    display: flex;
    background: var(--cherito-white6, #EFEFEF);
    border-radius: 10px;
}

@media (max-width: 500px) {
    .about-four__inner__item {
        flex-direction: column;
    }
}

.about-four__inner__content {
    width: calc(100% - 133px);
    padding: 13px 18px 13px 16px;
    display: grid;
    grid-template-columns: 106px auto;
    align-items: center;
    grid-gap: 20px 36px;
}

@media (max-width: 500px) {
    .about-four__inner__content {
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 390px) {
    .about-four__inner__content {
        grid-template-columns: auto;
    }
}

.about-four__inner__left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-four__inner__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 26px;
    color: var(--cherito-base);
    background: var(--cherito-white, #ffffff);
    border-radius: 50%;
    transition: all 500ms ease;
}

.about-four__inner__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.about-four__inner__item:hover .about-four__inner__icon {
    color: var(--cherito-primary);
}

.about-four__inner__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.about-four__inner__text {
    position: relative;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.428;
}

.about-four__inner__text::before {
    content: "";
    width: 1px;
    height: calc(100% + 34.04px);
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 500px) {
    .about-four__inner__text::before {
        height: calc(100% - 9px);
    }
}

@media (max-width: 390px) {
    .about-four__inner__text::before {
        display: none;
    }
}

.about-four__inner__image {
    flex-shrink: 0;
}

@media (max-width: 500px) {
    .about-four__inner__image {
        padding: 5px 20px 20px;
    }
}

.about-four__inner__image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-five {
    background: var(--cherito-white, #ffffff);
}

.about-five.abt-txt {
    padding: 80px 0px;
}

.about-five .sec-title {
    margin-bottom: 21px;
}

.about-five__text {
    margin-bottom: 25px;
    font-weight: 600;
}

.about-five__inner {
    margin-bottom: 40px;
    padding-right: 5px;
    background: var(--cherito-base, #E5DED9);
    border-radius: 6px;
}

@media (max-width: 1199px) {
    .about-five__inner {
        padding-right: 0;
    }
}

.about-five__inner__content {
    /* border: 1px solid var(--cherito-white3, #E5DED9); */
    border-radius: 10px;
}

.about-five__inner__top {
    padding: 20px 10px;
    display: inherit;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 60px;
    /* border-bottom: 1px solid var(--cherito-white3, #E5DED9); */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-five__inner__top {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 575px) {
    .about-five__inner__top {
        grid-template-columns: repeat(1, 1fr);
    }
}

.about-five__inner__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-five__inner__item:first-child::after {
    /* content: "";
    width: 1px;
    height: calc(100% + 40px);
    background: var(--cherito-white3, #E5DED9);
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%); */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-five__inner__item:first-child::after {
        display: none;
    }
}

.about-five__inner__icon {
    width: 69px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--cherito-black, #E23B33);
    font-size: 36px;
    color: var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

.about-five__inner__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.about-five__inner__item:hover .about-five__inner__icon {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-black, #212226);
}

.about-five__inner__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
}

.about-five__inner__bottom {
    padding: 14px 36px 15px;
}

@media (max-width: 375px) {
    .about-five__inner__bottom {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.about-five__inner__list {
    margin: 0;
}

.about-five__inner__list li+li {
    margin-top: 8px;
}

.about-five__inner__list li {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    font-size: 18px;
    color: var(--cherito-k, #212226);
    font-weight: 700;
    line-height: 1.625;
}

.about-five__inner__list__icon {
    position: relative;
    top: 6px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 8px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-primary, #F2B42B);
    border-radius: 50%;
}

.about-five__inner__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.about-five__image {
    position: relative;
}

.about-five__image__one {
    position: relative;
    text-align: right;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-five__image__one {
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .about-five__image__one {
        padding-left: 40px;
    }
}

@media (max-width: 575px) {
    .about-five__image__one {
        padding-left: 0px;
    }
}

.about-five__image__one img {
    margin-left: auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    background: #eeeeeea3;
        margin-bottom: 20px;
}

.about-five__image__two {
    margin: -173px 0 0 -30px;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-five__image__two {
        margin: -100px 0 0 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-five__image__two {
        margin-left: 95px;
    }
}

@media (max-width: 767px) {
    .about-five__image__two {
        margin-left: 0px;
    }
}

@media (max-width: 575px) {
    .about-five__image__two {
        display: none;
    }
}

.about-five__image__two img {
    margin-left: auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.about-five__image__border {
    width: 5px;
    height: 273px;
    border-radius: 10px;
    background: var(--cherito-base, #E23B33);
    position: absolute;
    top: 23px;
    animation: zump 2s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-five__image__border {
        height: 250px;
    }
}

@media (max-width: 575px) {
    .about-five__image__border {
        display: none;
    }
}

.about-five__image__border--1 {
    left: 22px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-five__image__border--1 {
        left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-five__image__border--1 {
        left: 110px;
    }
}

@media (max-width: 767px) {
    .about-five__image__border--1 {
        left: 0px;
    }
}

.about-five__image__border--2 {
    left: 40px;
    background: var(--cherito-primary, #F2B42B);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-five__image__border--2 {
        left: 33px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-five__image__border--2 {
        left: 123px;
    }
}

@media (max-width: 767px) {
    .about-five__image__border--2 {
        left: 13px;
    }
}

.about-five__image__box {
    width: 158px;
    height: 158px;
    position: absolute;
    right: 145px;
    bottom: -94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--cherito-base, #E23B33);
    z-index: -1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-five__image__box {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .about-five__image__box {
        right: 75px;
    }
}

@media (max-width: 575px) {
    .about-five__image__box {
        display: none;
    }
}

.about-five__image__logo {
    width: 108px;
    height: 108px;
    position: absolute;
    right: 173px;
    bottom: -69px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--cherito-black, #212226);
    border: 5px solid var(--cherito-white, #ffffff);
    z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-five__image__logo {
        right: 48px;
    }
}

@media (max-width: 767px) {
    .about-five__image__logo {
        right: 103px;
    }
}

@media (max-width: 575px) {
    .about-five__image__logo {
        display: none;
    }
}

.about-five__image__logo img {
    margin: 0;
    max-width: 100%;
    height: auto;
}

.about-six {
    background: var(--cherito-white, #ffffff);
}

.about-six__content {
    padding-right: 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-six__content {
        padding-right: 0;
    }
}

.about-six .sec-title {
    margin-bottom: 11px;
}

.about-six__text {
    margin-bottom: 31px;
    font-weight: 600;
}

.about-six__list {
    position: relative;
    margin-bottom: 30px;
    padding: 32.75px 40px;
    background: var(--cherito-white5, #F5F1EE);
    border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-six__list {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .about-six__list {
        padding: 22.75px 30px;
    }
}

.about-six__list::before {
    content: "";
    width: 3px;
    height: calc(100% - 26px);
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
    background: var(--cherito-base);
    border-radius: 10px;
}

.about-six__list li+li {
    margin-top: 4px;
}

.about-six__list li {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 18px;
    color: var(--cherito-black);
    font-weight: 700;
    line-height: 1.625;
}

@media (max-width: 575px) {
    .about-six__list li {
        font-size: 16px;
        gap: 15px;
    }
}

.about-six__list__icon {
    position: relative;
    top: 6px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 8px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base);
    border-radius: 50%;
}

.about-six__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 575px) {
    .about-six__list__icon {
        top: 4px;
    }
}

.about-six__inner {
    position: relative;
    margin-bottom: 31px;
    padding: 9px 9px 9px 0px;
}

@media (max-width: 575px) {
    .about-six__inner {
        padding: 20px;
    }
}

.about-six__inner::after {
    content: "";
    width: calc(100% - 34px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid var(--cherito-white5, #F5F1EE);
    border-radius: 10px;
}

@media (max-width: 575px) {
    .about-six__inner::after {
        width: 100%;
    }
}

.about-six__inner__content {
    position: relative;
    display: grid;
    grid-template-columns: 163px auto;
    align-items: center;
    grid-gap: 20px 40px;
    z-index: 1;
}

@media (max-width: 575px) {
    .about-six__inner__content {
        grid-template-columns: auto;
    }
}

.about-six__inner__left {
    display: flex;
    align-items: center;
    gap: 27px;
}

.about-six__inner__icon {
    position: relative;
    width: 69px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 34px;
    color: var(--cherito-base);
    border: 1px solid var(--cherito-gray3, #E3DDD8);
    background: var(--cherito-white, #ffffff);
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.about-six__inner__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.about-six__inner__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    background: var(--cherito-base);
    transition: transform 400ms ease, opacity 400ms ease;
}

.about-six__inner:hover .about-six__inner__icon {
    color: var(--cherito-white, #ffffff);
    border-color: var(--cherito-base);
}

.about-six__inner:hover .about-six__inner__icon::after {
    opacity: 1;
    transform: scale(1);
}

.about-six__inner__item:hover .about-six__inner__icon {
    color: var(--cherito-primary);
}

.about-six__inner__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.222;
}

.about-six__inner__text {
    position: relative;
    margin: 0;
    font-weight: 600;
}

.about-six__inner__text::before {
    content: "";
    width: 1px;
    height: calc(100% - 18px);
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    background: var(--cherito-gray3, #E3DDD8);
}

.about-six__image {
    padding-left: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-six__image {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .about-six__image {
        padding-left: 0;
    }
}

.about-six__image__inner {
    position: relative;
}

.about-six__image__one img,
.about-six__image__two img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.about-six__image__one {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-six__image__one {
        padding-right: 100px;
    }
}

.about-six__image__two {
    margin-top: -57px;
    text-align: right;
}

@media (max-width: 575px) {
    .about-six__image__two {
        margin-top: 30px;
        text-align: left;
    }
}

.about-six__image__shape-1,
.about-six__image__shape-2 {
    max-width: 100%;
    height: auto;
}

@media (max-width: 575px) {
    .about-six__image__shape-1,
    .about-six__image__shape-2 {
        display: none;
    }
}

.about-six__image__shape-1 {
    position: absolute;
    top: 73px;
    right: 0px;
    z-index: 2;
    animation: leafMove 2s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-six__image__shape-1 {
        top: 0px;
    }
}

@media (max-width: 991px) {
    .about-six__image__shape-1 {
        top: 20px;
    }
}

@media (max-width: 767px) {
    .about-six__image__shape-1 {
        top: 0px;
    }
}

.about-six__image__shape-2 {
    position: absolute;
    top: 122px;
    right: 43px;
    z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-six__image__shape-2 {
        top: 60px;
    }
}

@media (max-width: 991px) {
    .about-six__image__shape-2 {
        top: 100px;
    }
}

@media (max-width: 767px) {
    .about-six__image__shape-2 {
        right: 10px;
    }
}

.about-six__experience {
    padding: 0px 47px 27px;
    position: absolute;
    left: 0;
    bottom: 69px;
    border-radius: 10px;
    z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-six__experience {
        bottom: 40px;
    }
}

@media (max-width: 575px) {
    .about-six__experience {
        left: 40px;
        bottom: 40px;
    }
}

@media (max-width: 440px) {
    .about-six__experience {
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
    }
}

.about-six__experience::after {
    content: "";
    width: 100%;
    height: calc(100% - 43px);
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-white5, #F5F1EE);
    border-radius: inherit;
}

.about-six__experience__inner {
    position: relative;
    text-align: center;
    z-index: 1;
}

.about-six__experience__icon {
    position: relative;
    margin: 0 auto 8px;
    width: 103px;
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 62px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.about-six__experience__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 390px) {
    .about-six__experience__icon {
        width: 90px;
        height: 90px;
        font-size: 55px;
    }
}

.about-six__experience__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    background: var(--cherito-black);
    transition: transform 400ms ease, opacity 400ms ease;
}

.about-six__experience:hover .about-six__experience__icon::after {
    opacity: 1;
    transform: scale(1);
}

.about-six__experience__count {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
}

.about-six__experience__text {
    margin: 0;
    font-weight: 400;
    line-height: 1.25;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features-one {
    background: var(--cherito-white, #ffffff);
}

.features-one__card {
    border-radius: 10px;
}

.features-one__card__text {
    position: relative;
    text-align: center;
    z-index: 1;
}

.features-one__card__text__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-color);
    border-radius: inherit;
}

.features-one__card__title {
    margin: 0;
    position: relative;
    font-size: 24px;
    color: var(--accent-color-text);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.416;
    z-index: 1;
}

.features-one__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.features-one__card__title a:hover {
    background-size: 100% 1px;
}

.features-one__card__icon-box {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.features-one__card__icon-box:hover {
    transform: translateX(-50%) rotate(30deg);
}

.features-one__card__icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    font-size: 25px;
    color: var(--cherito-white, #ffffff);
    background: var(--accent-color-btn);
    transition: all 500ms ease;
}

.features-one__card__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.features-one__card:hover .features-one__card__icon {
    color: var(--accent-color-btn);
    background: var(--accent-color);
}

.features-one__card--1 .features-one__card__text {
    min-height: 186px;
    padding: 33px 30px;
    border-radius: 10px 10px 0px 0px;
}

.features-one__card--1 .features-one__card__text__bg {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 453.000000"><g transform="translate(0.000000,453.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 2500 l0 -2030 80 0 c43 0 91 -5 105 -12 21 -9 32 -8 62 6 52 25 134 13 178 -25 36 -32 116 -52 164 -43 33 7 128 -12 150 -30 7 -6 54 -11 105 -11 67 0 100 -5 123 -18 40 -21 116 -23 133 -2 19 23 78 18 207 -15 124 -32 204 -38 222 -17 6 8 29 22 51 32 35 16 45 17 80 5 31 -10 48 -11 79 -2 21 7 53 12 70 12 17 0 57 13 89 29 46 23 61 26 80 18 15 -7 33 -7 60 2 25 7 62 9 113 3 42 -4 90 -4 105 0 16 5 40 5 54 1 14 -4 43 -7 65 -8 81 -4 161 -17 197 -32 27 -12 57 -14 110 -10 71 5 75 4 146 -35 68 -36 77 -39 124 -33 28 4 65 16 82 26 31 18 33 18 69 -1 24 -13 56 -20 90 -20 46 0 57 4 81 29 25 26 37 30 95 33 36 3 80 11 97 18 29 12 35 11 84 -19 45 -28 58 -31 95 -26 45 7 72 -2 109 -37 11 -10 32 -21 46 -24 14 -3 35 -10 48 -15 32 -13 124 -11 179 3 35 8 50 8 65 -1 10 -6 29 -9 43 -5 14 3 46 -1 72 -9 109 -35 151 -40 215 -26 51 11 65 19 82 46 15 24 28 33 49 33 15 0 41 10 57 21 25 19 33 20 58 10 19 -8 47 -10 75 -6 33 5 51 3 67 -8 19 -13 25 -13 52 1 28 14 36 14 82 -2 49 -17 55 -17 111 -1 33 10 74 17 90 16 17 0 54 -1 83 -1 29 0 67 -6 85 -13 18 -8 71 -14 123 -14 63 0 100 -5 122 -17 17 -9 53 -16 80 -16 39 0 53 5 73 26 13 14 36 32 51 40 23 12 30 12 55 -1 20 -11 43 -14 78 -9 41 5 55 2 77 -15 14 -12 33 -21 41 -21 8 0 37 -11 64 -24 64 -32 129 -56 152 -56 9 0 40 -11 67 -25 79 -40 181 -68 223 -61 29 4 42 1 58 -13 34 -32 57 -34 84 -5 30 33 84 57 110 49 11 -4 28 -1 37 7 30 23 64 40 114 55 48 14 51 14 74 -8 19 -17 30 -20 60 -15 30 6 41 3 63 -17 39 -36 85 -51 136 -44 56 8 72 2 90 -34 8 -15 25 -31 37 -34 13 -4 31 -14 41 -23 16 -14 23 -14 72 2 36 11 62 27 79 48 l24 31 61 -23 c51 -19 71 -21 128 -15 38 4 88 6 113 6 78 -2 180 20 191 41 7 13 21 18 56 18 40 0 54 -6 92 -38 83 -69 164 -76 213 -19 23 28 33 32 72 31 25 0 51 -5 58 -11 7 -6 74 -13 148 -17 74 -4 140 -12 147 -18 10 -8 28 -6 68 8 l55 18 0 2218 0 2218 -4500 0 -4500 0 0 -2030z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 453.000000"><g transform="translate(0.000000,453.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 2500 l0 -2030 80 0 c43 0 91 -5 105 -12 21 -9 32 -8 62 6 52 25 134 13 178 -25 36 -32 116 -52 164 -43 33 7 128 -12 150 -30 7 -6 54 -11 105 -11 67 0 100 -5 123 -18 40 -21 116 -23 133 -2 19 23 78 18 207 -15 124 -32 204 -38 222 -17 6 8 29 22 51 32 35 16 45 17 80 5 31 -10 48 -11 79 -2 21 7 53 12 70 12 17 0 57 13 89 29 46 23 61 26 80 18 15 -7 33 -7 60 2 25 7 62 9 113 3 42 -4 90 -4 105 0 16 5 40 5 54 1 14 -4 43 -7 65 -8 81 -4 161 -17 197 -32 27 -12 57 -14 110 -10 71 5 75 4 146 -35 68 -36 77 -39 124 -33 28 4 65 16 82 26 31 18 33 18 69 -1 24 -13 56 -20 90 -20 46 0 57 4 81 29 25 26 37 30 95 33 36 3 80 11 97 18 29 12 35 11 84 -19 45 -28 58 -31 95 -26 45 7 72 -2 109 -37 11 -10 32 -21 46 -24 14 -3 35 -10 48 -15 32 -13 124 -11 179 3 35 8 50 8 65 -1 10 -6 29 -9 43 -5 14 3 46 -1 72 -9 109 -35 151 -40 215 -26 51 11 65 19 82 46 15 24 28 33 49 33 15 0 41 10 57 21 25 19 33 20 58 10 19 -8 47 -10 75 -6 33 5 51 3 67 -8 19 -13 25 -13 52 1 28 14 36 14 82 -2 49 -17 55 -17 111 -1 33 10 74 17 90 16 17 0 54 -1 83 -1 29 0 67 -6 85 -13 18 -8 71 -14 123 -14 63 0 100 -5 122 -17 17 -9 53 -16 80 -16 39 0 53 5 73 26 13 14 36 32 51 40 23 12 30 12 55 -1 20 -11 43 -14 78 -9 41 5 55 2 77 -15 14 -12 33 -21 41 -21 8 0 37 -11 64 -24 64 -32 129 -56 152 -56 9 0 40 -11 67 -25 79 -40 181 -68 223 -61 29 4 42 1 58 -13 34 -32 57 -34 84 -5 30 33 84 57 110 49 11 -4 28 -1 37 7 30 23 64 40 114 55 48 14 51 14 74 -8 19 -17 30 -20 60 -15 30 6 41 3 63 -17 39 -36 85 -51 136 -44 56 8 72 2 90 -34 8 -15 25 -31 37 -34 13 -4 31 -14 41 -23 16 -14 23 -14 72 2 36 11 62 27 79 48 l24 31 61 -23 c51 -19 71 -21 128 -15 38 4 88 6 113 6 78 -2 180 20 191 41 7 13 21 18 56 18 40 0 54 -6 92 -38 83 -69 164 -76 213 -19 23 28 33 32 72 31 25 0 51 -5 58 -11 7 -6 74 -13 148 -17 74 -4 140 -12 147 -18 10 -8 28 -6 68 8 l55 18 0 2218 0 2218 -4500 0 -4500 0 0 -2030z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.features-one__card--1 .features-one__card__icon-box {
    bottom: -15px;
    background: var(--accent-color);
}

.features-one__card--1:hover .features-one__card__icon-box {
    background: var(--accent-color-btn);
}

.features-one__card--1 .features-one__card__image {
    margin-top: -27px;
}

.features-one__card--1 .features-one__card__image img {
    width: 100%;
    display: block;
    border-radius: 0px 0px 10px 10px;
}

.features-one__card--2 .features-one__card__text {
    width: 100%;
    min-height: 174px;
    padding: 75px 30px 31px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0px 0px 10px 10px;
}

.features-one__card--2 .features-one__card__text__bg {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 423.000000"><g transform="translate(0.000000,423.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1475 4174 c-22 -8 -52 -28 -67 -46 l-27 -31 -48 18 c-75 29 -131 34 -185 18 -29 -8 -63 -11 -83 -7 -50 9 -164 -15 -176 -38 -7 -13 -22 -18 -56 -18 -40 0 -54 6 -92 38 -82 69 -164 76 -212 19 -22 -26 -33 -30 -72 -30 -25 0 -52 4 -59 10 -7 6 -73 14 -147 17 -73 4 -141 12 -151 18 -13 8 -27 7 -56 -4 l-39 -16 -3 -2061 -2 -2061 4500 0 4500 0 0 1870 0 1870 -90 0 c-49 0 -101 5 -115 12 -21 9 -32 8 -62 -6 -52 -25 -134 -13 -177 25 -38 33 -112 54 -163 46 -41 -7 -128 9 -159 30 -16 10 -39 12 -85 7 -49 -4 -75 -2 -109 11 -66 26 -134 30 -162 11 -32 -23 -70 -20 -199 14 -117 31 -212 39 -225 19 -3 -6 -26 -20 -50 -30 -37 -17 -48 -18 -88 -7 -36 9 -53 9 -79 0 -18 -7 -48 -12 -66 -12 -17 0 -51 -10 -74 -22 -46 -24 -135 -33 -302 -30 -38 1 -81 1 -95 1 -88 0 -270 24 -298 40 -15 8 -53 12 -105 10 -79 -3 -85 -1 -150 35 -63 35 -72 38 -120 32 -28 -4 -66 -16 -83 -26 -30 -19 -31 -19 -67 0 -24 13 -56 20 -90 20 -46 0 -57 -4 -82 -30 -26 -27 -35 -30 -87 -30 -34 0 -72 -7 -89 -16 -34 -17 -57 -13 -110 23 -32 21 -44 23 -84 18 -42 -7 -51 -4 -90 24 -79 57 -203 77 -297 49 -31 -9 -44 -9 -60 1 -10 6 -29 9 -40 5 -12 -3 -44 1 -72 9 -117 36 -154 40 -218 26 -51 -11 -65 -19 -82 -46 -15 -24 -28 -33 -49 -33 -15 0 -41 -10 -57 -21 -25 -19 -33 -20 -58 -10 -19 8 -47 10 -75 6 -33 -5 -51 -3 -70 10 -17 10 -27 13 -32 6 -8 -14 -80 -14 -119 0 -25 9 -44 8 -91 -6 -33 -9 -73 -17 -90 -16 -16 1 -54 1 -83 2 -30 0 -75 8 -100 18 -30 12 -54 15 -67 10 -27 -11 -133 0 -167 17 -15 8 -48 14 -74 14 -39 0 -53 -6 -85 -35 -42 -38 -65 -43 -107 -21 -17 8 -35 10 -47 5 -35 -14 -72 -10 -98 11 -14 11 -31 20 -38 20 -8 0 -36 11 -64 24 -68 33 -132 56 -154 56 -9 0 -40 11 -67 25 -79 40 -181 68 -223 61 -29 -4 -42 -1 -58 13 -34 32 -57 34 -84 5 -30 -33 -84 -57 -110 -49 -11 4 -28 1 -37 -7 -29 -23 -63 -39 -111 -54 -43 -13 -48 -12 -74 7 -22 16 -37 19 -66 14 -30 -5 -41 -2 -56 15 -33 36 -84 52 -142 46 -44 -5 -56 -3 -73 14 -11 11 -20 25 -20 31 0 5 -15 16 -34 24 -19 8 -37 19 -41 25 -8 13 -30 11 -80 -6z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 423.000000"><g transform="translate(0.000000,423.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1475 4174 c-22 -8 -52 -28 -67 -46 l-27 -31 -48 18 c-75 29 -131 34 -185 18 -29 -8 -63 -11 -83 -7 -50 9 -164 -15 -176 -38 -7 -13 -22 -18 -56 -18 -40 0 -54 6 -92 38 -82 69 -164 76 -212 19 -22 -26 -33 -30 -72 -30 -25 0 -52 4 -59 10 -7 6 -73 14 -147 17 -73 4 -141 12 -151 18 -13 8 -27 7 -56 -4 l-39 -16 -3 -2061 -2 -2061 4500 0 4500 0 0 1870 0 1870 -90 0 c-49 0 -101 5 -115 12 -21 9 -32 8 -62 -6 -52 -25 -134 -13 -177 25 -38 33 -112 54 -163 46 -41 -7 -128 9 -159 30 -16 10 -39 12 -85 7 -49 -4 -75 -2 -109 11 -66 26 -134 30 -162 11 -32 -23 -70 -20 -199 14 -117 31 -212 39 -225 19 -3 -6 -26 -20 -50 -30 -37 -17 -48 -18 -88 -7 -36 9 -53 9 -79 0 -18 -7 -48 -12 -66 -12 -17 0 -51 -10 -74 -22 -46 -24 -135 -33 -302 -30 -38 1 -81 1 -95 1 -88 0 -270 24 -298 40 -15 8 -53 12 -105 10 -79 -3 -85 -1 -150 35 -63 35 -72 38 -120 32 -28 -4 -66 -16 -83 -26 -30 -19 -31 -19 -67 0 -24 13 -56 20 -90 20 -46 0 -57 -4 -82 -30 -26 -27 -35 -30 -87 -30 -34 0 -72 -7 -89 -16 -34 -17 -57 -13 -110 23 -32 21 -44 23 -84 18 -42 -7 -51 -4 -90 24 -79 57 -203 77 -297 49 -31 -9 -44 -9 -60 1 -10 6 -29 9 -40 5 -12 -3 -44 1 -72 9 -117 36 -154 40 -218 26 -51 -11 -65 -19 -82 -46 -15 -24 -28 -33 -49 -33 -15 0 -41 -10 -57 -21 -25 -19 -33 -20 -58 -10 -19 8 -47 10 -75 6 -33 -5 -51 -3 -70 10 -17 10 -27 13 -32 6 -8 -14 -80 -14 -119 0 -25 9 -44 8 -91 -6 -33 -9 -73 -17 -90 -16 -16 1 -54 1 -83 2 -30 0 -75 8 -100 18 -30 12 -54 15 -67 10 -27 -11 -133 0 -167 17 -15 8 -48 14 -74 14 -39 0 -53 -6 -85 -35 -42 -38 -65 -43 -107 -21 -17 8 -35 10 -47 5 -35 -14 -72 -10 -98 11 -14 11 -31 20 -38 20 -8 0 -36 11 -64 24 -68 33 -132 56 -154 56 -9 0 -40 11 -67 25 -79 40 -181 68 -223 61 -29 -4 -42 -1 -58 13 -34 32 -57 34 -84 5 -30 -33 -84 -57 -110 -49 -11 4 -28 1 -37 -7 -29 -23 -63 -39 -111 -54 -43 -13 -48 -12 -74 7 -22 16 -37 19 -66 14 -30 -5 -41 -2 -56 15 -33 36 -84 52 -142 46 -44 -5 -56 -3 -73 14 -11 11 -20 25 -20 31 0 5 -15 16 -34 24 -19 8 -37 19 -41 25 -8 13 -30 11 -80 -6z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.features-one__card--2 .features-one__card__icon-box {
    top: -30px;
    background: RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.2);
}

.features-one__card--2:hover .features-one__card__icon {
    color: var(--cherito-white, #ffffff);
}

.features-one__card--2 .features-one__card__image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.features-one__bottom {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

@media (max-width: 575px) {
    .features-one__bottom {
        margin-top: 50px;
        flex-direction: column;
    }
}

.features-one__bottom__title {
    margin: 0;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
}

@media (max-width: 575px) {
    .features-one__bottom__title {
        text-align: center;
    }
}

.features-one__bottom .cherito-btn {
    flex-shrink: 0;
    padding: 9.5px 20.5px;
    font-size: 14px;
}

.features-two {
    position: relative;
    padding-bottom: 32px;
    background: var(--cherito-primary);
    counter-reset: featuresNumber;
}

@media (max-width: 1199px) {
    .features-two {
        padding-bottom: 0;
    }
}

.features-two::after {
    content: "";
    width: 100%;
    height: 114px;
    background: var(--cherito-white, #ffffff);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 1199px) {
    .features-two::after {
        height: 195px;
    }
}

@media (max-width: 991px) {
    .features-two::after {
        height: 225px;
    }
}

@media (max-width: 767px) {
    .features-two::after {
        height: 255px;
    }
}

.features-two .container {
    position: relative;
    z-index: 2;
}

.features-two .row {
    --bs-gutter-y: 62px;
}

.features-two__card {
    display: grid;
    grid-template-columns: 95px auto;
    align-items: start;
    grid-gap: 30px;
}

@media (max-width: 425px) {
    .features-two__card {
        grid-template-columns: 60px auto;
        grid-gap: 20px;
    }
}

.features-two__card__icon-box {
    position: relative;
    width: 95px;
    height: 189px;
    padding: 22px 20px 22px;
    border-radius: 47px;
    background: var(--cherito-white3);
    transition: all 500ms ease;
    z-index: 1;
}

@media (max-width: 425px) {
    .features-two__card__icon-box {
        width: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.features-two__card:hover .features-two__card__icon-box {
    background: var(--cherito-white, #ffffff);
}

.features-two__card__number {
    position: relative;
    margin: 0;
    text-align: center;
}

.features-two__card__number::after {
    content: "0"counter(featuresNumber);
    font-family: var(--cherito-special-font, "Caveat", cursive);
    counter-increment: featuresNumber;
    font-size: 30px;
    color: var(--cherito-black);
    font-weight: 700;
    line-height: 1;
    border-radius: 0px 0px 10px 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.features-two__card:hover .features-two__card__number::after {
    color: var(--cherito-base);
}

.features-two__card__icon {
    width: 100%;
    height: 149px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    top: 64px;
    left: 0px;
    font-size: 46px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-black);
    border-radius: 47px;
    z-index: 1;
}

.features-two__card__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 425px) {
    .features-two__card__icon {
        font-size: 30px;
    }
}

.features-two__card__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.6);
    opacity: 0;
    background: var(--cherito-base);
    transition: transform 400ms ease, opacity 400ms ease;
    border-radius: inherit;
}

.features-two__card:hover .features-two__card__icon::after {
    opacity: 1;
    transform: scale(1);
}

.features-two__card__content {
    position: relative;
    padding: 22px 30px 21px 0px;
}

.features-two__card__content__bg {
    width: calc(100% + 85px);
    height: 100%;
    border-radius: 10px;
    background: var(--cherito-white2);
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

@media (max-width: 425px) {
    .features-two__card__content__bg {
        width: calc(100% + 55px);
    }
}

.features-two__card__content__bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--cherito-black);
    position: absolute;
    right: -100%;
    bottom: -100%;
    border-radius: inherit;
    transition: all 500ms ease;
}

.features-two__card__content__inner {
    position: relative;
    z-index: 1;
}

.features-two__card:hover .features-two__card__content__bg::after {
    right: 0%;
    bottom: 0%;
}

.features-two__card__title {
    position: relative;
    margin-bottom: 22px;
    font-size: 24px;
    font-weight: 700;
    color: var(--cherito-black);
    text-transform: capitalize;
    line-height: 1.4;
}

@media (max-width: 425px) {
    .features-two__card__title {
        font-size: 20px;
    }
}

.features-two__card__title::after {
    content: "";
    width: calc(100% + 60px);
    height: 1px;
    background: var(--cherito-white3);
    position: absolute;
    right: -30px;
    bottom: -11px;
    transition: all 500ms ease;
}

@media (max-width: 425px) {
    .features-two__card__title::after {
        width: calc(100% + 50px);
    }
}

.features-two__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.features-two__card__title a:hover {
    background-size: 100% 1px;
}

.features-two__card:hover .features-two__card__title {
    color: var(--cherito-white, #ffffff);
}

.features-two__card:hover .features-two__card__title::after {
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.14);
}

.features-two__card__text {
    margin: 0;
    font-weight: 600;
    transition: all 500ms ease;
}

.features-two__card__btn {
    width: 41px;
    height: 32px;
    position: absolute;
    right: 22px;
    bottom: -32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cherito-white3);
    border-radius: 0px 0px 50px 50px;
    overflow: hidden;
    z-index: 2;
    transition: all 500ms ease;
}

.features-two__card__btn:hover {
    background: var(--cherito-primary);
}

.features-two__card__btn__icon {
    position: relative;
    top: -1px;
    font-size: 16px;
    color: var(--cherito-black);
    transition: all 500ms ease;
}

.features-two__card__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.features-two__card__btn:hover .features-two__card__btn__icon {
    color: var(--cherito-white, #ffffff);
    animation: slideLeft 0.4s;
}

.features-two__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 114px;
    opacity: 0.5;
}

@media (max-width: 1199px) {
    .features-two__shape {
        bottom: 195px;
    }
}

@media (max-width: 991px) {
    .features-two__shape {
        bottom: 225px;
    }
}

@media (max-width: 767px) {
    .features-two__shape {
        bottom: 255px;
    }
}

.features-three {
    position: relative;
    padding-top: 205px;
    background: var(--cherito-black);
}

@media (max-width: 1399px) {
    .features-three {
        padding-top: 286px;
    }
}

@media (max-width: 575px) {
    .features-three {
        padding-top: 260px;
    }
}

.features-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.14;
}

.features-three .container {
    position: relative;
    z-index: 1;
}

.features-three__card {
    position: relative;
}

.features-three__card::after {
    content: "";
    width: 100%;
    height: calc(100% - 26px);
    background: var(--cherito-white, #ffffff);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 500ms ease;
}

.features-three__card:hover::after {
    background: var(--cherito-base);
}

.features-three__card__inner {
    position: relative;
    z-index: 1;
    padding: 0px 29px 29px;
}

@media (max-width: 390px) {
    .features-three__card__inner {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.features-three__card__top {
    margin-bottom: 19px;
    padding-right: 38px;
    position: relative;
    display: table;
}

@media (max-width: 991px) {
    .features-three__card__top {
        padding-right: 30px;
    }
}

@media (max-width: 390px) {
    .features-three__card__top {
        padding-right: 25px;
    }
}

.features-three__card__top__bg {
    width: calc(100% - 26px);
    height: 100%;
    background: var(--cherito-white6, #EFEFEF);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}

.features-three__card__top__bg::after {
    content: "";
    width: 0%;
    height: 100%;
    background: var(--cherito-primary);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: inherit;
    transition: all 500ms ease;
}

.features-three__card__top__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.features-three__card:hover .features-three__card__top__bg::after {
    width: 100%;
    left: 0;
}

.features-three__card__icon {
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 34px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base);
    border-radius: 50%;
    transition: all 500ms ease;
}

.features-three__card__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.features-three__card__title {
    margin: 0;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

@media (max-width: 390px) {
    .features-three__card__title {
        font-size: 18px;
    }
}

.features-three__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.features-three__card__title a:hover {
    background-size: 100% 1px;
}

.features-three__card__text {
    margin: 0;
    transition: all 500ms ease;
}

.features-three__card:hover .features-three__card__text {
    color: var(--cherito-white, #ffffff);
}

.features-four .container {
    margin-top: -113px;
}

.features-four__card {
    position: relative;
    padding: 30px 30px 24px;
    background: var(--cherito-white5, #F5F1EE);
    border-radius: 10px;
    overflow: hidden;
    transition: all 500ms ease;
}

@media (max-width: 375px) {
    .features-four__card {
        padding: 25px 25px 19px;
    }
}

.features-four__card:hover {
    background: var(--cherito-black);
}

.features-four__card::after {
    content: "";
    width: calc(100% - 60px);
    height: 4px;
    background: var(--cherito-base);
    position: absolute;
    left: 50%;
    bottom: 0px;
    opacity: 0;
    transform: translateX(-50%) scaleX(0);
    transition: all 500ms linear;
}

.features-four__card:hover::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}

.features-four__card__inner {
    position: relative;
    z-index: 1;
}

.features-four__card__top {
    position: relative;
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.features-four__card__top::after {
    content: "";
    width: calc(100% + 60px);
    height: 1px;
    background: var(--cherito-white, #ffffff);
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    transition: all 500ms ease;
}

.features-four__card:hover .features-four__card__top::after {
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.2);
}

.features-four__card__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    font-size: 30px;
    color: var(--cherito-base);
    background: var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

.features-four__card__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.features-four__card:hover .features-four__card__icon {
    color: var(--cherito-white, #ffffff);
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.1);
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.features-four__card__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.222;
}

.features-four__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.features-four__card__title a:hover {
    background-size: 100% 1px;
}

.features-four__card:hover .features-four__card__title {
    color: var(--cherito-gray3, #E3DDD8);
}

.features-four__card__text {
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
    transition: all 500ms ease;
}

.features-four__card:hover .features-four__card__text {
    color: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.7);
}

.features-four__card__shape-1,
.features-four__card__shape-2 {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    opacity: 0;
    transform: translateX(100px);
    transition: all 500ms ease;
}

.features-four__card__shape-1 {
    top: 27px;
    right: 23px;
}

.features-four__card__shape-2 {
    top: 46px;
    right: 31px;
    transition-delay: 100ms;
}

.features-four__card:hover .features-four__card__shape-1,
.features-four__card:hover .features-four__card__shape-2 {
    opacity: 1;
    transform: translateX(0px);
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.service-card {
    position: relative;
}

.service-card__content {
    position: relative;
    padding: 43px 30px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-card__content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 430px) {
    .service-card__content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.service-card__content__overlay {
    position: relative;
    width: 100%;
    height: calc(100% + 20px);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.service-card__content__overlay::before {
    content: "";
    width: 100%;
    height: calc(100% + 20px);
    position: absolute;
    top: 0;
    left: 0;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px 10px 0 0;
}

.service-card__content__overlay::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f8ebe5;
    border-radius: 10px 10px 0 0;
    transition: all 500ms ease;
}

.service-card__content__inner {
    position: relative;
    text-align: center;
    z-index: 2;
}

.service-card:hover .service-card__content__overlay::after {
    height: calc(100% + 20px);
}

.service-card__title {
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

.service-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-card__title a:hover {
    background-size: 100% 1px;
}

.service-card__text {
    margin-bottom: 14px;
    line-height: 1.625;
    transition: all 500ms ease;
}

.service-card:hover .service-card__title,
.service-card:hover .service-card__text {
    color: var(--cherito-white3, #222121);
}

.service-card__btn-box {
    margin: 0 auto;
    padding: 0px;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 36px;
    background: var(--cherito-black, #212226);
    border-radius: 100px 100px 0 0;
}

.service-card__btn {
    width: 45px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/shapes/service-card-btn-shape-1-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
    color: var(--cherito-base, #E23B33);
    transition: all 500ms ease;
}

.service-card__btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.service-card__image {
    position: relative;
    z-index: 1;
}

.service-card__image img {
    width: 100%;
    display: block;
    border-radius: 10px;
    background: #f0ebe9d6;
}

.service-card__image__overlay {
    width: calc(100% - 124px);
    height: calc(100% - 124px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    background: RGBA(var(--cherito-base-rgb, 226, 59, 51), 0.5);
    border-radius: 10px;
    z-index: 1;
    transition: all 500ms ease;
}

.service-card__image__icon {
    display: inline-flex;
    font-size: 71px;
    color: var(--cherito-white, #ffffff);
}

.service-card__image__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.service-card:hover .service-card__image__overlay {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.service-card__shape {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    position: absolute;
    left: 50%;
    bottom: -34px;
    transform: translateX(-50%);
    z-index: 1;
    transition: all 500ms ease;
}

.service-card-two {
    position: relative;
}

.service-card-two::after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: var(--cherito-black);
    z-index: 2;
    transition: all 500ms ease;
}

.service-card-two:hover::after {
    background: var(--cherito-base);
}

.service-card-two__inner {
    position: relative;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.service-card-two__inner::before {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: inherit;
    background: var(--cherito-black);
    z-index: -1;
    transition: all 500ms ease;
}

.service-card-two__inner:hover::before {
    height: 100%;
    top: 0;
}

.service-card-two__image {
    margin-left: auto;
    position: relative;
    display: table;
    text-align: right;
    overflow: hidden;
}

@media (min-width: 576px) and (max-width: 767px) {
    .service-card-two__image {
        padding-left: 60px;
    }
}

.service-card-two__image img {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    border-radius: 0px 10px 0px 0px;
    transition: all 500ms ease;
}

.service-card-two:hover .service-card-two__image img {
    transform: scale(1.1);
}

.service-card-two__icon-box {
    width: 108px;
    height: 108px;
    position: relative;
    position: absolute;
    top: -1px;
    left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--cherito-white, #ffffff);
    transition: all 500ms ease;
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327.000000 327.000000"><g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1565 3239 c-33 -4 -95 -7 -137 -8 -43 -1 -97 -6 -120 -11 -24 -6 -72 -17 -108 -25 -36 -7 -81 -18 -100 -24 -19 -5 -58 -17 -86 -25 -49 -14 -152 -57 -184 -77 -8 -5 -25 -13 -37 -19 -13 -5 -23 -14 -23 -19 0 -5 -10 -11 -23 -15 -13 -3 -35 -16 -49 -29 -14 -13 -33 -27 -42 -30 -9 -4 -16 -11 -16 -17 0 -5 -6 -10 -13 -10 -17 0 -69 -54 -61 -63 4 -3 -36 -48 -88 -99 -51 -51 -103 -109 -115 -129 -13 -19 -32 -44 -44 -55 -12 -10 -25 -28 -31 -39 -12 -26 -28 -54 -54 -90 -24 -34 -115 -220 -136 -280 -34 -92 -41 -112 -48 -150 -4 -22 -12 -60 -18 -85 -24 -99 -34 -220 -29 -370 6 -189 25 -307 63 -398 8 -18 14 -39 14 -47 0 -14 20 -66 46 -118 8 -16 14 -39 14 -52 0 -12 7 -28 15 -35 8 -7 15 -17 15 -22 0 -6 12 -27 27 -47 32 -41 50 -69 60 -91 24 -54 190 -244 271 -312 102 -84 159 -128 167 -128 4 0 21 -11 38 -24 48 -35 304 -156 331 -156 8 0 27 -7 42 -15 16 -8 38 -15 49 -15 11 0 49 -10 85 -22 56 -18 153 -32 360 -52 25 -2 76 0 113 6 56 8 75 7 109 -7 46 -18 71 -8 48 20 -11 14 -4 15 75 9 66 -5 86 -4 81 4 -4 7 -14 12 -22 12 -8 0 -14 4 -14 10 0 12 45 24 62 17 25 -9 33 -7 33 10 0 10 9 19 20 21 11 2 34 10 52 18 17 8 36 14 43 14 6 0 34 13 63 29 29 16 70 39 92 51 22 12 54 30 70 41 17 10 37 22 45 26 40 18 213 159 276 224 88 92 186 216 227 287 18 29 40 66 49 80 9 15 31 54 48 87 17 33 44 78 60 100 56 75 69 122 55 197 -6 29 -4 39 7 43 12 5 14 21 11 78 -3 40 0 113 5 162 14 141 -10 396 -49 510 -6 17 -15 48 -20 70 -6 22 -14 44 -20 50 -5 5 -9 19 -9 31 0 12 -7 27 -15 34 -8 7 -15 19 -15 27 0 8 -6 27 -13 41 -8 15 -22 45 -33 67 -10 22 -31 56 -46 76 -15 20 -28 40 -28 44 0 3 -27 42 -60 85 -33 43 -60 85 -60 93 0 8 -27 42 -59 76 -32 34 -61 68 -65 76 -3 8 -14 15 -25 15 -12 0 -28 11 -37 25 -9 14 -22 25 -28 25 -7 0 -25 14 -41 30 -16 17 -35 28 -43 25 -8 -3 -12 1 -10 11 2 9 -6 21 -17 28 -11 6 -22 13 -25 16 -14 14 -70 50 -78 50 -5 0 -15 7 -22 15 -7 8 -20 15 -30 15 -10 0 -24 7 -31 16 -10 12 -23 14 -51 10 -28 -5 -37 -3 -36 6 2 8 -6 12 -22 11 -39 -3 -70 6 -67 20 1 8 -8 11 -28 9 -29 -3 -70 4 -206 34 -37 8 -95 14 -130 15 -35 0 -86 4 -114 7 -27 4 -77 4 -110 1z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327.000000 327.000000"><g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1565 3239 c-33 -4 -95 -7 -137 -8 -43 -1 -97 -6 -120 -11 -24 -6 -72 -17 -108 -25 -36 -7 -81 -18 -100 -24 -19 -5 -58 -17 -86 -25 -49 -14 -152 -57 -184 -77 -8 -5 -25 -13 -37 -19 -13 -5 -23 -14 -23 -19 0 -5 -10 -11 -23 -15 -13 -3 -35 -16 -49 -29 -14 -13 -33 -27 -42 -30 -9 -4 -16 -11 -16 -17 0 -5 -6 -10 -13 -10 -17 0 -69 -54 -61 -63 4 -3 -36 -48 -88 -99 -51 -51 -103 -109 -115 -129 -13 -19 -32 -44 -44 -55 -12 -10 -25 -28 -31 -39 -12 -26 -28 -54 -54 -90 -24 -34 -115 -220 -136 -280 -34 -92 -41 -112 -48 -150 -4 -22 -12 -60 -18 -85 -24 -99 -34 -220 -29 -370 6 -189 25 -307 63 -398 8 -18 14 -39 14 -47 0 -14 20 -66 46 -118 8 -16 14 -39 14 -52 0 -12 7 -28 15 -35 8 -7 15 -17 15 -22 0 -6 12 -27 27 -47 32 -41 50 -69 60 -91 24 -54 190 -244 271 -312 102 -84 159 -128 167 -128 4 0 21 -11 38 -24 48 -35 304 -156 331 -156 8 0 27 -7 42 -15 16 -8 38 -15 49 -15 11 0 49 -10 85 -22 56 -18 153 -32 360 -52 25 -2 76 0 113 6 56 8 75 7 109 -7 46 -18 71 -8 48 20 -11 14 -4 15 75 9 66 -5 86 -4 81 4 -4 7 -14 12 -22 12 -8 0 -14 4 -14 10 0 12 45 24 62 17 25 -9 33 -7 33 10 0 10 9 19 20 21 11 2 34 10 52 18 17 8 36 14 43 14 6 0 34 13 63 29 29 16 70 39 92 51 22 12 54 30 70 41 17 10 37 22 45 26 40 18 213 159 276 224 88 92 186 216 227 287 18 29 40 66 49 80 9 15 31 54 48 87 17 33 44 78 60 100 56 75 69 122 55 197 -6 29 -4 39 7 43 12 5 14 21 11 78 -3 40 0 113 5 162 14 141 -10 396 -49 510 -6 17 -15 48 -20 70 -6 22 -14 44 -20 50 -5 5 -9 19 -9 31 0 12 -7 27 -15 34 -8 7 -15 19 -15 27 0 8 -6 27 -13 41 -8 15 -22 45 -33 67 -10 22 -31 56 -46 76 -15 20 -28 40 -28 44 0 3 -27 42 -60 85 -33 43 -60 85 -60 93 0 8 -27 42 -59 76 -32 34 -61 68 -65 76 -3 8 -14 15 -25 15 -12 0 -28 11 -37 25 -9 14 -22 25 -28 25 -7 0 -25 14 -41 30 -16 17 -35 28 -43 25 -8 -3 -12 1 -10 11 2 9 -6 21 -17 28 -11 6 -22 13 -25 16 -14 14 -70 50 -78 50 -5 0 -15 7 -22 15 -7 8 -20 15 -30 15 -10 0 -24 7 -31 16 -10 12 -23 14 -51 10 -28 -5 -37 -3 -36 6 2 8 -6 12 -22 11 -39 -3 -70 6 -67 20 1 8 -8 11 -28 9 -29 -3 -70 4 -206 34 -37 8 -95 14 -130 15 -35 0 -86 4 -114 7 -27 4 -77 4 -110 1z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.service-card-two:hover .service-card-two__icon-box {
    background: var(--cherito-black);
}

.service-card-two__icon {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-black);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327.000000 327.000000"><g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1565 3239 c-33 -4 -95 -7 -137 -8 -43 -1 -97 -6 -120 -11 -24 -6 -72 -17 -108 -25 -36 -7 -81 -18 -100 -24 -19 -5 -58 -17 -86 -25 -49 -14 -152 -57 -184 -77 -8 -5 -25 -13 -37 -19 -13 -5 -23 -14 -23 -19 0 -5 -10 -11 -23 -15 -13 -3 -35 -16 -49 -29 -14 -13 -33 -27 -42 -30 -9 -4 -16 -11 -16 -17 0 -5 -6 -10 -13 -10 -17 0 -69 -54 -61 -63 4 -3 -36 -48 -88 -99 -51 -51 -103 -109 -115 -129 -13 -19 -32 -44 -44 -55 -12 -10 -25 -28 -31 -39 -12 -26 -28 -54 -54 -90 -24 -34 -115 -220 -136 -280 -34 -92 -41 -112 -48 -150 -4 -22 -12 -60 -18 -85 -24 -99 -34 -220 -29 -370 6 -189 25 -307 63 -398 8 -18 14 -39 14 -47 0 -14 20 -66 46 -118 8 -16 14 -39 14 -52 0 -12 7 -28 15 -35 8 -7 15 -17 15 -22 0 -6 12 -27 27 -47 32 -41 50 -69 60 -91 24 -54 190 -244 271 -312 102 -84 159 -128 167 -128 4 0 21 -11 38 -24 48 -35 304 -156 331 -156 8 0 27 -7 42 -15 16 -8 38 -15 49 -15 11 0 49 -10 85 -22 56 -18 153 -32 360 -52 25 -2 76 0 113 6 56 8 75 7 109 -7 46 -18 71 -8 48 20 -11 14 -4 15 75 9 66 -5 86 -4 81 4 -4 7 -14 12 -22 12 -8 0 -14 4 -14 10 0 12 45 24 62 17 25 -9 33 -7 33 10 0 10 9 19 20 21 11 2 34 10 52 18 17 8 36 14 43 14 6 0 34 13 63 29 29 16 70 39 92 51 22 12 54 30 70 41 17 10 37 22 45 26 40 18 213 159 276 224 88 92 186 216 227 287 18 29 40 66 49 80 9 15 31 54 48 87 17 33 44 78 60 100 56 75 69 122 55 197 -6 29 -4 39 7 43 12 5 14 21 11 78 -3 40 0 113 5 162 14 141 -10 396 -49 510 -6 17 -15 48 -20 70 -6 22 -14 44 -20 50 -5 5 -9 19 -9 31 0 12 -7 27 -15 34 -8 7 -15 19 -15 27 0 8 -6 27 -13 41 -8 15 -22 45 -33 67 -10 22 -31 56 -46 76 -15 20 -28 40 -28 44 0 3 -27 42 -60 85 -33 43 -60 85 -60 93 0 8 -27 42 -59 76 -32 34 -61 68 -65 76 -3 8 -14 15 -25 15 -12 0 -28 11 -37 25 -9 14 -22 25 -28 25 -7 0 -25 14 -41 30 -16 17 -35 28 -43 25 -8 -3 -12 1 -10 11 2 9 -6 21 -17 28 -11 6 -22 13 -25 16 -14 14 -70 50 -78 50 -5 0 -15 7 -22 15 -7 8 -20 15 -30 15 -10 0 -24 7 -31 16 -10 12 -23 14 -51 10 -28 -5 -37 -3 -36 6 2 8 -6 12 -22 11 -39 -3 -70 6 -67 20 1 8 -8 11 -28 9 -29 -3 -70 4 -206 34 -37 8 -95 14 -130 15 -35 0 -86 4 -114 7 -27 4 -77 4 -110 1z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327.000000 327.000000"><g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1565 3239 c-33 -4 -95 -7 -137 -8 -43 -1 -97 -6 -120 -11 -24 -6 -72 -17 -108 -25 -36 -7 -81 -18 -100 -24 -19 -5 -58 -17 -86 -25 -49 -14 -152 -57 -184 -77 -8 -5 -25 -13 -37 -19 -13 -5 -23 -14 -23 -19 0 -5 -10 -11 -23 -15 -13 -3 -35 -16 -49 -29 -14 -13 -33 -27 -42 -30 -9 -4 -16 -11 -16 -17 0 -5 -6 -10 -13 -10 -17 0 -69 -54 -61 -63 4 -3 -36 -48 -88 -99 -51 -51 -103 -109 -115 -129 -13 -19 -32 -44 -44 -55 -12 -10 -25 -28 -31 -39 -12 -26 -28 -54 -54 -90 -24 -34 -115 -220 -136 -280 -34 -92 -41 -112 -48 -150 -4 -22 -12 -60 -18 -85 -24 -99 -34 -220 -29 -370 6 -189 25 -307 63 -398 8 -18 14 -39 14 -47 0 -14 20 -66 46 -118 8 -16 14 -39 14 -52 0 -12 7 -28 15 -35 8 -7 15 -17 15 -22 0 -6 12 -27 27 -47 32 -41 50 -69 60 -91 24 -54 190 -244 271 -312 102 -84 159 -128 167 -128 4 0 21 -11 38 -24 48 -35 304 -156 331 -156 8 0 27 -7 42 -15 16 -8 38 -15 49 -15 11 0 49 -10 85 -22 56 -18 153 -32 360 -52 25 -2 76 0 113 6 56 8 75 7 109 -7 46 -18 71 -8 48 20 -11 14 -4 15 75 9 66 -5 86 -4 81 4 -4 7 -14 12 -22 12 -8 0 -14 4 -14 10 0 12 45 24 62 17 25 -9 33 -7 33 10 0 10 9 19 20 21 11 2 34 10 52 18 17 8 36 14 43 14 6 0 34 13 63 29 29 16 70 39 92 51 22 12 54 30 70 41 17 10 37 22 45 26 40 18 213 159 276 224 88 92 186 216 227 287 18 29 40 66 49 80 9 15 31 54 48 87 17 33 44 78 60 100 56 75 69 122 55 197 -6 29 -4 39 7 43 12 5 14 21 11 78 -3 40 0 113 5 162 14 141 -10 396 -49 510 -6 17 -15 48 -20 70 -6 22 -14 44 -20 50 -5 5 -9 19 -9 31 0 12 -7 27 -15 34 -8 7 -15 19 -15 27 0 8 -6 27 -13 41 -8 15 -22 45 -33 67 -10 22 -31 56 -46 76 -15 20 -28 40 -28 44 0 3 -27 42 -60 85 -33 43 -60 85 -60 93 0 8 -27 42 -59 76 -32 34 -61 68 -65 76 -3 8 -14 15 -25 15 -12 0 -28 11 -37 25 -9 14 -22 25 -28 25 -7 0 -25 14 -41 30 -16 17 -35 28 -43 25 -8 -3 -12 1 -10 11 2 9 -6 21 -17 28 -11 6 -22 13 -25 16 -14 14 -70 50 -78 50 -5 0 -15 7 -22 15 -7 8 -20 15 -30 15 -10 0 -24 7 -31 16 -10 12 -23 14 -51 10 -28 -5 -37 -3 -36 6 2 8 -6 12 -22 11 -39 -3 -70 6 -67 20 1 8 -8 11 -28 9 -29 -3 -70 4 -206 34 -37 8 -95 14 -130 15 -35 0 -86 4 -114 7 -27 4 -77 4 -110 1z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
    transition: all 500ms ease;
}

.service-card-two:hover .service-card-two__icon {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-primary);
}

.service-card-two:hover .service-card-two__icon::after {
    opacity: 1;
    transform: scale(1);
}

.service-card-two__content {
    padding: 22px 29px 30px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .service-card-two__content {
        padding: 22px 25px 25px;
    }
}

.service-card-two__title {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.service-card-two__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-card-two__title a:hover {
    background-size: 100% 1px;
}

.service-card-two__text {
    margin-bottom: 21px;
    transition: all 500ms ease;
}

.service-card-two:hover .service-card-two__title {
    color: var(--cherito-white, #ffffff);
}

.service-card-two:hover .service-card-two__text {
    color: var(--cherito-white3);
}

.service-card-two .cherito-btn {
    padding: 12.63px 29.5px 9.63px;
    font-size: 14px;
}

.service-card-two .cherito-btn:hover {
    color: var(--cherito-black);
}

.service-card-two:hover .cherito-btn {
    border-color: var(--cherito-white, #ffffff);
    background: var(--cherito-white, #ffffff);
}

.service-card-three {
    position: relative;
    padding: 30px 31px 0px;
    border-radius: 10px;
}

.service-card-three::after {
    content: "";
    width: 100%;
    height: calc(100% - 33px);
    position: absolute;
    top: 0;
    left: 0;
    background: var(--cherito-white, #ffffff);
    border-radius: inherit;
}

.service-card-three__content {
    position: relative;
    text-align: center;
    z-index: 1;
}

.service-card-three__icon {
    position: relative;
    margin: 0 auto 12px;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--cherito-white6, #EFEFEF);
    font-size: 50px;
    color: var(--cherito-base);
    z-index: 1;
    transition: all 500ms ease;
}

.service-card-three__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.service-card-three__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    background: var(--cherito-black);
    transition: transform 400ms ease, opacity 400ms ease;
}

.service-card-three:hover .service-card-three__icon {
    color: var(--cherito-primary);
}

.service-card-three:hover .service-card-three__icon::after {
    opacity: 1;
    transform: scale(1);
}

.service-card-three__title {
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}

.service-card-three__title:hover {
    color: var(--cherito-base);
}

.service-card-three__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-card-three__title a:hover {
    background-size: 100% 1px;
}

.service-card-three__text {
    margin-bottom: 24px;
    font-weight: 600;
}

.service-card-three__btn {
    margin: 0 auto;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--cherito-white, #ffffff);
}

.service-card-three__btn__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: inherit;
    background: var(--cherito-white6, #EFEFEF);
    font-size: 20px;
    color: var(--cherito-base);
    transition: all 500ms ease;
}

.service-card-three__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.service-card-three__btn:hover .service-card-three__btn__icon {
    color: var(--cherito-black);
    background: var(--cherito-primary);
    transform: rotate(45deg);
}

.service-card-four {
    padding-top: 120px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service-card-four__bg {
    width: 100%;
    height: calc(100% - 16px);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40%);
    border-radius: 10px 10px 0px 0px;
    transition: all 500ms ease;
}

.service-card-four:hover .service-card-four__bg {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.service-card-four__content {
    position: relative;
    z-index: 1;
}

.service-card-four__title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 39px 30px 0px;
    width: calc(100% - 40px);
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    background: var(--cherito-base);
    transition: all 500ms ease;
    z-index: 2;
}

.service-card-four__title h3 {
    margin-bottom: 8px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 20px;
    color: var(--cherito-white, #ffffff);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3;
}

.service-card-four__title h3 a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-card-four__title h3 a:hover {
    background-size: 100% 1px;
}

.service-card-four:hover .service-card-four__title {
    padding-top: 19px;
    top: 20px;
    background: rgba(var(--cherito-primary-rgb), 0.8);
}

.service-card-four__icon-box {
    width: 68px;
    height: 68px;
    position: relative;
    margin: 0 auto -21px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--cherito-base);
    border-radius: 50%;
    z-index: 2;
    transition: all 500ms ease;
}

.service-card-four:hover .service-card-four__icon-box {
    background: var(--cherito-white, #ffffff);
}

.service-card-four__icon {
    width: 55.86px;
    height: 55.86px;
    font-size: 33px;
    color: var(--cherito-black);
    border-radius: inherit;
    background: var(--cherito-white, #ffffff);
}

.service-card-four__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.service-card-four:hover .service-card-four__icon {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.service-card-four__text-box {
    position: relative;
    padding: 33px 27px 23px;
    text-align: center;
    background: var(--cherito-white2);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.service-card-four__text-box::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: var(--cherito-black);
    position: absolute;
    left: -105%;
    bottom: -105%;
    opacity: 0;
    z-index: -1;
    transition: all 500ms ease;
}

.service-card-four:hover .service-card-four__text-box::before {
    left: 0;
    bottom: 0;
    opacity: 1;
}

.service-card-four__text {
    margin: 0;
    font-weight: 600;
    transition: all 500ms ease;
}

.service-card-four:hover .service-card-four__text {
    color: var(--cherito-white3);
}

.service-card-five {
    position: relative;
    border-radius: 10px;
}

.service-card-five::after {
    content: "";
    width: 100%;
    height: calc(100% - 20px);
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: inherit;
    background: var(--cherito-white, #ffffff);
    border: 1px solid var(--cherito-gray3, #E3DDD8);
    filter: drop-shadow(0px 4px 40px RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.1));
    transition: all 500ms ease;
}

.service-card-five:hover::after {
    border-color: var(--cherito-base);
}

.service-card-five__content {
    position: relative;
    z-index: 1;
}

.service-card-five__top {
    display: flex;
}

.service-card-five__top__right {
    width: calc(100% - 121px);
    padding: 29px 25px 16px 25px;
}

@media (max-width: 375px) {
    .service-card-five__top__right {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.service-card-five__image {
    position: relative;
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px 10px 10px 0px;
    object-fit: cover;
    z-index: 1;
}

.service-card-five__icon-box {
    position: relative;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--cherito-white5, #F5F1EE);
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.service-card-five:hover .service-card-five__icon-box {
    background: var(--cherito-base);
}

.service-card-five__icon {
    display: inline-flex;
    font-size: 26px;
    color: var(--cherito-base);
}

.service-card-five__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.service-card-five:hover .service-card-five__icon {
    color: var(--cherito-white, #ffffff);
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.service-card-five__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

.service-card-five__title:hover {
    color: var(--cherito-base);
}

.service-card-five__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-card-five__title a:hover {
    background-size: 100% 1px;
}

.service-card-five__text-box {
    margin-top: -1px;
    position: relative;
    padding: 21px 25px;
    border-top: 1px solid var(--cherito-gray3, #E3DDD8);
    transition: all 500ms ease;
}

.service-card-five:hover .service-card-five__text-box {
    border-color: var(--cherito-base);
}

.service-card-five__text {
    margin: 0;
    font-weight: 600;
}

.service-card-five__btn {
    margin-left: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cherito-black);
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease;
}

.service-card-five__btn:hover {
    background: var(--cherito-base);
}

.service-card-five__btn__icon {
    display: inline-flex;
    font-size: 16px;
    color: var(--cherito-white, #ffffff);
}

.service-card-five__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.service-card-five__btn:hover .service-card-five__btn__icon {
    animation: slideLeft 400ms;
}

.services-one {
    position: relative;
    overflow: hidden;
    background: #d7c1b661;
}

.services-one::after {
    content: "";
    width: 100%;
    height: 290px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-white, #ffffff);
}

.services-one__bg {
    /* width: 100%;
    height: calc(100% - 290px);
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: luminosity; */
}

.services-one__bg::after {
    /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d7c1b63b; */
}

.services-one .container {
    position: relative;
    z-index: 1;
}

.services-one__top {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid var(--cherito-text, #727272);
}

@media (max-width: 991px) {
    .services-one__top {
        padding-bottom: 40px;
    }
}

.services-one .sec-title__title {
    color: var(--cherito-white3, #ffffff);
}

.services-one__text-box {
    padding-left: 68px;
}

@media (max-width: 1199px) {
    .services-one__text-box {
        padding-left: 0;
    }
}

.services-one__text {
    margin: 0;
}

.services-one__custome-navs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

@media (max-width: 991px) {
    .services-one__custome-navs {
        margin-top: 20px;
    }
}

.services-one__custome-navs button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 16px;
    color: #fff;
    background: var(--cherito-black, #b18282);
    border-radius: 50%;
    transition: all 400ms ease;
}

.services-one__custome-navs button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.services-one__custome-navs button:hover {
    color: var(--cherito-black, #ffffff);
    background: var(--cherito-base, #E23B33);
    border: 1px solid var(--cherito-black, #E23B33);
}

.services-one__custome-navs button span {
    border: none;
    outline: none;
    color: inherit;
}

@media (min-width: 1200px) {
    .services-one__container {
        padding-right: 0;
        margin-left: calc((100% - 1200px) / 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

.services-two {
    position: relative;
    background: var(--cherito-white2);
}

.services-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: luminosity;
    opacity: 0.5;
}

.services-two .container {
    position: relative;
    z-index: 1;
}

.services-two__carousel.owl-carousel .owl-nav button {
    background: var(--cherito-white, #ffffff);
}

.services-three {
    position: relative;
    background: var(--cherito-white6, #EFEFEF);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 354.000000"><g transform="translate(0.000000,354.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 1845 c0 -1607 1 -1695 18 -1695 104 -3 500 -21 657 -29 457 -25 633 -33 885 -41 146 -5 330 -14 410 -20 80 -5 213 -10 295 -10 83 -1 213 -5 290 -10 713 -47 3314 -47 3985 0 74 5 198 9 275 10 77 0 205 5 285 11 80 5 258 14 395 19 278 10 546 23 920 45 138 9 284 15 326 15 42 0 117 3 167 6 l92 7 0 1693 0 1694 -4500 0 -4500 0 0 -1695z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 354.000000"><g transform="translate(0.000000,354.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 1845 c0 -1607 1 -1695 18 -1695 104 -3 500 -21 657 -29 457 -25 633 -33 885 -41 146 -5 330 -14 410 -20 80 -5 213 -10 295 -10 83 -1 213 -5 290 -10 713 -47 3314 -47 3985 0 74 5 198 9 275 10 77 0 205 5 285 11 80 5 258 14 395 19 278 10 546 23 920 45 138 9 284 15 326 15 42 0 117 3 167 6 l92 7 0 1693 0 1694 -4500 0 -4500 0 0 -1695z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.services-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.services-three .container {
    position: relative;
    z-index: 1;
}

.services-three__carousel.owl-carousel .owl-nav button {
    background: var(--cherito-white, #ffffff);
}

.services-four {
    background: var(--cherito-white, #ffffff);
}

.services-five {
    position: relative;
    background: var(--cherito-white5, #F5F1EE);
    overflow: hidden;
}

.services-five .container {
    position: relative;
    z-index: 1;
}

.services-five__carousel.owl-carousel .owl-nav button {
    background: var(--cherito-white, #ffffff);
}

.services-five__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    animation: moveHorizontal 2s linear infinite;
}

.services-page {
    background: var(--cherito-white, #ffffff);
}

.services-page--one,
.services-page--two,
.services-page--three {
    background: var(--cherito-white6, #EFEFEF);
}

.services-page--one .services-page__carousel.owl-carousel .owl-nav button,
.services-page--two .services-page__carousel.owl-carousel .owl-nav button,
.services-page--three .services-page__carousel.owl-carousel .owl-nav button {
    background: var(--cherito-white, #ffffff);
}

.services-page--one .services-page__carousel.owl-carousel .owl-nav button:hover,
.services-page--two .services-page__carousel.owl-carousel .owl-nav button:hover,
.services-page--three .services-page__carousel.owl-carousel .owl-nav button:hover {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}


/*--------------------------------------------------------------
# Donations
--------------------------------------------------------------*/

.donation-card {
    padding: 18px 20px 30px;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px;
    box-shadow: 0px 4px 60px RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.1);
}

.donation-card__image {
    margin-bottom: 59px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.donation-card__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
    transition: all 500ms ease;
}

.donation-card:hover .donation-card__image img {
    transform: scale(1.05);
}

.donation-card__category {
    margin: 0;
    display: inline-block;
    padding: 8px 32px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.625;
    background: var(--accent-color);
    border-radius: 20px;
    transition: all 500ms ease;
}

.donation-card:hover .donation-card__category {
    background: var(--accent-color-hover);
}

.donation-card .progress-box__bar__inner {
    background: var(--cherito-base, #E23B33);
}

.donation-card .progress-box__bar__inner::before {
    width: 20px;
    height: 20px;
    right: -6px;
    background: RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.2);
}

.donation-card .progress-box__bar__inner::after {
    width: 10px;
    height: 12px;
    right: -1px;
    background: var(--cherito-base, #E23B33);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.000000 13.000000"><g transform="translate(0.000000,13.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M54 209 c-86 -80 -60 -189 45 -189 121 0 156 99 65 186 l-55 53 -55 -50z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.000000 13.000000"><g transform="translate(0.000000,13.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M54 209 c-86 -80 -60 -189 45 -189 121 0 156 99 65 186 l-55 53 -55 -50z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.donation-card .progress-box__number {
    right: -18px;
}

.donation-card .progress-box__content {
    margin-top: 19px;
    margin-bottom: 11px;
    padding: 18px 23px 17px;
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 10px;
}

.donation-card .progress-box__text {
    font-size: 16px;
    font-weight: 700;
}

.donation-card .progress-box__text__inner {
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-weight: 600;
}

.donation-card__title {
    margin-bottom: 21px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.458;
}

@media (max-width: 390px) {
    .donation-card__title {
        font-size: 22px;
    }
}

.donation-card__title:hover {
    color: var(--cherito-base, #E23B33);
}

.donation-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.donation-card__title a:hover {
    background-size: 100% 1px;
}

.donation-card .cherito-btn {
    background: var(--accent-color);
}

.donation-card .cherito-btn__hover {
    background: var(--accent-color-hover);
}

.donation-card--primary .progress-box__bar__inner,
.donation-card--primary .progress-box__bar__inner::after,
.donation-card--primary .progress-box__number,
.donation-card--primary .progress-box__number::after {
    background: var(--cherito-primary, #F2B42B);
}

.donation-card-two__image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    z-index: 1;
}

.donation-card-two__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
    transition: all 500ms ease;
}

.donation-card-two:hover .donation-card-two__image img {
    transform: scale(1.05);
}

.donation-card-two__category {
    margin: 0;
    padding: 8px 32px;
    display: inline-block;
    position: relative;
    position: absolute;
    left: 28px;
    bottom: 28px;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.625;
    background: var(--cherito-base);
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.donation-card-two__category::before,
.donation-card-two__category::after {
    content: "";
    background: var(--cherito-primary);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.donation-card-two__category::before {
    left: -5px;
    border-radius: 100px 0 0 100px;
}

.donation-card-two__category::after {
    right: -5px;
    border-radius: 0 100px 100px 0;
}

.donation-card-two:hover .donation-card-two__category::before,
.donation-card-two:hover .donation-card-two__category::after {
    width: calc(50% + 6px);
}

.donation-card-two__content {
    position: relative;
}

.donation-card-two__content__bg {
    width: 100%;
    height: calc(100% + 44px);
    position: relative;
    position: absolute;
    top: -44px;
    left: 0;
    background: var(--cherito-white, #ffffff);
    border-radius: 0px 0px 16px 16px;
}

.donation-card-two__content__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: inherit;
    opacity: 0.3;
}

.donation-card-two__content__inner {
    position: relative;
    padding: 21px 30px 24px;
    z-index: 1;
}

@media (max-width: 375px) {
    .donation-card-two__content__inner {
        padding: 21px 25px 19px;
    }
}

.donation-card-two__title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.458;
}

@media (max-width: 390px) {
    .donation-card-two__title {
        font-size: 22px;
    }
}

.donation-card-two__title:hover {
    color: var(--cherito-base, #E23B33);
}

.donation-card-two__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.donation-card-two__title a:hover {
    background-size: 100% 1px;
}

.donation-card-two__text {
    margin-bottom: 20px;
    font-weight: 600;
}

.donation-card-two .progress-box {
    position: relative;
    padding-top: 63px;
}

.donation-card-two .progress-box::before {
    content: "";
    width: calc(100% + 60px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--cherito-white3);
}

.donation-card-two .progress-box__bar {
    background: var(--cherito-white3);
}

.donation-card-two .progress-box__bar__inner::before {
    background: var(--cherito-primary);
}

.donation-card-two .progress-box__content {
    margin-top: 11px;
}

.donation-card-two .progress-box__number,
.donation-card-two .progress-box__number::after {
    background: var(--cherito-primary);
}

.donation-card-three {
    position: relative;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px;
    overflow: hidden;
}

.donation-card-three::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-white2);
    border-radius: inherit;
    transition: all 700ms ease;
}

.donation-card-three:hover::after {
    height: 100%;
    top: 0;
}

.donation-card-three__content {
    position: relative;
    padding: 30px 30px 0px;
    z-index: 2;
}

@media (max-width: 375px) {
    .donation-card-three__content {
        padding: 25px 25px 0px;
    }
}

@media (max-width: 360px) {
    .donation-card-three__content {
        padding: 20px 20px 0px;
    }
}

.donation-card-three__category {
    margin-bottom: 11px;
    display: inline-block;
    padding: 8px 32px;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 16px;
    color: var(--cherito-black);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.625;
    background: var(--cherito-white2);
    border-radius: 20px;
    transition: all 500ms ease;
}

.donation-card-three:hover .donation-card-three__category {
    background: var(--cherito-white, #ffffff);
}

.donation-card-three__title {
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.458;
}

@media (min-width: 768px) and (max-width: 991px) {
    .donation-card-three__title {
        font-size: 22px;
    }
}

@media (max-width: 390px) {
    .donation-card-three__title {
        font-size: 22px;
    }
}

.donation-card-three__title:hover {
    color: var(--cherito-base, #E23B33);
}

.donation-card-three__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.donation-card-three__title a:hover {
    background-size: 100% 1px;
}

.donation-card-three__text {
    margin-bottom: 23px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.666;
}

.donation-card-three .progress-box {
    position: relative;
    margin-bottom: -14px;
    padding: 62px 20px 14px;
    background: var(--cherito-white2);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.donation-card-three .progress-box::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--cherito-white, #ffffff);
    border-radius: inherit;
    z-index: -1;
    transition: all 500ms ease;
}

.donation-card-three .progress-box__bar {
    background: var(--cherito-white3);
}

.donation-card-three:hover .progress-box::after {
    width: 100%;
    left: 0;
}

.donation-card-three__image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.donation-card-three__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
    transition: all 500ms ease;
}

.donation-card-three:hover .donation-card-three__image img {
    transform: scale(1.05);
}

.donation-card-four {
    position: relative;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.donation-card-four:hover {
    background: var(--cherito-base);
}

.donation-card-four__image {
    position: relative;
    border-radius: 10px 10px 0px 0px;
    z-index: 2;
}

.donation-card-four__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
    transition: all 500ms ease;
}

.donation-card-four__category {
    margin: 0;
    padding: 8px 20px;
    display: inline-block;
    position: relative;
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.625;
    background: var(--cherito-base);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.donation-card-four__category::before,
.donation-card-four__category::after {
    content: "";
    background: var(--cherito-primary);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.donation-card-four__category::before {
    left: -5px;
    border-radius: 100px 0 0 100px;
}

.donation-card-four__category::after {
    right: -5px;
    border-radius: 0 100px 100px 0;
}

.donation-card-four:hover .donation-card-four__category {
    color: var(--cherito-black);
}

.donation-card-four:hover .donation-card-four__category::before,
.donation-card-four:hover .donation-card-four__category::after {
    width: calc(50% + 6px);
}

.donation-card-four__icon-group {
    position: absolute;
    left: 30px;
    bottom: -16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .donation-card-four__icon-group {
        left: 20px;
    }
}

@media (max-width: 412px) {
    .donation-card-four__icon-group {
        left: 20px;
    }
}

.donation-card-four__icon {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--cherito-base);
    border-radius: 4px;
    font-size: 14px;
    color: var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

.donation-card-four__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.donation-card-four__icon:hover {
    color: var(--cherito-black);
    background: var(--cherito-primary);
}

.donation-card-four__badge {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--cherito-primary);
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 10px;
    color: var(--cherito-black);
    font-weight: 600;
    line-height: 1;
    z-index: 1;
}

.donation-card-four__content {
    position: relative;
}

.donation-card-four__title {
    position: relative;
    margin-bottom: 0px;
    padding: 33px 30px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.458;
    background: var(--cherito-white6, #EFEFEF);
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .donation-card-four__title {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 22px;
    }
}

@media (max-width: 412px) {
    .donation-card-four__title {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 22px;
    }
}

.donation-card-four__title:hover {
    color: var(--cherito-base, #E23B33);
}

.donation-card-four__title::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-white, #ffffff);
    border-radius: inherit;
    z-index: -1;
    transition: all 500ms ease;
}

.donation-card-four__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.donation-card-four__title a:hover {
    background-size: 100% 1px;
}

.donation-card-four:hover .donation-card-four__title::after {
    height: 100%;
    top: 0;
}

.donation-card-four__progress {
    padding: 30px 30px 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .donation-card-four__progress {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 412px) {
    .donation-card-four__progress {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.donation-card-four .progress-box {
    position: relative;
}

.donation-card-four .progress-box__box {
    position: relative;
    padding: 23.5px 20px;
    background: var(--cherito-white6, #EFEFEF);
    border-radius: 10px;
}

.donation-card-four .progress-box__box::before,
.donation-card-four .progress-box__box::after {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--cherito-gray4, #D2D2D2);
    transition: all 500ms ease;
}

@media (min-width: 768px) and (max-width: 991px) {
    .donation-card-four .progress-box__box::before,
    .donation-card-four .progress-box__box::after {
        width: 20px;
    }
}

@media (max-width: 412px) {
    .donation-card-four .progress-box__box::before,
    .donation-card-four .progress-box__box::after {
        width: 20px;
    }
}

.donation-card-four .progress-box__box::before {
    left: -30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .donation-card-four .progress-box__box::before {
        left: -20px;
    }
}

@media (max-width: 412px) {
    .donation-card-four .progress-box__box::before {
        left: -20px;
    }
}

.donation-card-four .progress-box__box::after {
    right: -30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .donation-card-four .progress-box__box::after {
        right: -20px;
    }
}

@media (max-width: 412px) {
    .donation-card-four .progress-box__box::after {
        right: -20px;
    }
}

.donation-card-four .progress-box__bar {
    background: var(--cherito-white, #ffffff);
}

.donation-card-four .progress-box__content {
    position: relative;
    margin-top: 22px;
}

.donation-card-four .progress-box__content::after {
    content: "";
    width: 1px;
    height: calc(100% + 44px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--cherito-gray4, #D2D2D2);
    transition: all 500ms ease;
}

@media (max-width: 390px) {
    .donation-card-four .progress-box__content::after {
        display: none;
    }
}

.donation-card-four .progress-box__text {
    line-height: 1.285;
}

.donation-card-four .progress-box__text__icon {
    position: relative;
    top: -1px;
    display: inline-flex;
    font-size: 22px;
    color: var(--cherito-primary);
}

.donation-card-four .progress-box__text__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 390px) {
    .donation-card-four .progress-box__text__icon {
        font-size: 16px;
    }
}

.donation-card-four:hover .progress-box__content::after,
.donation-card-four:hover .progress-box__box::before,
.donation-card-four:hover .progress-box__box::after {
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.3);
}

.donation-card-four:hover .progress-box__text {
    color: var(--cherito-white, #ffffff);
}

.donation-card-four:hover .progress-box__text__inner {
    color: var(--cherito-black);
}

.donation-card-five__image {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    z-index: 1;
}

.donation-card-five__image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(var(--cherito-black-rgb), 0) 40%, var(--cherito-black) 80%);
    border-radius: inherit;
}

.donation-card-five__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
    transition: all 500ms ease;
}

.donation-card-five:hover .donation-card-five__image img {
    transform: scale(1.05);
}

.donation-card-five__category {
    margin: 0;
    padding: 8px 32px;
    display: inline-block;
    position: relative;
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.625;
    background: var(--cherito-base);
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.donation-card-five__category::before,
.donation-card-five__category::after {
    content: "";
    background: var(--cherito-primary);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.donation-card-five__category::before {
    left: -5px;
    border-radius: 100px 0 0 100px;
}

.donation-card-five__category::after {
    right: -5px;
    border-radius: 0 100px 100px 0;
}

.donation-card-five:hover .donation-card-five__category::before,
.donation-card-five:hover .donation-card-five__category::after {
    width: calc(50% + 6px);
}

.donation-card-five__content {
    padding: 28px 28px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.donation-card-five__title {
    margin-bottom: 12px;
    font-size: 24px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.458;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .donation-card-five__title {
        font-size: 22px;
    }
}

@media (max-width: 375px) {
    .donation-card-five__title {
        font-size: 22px;
    }
}

.donation-card-five__title:hover {
    color: var(--cherito-primary);
}

.donation-card-five__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.donation-card-five__title a:hover {
    background-size: 100% 1px;
}

.donation-card-five__text {
    margin-bottom: 0;
    font-weight: 600;
}

.donation-card-five__progress {
    position: relative;
    padding: 62px 30px 24px;
    border-radius: 0px 0px 10px 10px;
    background: var(--cherito-white2);
}

.donation-card-five__progress__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.3;
    border-radius: inherit;
}

.donation-card-five .progress-box {
    position: relative;
    z-index: 1;
}

.donation-card-five .progress-box__bar {
    background: var(--cherito-white3);
}

.donation-card-five .progress-box__bar__inner::before {
    background: var(--cherito-primary);
}

.donation-card-five .progress-box__content {
    margin-top: 11px;
}

.donation-card-five .progress-box__number,
.donation-card-five .progress-box__number::after {
    background: var(--cherito-primary);
}

.donation-list {
    position: relative;
    border-radius: 15px;
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 4px 40px RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.15);
}

.donation-list__col-1 {
    width: 42.583%;
    flex: 0 0 auto;
}

@media (max-width: 1199px) {
    .donation-list__col-1 {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .donation-list__col-1 {
        width: 100%;
    }
}

.donation-list__col-2 {
    width: 57.417%;
    flex: 0 0 auto;
}

@media (max-width: 1199px) {
    .donation-list__col-2 {
        width: 55%;
    }
}

@media (max-width: 991px) {
    .donation-list__col-2 {
        width: 100%;
    }
}

.donation-list__content {
    height: 100%;
    padding: 30px 10px 26px 40px;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .donation-list__content {
        padding-left: 30px;
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .donation-list__content {
        padding: 30px;
    }
}

.donation-list__content__inner {
    width: 100%;
}

.donation-list__category {
    position: relative;
    margin-bottom: 9px;
    display: inline-block;
    padding: 8px 32px;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 16px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.625;
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.donation-list:hover .donation-list__category {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.donation-list__title {
    margin-bottom: 11px;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

.donation-list__title:hover {
    color: var(--cherito-base, #E23B33);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .donation-list__title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .donation-list__title {
        font-size: 30px;
    }
}

@media (max-width: 430px) {
    .donation-list__title {
        font-size: 25px;
    }
}

.donation-list__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.donation-list__title a:hover {
    background-size: 100% 1px;
}

.donation-list__text {
    position: relative;
    margin-bottom: 72px;
    padding-bottom: 21px;
    font-weight: 600;
}

.donation-list__text::after {
    content: "";
    width: calc(100% + 80px);
    height: 1px;
    background: var(--cherito-gray3, #E3DDD8);
    position: absolute;
    left: -40px;
    bottom: 0;
}

@media (max-width: 1199px) {
    .donation-list__text::after {
        width: calc(100% + 60px);
        left: -30px;
    }
}

.donation-list__image {
    position: relative;
    height: 100%;
}

.donation-list__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 15px;
}

.donations-one {
    background: var(--cherito-white, #ffffff);
}

@media (min-width: 1400px) {
    .donations-one__container {
        max-width: 1600px;
    }
}

.donations-two {
    position: relative;
    background: var(--cherito-black);
}

.donations-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: overlay;
    opacity: 0.3;
}

.donations-two .container {
    position: relative;
    z-index: 1;
}

.donations-two__top {
    margin-bottom: 50px;
}

.donations-two .sec-title__title {
    color: var(--cherito-white, #ffffff);
}

.donations-two__custome-navs {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

@media (max-width: 991px) {
    .donations-two__custome-navs {
        margin: 0;
    }
}

.donations-two__custome-navs button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 16px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-primary);
    border-radius: 50%;
    transition: all 400ms ease;
}

.donations-two__custome-navs button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.donations-two__custome-navs button:hover {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base);
}

.donations-two__custome-navs button span {
    border: none;
    outline: none;
    color: inherit;
}

.donations-two__shape-1 {
    position: absolute;
    top: -48px;
    left: 0;
}

.donations-two__shape-2 {
    position: absolute;
    left: 0;
    bottom: -65px;
}

.donations-three {
    position: relative;
    padding-bottom: 240px;
    background: var(--cherito-base);
}

@media (max-width: 767px) {
    .donations-three {
        padding-bottom: 220px;
    }
}

@media (max-width: 575px) {
    .donations-three {
        padding-bottom: 200px;
    }
}

.donations-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: overlay;
    opacity: 0.06;
}

.donations-three .container {
    position: relative;
    z-index: 1;
}

.donations-three .sec-title__tagline {
    color: var(--cherito-primary);
}

.donations-three .sec-title__title {
    color: var(--cherito-white, #ffffff);
}

.donations-three__carousel.owl-carousel .owl-nav button:hover {
    background: var(--cherito-primary);
}

.donations-three__carousel.owl-carousel .owl-dots .owl-dot {
    background: var(--cherito-white, #ffffff);
}

.donations-three__carousel.owl-carousel .owl-dots .owl-dot::after {
    background: rgba(var(--cherito-primary-rgb), 0.2);
}

.donations-three__carousel.owl-carousel .owl-dots .owl-dot:hover,
.donations-three__carousel.owl-carousel .owl-dots .owl-dot.active {
    background: var(--cherito-primary);
}

.donations-four {
    position: relative;
    background: var(--cherito-black2, #000000);
}

.donations-four__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cherito-black2, #000000);
}

.donations-four__bg__inner {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: luminosity;
}

.donations-four__bg__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: RGBA(var(--cherito-black2-rgb, 0, 0, 0), 0.8);
}

.donations-four .container {
    position: relative;
    z-index: 1;
}

.donations-four .sec-title__title {
    color: var(--cherito-white, #ffffff);
}

.donations-five {
    position: relative;
    background: var(--cherito-white2);
}

.donations-five::after {
    content: "";
    width: 100%;
    height: 380px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-white, #ffffff);
    z-index: 1;
}

.donations-five__bg {
    width: 100%;
    height: calc(100% - 380px);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.5;
}

.donations-five .container {
    position: relative;
    z-index: 2;
}

@media (min-width: 1400px) {
    .donations-five .container {
        max-width: 1600px;
    }
}

.donations-six {
    background: var(--cherito-white, #ffffff);
}

.donations-six__top {
    margin-bottom: 50px;
}

.donations-six__custome-navs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.donations-six__custome-navs button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 16px;
    color: var(--cherito-black);
    background: var(--cherito-white5, #F5F1EE);
    border-radius: 50%;
    transition: all 400ms ease;
}

.donations-six__custome-navs button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.donations-six__custome-navs button:hover {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base);
}

.donations-six__custome-navs button span {
    border: none;
    outline: none;
    color: inherit;
}

.donations-six .donation-list {
    border-radius: 10px;
    box-shadow: none;
    filter: drop-shadow(0px 4px 30px RGBA(var(--cherito-black2-rgb, 0, 0, 0), 0.1));
}

.donations-six .donation-list .row {
    --bs-gutter-x: 0;
}

.donations-six .donation-list__col-1 {
    width: 57%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .donations-six .donation-list__col-1 {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .donations-six .donation-list__col-1 {
        width: 100%;
    }
}

.donations-six .donation-list__col-2 {
    width: 43%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .donations-six .donation-list__col-2 {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .donations-six .donation-list__col-2 {
        width: 100%;
    }
}

.donations-six .donation-list__content {
    padding: 29px 25px 13px 30px;
    border: 1px solid var(--cherito-white6, #EFEFEF);
    border-right: 0;
    border-radius: 10px 0px 0px 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .donations-six .donation-list__content {
        padding: 30px 25px;
        border-right: 1px solid var(--cherito-white6, #EFEFEF);
        border-bottom: 0;
        border-radius: 10px 10px 0px 0px;
    }
}

@media (max-width: 575px) {
    .donations-six .donation-list__content {
        padding: 30px 25px;
        border-right: 1px solid var(--cherito-white6, #EFEFEF);
        border-bottom: 0;
        border-radius: 10px 10px 0px 0px;
    }
}

.donations-six .donation-list__category {
    margin-bottom: 2px;
    background: var(--cherito-white5, #F5F1EE);
}

.donations-six .donation-list:hover .donation-list__category {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.donations-six .donation-list__title {
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 1.458;
}

.donations-six .donation-list__text {
    margin-bottom: 62px;
    padding-bottom: 11px;
}

.donations-six .donation-list__text::after {
    width: calc(100% + 54px);
    left: calc(50% - 2px);
    transform: translateX(-50%);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .donations-six .donation-list__text::after {
        width: calc(100% + 50px);
        left: calc(50% - 0px);
    }
}

@media (max-width: 575px) {
    .donations-six .donation-list__text::after {
        width: calc(100% + 50px);
        left: calc(50% - 0px);
    }
}

.donations-six .donation-list .progress-box__bar {
    background: var(--cherito-gray3, #E3DDD8);
}

.donations-six .donation-list__image img {
    border-radius: 10px;
}

.donations-page {
    background: var(--cherito-white, #ffffff);
}

.donations-page--three .donation-card-three {
    background: var(--cherito-white4, #FAF6F0);
}

.donations-page--three .donation-card-three__category {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.donations-page--three .donation-card-three:hover .donation-card-three__category {
    color: var(--cherito-black, #212226);
}

.donations-page--four .donation-card-four {
    box-shadow: 0px 4px 60px rgba(var(--cherito-black2-rgb, 0, 0, 0), 0.1);
}

.donations-list-page {
    background: var(--cherito-white, #ffffff);
}


/*--------------------------------------------------------------
# Donation Details
--------------------------------------------------------------*/

.donation-details__card {
    margin-bottom: 31px;
}

.donation-details__card__text {
    margin: 0;
}

.donation-details .donation-card {
    margin-bottom: 41px;
    padding: 30px 30px 40px;
}

@media (max-width: 412px) {
    .donation-details .donation-card {
        padding: 25px;
    }
}

@media (max-width: 360px) {
    .donation-details .donation-card {
        padding: 20px;
    }
}

.donation-details .donation-card:hover .donation-card__image img {
    transform: scale(1);
}

.donation-details .donation-card .cherito-btn {
    background: var(--cherito-base, #E23B33);
}

.donation-details .donation-card .cherito-btn__hover {
    background: var(--cherito-black, #212226);
}

.donation-details .progress-box__inner {
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 767px) {
    .donation-details .progress-box__inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.donation-details .progress-box__content {
    width: 100%;
    margin: 0;
    padding: 17px 20px 16px;
}

.donation-details .cherito-btn {
    flex-shrink: 0;
}

.donation-details__title {
    margin-bottom: 21px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.363;
}

@media (max-width: 430px) {
    .donation-details__title {
        font-size: 27px;
    }
}

.donation-details__summery {
    margin-bottom: 36px;
}

.donation-details__summery__text {
    margin-bottom: 25px;
    font-weight: 600;
}

.donation-details__summery__list {
    margin: 0;
}

.donation-details__summery__list li+li {
    margin-top: 6px;
}

.donation-details__summery__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    line-height: 1.625;
}

.donation-details__summery__list__icon {
    position: relative;
    top: 5px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 8px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-primary, #F2B42B);
    border-radius: 50%;
}

.donation-details__summery__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.donation-details__donors__title {
    margin-bottom: 30px;
}

.donation-details__donors__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

@media (max-width: 991px) {
    .donation-details__donors__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.donation-details__donors__card {
    position: relative;
    border-radius: 10px;
}

.donation-details__donors__card::after {
    content: "";
    width: 100%;
    height: calc(100% - 16px);
    background: var(--cherito-white2, #F4F0ED);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}

.donation-details__donors__card__content {
    position: relative;
    padding: 0px 20px 16px;
    text-align: center;
    z-index: 1;
}

.donation-details__donors__card__image {
    margin-bottom: 11px;
    text-align: center;
}

.donation-details__donors__card__image img {
    display: inline-block !important;
    width: 66px !important;
    height: 66px;
    border-radius: 50%;
}

.donation-details__donors__card__name,
.donation-details__donors__card__amount {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

.donation-details__donors__card__name {
    margin-bottom: 8px;
}

.donation-details__donors__card__amount {
    color: var(--cherito-base, #E23B33);
}

@media (max-width: 991px) {
    .donation-details--sidebar-left {
        padding-top: 136px;
    }
}

@media (max-width: 767px) {
    .donation-details--sidebar-left {
        padding-top: 116px;
    }
}

@media (max-width: 575px) {
    .donation-details--sidebar-left {
        padding-top: 96px;
    }
}

.donation-details-two__content__top {
    margin-bottom: 41px;
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 4px 60px RGBA(var(--cherito-black2-rgb, 0, 0, 0), 0.1);
    border-radius: 10px;
}

.donation-details-two__card__image img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
}

.donation-details-two__card__content {
    padding: 31px 40px 40px;
}

@media (max-width: 575px) {
    .donation-details-two__card__content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 360px) {
    .donation-details-two__card__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.donation-details-two__card__title {
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.333;
}

@media (max-width: 767px) {
    .donation-details-two__card__title {
        font-size: 28px;
    }
}

@media (max-width: 430px) {
    .donation-details-two__card__title {
        font-size: 25px;
    }
}

.donation-details-two__card .progress-box__bar__inner {
    background: var(--cherito-base, #E23B33);
}

.donation-details-two__card .progress-box__bar__inner::before {
    width: 20px;
    height: 20px;
    right: -6px;
    background: RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.2);
}

.donation-details-two__card .progress-box__bar__inner::after {
    width: 10px;
    height: 12px;
    right: -1px;
    background: var(--cherito-base, #E23B33);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.000000 13.000000"><g transform="translate(0.000000,13.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M54 209 c-86 -80 -60 -189 45 -189 121 0 156 99 65 186 l-55 53 -55 -50z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.000000 13.000000"><g transform="translate(0.000000,13.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M54 209 c-86 -80 -60 -189 45 -189 121 0 156 99 65 186 l-55 53 -55 -50z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.donation-details-two__card .progress-box__number {
    right: -18px;
}

.donation-details-two__card .progress-box__content {
    margin-top: 27px;
    padding: 18px 23px 17px;
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 10px;
}

@media (max-width: 375px) {
    .donation-details-two__card .progress-box__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.donation-details-two__card .progress-box__text {
    font-size: 16px;
    font-weight: 700;
}

.donation-details-two__card .progress-box__text__inner {
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-weight: 600;
}

.donation-details-two .donate-form {
    padding: 0px 40px 40px;
}

@media (max-width: 575px) {
    .donation-details-two .donate-form {
        padding: 0px 30px 30px;
    }
}

@media (max-width: 360px) {
    .donation-details-two .donate-form {
        padding: 0px 25px 25px;
    }
}

.donation-details-two .donate-form__amount {
    padding-top: 40px;
    border-top: 1px solid var(--cherito-white3, #E5DED9);
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

.donation-details-two .donate-form__info__top {
    display: block;
}

.donation-details-two__text {
    margin-bottom: 31px;
}

.donation-details-two__summery__title {
    margin-bottom: 21px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.363;
}

@media (max-width: 430px) {
    .donation-details-two__summery__title {
        font-size: 27px;
    }
}

.donation-details-two__summery__text {
    margin-bottom: 25px;
    font-weight: 600;
}

.donation-details-two__summery__list {
    margin: 0;
}

.donation-details-two__summery__list li+li {
    margin-top: 6px;
}

.donation-details-two__summery__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    line-height: 1.625;
}

.donation-details-two__summery__list__icon {
    position: relative;
    top: 5px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 8px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-primary, #F2B42B);
    border-radius: 50%;
}

.donation-details-two__summery__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.donation-details-two__donors__title {
    margin-bottom: 30px;
}

.donation-details-two__donors__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

@media (max-width: 991px) {
    .donation-details-two__donors__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.donation-details-two__donors__card {
    position: relative;
    border-radius: 10px;
}

.donation-details-two__donors__card::after {
    content: "";
    width: 100%;
    height: calc(100% - 16px);
    background: var(--cherito-white2, #F4F0ED);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}

.donation-details-two__donors__card__content {
    position: relative;
    padding: 0px 20px 16px;
    text-align: center;
    z-index: 1;
}

.donation-details-two__donors__card__image {
    margin-bottom: 11px;
    text-align: center;
}

.donation-details-two__donors__card__image img {
    display: inline-block !important;
    width: 66px !important;
    height: 66px;
    border-radius: 50%;
}

.donation-details-two__donors__card__name,
.donation-details-two__donors__card__amount {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

.donation-details-two__donors__card__name {
    margin-bottom: 8px;
}

.donation-details-two__donors__card__amount {
    color: var(--cherito-base, #E23B33);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .donation-details-two--sidebar .form-one__group {
        grid-template-columns: repeat(1, 1fr);
    }
}

.sidebar-donation {
    margin-top: 16px;
}

@media (max-width: 991px) {
    .sidebar-donation {
        margin-top: 0;
    }
}

.sidebar-donation__single+.sidebar-donation__single {
    margin-top: 20px;
}

.sidebar-donation__single:not(:first-child) {
    padding: 35px 40px 40px;
    border-radius: 10px;
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 0px 60px rgba(2, 2, 2, 0.07);
}

@media (max-width: 390px) {
    .sidebar-donation__single:not(:first-child) {
        padding: 25px 30px 30px;
    }
}

.sidebar-donation__posts__top-title {
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.083;
    border-bottom: 1px solid var(--cherito-base, #E23B33);
}

.sidebar-donation__posts__list {
    margin: 0;
}

.sidebar-donation__posts__item {
    display: flex;
    align-items: flex-start;
    gap: 20px 15px;
}

@media (max-width: 360px) {
    .sidebar-donation__posts__item {
        flex-direction: column;
    }
}

.sidebar-donation__posts__item:not(:last-of-type) {
    margin-bottom: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.15);
}

@media (max-width: 360px) {
    .sidebar-donation__posts__item:not(:last-of-type) {
        margin-bottom: 19px;
    }
}

.sidebar-donation__posts__image {
    width: 70px;
    flex-shrink: 0;
}

.sidebar-donation__posts__image img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.sidebar-donation__posts__content {
    width: calc(100% - 70px);
}

@media (max-width: 360px) {
    .sidebar-donation__posts__content {
        margin: 0;
        width: 100%;
    }
}

.sidebar-donation__posts__meta {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 10px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-text, #727272);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
}

.sidebar-donation__posts__meta__icon {
    display: inline-flex;
    font-size: 16px;
    color: var(--cherito-base, #E23B33);
}

.sidebar-donation__posts__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar-donation__posts__title {
    margin: 0;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.sidebar-donation__posts__title:hover {
    color: var(--cherito-base, #E23B33);
}

.sidebar-donation__posts__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar-donation__posts__title a:hover {
    background-size: 100% 1px;
}

.sidebar-donation__social__title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

.sidebar-donation-two__single {
    padding: 35px 30px 30px;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px;
    box-shadow: 0px 0px 60px rgba(2, 2, 2, 0.1);
}

@media (max-width: 390px) {
    .sidebar-donation-two__single {
        padding: 25px 30px 30px;
    }
}

.sidebar-donation-two__single+.sidebar-donation-two__single {
    margin-top: 30px;
}

.sidebar-donation-two__title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.083;
    border-bottom: 1px solid var(--cherito-base, #E23B33);
}

.sidebar-donation-two__categories-wrapper {
    padding-bottom: 35px;
}

@media (max-width: 390px) {
    .sidebar-donation-two__categories-wrapper {
        padding-bottom: 25px;
    }
}

.sidebar-donation-two__categories {
    margin: 0;
}

.sidebar-donation-two__categories-title {
    margin-bottom: 28px;
}

.sidebar-donation-two__categories li:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

.sidebar-donation-two__categories li a {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 14px;
    color: var(--cherito-text, #727272);
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.428;
    transition: all 500ms ease;
}

.sidebar-donation-two__categories li a:hover {
    color: var(--cherito-base, #E23B33);
}

.sidebar-donation-two__categories li a .sidebar-donation-two__categories__icon {
    position: relative;
    top: 3px;
    display: inline-flex;
    font-size: 13px;
    color: var(--cherito-base, #E23B33);
    overflow: hidden;
}

.sidebar-donation-two__categories li a .sidebar-donation-two__categories__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar-donation-two__categories a:hover .sidebar-donation-two__categories__icon>* {
    animation: slideLeft 400ms;
}

.sidebar-donation-two__donation-title {
    margin-bottom: 78px;
}

.sidebar-donation-two .donation-card {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.sidebar-donation-two .donation-card:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 68px;
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

.sidebar-donation-two .donation-card .cherito-btn {
    padding: 11.5px 20px 12.5px;
    color: var(--cherito-base, #E23B33);
    border-radius: 10px;
    background: var(--cherito-white2, #F4F0ED);
}

.sidebar-donation-two .donation-card .cherito-btn:hover {
    color: var(--cherito-white, #ffffff);
}

.sidebar-donation-two .donation-card .cherito-btn__hover {
    background: var(--cherito-base, #E23B33);
}

.sidebar-donation-two__contact {
    position: relative;
    padding: 47px 30px 50px;
    background: var(--cherito-base, #E23B33);
    box-shadow: none;
}

.sidebar-donation-two__contact__content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.sidebar-donation-two__contact__title {
    margin-bottom: 0;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 33px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1.25;
}

.sidebar-donation-two__contact__text {
    margin-bottom: 22px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 20px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1.5;
}

.sidebar-donation-two__contact .cherito-btn:hover {
    color: var(--cherito-black, #212226);
}

.sidebar-donation-two__contact .cherito-btn__hover {
    background: var(--cherito-white, #ffffff);
}

.sidebar-donation-two__contact__shape-1 {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sidebar-donation-two__contact__shape-2 {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 4px;
    bottom: -41px;
}


/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

.event-card {
    position: relative;
    border-radius: 10px;
    background: var(--cherito-white2, #F4F0ED);
    overflow: hidden;
    z-index: 1;
}

.event-card::after {
    content: "";
    width: 100%;
    height: 0%;
    background: var(--cherito-base, #E23B33);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: inherit;
    z-index: -1;
    transition: all 500ms ease;
}

.event-card:hover::after {
    height: 100%;
    top: 0;
}

.event-card__image {
    position: relative;
    border-radius: 10px;
}

.event-card__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
}

.event-card__date {
    margin: 0;
    padding: 16.5px 27px;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    color: var(--cherito-black, #212226);
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 9px 9px 0px 9px;
    overflow: hidden;
    z-index: 1;
    transition: all 400ms ease;
}

.event-card__date::after {
    content: "";
    width: 0%;
    height: 100%;
    background: var(--cherito-base, #E23B33);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: inherit;
    z-index: -1;
    transition: all 500ms ease;
}

.event-card:hover .event-card__date {
    color: var(--cherito-white, #ffffff);
}

.event-card:hover .event-card__date::after {
    width: 100%;
    left: 0;
}

.event-card__category {
    margin: 0;
    padding: 9px 30px;
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: -20px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    color: var(--cherito-base, #E23B33);
    font-weight: 700;
    text-align: center;
    line-height: 1.625;
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 5px;
    z-index: 1;
}

.event-card__content {
    padding: 31px 30px 30px;
    transition: all 500ms ease;
}

@media (min-width: 768px) and (max-width: 991px) {
    .event-card__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 425px) {
    .event-card__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.event-card__title {
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.458;
}

@media (min-width: 768px) and (max-width: 991px) {
    .event-card__title {
        font-size: 22px;
    }
}

@media (max-width: 425px) {
    .event-card__title {
        font-size: 22px;
    }
}

.event-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.event-card__title a:hover {
    background-size: 100% 1px;
}

.event-card:hover .event-card__title {
    color: var(--cherito-white, #ffffff);
}

.event-card__meta {
    margin: 0 0 26px;
}

.event-card__meta li+li {
    margin-top: 8px;
}

.event-card__meta li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    transition: all 500ms ease;
}

.event-card__meta li a {
    color: inherit;
    transition: none;
}

.event-card__meta__icon {
    position: relative;
    top: 5px;
    display: inline-flex;
    font-size: 16px;
    color: var(--cherito-base, #E23B33);
    transition: all 500ms ease;
}

.event-card__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.event-card:hover .event-card__meta li {
    color: var(--cherito-white3, #E5DED9);
}

.event-card:hover .event-card__meta__icon {
    color: var(--cherito-primary, #F2B42B);
}

.event-list {
    position: relative;
    border-radius: 20px;
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 4px 40px RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.1);
    overflow: hidden;
    z-index: 1;
}

.event-list::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: inherit;
    background: var(--cherito-black, #212226);
    z-index: -1;
    transition: all 600ms ease;
}

.event-list:hover::after {
    width: 100%;
    left: 0;
}

.event-list__col-1 {
    width: 38.166%;
    flex: 0 0 auto;
}

@media (max-width: 1199px) {
    .event-list__col-1 {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .event-list__col-1 {
        width: 100%;
    }
}

.event-list__col-2 {
    width: 61.834%;
    flex: 0 0 auto;
}

@media (max-width: 1199px) {
    .event-list__col-2 {
        width: 55%;
    }
}

@media (max-width: 767px) {
    .event-list__col-2 {
        width: 100%;
    }
}

.event-list__content {
    height: 100%;
    padding: 19px 30px 30px 46px;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .event-list__content {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .event-list__content {
        padding-bottom: 55px;
    }
}

.event-list__content__inner {
    width: 100%;
}

.event-list__title {
    margin-bottom: 13px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.458;
}

@media (min-width: 768px) and (max-width: 991px) {
    .event-list__title {
        font-size: 25px;
    }
}

@media (max-width: 430px) {
    .event-list__title {
        font-size: 25px;
    }
}

@media (max-width: 390px) {
    .event-list__title {
        font-size: 23px;
    }
}

.event-list__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.event-list__title a:hover {
    background-size: 100% 1px;
}

.event-list:hover .event-list__title {
    color: var(--cherito-white, #ffffff);
}

.event-list__meta {
    margin: 0 0 26px;
}

.event-list__meta li+li {
    margin-top: 8px;
}

.event-list__meta li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    transition: all 500ms ease;
}

.event-list__meta li a {
    color: inherit;
    transition: none;
}

.event-list__meta__icon {
    position: relative;
    top: 5px;
    display: inline-flex;
    font-size: 16px;
    color: var(--cherito-base, #E23B33);
    transition: all 500ms ease;
}

.event-list__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.event-list:hover .event-list__meta li {
    color: var(--cherito-gray4, #D2D2D2);
}

.event-list .cherito-btn {
    color: var(--cherito-black, #212226);
    background: var(--cherito-white6, #EFEFEF);
}

.event-list .cherito-btn:hover {
    color: var(--cherito-white, #ffffff);
}

.event-list .cherito-btn__hover {
    background: var(--cherito-base, #E23B33);
}

.event-list__image {
    position: relative;
    height: 100%;
}

.event-list__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

@media (max-width: 767px) {
    .event-list__image img {
        border-radius: 0 0 20px 20px;
    }
}

.event-list__date {
    margin: 0;
    padding: 20px 42px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 24px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
    background: RGBA(var(--cherito-base-rgb, 226, 59, 51), 0.6);
    border-radius: 10px 0px 20px 10px;
    z-index: 1;
    transition: all 400ms ease;
}

@media (max-width: 1199px) {
    .event-list__date {
        padding: 15px 30px;
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .event-list__date {
        padding: 12px 25px;
        font-size: 18px;
    }
}

.event-list__category {
    margin: 0;
    padding: 29px 9px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -22px;
    writing-mode: vertical-rl;
    transform: translateY(-50%) rotate(180deg);
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    color: var(--cherito-base, #E23B33);
    font-weight: 700;
    text-align: center;
    line-height: 1.625;
    background: var(--cherito-white6, #EFEFEF);
    border-radius: 5px;
    transition: all 500ms ease;
    z-index: 1;
}

@media (max-width: 767px) {
    .event-list__category {
        padding: 9px 29px;
        top: -22px;
        left: auto;
        right: 0;
        transform: translateY(0%) rotate(0deg);
        writing-mode: unset;
        border-radius: 5px 0 0 5px;
    }
}

.event-list:hover .event-list__category {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.events-one {
    position: relative;
    background: var(--cherito-white2);
}

.events-one .container {
    position: relative;
    z-index: 1;
}

.events-one .event-list__meta__icon,
.events-one .event-list__category {
    color: var(--cherito-primary);
}

.events-one__shape-1,
.events-one__shape-2,
.events-one__shape-3 {
    max-width: 100%;
    height: auto;
    position: absolute;
}

.events-one__shape-1 {
    top: 209px;
    left: 46px;
    animation: banner3Shake 3s linear infinite;
}

@media (max-width: 1599px) {
    .events-one__shape-1 {
        top: 100px;
        left: 30px;
    }
}

@media (max-width: 1199px) {
    .events-one__shape-1 {
        display: none;
    }
}

.events-one__shape-2 {
    left: 45px;
    bottom: 245px;
    opacity: 0.39;
    animation: animatedText 1500ms ease infinite;
}

@media (max-width: 1599px) {
    .events-one__shape-2 {
        max-width: 150px;
        left: 30px;
    }
}

@media (max-width: 1399px) {
    .events-one__shape-2 {
        display: none;
    }
}

.events-one__shape-3 {
    right: 93px;
    bottom: 0;
    animation: treeMove 3s linear infinite;
}

@media (max-width: 1599px) {
    .events-one__shape-3 {
        right: 50px;
    }
}

@keyframes animatedText {
    0% {
        opacity: 0.39;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.39;
    }
}

.event-page {
    background: var(--cherito-white, #ffffff);
}

.events-list-page {
    background: var(--cherito-white, #ffffff);
}


/*--------------------------------------------------------------
# Event Details
--------------------------------------------------------------*/

.event-details {
    background: var(--cherito-white, #ffffff);
}

.event-details__image {
    margin-bottom: 41px;
}

.event-details__image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.event-details__inner--1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

.event-details__inner--2 {
    margin-bottom: 15px;
}

.event-details__title {
    margin-bottom: 21px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.333;
}

@media (max-width: 430px) {
    .event-details__title {
        margin-bottom: 15px;
        font-size: 26px;
    }
}

.event-details__text {
    margin: 0;
    font-weight: 500;
}

.event-details__list {
    margin-bottom: 35px;
}

.event-details__list li+li {
    margin-top: 6px;
}

.event-details__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    color: var(--cherito-black, #212226);
    font-weight: 600;
    line-height: 1.625;
}

.event-details__list__icon {
    position: relative;
    top: 5px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 8px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-primary, #F2B42B);
    border-radius: 50%;
}

.event-details__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.event-details__info__item+.event-details__info__item {
    margin-top: 20px;
}

.event-details__info__item {
    border-radius: 10px;
}

.event-details__info__item--1 {
    padding: 32px 40px 40px;
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 4px 40px RGBA(var(--cherito-black2-rgb, 0, 0, 0), 0.1);
}

@media (max-width: 412px) {
    .event-details__info__item--1 {
        padding: 22px 30px 30px;
    }
}

.event-details__info__title {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
    border-bottom: 1px solid var(--cherito-base, #E23B33);
}

.event-details__info__list {
    margin: 0;
}

.event-details__info__list li {
    margin-bottom: 25px;
    padding-bottom: 21px;
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

.event-details__info__list li:last-child {
    margin-bottom: 30px;
}

.event-details__info__list__title {
    display: block;
    margin-bottom: 9px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

.event-details__info__list__text {
    display: block;
    font-size: 16px;
    color: var(--cherito-base, #E23B33);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.625;
}

.event-details__info__list__text a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.event-details__info__list__text a:hover {
    background-size: 100% 1px;
}

.event-details__info .social-links {
    gap: 21px;
}

@media (max-width: 412px) {
    .event-details__info .social-links {
        gap: 15px;
    }
}

.event-details__info .social-links a {
    width: 40px;
    height: 40px;
    background: var(--cherito-white2, #F4F0ED);
}

.event-details__info .social-links a:hover {
    background: var(--cherito-base, #E23B33);
}

.event-details__info .social-links__icon {
    font-size: 16px;
}

.event-details__info__map {
    padding: 30px;
    border-radius: 10px;
    background: var(--cherito-black, #212226);
}


/*--------------------------------------------------------------
# Donate
--------------------------------------------------------------*/

.donate-form__title {
    margin-bottom: 14px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}

@media (max-width: 430px) {
    .donate-form__title {
        font-size: 27px;
    }
}

.donate-form__amount {
    margin-bottom: 28px;
    padding-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 60px RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.1);
}

.donate-form__amount input[type=text] {
    width: 100%;
    height: 157px;
    padding: 40px;
    outline: none;
    text-align: center;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 60px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    text-transform: capitalize;
    background: var(--cherito-white2, #F4F0ED);
    border: 1px dashed var(--cherito-base, #E23B33);
    border-radius: 10px;
    transition: all 400ms ease;
}

.donate-form__amount input[type=text]:focus {
    color: var(--cherito-base, #E23B33);
}

@media (max-width: 767px) {
    .donate-form__amount input[type=text] {
        padding: 30px;
        font-size: 50px;
    }
}

@media (max-width: 430px) {
    .donate-form__amount input[type=text] {
        font-size: 40px;
    }
}

.donate-form__amount__buttons {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.donate-form__amount__btn {
    padding: 6px 16px;
    outline: 0;
    border: 0;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    border-radius: 10px;
    background: var(--cherito-white2, #F4F0ED);
    transition: all 400ms ease;
}

.donate-form__amount__btn:hover,
.donate-form__amount__btn.active {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.donate-form__payment {
    margin-bottom: 33px;
}

.donate-form__payment__method {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 20px;
}

.donate-form__payment__item input[type=radio] {
    display: none;
}

.donate-form__payment__item label {
    position: relative;
    cursor: pointer;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-black, #212226);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
    text-transform: capitalize;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.donate-form__payment__item label::before {
    content: "";
    position: relative;
    top: 6px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--cherito-white2, #F4F0ED);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.donate-form__payment__item label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--cherito-base, #E23B33);
    top: 22px;
    left: 8px;
    opacity: 0;
    margin: -8px 20px;
    margin-left: 0;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.donate-form__payment__item input[type=radio]:checked+label::after {
    opacity: 1;
}

.donate-form__info__top {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .donate-form__info__top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .donate-form__info__top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.donate-form__info__title {
    margin: 0;
}

.donate-form__info__check-box {
    position: relative;
    display: block;
    margin-top: -6px;
}

.donate-form__info__check-box input[type=checkbox] {
    display: none;
}

.donate-form__info__check-box label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-left: 34px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 16px;
    color: var(--cherito-black, #212226);
    font-weight: 600;
    line-height: 1.625;
    text-transform: capitalize;
}

.donate-form__info__check-box label span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    color: var(--cherito-white, #ffffff);
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 12px;
    font-weight: 900;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.donate-form__info__check-box input[type=checkbox]+label span {
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 50%;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.donate-form__info__check-box input[type=checkbox]:checked+label span {
    background: var(--cherito-base, #E23B33);
}

.donate-form__info__check-box input[type=checkbox]:checked+label span::before {
    opacity: 1;
}

.donate-form__total-donation {
    margin: 2px 0;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 20px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}

@media (max-width: 430px) {
    .donate-form__total-donation {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .donate-form__total-donation {
        font-size: 16px;
    }
}

.donate-one {
    background: var(--cherito-white, #ffffff);
}

.donate-one__inner {
    position: relative;
    border-radius: 10px;
    background: var(--cherito-white2, #F4F0ED);
}

.donate-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.2;
    border-radius: inherit;
}

.donate-one__wrapper {
    position: relative;
    z-index: 2;
}

.donate-one__content {
    padding: 80px 80px 129px 0px;
}

@media (max-width: 1199px) {
    .donate-one__content {
        padding-left: 80px;
    }
}

@media (max-width: 991px) {
    .donate-one__content {
        padding: 60px 40px 96px;
    }
}

@media (max-width: 575px) {
    .donate-one__content {
        padding: 40px 30px 76px;
    }
}

@media (max-width: 430px) {
    .donate-one__content {
        padding: 30px 25px 66px;
    }
}

.donate-one .sec-title {
    margin-bottom: 20px;
}

.donate-one .donate-form__info {
    margin-bottom: 20px;
}

.donate-one .donate-form .form-one input[type=text],
.donate-one .donate-form .form-one input[type=email] {
    font-weight: 500;
    background: var(--cherito-white, #ffffff);
}

.donate-one .donate-form__amount {
    margin-bottom: 30px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: flex-start;
    gap: 20px 10px;
}

@media (max-width: 767px) {
    .donate-one .donate-form__amount {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .donate-one .donate-form__amount__box {
        width: 100%;
    }
}

.donate-one .donate-form__amount input[type=text] {
    width: 130px;
    height: 42px;
    padding: 0px 16px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 16px;
    color: var(--cherito-black, #212226);
    font-weight: 600;
    text-transform: capitalize;
    background: var(--cherito-white, #ffffff);
    border: 1px solid transparent;
}

@media (max-width: 767px) {
    .donate-one .donate-form__amount input[type=text] {
        width: 100%;
    }
}

.donate-one .donate-form__amount input[type=text]:focus {
    color: var(--cherito-base, #E23B33);
}

.donate-one .donate-form__amount__buttons {
    margin: 0;
    justify-content: flex-start;
}

.donate-one .donate-form__amount__btn {
    background: var(--cherito-white, #ffffff);
}

.donate-one .donate-form__amount__btn:hover,
.donate-one .donate-form__amount__btn.active {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.donate-one__image {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: -70px;
    bottom: 0px;
    z-index: 1;
    animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1199px) {
    .donate-one__image {
        display: none;
    }
}

.donate-one__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.donate-two {
    position: relative;
    background: var(--cherito-white, #ffffff);
}

.donate-two .container {
    position: relative;
    z-index: 1;
}

.donate-two__inner {
    position: relative;
    padding: 60px;
    border-radius: 10px 10px 0px 0px;
}

@media (max-width: 1199px) {
    .donate-two__inner {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .donate-two__inner {
        padding: 30px;
    }
}

@media (max-width: 430px) {
    .donate-two__inner {
        padding: 20px;
    }
}

.donate-two__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: inherit;
}

.donate-two__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--cherito-black-rgb), 0.5);
    border-radius: inherit;
}

.donate-two__wrapper {
    position: relative;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px;
    z-index: 1;
}

.donate-two__wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--cherito-white3);
    border-radius: inherit;
}

.donate-two__row {
    --bs-gutter-x: 0px;
    position: relative;
    z-index: 1;
}

.donate-two__content {
    width: 48%;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 26px 30px 30px;
}

@media (max-width: 991px) {
    .donate-two__content {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .donate-two__content {
        padding: 21px 25px 25px;
    }
}

.donate-two__top-title {
    margin-bottom: 1px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 14.8936px;
    color: var(--cherito-black);
    font-weight: 600;
    line-height: 1.428;
}

.donate-two__top-title span {
    color: var(--cherito-text, #727272);
}

.donate-two__title {
    margin-bottom: 1px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}

@media (max-width: 430px) {
    .donate-two__title {
        font-size: 26px;
    }
}

.donate-two__text {
    margin-bottom: 21px;
}

.donate-two .donate-form__amount {
    margin-bottom: 30px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: flex-start;
    gap: 20px 10px;
}

@media (max-width: 767px) {
    .donate-two .donate-form__amount {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .donate-two .donate-form__amount__box {
        width: 100%;
    }
}

.donate-two .donate-form__amount input[type=text] {
    width: 100px;
    height: 42px;
    padding: 0px 16px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 16px;
    color: var(--cherito-black);
    font-weight: 600;
    text-transform: capitalize;
    background: var(--cherito-white2);
    border-radius: 4px;
    border: 1px solid transparent;
}

@media (max-width: 767px) {
    .donate-two .donate-form__amount input[type=text] {
        width: 100%;
    }
}

.donate-two .donate-form__amount input[type=text]:focus {
    color: var(--cherito-base);
}

.donate-two .donate-form__amount__buttons {
    margin: 0;
    justify-content: flex-start;
}

.donate-two .donate-form__amount__btn {
    background: --cherito-white2;
    border-radius: 4px;
}

.donate-two .donate-form__amount__btn:hover,
.donate-two .donate-form__amount__btn.active {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base);
}

.donate-two__image {
    width: 30%;
    flex: 0 0 auto;
}

@media (max-width: 991px) {
    .donate-two__image {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .donate-two__image {
        width: 100%;
    }
}

.donate-two__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 991px) {
    .donate-two__image img {
        border-radius: 0px 0px 0px 10px;
    }
}

@media (max-width: 575px) {
    .donate-two__image img {
        border-radius: 0px;
    }
}

.donate-two__progress {
    width: 22%;
    padding: 40px 30px 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
    background: var(--cherito-primary);
    border-radius: 0px 10px 10px 0px;
}

@media (max-width: 991px) {
    .donate-two__progress {
        width: 50%;
        border-radius: 0px 0px 10px 0px;
    }
}

@media (max-width: 575px) {
    .donate-two__progress {
        width: 100%;
        border-radius: 0px 0px 10px 10px;
    }
}

.donate-two__progress__box {
    position: relative;
    margin: 0 auto 12px;
    width: 126px;
    height: 126px;
    border-radius: 50%;
}

.donate-two__progress__box::after {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: var(--cherito-white, #ffffff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: inherit;
}

.donate-two__progress svg.radial-progress {
    position: relative;
    height: auto;
    max-width: 135px;
    padding: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 100%;
    border-radius: 50%;
    z-index: 1;
}

.donate-two__progress svg.radial-progress circle {
    fill: transparent;
    stroke: var(--cherito-white, #ffffff);
}

.donate-two__progress svg.radial-progress circle.bar-static {
    stroke: var(--cherito-white, #ffffff);
}

.donate-two__progress svg.radial-progress circle.bar-static,
.donate-two__progress svg.radial-progress circle.bar--animated {
    stroke-width: 5px;
}

.donate-two__progress svg.radial-progress circle.bar--animated {
    stroke-dasharray: 219.9114857513;
    stroke-dashoffset: 219.9114857513;
    stroke: var(--cherito-base);
}

.donate-two__progress svg.radial-progress text {
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 18px;
    fill: var(--cherito-black);
    font-weight: 700;
    line-height: 1;
    text-anchor: middle;
}

.donate-two__progress__amount {
    margin-bottom: 0;
    font-size: 30px;
    color: var(--cherito-white, #ffffff);
    font-weight: 600;
    line-height: 1.166;
}

.donate-two__progress__text {
    margin: 0;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    color: var(--cherito-white, #ffffff);
    font-weight: 600;
}

.donate-two__shape {
    width: 100%;
    height: 340px;
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-white2);
}

.donate-two__shape__bg {
    width: 100%;
    height: 273px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background: transparent;
    background-blend-mode: initial;
    background-position: left top;
    animation: moveBackground 60s linear 0s infinite;
}

.donate-page {
    background: var(--cherito-white, #ffffff);
}

.donate-page__sidebar__item+.donate-page__sidebar__item {
    margin-top: 46px;
}

.donate-page__sidebar .donation-card__category {
    background: var(--cherito-base, #E23B33);
}

.donate-page__sidebar .donation-card:hover .donation-card__category {
    background: var(--cherito-black, #212226);
}

.donate-page__sidebar .donation-card .cherito-btn {
    background: var(--cherito-base, #E23B33);
}

.donate-page__sidebar .donation-card .cherito-btn__hover {
    background: var(--cherito-black, #212226);
}


/*--------------------------------------------------------------
# Join Volunteer
--------------------------------------------------------------*/

.join-volunteer {
    position: relative;
    padding-top: 70px;
    background: #eeeeee;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .join-volunteer {
        padding-top: 156px;
    }
}

@media (max-width: 575px) {
    .join-volunteer {
        padding-top: 80px;
    }
}

.join-volunteer::after {
    content: "";
    width: 100%;
    height: 61px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-white, #ffffff);
}

.join-volunteer__bg {
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    top: 0;
    left: 0;
}

.join-volunteer .container {
    position: relative;
    z-index: 1;
}

.join-volunteer__card {
    padding: 90px 60px 60px;
    position: relative;
    border-radius: 10px;
    background: #f9f4e8;
    margin-top: 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .join-volunteer__card {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .join-volunteer__card {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 575px) {
    .join-volunteer__card {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.join-volunteer__card::before {
    content: "";
    width: calc(100% - 62px);
    height: 57px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--cherito-base, #E23B33);
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 102.000000"><g transform="translate(0.000000,102.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M30 1006 c0 -8 10 -18 23 -21 12 -4 36 -13 52 -20 32 -13 92 -37 153 -59 20 -8 73 -28 117 -46 44 -18 98 -39 120 -47 22 -8 54 -21 70 -28 33 -14 55 -22 230 -90 66 -26 131 -51 145 -57 14 -6 39 -14 55 -19 17 -4 75 -24 130 -44 55 -20 114 -40 130 -44 17 -5 41 -13 55 -18 14 -6 48 -17 75 -26 28 -8 97 -29 155 -47 58 -17 128 -38 155 -46 28 -7 73 -20 100 -28 28 -7 79 -21 115 -30 36 -10 88 -24 116 -32 28 -8 59 -14 69 -14 10 0 41 -6 69 -14 28 -8 85 -22 126 -31 41 -9 102 -22 135 -30 33 -7 105 -21 160 -30 55 -9 128 -23 162 -31 34 -8 75 -14 90 -14 15 0 64 -7 108 -15 137 -25 419 -59 775 -92 268 -25 1273 -25 1535 0 398 38 641 67 781 92 45 8 94 15 108 15 15 0 55 6 89 14 34 8 107 22 162 31 101 17 179 33 270 55 28 7 68 16 90 20 22 4 63 13 90 20 278 68 401 101 595 160 158 48 203 62 230 73 14 5 39 13 55 18 17 4 75 24 130 44 55 19 132 46 170 59 62 21 99 36 170 65 11 5 38 15 60 24 22 8 76 29 120 47 44 18 97 38 118 46 20 8 54 20 75 28 20 8 73 28 117 46 44 18 97 38 118 46 20 8 54 20 75 28 20 8 45 17 55 20 9 3 17 12 17 21 0 13 -462 15 -4460 15 -3865 0 -4460 -2 -4460 -14z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 102.000000"><g transform="translate(0.000000,102.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M30 1006 c0 -8 10 -18 23 -21 12 -4 36 -13 52 -20 32 -13 92 -37 153 -59 20 -8 73 -28 117 -46 44 -18 98 -39 120 -47 22 -8 54 -21 70 -28 33 -14 55 -22 230 -90 66 -26 131 -51 145 -57 14 -6 39 -14 55 -19 17 -4 75 -24 130 -44 55 -20 114 -40 130 -44 17 -5 41 -13 55 -18 14 -6 48 -17 75 -26 28 -8 97 -29 155 -47 58 -17 128 -38 155 -46 28 -7 73 -20 100 -28 28 -7 79 -21 115 -30 36 -10 88 -24 116 -32 28 -8 59 -14 69 -14 10 0 41 -6 69 -14 28 -8 85 -22 126 -31 41 -9 102 -22 135 -30 33 -7 105 -21 160 -30 55 -9 128 -23 162 -31 34 -8 75 -14 90 -14 15 0 64 -7 108 -15 137 -25 419 -59 775 -92 268 -25 1273 -25 1535 0 398 38 641 67 781 92 45 8 94 15 108 15 15 0 55 6 89 14 34 8 107 22 162 31 101 17 179 33 270 55 28 7 68 16 90 20 22 4 63 13 90 20 278 68 401 101 595 160 158 48 203 62 230 73 14 5 39 13 55 18 17 4 75 24 130 44 55 19 132 46 170 59 62 21 99 36 170 65 11 5 38 15 60 24 22 8 76 29 120 47 44 18 97 38 118 46 20 8 54 20 75 28 20 8 73 28 117 46 44 18 97 38 118 46 20 8 54 20 75 28 20 8 45 17 55 20 9 3 17 12 17 21 0 13 -462 15 -4460 15 -3865 0 -4460 -2 -4460 -14z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
    transition: all 500ms ease;
}

.join-volunteer__card:hover::before {
    background: #e6d8d1;
}

.join-volunteer__card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cherito-white, #f4f0ed);
    border-radius: inherit;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.join-volunteer__card__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: luminosity;
    border-radius: inherit;
}

.join-volunteer__card__content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.join-volunteer__card__title {
    margin-bottom: 4px;
    font-size: 30px;
    color: #1c1a1a;
    font-weight: 700;
    line-height: 1.266;
}

.join-volunteer__card__text {
    margin-bottom: 21px;
    color: var(--cherito-white3, #222121);
    font-size: 18px;
}

.join-volunteer__card .cherito-btn__hover {
    background: var(--cherito-primary, #F2B42B);
}


/*--------------------------------------------------------------
# Become Volunteer
--------------------------------------------------------------*/

.become-volunteer {
    background: var(--cherito-white, #ffffff);
}

.become-volunteer__image {
    margin-bottom: 31px;
}

.become-volunteer__image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.become-volunteer__title {
    margin-bottom: 1px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.333;
}

@media (max-width: 430px) {
    .become-volunteer__title {
        font-size: 26px;
    }
}

.become-volunteer__text {
    margin-bottom: 27px;
    font-weight: 600;
}

.become-volunteer__list {
    margin-bottom: 35px;
}

.become-volunteer__list li+li {
    margin-top: 6px;
}

.become-volunteer__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    line-height: 1.625;
}

.become-volunteer__list__icon {
    position: relative;
    top: 5px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 8px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-primary, #F2B42B);
    border-radius: 50%;
}

.become-volunteer__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.become-volunteer__contact {
    padding-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 50px;
    border-top: 1px solid var(--cherito-white3, #E5DED9);
}

.become-volunteer__contact__item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

@media (max-width: 375px) {
    .become-volunteer__contact__item {
        gap: 18px;
    }
}

.become-volunteer__contact__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    color: var(--cherito-base, #E23B33);
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 50%;
    transition: all 500ms ease;
}

.become-volunteer__contact__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.become-volunteer__contact__item:hover .become-volunteer__contact__icon {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.become-volunteer__contact__title {
    margin-bottom: 0;
    font-size: 12px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    line-height: 1.357;
}

.become-volunteer__contact__link {
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    line-height: 1.25;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.become-volunteer__contact__link:hover {
    background-size: 100% 1px;
}

.become-volunteer__contact__link:hover {
    color: var(--cherito-base, #E23B33);
}

.become-volunteer__form .form-one .bootstrap-select>.dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

.become-volunteer__form .form-one .bootstrap-select>.dropdown-toggle::before {
    right: 20px;
    font-size: 16px;
}

.become-volunteer__form .form-one .bootstrap-select .dropdown-menu>li>a {
    font-size: 14px;
}

.become-volunteer__form .form-one input[type=text],
.become-volunteer__form .form-one input[type=email],
.become-volunteer__form .form-one input[type=password],
.become-volunteer__form .form-one input[type=tel],
.become-volunteer__form .form-one textarea {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

.become-volunteer__form .form-one textarea {
    height: 259px;
    padding: 11px 20px 0;
}


/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/

.why-choose-one {
    position: relative;
    background: var(--cherito-white5, #F5F1EE);
}

.why-choose-one::after {
    content: "";
    width: 100%;
    height: 195px;
    background: var(--cherito-white, #ffffff);
    position: absolute;
    left: 0;
    bottom: 0;
}

.why-choose-one__bg {
    width: calc((100% - 115px) / 2);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0px 10px 10px 0px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .why-choose-one__bg {
        display: none;
    }
}

.why-choose-one .container {
    position: relative;
    z-index: 2;
}

.why-choose-one .sec-title {
    margin-bottom: 21px;
}

.why-choose-one__text {
    margin: 0;
    font-weight: 600;
}

.why-choose-one__inner {
    position: relative;
    margin-top: 42px;
    max-width: 900px;
    margin-left: auto;
    padding: 0px 70px 50px;
}

@media (max-width: 1199px) {
    .why-choose-one__inner {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .why-choose-one__inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .why-choose-one__inner {
        padding: 0px 30px 40px;
    }
}

@media (max-width: 390px) {
    .why-choose-one__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.why-choose-one__inner::after {
    content: "";
    width: 100%;
    height: calc(100% - 91px);
    background: var(--cherito-base);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}

.why-choose-one__inner .row {
    position: relative;
    z-index: 1;
}

.why-choose-one__card {
    padding: 40px 40px 32px;
    background: var(--cherito-white, #ffffff);
    border-radius: 6px;
}

@media (min-width: 576px) and (max-width: 991px) {
    .why-choose-one__card {
        padding: 30px 30px 22px;
    }
}

@media (max-width: 430px) {
    .why-choose-one__card {
        padding: 30px 30px 22px;
    }
}

.why-choose-one__card__icon {
    position: relative;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color: var(--cherito-black);
    background: var(--cherito-white5, #F5F1EE);
    border-radius: 50%;
    transition: all 500ms ease;
}

.why-choose-one__card__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.why-choose-one__card:hover .why-choose-one__card__icon {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base);
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.why-choose-one__card__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

.why-choose-one__card__text {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.666;
}


/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/

.faq-accordion {
    position: relative;
    z-index: 1;
}

.faq-accordion .accordion+.accordion {
    margin-top: 20px;
}

.faq-accordion .accordion-title {
    position: relative;
    padding: 23px 30px 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    cursor: pointer;
    border-radius: 10px;
    background: var(--cherito-white5, #F5F1EE);
}

@media (max-width: 575px) {
    .faq-accordion .accordion-title {
        padding: 20px 25px 18px;
    }
}

.faq-accordion .accordion-title h4 {
    margin: 0;
    position: relative;
    font-size: 18px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    line-height: 1.444;
    transition: all 500ms ease;
}

.faq-accordion .accordion-title__box {
    flex-shrink: 0;
    position: relative;
    width: 30px;
    height: 30px;
    background: var(--cherito-gray3, #E3DDD8);
    border-radius: 50%;
    transition: all 500ms ease;
}

.faq-accordion .accordion-title__box::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: inherit;
    background: var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

.faq-accordion .active .accordion-title__box {
    background: var(--cherito-base, #E23B33);
}

.faq-accordion .accordion-content .inner {
    padding: 21px 26px 1px;
}

.faq-accordion .accordion-content p {
    margin: 0;
}

.faq-one {
    padding-bottom: 171px;
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 1199px) {
    .faq-one {
        padding-bottom: var(--section-space, 120px);
    }
}

@media (max-width: 767px) {
    .faq-one {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .faq-one {
        padding-bottom: 80px;
    }
}

.faq-one__image {
    position: relative;
    display: table;
}

@media (max-width: 991px) {
    .faq-one__image {
        margin-bottom: 51px;
    }
}

.faq-one__image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.faq-one__info {
    width: 100%;
    position: relative;
    position: absolute;
    left: 0;
    bottom: -51px;
    z-index: 1;
}

.faq-one__info__inner {
    margin: auto;
    display: table;
    padding: 45px 40px 28px;
    background: var(--cherito-base, #E23B33);
    text-align: center;
    border-radius: 6px;
}

@media (max-width: 375px) {
    .faq-one__info__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.faq-one__info__logo {
    width: 74px;
    height: 74px;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cherito-white, #ffffff);
    border-radius: 50%;
}

.faq-one__info__logo img {
    max-width: 100%;
    height: auto;
}

.faq-one__info__title {
    margin-bottom: 4px;
    font-size: 20px;
    color: var(--cherito-white, #ffffff);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4;
}

.faq-one__info__text {
    margin: 0;
    font-size: 16px;
    color: var(--cherito-white, #ffffff);
    font-weight: 500;
    line-height: 1.25;
}

.faq-one__info__text a {
    color: inherit;
    font-weight: 800;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.faq-one__info__text a:hover {
    background-size: 100% 1px;
}

.faq-contact__inner {
    position: relative;
    padding: 65px 50px;
    background: var(--cherito-black, #212226);
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .faq-contact__inner {
        padding: 60px 40px;
    }
}

@media (max-width: 991px) {
    .faq-contact__inner {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .faq-contact__inner {
        padding-bottom: 41px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.faq-contact__inner::before {
    content: "";
    width: calc(100% - 100px);
    height: 14px;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--cherito-base, #E23B33);
    border-radius: 10px 10px 0 0;
}

@media (max-width: 575px) {
    .faq-contact__inner::before {
        width: calc(100% - 80px);
    }
}

.faq-contact__row {
    display: flex;
    align-items: center;
    gap: 50px 117px;
}

@media (max-width: 1199px) {
    .faq-contact__row {
        gap: 40px 80px;
    }
}

@media (max-width: 991px) {
    .faq-contact__row {
        flex-direction: column;
        align-items: flex-start;
    }
}

.faq-contact__info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.faq-contact__info--1::after {
    content: "";
    width: 1px;
    height: calc(100% + 18px);
    background: RGBA(var(--cherito-white-rgb, 255, 255, 255), 0.3);
    position: absolute;
    top: 50%;
    right: -58.5px;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .faq-contact__info--1::after {
        right: -40px;
    }
}

@media (max-width: 991px) {
    .faq-contact__info--1::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .faq-contact__info {
        flex-direction: column;
        align-items: flex-start;
    }
}

.faq-contact__info__icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 33px;
    color: var(--cherito-base, #E23B33);
    background: var(--cherito-white, #ffffff);
    border-radius: 50%;
    transition: all 500ms ease;
}

.faq-contact__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.faq-contact__info:hover .faq-contact__info__icon {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.faq-contact__info__title {
    margin-bottom: 5px;
    font-size: 20px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}

@media (max-width: 412px) {
    .faq-contact__info__title {
        margin-bottom: 7px;
    }
}

.faq-contact__info__link {
    font-size: 18px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1.25;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.faq-contact__info__link:hover {
    background-size: 100% 1px;
}

.faq-contact__info__link:hover {
    color: var(--cherito-base, #E23B33);
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery-page__filter__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.gallery-page__filter__list li {
    padding: 11px 20px 12px;
}

.gallery-page__filter__list li.active {
    background: var(--cherito-black, #212226);
}

.gallery-page__card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-page__card img {
    transform: scale(1);
    display: block;
    width: 100%;
    opacity: 1;
    border-radius: inherit;
    transition: transform 500ms ease, opacity 500ms ease;
    background: #f2eeed;
}

.gallery-page__card__hover {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
}

.gallery-page__card__hover .img-popup {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #d2bab0;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    z-index: 2;
    transition: all 500ms ease;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .gallery-page__card__hover .img-popup {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 430px) {
    .gallery-page__card__hover .img-popup {
        width: 55px;
        height: 55px;
    }
}

.gallery-page__card__hover .img-popup:hover {
    background: var(--cherito-white, #ffffff);
}

.gallery-page__card__hover__box {
    display: block;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #fbe3d773;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: 1;
}

.gallery-page__card__hover__box--1 {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.gallery-page__card__hover__box--2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.gallery-page__card__hover__box--3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.gallery-page__card__hover__box--4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.gallery-page__card:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}

.gallery-page__card:hover .gallery-page__card__hover .img-popup {
    opacity: 1;
    transform: scale(1);
}

.gallery-page__card:hover .gallery-page__card__hover__box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-page__card__icon {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .gallery-page__card__icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 430px) {
    .gallery-page__card__icon {
        width: 20px;
        height: 20px;
    }
}

.gallery-page__card__icon::after,
.gallery-page__card__icon::before {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--cherito-black, #ffffff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 400ms ease;
}

.gallery-page__card__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.img-popup:hover .gallery-page__card__icon::before,
.img-popup:hover .gallery-page__card__icon::after {
    background: var(--cherito-base, #E23B33);
}

.gallery-instagram {
    position: relative;
    z-index: 1;
}

.gallery-instagram--home2 {
    margin-bottom: -121px;
}

.gallery-instagram .container-fluid {
    max-width: 1800px;
}

.gallery-instagram__image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.gallery-instagram__image img {
    width: 100%;
    display: block;
    border-radius: 30px;
}

.gallery-instagram__image__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    color: var(--cherito-white, #ffffff);
    background: rgba(var(--cherito-black-rgb, 33, 34, 38), 0.8);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    border-radius: 30px;
    transition: all 400ms ease-in-out;
}

.gallery-instagram__image__link svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.gallery-instagram__image__link>* {
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
}

.gallery-instagram__image__link>*:hover {
    color: var(--cherito-base, #E23B33);
}

.gallery-instagram__image:hover .gallery-instagram__image__link {
    transform: scaleY(1);
}

.gallery-one {
    padding-bottom: 166px;
}

@media (max-width: 767px) {
    .gallery-one {
        padding-bottom: 146px;
    }
}

@media (max-width: 575px) {
    .gallery-one {
        padding-bottom: 126px;
    }
}

@media (min-width: 1400px) {
    .gallery-one .container {
        max-width: 1745px;
    }
}

.gallery-one__card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-one__card img {
    transform: scale(1);
    display: block;
    width: 100%;
    opacity: 1;
    border-radius: inherit;
    transition: transform 500ms ease, opacity 500ms ease;
}

.gallery-one__card__hover {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
}

.gallery-one__card__hover .img-popup {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: rgba(var(--cherito-primary-rgb), 0.37);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    z-index: 2;
    transition: all 500ms ease;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .gallery-one__card__hover .img-popup {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 430px) {
    .gallery-one__card__hover .img-popup {
        width: 55px;
        height: 55px;
    }
}

.gallery-one__card__hover .img-popup:hover {
    background: var(--cherito-primary);
}

.gallery-one__card__hover__box {
    display: block;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: rgba(var(--cherito-black-rgb), 0.8);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: 1;
}

.gallery-one__card__hover__box--1 {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.gallery-one__card__hover__box--2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.gallery-one__card__hover__box--3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.gallery-one__card__hover__box--4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.gallery-one__card:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}

.gallery-one__card:hover .gallery-one__card__hover .img-popup {
    opacity: 1;
    transform: scale(1);
}

.gallery-one__card:hover .gallery-one__card__hover__box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-one__card__icon {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .gallery-one__card__icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 430px) {
    .gallery-one__card__icon {
        width: 20px;
        height: 20px;
    }
}

.gallery-one__card__icon::after,
.gallery-one__card__icon::before {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--cherito-white, #ffffff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 400ms ease;
}

.gallery-one__card__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-two {
    margin-top: -120px;
    position: relative;
    z-index: 1;
}

@media (min-width: 1400px) {
    .gallery-two .container {
        max-width: 1590px;
    }
}

.gallery-two__card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-two__card img {
    display: block;
    width: 100%;
    transform: scale(1);
    border-radius: inherit;
    transition: transform 500ms ease, opacity 500ms ease;
}

.gallery-two__card:hover img {
    transform: scale(1.05);
}

.gallery-two__card__overlay {
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(var(--cherito-black-rgb), 0.8);
    border-radius: inherit;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-two__card:hover .gallery-two__card__overlay {
    height: 100%;
    top: 0;
}

.gallery-two__card__icon-box {
    display: inline-flex;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
    font-size: 88px;
    color: var(--cherito-orange, #EF8442);
    z-index: 2;
    overflow: hidden;
    transition: all 500ms ease;
}

.gallery-two__card__icon-box svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.gallery-two__card__icon-box:hover {
    color: var(--cherito-primary);
}

.gallery-two__card__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: var(--cherito-primary);
    transition: all 500ms ease;
}

.gallery-two__card__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.gallery-two__card__icon-box:hover .gallery-two__card__icon {
    color: var(--cherito-orange, #EF8442);
}

.gallery-two__card:hover .gallery-two__card__icon-box {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.gallery-three {
    background: var(--cherito-white6, #EFEFEF);
}

.gallery-three .container {
    margin-bottom: -119px;
}

@media (max-width: 1399px) {
    .gallery-three .container {
        margin-bottom: -200px;
    }
}

@media (min-width: 1400px) {
    .gallery-three .container {
        max-width: 1590px;
    }
}

.gallery-three__card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-three__card img {
    transform: scale(1);
    display: block;
    width: 100%;
    opacity: 1;
    border-radius: inherit;
    transition: transform 500ms ease, opacity 500ms ease;
}

.gallery-three__card__hover {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
}

.gallery-three__card__hover .img-popup {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: rgba(var(--cherito-base-rgb), 0.5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    z-index: 2;
    transition: all 500ms ease;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .gallery-three__card__hover .img-popup {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 430px) {
    .gallery-three__card__hover .img-popup {
        width: 55px;
        height: 55px;
    }
}

.gallery-three__card__hover .img-popup:hover {
    background: var(--cherito-base);
}

.gallery-three__card__hover__box {
    width: 20%;
    display: block;
    height: calc(100% + 4px);
    top: -2px;
    opacity: 1;
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background: rgba(var(--cherito-black-rgb), 0.6);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.gallery-three__card__hover__box--1 {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.gallery-three__card__hover__box--2 {
    left: 20%;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery-three__card__hover__box--3 {
    left: 40%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery-three__card__hover__box--4 {
    left: 60%;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.gallery-three__card__hover__box--5 {
    left: 80%;
    -webkit-transition-delay: 3s;
    transition-delay: 0.3s;
}

.gallery-three__card:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}

.gallery-three__card:hover .gallery-three__card__hover .img-popup {
    opacity: 1;
    transform: scale(1);
}

.gallery-three__card:hover .gallery-three__card__hover__box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.gallery-three__card__icon {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .gallery-three__card__icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 430px) {
    .gallery-three__card__icon {
        width: 20px;
        height: 20px;
    }
}

.gallery-three__card__icon::after,
.gallery-three__card__icon::before {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--cherito-white, #ffffff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 400ms ease;
}

.gallery-three__card__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-four {
    background: var(--cherito-white, #ffffff);
}

.gallery-four .container {
    margin-bottom: -268px;
    position: relative;
    z-index: 3;
}

@media (min-width: 1600px) {
    .gallery-four .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.gallery-four__card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-four__card img {
    transform: scale(1);
    display: block;
    width: 100%;
    opacity: 1;
    border-radius: inherit;
    transition: transform 500ms ease, opacity 500ms ease;
}

.gallery-four__card__hover {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
}

.gallery-four__card__hover .img-popup {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--cherito-white, #ffffff);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    z-index: 2;
    transition: all 500ms ease 200ms;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .gallery-four__card__hover .img-popup {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 430px) {
    .gallery-four__card__hover .img-popup {
        width: 55px;
        height: 55px;
    }
}

.gallery-four__card__hover .img-popup:hover {
    background: var(--cherito-base);
}

.gallery-four__card__hover__box {
    width: 20%;
    display: block;
    height: calc(100% + 4px);
    top: -2px;
    opacity: 1;
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: rgba(var(--cherito-black-rgb), 0.6);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.gallery-four__card__hover__box--1 {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.gallery-four__card__hover__box--2 {
    left: 20%;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery-four__card__hover__box--3 {
    left: 40%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery-four__card__hover__box--4 {
    left: 60%;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.gallery-four__card__hover__box--5 {
    left: 80%;
    -webkit-transition-delay: 3s;
    transition-delay: 0.3s;
}

.gallery-four__card:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}

.gallery-four__card:hover .gallery-four__card__hover .img-popup {
    opacity: 1;
    transform: scale(1);
}

.gallery-four__card:hover .gallery-four__card__hover__box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.gallery-four__card__icon {
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .gallery-four__card__icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 430px) {
    .gallery-four__card__icon {
        width: 20px;
        height: 20px;
    }
}

.gallery-four__card__icon::after,
.gallery-four__card__icon::before {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--cherito-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 400ms ease;
}

.gallery-four__card__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-four__card .img-popup:hover .gallery-four__card__icon::before,
.gallery-four__card .img-popup:hover .gallery-four__card__icon::after {
    background: var(--cherito-white, #ffffff);
}

.gallery-four--home6 .container {
    margin-bottom: -1px;
    z-index: 0;
}

.gallery-four--home6 .gallery-four__card {
    border-radius: 10px 10px 0px 0px;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing-one {
    background: var(--cherito-white, #ffffff);
}

.pricing-one .sec-title {
    margin-bottom: 30px;
}

.pricing-one__main-tab-box {
    position: relative;
    display: block;
}

.pricing-one__main-tab-box .tab-buttons {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn {
    cursor: pointer;
    color: var(--cherito-black, #212226);
    background: var(--cherito-white6, #EFEFEF);
}

@media (max-width: 375px) {
    .pricing-one__main-tab-box .tab-buttons .tab-btn {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.pricing-one__main-tab-box .tab-buttons .tab-btn:hover {
    color: var(--cherito-white, #ffffff);
}

.pricing-one__main-tab-box .tab-buttons .tab-btn .cherito-btn__hover {
    background: var(--cherito-base, #E23B33);
}

.pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.pricing-one__main-tab-box .tabs-content {
    margin-top: 40px;
    position: relative;
    display: block;
}

.pricing-one__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.pricing-one__main-tab-box .tabs-content .tab.active-tab {
    display: block;
}

.pricing-one__card {
    position: relative;
    padding-left: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing-one__card {
        padding-left: 20px;
    }
}

@media (max-width: 375px) {
    .pricing-one__card {
        padding-left: 20px;
    }
}

.pricing-one__card::after {
    content: "";
    width: 100%;
    height: calc(100% - 28px);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid var(--cherito-white3, #E5DED9);
    border-radius: 10px;
    z-index: -2;
}

.pricing-one__card__category {
    position: relative;
    margin: 0;
    padding: 12px 31px;
    position: absolute;
    top: 30px;
    left: 0;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    background: var(--cherito-white, #ffffff);
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.pricing-one__card__category::after {
    content: "";
    width: 0%;
    height: 100%;
    background: var(--cherito-base, #E23B33);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: inherit;
    z-index: -1;
    transition: all 500ms ease;
}

.pricing-one__card:hover .pricing-one__card__category {
    color: var(--cherito-white, #ffffff);
}

.pricing-one__card:hover .pricing-one__card__category::after {
    width: 100%;
    left: 0;
}

.pricing-one__card__content {
    position: relative;
}

.pricing-one__card__content::after {
    content: "";
    width: 100%;
    height: calc(100% - 28px);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 10px;
    z-index: -1;
}

.pricing-one__card__inner {
    padding: 117px 33px 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pricing-one__card__inner {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 375px) {
    .pricing-one__card__inner {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.pricing-one__card__list {
    position: relative;
    margin: 0 0 23px;
    padding-bottom: 25px;
}

.pricing-one__card__list::before {
    content: "";
    width: calc(100% + 66px);
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 10px;
    background: var(--cherito-white, #ffffff);
}

.pricing-one__card__list li+li {
    margin-top: 10px;
}

.pricing-one__card__list li {
    display: flex;
    align-items: flex-start;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
}

.pricing-one__card__list__icon {
    position: relative;
    top: 5px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: var(--cherito-white, #ffffff);
    border-radius: 50%;
    background: var(--cherito-base, #E23B33);
    transition: all 500ms ease;
}

.pricing-one__card__price {
    margin: 0;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}

.pricing-one__card__price__dollar {
    font-size: 16px;
    line-height: 1;
}

.pricing-one__card__price__duration {
    font-size: 16px;
    color: var(--cherito-text, #727272);
    line-height: 1;
}

.pricing-one__card__btn {
    display: block;
    width: calc(100% - 30px);
}

.pricing-one--home4 .pricing-one__card::after {
    border-color: var(--cherito-gray4, #D2D2D2);
}

.pricing-one--home4 .pricing-one__card__content::after {
    background: var(--cherito-white6, #EFEFEF);
}


/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

.funfact-card {
    position: relative;
    width: 207px;
    height: 204px;
    padding: 33px 30px;
    text-align: center;
    border-radius: 102px;
    background: var(--cherito-white2, #F4F0ED);
    z-index: 1;
}

@media (max-width: 1199px) {
    .funfact-card {
        width: 300px;
        height: 297px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 150px;
    }
}

@media (max-width: 991px) {
    .funfact-card {
        width: 274px;
        height: 271px;
    }
}

@media (max-width: 375px) {
    .funfact-card {
        width: 207px;
        height: 204px;
    }
}

.funfact-card::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.7);
    opacity: 0;
    background: var(--cherito-black, #b18282);
    transition: transform 400ms ease, opacity 400ms ease;
}

.funfact-card:hover::before {
    opacity: 1;
    transform: scale(1);
}

.funfact-card__icon {
    display: inline-flex;
    font-size: 40px;
    color: var(--cherito-black, #212226);
    transition: all 500ms ease;
}

.funfact-card__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.funfact-card:hover .funfact-card__icon {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.funfact-card__content {
    margin-top: 4px;
}

.funfact-card__count {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    transition: all 500ms ease;
}

@media (max-width: 375px) {
    .funfact-card__count {
        font-size: 30px;
    }
}

.funfact-card__text {
    margin: 0;
    font-family: var(--cherito-special-font, "Caveat", cursive);
    font-size: 20px;
    color: var(--cherito-black, #E23B33);
    font-weight: 700;
    line-height: 1.25;
    transition: all 500ms ease;
}

.funfact-card:hover .funfact-card__icon,
.funfact-card:hover .funfact-card__count,
.funfact-card:hover .funfact-card__text {
    color: var(--cherito-white, #ffffff);
}

.funfact-one {
    position: relative;
    z-index: 1;
}

.funfact-one__grid {
    margin-bottom: -56px;
    padding: 48px 51px;
    background: var(--cherito-white, #ffffff);
    border-radius: 150px;
    box-shadow: 0px 4px 60px RGBA(var(--cherito-black-rgb, 33, 34, 38), 0.1);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 80px;
}

@media (max-width: 1199px) {
    .funfact-one__grid {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        border-radius: 40px;
    }
}

@media (max-width: 991px) {
    .funfact-one__grid {
        padding: 40px;
        grid-gap: 60px;
        border-radius: 150px;
    }
}

@media (max-width: 767px) {
    .funfact-one__grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        border-radius: 40px;
    }
}

@media (max-width: 390px) {
    .funfact-one__grid {
        padding: 40px 30px;
    }
}

.funfact-one .funfact-card:not(:last-child)::after {
    content: "";
    width: 1px;
    height: calc(100% + 96px);
    background: var(--cherito-white3, #E5DED9);
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .funfact-one .funfact-card:not(:last-child)::after {
        right: -77px;
    }
}

@media (max-width: 991px) {
    .funfact-one .funfact-card:not(:last-child)::after {
        height: calc(100% + 80px);
        right: -30px;
    }
}

@media (max-width: 767px) {
    .funfact-one .funfact-card:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 1199px) {
    .funfact-one .funfact-card:nth-child(2)::after {
        display: none;
    }
}

.funfact-two {
    padding-top: 152px;
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 1299px) {
    .funfact-two {
        padding-top: var(--section-space, 120px);
    }
}

@media (max-width: 767px) {
    .funfact-two {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .funfact-two {
        padding-top: 80px;
    }
}

.funfact-two .row {
    --bs-gutter-x: 0;
}

.funfact-two__image {
    flex: 0 0 auto;
    width: 54.36%;
    border-radius: 10px 0px 0px 10px;
}

@media (max-width: 1199px) {
    .funfact-two__image {
        width: 100%;
        border-radius: 10px 10px 0px 0px;
    }
}

.funfact-two__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
    background: #fff;
}

.funfact-two__content {
    position: relative;
    flex: 0 0 auto;
    width: 45.64%;
    padding: 40px;
    background: var(--cherito-white2);
    border-radius: 0px 10px 10px 0px;
}

@media (max-width: 1199px) {
    .funfact-two__content {
        width: 100%;
        border-radius: 0px 0px 10px 10px;
    }
}

@media (max-width: 390px) {
    .funfact-two__content {
        padding: 40px 30px 30px;
    }
}

.funfact-two__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    z-index: 2;
}

@media (max-width: 1199px) {
    .funfact-two__grid {
        justify-items: center;
        grid-gap: 80px;
    }
}

@media (max-width: 991px) {
    .funfact-two__grid {
        grid-gap: 60px;
    }
}

@media (max-width: 767px) {
    .funfact-two__grid {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
        z-index: 2;
        grid-gap: 10px;
    }
    .funfact-card {
        width: 170px;
        height: 180px;
    }
    .funfact-two__content {
        padding: 25px 5px;
    }
}

.funfact-two__grid::before,
.funfact-two__grid::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--cherito-border-color, #E5DED9);
}

@media (max-width: 767px) {
    .funfact-two__grid::before,
    .funfact-two__grid::after {
        display: none;
    }
}

.funfact-two__grid::before {
    width: 1px;
    height: calc(100% - 86px);
}

@media (max-width: 1199px) {
    .funfact-two__grid::before {
        height: 100%;
    }
}

.funfact-two__grid::after {
    width: 100%;
    height: 1px;
}

.funfact-two .funfact-card {
    background: var(--cherito-white, #ffffff);
}

.funfact-two .funfact-card__icon {
    color: var(--cherito-black, #b18282);
}

.funfact-two__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 106px;
    height: 106px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--cherito-white, #ffffff);
    z-index: 2;
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .funfact-two__logo {
        display: none;
    }
}

.funfact-two__logo__inner {
    position: relative;
    width: 94px;
    height: 94px;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    background: var(--cherito-black);
    z-index: 1;
    transition: all 500ms ease;
}

.funfact-two__logo__inner::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.6);
    opacity: 0;
    background: var(--cherito-base);
    transition: transform 400ms ease, opacity 400ms ease;
}

.funfact-two__logo img {
    max-width: 100%;
    height: auto;
}

.funfact-two__content:hover .funfact-two__logo {
    background: var(--cherito-primary);
}

.funfact-two__content:hover .funfact-two__logo__inner::after {
    opacity: 1;
    transform: scale(1);
}

.funfact-three {
    position: relative;
    z-index: 1;
}

.funfact-three__grid {
    margin-top: -118px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px 30px;
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 4px 40px RGBA(var(--cherito-black2-rgb, 0, 0, 0), 0.1);
    border-radius: 10px;
}

@media (max-width: 991px) {
    .funfact-three__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 499px) {
    .funfact-three__grid {
        padding: 50px 30px 45px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.funfact-three .funfact-card {
    width: auto;
    height: auto;
    padding: 50px 30px 44px;
    border-radius: 0px;
    background: transparent;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .funfact-three .funfact-card {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 499px) {
    .funfact-three .funfact-card {
        padding: 0;
    }
}

.funfact-three .funfact-card::before {
    display: none;
}

.funfact-three .funfact-card:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--cherito-gray4, #D2D2D2);
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .funfact-three .funfact-card:not(:last-child)::after {
        height: calc(100% + 20px);
    }
}

@media (max-width: 499px) {
    .funfact-three .funfact-card:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .funfact-three .funfact-card:nth-child(1)::after {
        top: calc(50% + 10px);
    }
}

@media (max-width: 991px) {
    .funfact-three .funfact-card:nth-child(3)::after {
        top: calc(50% - 10px);
    }
}

@media (max-width: 991px) {
    .funfact-three .funfact-card:nth-child(2)::after {
        display: none;
    }
}

.funfact-three .funfact-card__icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cherito-white, #ffffff);
    border-radius: 50%;
    background: var(--accent-color);
    z-index: 1;
    transition: all 500ms ease;
}

.funfact-three .funfact-card__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.6);
    opacity: 0;
    background: var(--accent-color-hover);
    transition: transform 400ms ease, opacity 400ms ease;
}

.funfact-three .funfact-card:hover .funfact-card__icon {
    color: var(--accent-text-color);
}

.funfact-three .funfact-card:hover .funfact-card__icon::after {
    opacity: 1;
    transform: scale(1);
}

.funfact-three .funfact-card__content {
    margin-top: 18px;
}

.funfact-three .funfact-card__count {
    margin-bottom: 3px;
}

.funfact-three .funfact-card__text {
    color: var(--cherito-text, #727272);
}

.funfact-three .funfact-card:hover .funfact-card__count {
    color: var(--cherito-black);
}

.funfact-three .funfact-card:hover .funfact-card__text {
    color: var(--cherito-text, #727272);
}

.funfact-four__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 33px;
}

@media (max-width: 767px) {
    .funfact-four__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.funfact-four .funfact-card {
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0px;
    background: transparent;
}

.funfact-four .funfact-card::before {
    display: none;
}

.funfact-four .funfact-card__inner {
    width: 100%;
    display: flex;
    align-items: center;
}

.funfact-four .funfact-card__icon {
    position: relative;
    width: 87px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 47px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base);
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.funfact-four .funfact-card__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.6);
    opacity: 0;
    background: var(--cherito-primary);
    transition: transform 400ms ease, opacity 400ms ease;
}

.funfact-four .funfact-card:hover .funfact-card__icon {
    animation-play-state: paused;
}

.funfact-four .funfact-card:hover .funfact-card__icon::after {
    opacity: 1;
    transform: scale(1);
}

.funfact-four .funfact-card__content {
    position: relative;
    width: calc(100% - 87px);
    margin: 0;
    padding: 22px 20px 24px 25px;
    text-align: center;
    background: var(--cherito-white, #ffffff);
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.funfact-four .funfact-card__content::before {
    content: "";
    width: 5px;
    height: 100%;
    background: var(--cherito-base);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 500ms ease;
}

.funfact-four .funfact-card__content::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-base);
    z-index: -1;
    transition: all 500ms ease;
}

.funfact-four .funfact-card:hover .funfact-card__content::before {
    background: var(--cherito-primary);
}

.funfact-four .funfact-card:hover .funfact-card__content::after {
    height: 100%;
    top: 0;
}

.funfact-four .funfact-card__count {
    margin-bottom: 0;
}

.funfact-four .funfact-card__text {
    color: var(--cherito-text, #727272);
}

.funfact-five {
    position: relative;
    margin-top: 59px;
    z-index: 2;
}

.funfact-five__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 50px;
}

@media (max-width: 991px) {
    .funfact-five__grid {
        grid-gap: 30px 40px;
    }
}

@media (max-width: 767px) {
    .funfact-five__grid {
        grid-gap: 30px;
    }
}

@media (max-width: 575px) {
    .funfact-five__grid {
        grid-template-columns: 1fr;
    }
}

.funfact-five .funfact-card {
    width: auto;
    height: auto;
    padding: 0;
    text-align: left;
    border-radius: 0px;
    background: transparent;
}

@media (min-width: 576px) and (max-width: 991px) {
    .funfact-five .funfact-card {
        text-align: center;
    }
}

.funfact-five .funfact-card::before {
    display: none;
}

.funfact-five .funfact-card__inner {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 22px;
}

@media (min-width: 576px) and (max-width: 991px) {
    .funfact-five .funfact-card__inner {
        flex-direction: column;
    }
}

.funfact-five .funfact-card__icon {
    position: relative;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 53px;
    color: var(--cherito-white, #ffffff);
    border-radius: 50%;
    background: rgba(var(--cherito-black-rgb), 0.2);
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

@media (max-width: 375px) {
    .funfact-five .funfact-card__icon {
        width: 80px;
        height: 80px;
        font-size: 40px;
    }
}

.funfact-five .funfact-card__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.6);
    opacity: 0;
    background: var(--cherito-white, #ffffff);
    transition: transform 400ms ease, opacity 400ms ease;
}

.funfact-five .funfact-card:hover .funfact-card__icon {
    color: var(--cherito-black);
    animation-play-state: paused;
}

.funfact-five .funfact-card:hover .funfact-card__icon::after {
    opacity: 1;
    transform: scale(1);
}

.funfact-five .funfact-card__content {
    margin: 0;
}

.funfact-five .funfact-card__count {
    margin-bottom: 0;
    justify-content: flex-start;
}

@media (min-width: 576px) and (max-width: 991px) {
    .funfact-five .funfact-card__count {
        justify-content: center;
    }
}

.funfact-five .funfact-card__count,
.funfact-five .funfact-card__text {
    color: var(--cherito-white, #ffffff);
}


/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/

.cta-one {
    position: relative;
    padding: 63px 0 65px;
    background: #f0e7e3;
}

@media (max-width: 991px) {
    .cta-one {
        padding-bottom: 80px;
    }
}

.cta-one .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .cta-one .sec-title {
        text-align: center;
    }
}

.cta-one .sec-title__title {
    line-height: 1.5;
}

.cta-one__button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .cta-one__button {
        justify-content: center;
    }
}

.cta-one__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    animation: moveHorizontal 2s linear infinite;
}

.cta-two {
    position: relative;
    padding-top: 107px;
    padding-bottom: 174px;
    background: var(--cherito-black);
}

@media (max-width: 767px) {
    .cta-two {
        padding-top: 91px;
    }
}

@media (max-width: 575px) {
    .cta-two {
        padding-top: 71px;
    }
}

@media (max-width: 430px) {
    .cta-two {
        padding-top: 72px;
    }
}

.cta-two__image {
    width: 100%;
    max-width: 1455px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 396.000000"><g transform="translate(0.000000,396.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M11 3948 c-11 -50 -11 -391 -1 -438 75 -343 312 -620 635 -743 220 -83 531 -83 825 0 84 24 171 53 193 65 34 18 40 -6 12 -48 -33 -48 -77 -140 -107 -225 -20 -55 -23 -83 -22 -204 0 -138 1 -141 34 -209 64 -133 127 -207 251 -297 99 -71 97 -70 219 -130 117 -57 146 -70 208 -93 105 -40 129 -49 160 -62 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 18 -7 56 -20 83 -28 28 -8 77 -23 110 -33 33 -10 76 -23 95 -30 19 -7 62 -20 95 -30 33 -9 75 -23 93 -31 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 18 -8 53 -22 78 -31 25 -10 59 -23 75 -30 58 -25 300 -147 330 -166 17 -10 37 -22 45 -26 84 -40 301 -212 426 -337 131 -132 187 -201 255 -316 52 -89 87 -162 124 -260 9 -25 23 -60 31 -78 8 -18 14 -41 14 -50 0 -10 5 -23 12 -30 15 -15 48 12 48 39 0 10 6 33 14 51 8 18 22 53 31 78 20 53 45 109 56 130 5 8 20 38 34 65 107 208 321 440 558 605 91 64 124 86 152 100 11 6 34 19 50 30 17 10 91 49 165 85 74 37 144 71 154 77 11 6 31 14 45 18 14 5 51 18 81 30 30 11 84 30 120 41 36 12 81 27 100 34 19 7 62 20 95 30 130 39 161 48 195 61 19 6 64 21 100 33 205 64 296 100 460 181 271 134 413 273 487 475 26 73 24 256 -5 345 -35 107 -48 140 -60 152 -7 7 -12 20 -12 29 0 9 -7 22 -15 29 -8 7 -15 17 -15 23 0 6 -8 19 -17 29 -26 29 -4 42 41 24 20 -9 52 -23 71 -31 20 -8 43 -15 51 -15 9 0 37 -7 63 -15 314 -98 732 -68 956 68 133 81 265 204 339 317 73 110 134 258 151 363 3 21 13 41 21 44 19 7 21 324 2 321 -8 -2 -17 14 -22 40 l-10 42 -4471 0 c-3569 0 -4472 -3 -4474 -12z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 396.000000"><g transform="translate(0.000000,396.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M11 3948 c-11 -50 -11 -391 -1 -438 75 -343 312 -620 635 -743 220 -83 531 -83 825 0 84 24 171 53 193 65 34 18 40 -6 12 -48 -33 -48 -77 -140 -107 -225 -20 -55 -23 -83 -22 -204 0 -138 1 -141 34 -209 64 -133 127 -207 251 -297 99 -71 97 -70 219 -130 117 -57 146 -70 208 -93 105 -40 129 -49 160 -62 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 18 -7 56 -20 83 -28 28 -8 77 -23 110 -33 33 -10 76 -23 95 -30 19 -7 62 -20 95 -30 33 -9 75 -23 93 -31 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 18 -8 53 -22 78 -31 25 -10 59 -23 75 -30 58 -25 300 -147 330 -166 17 -10 37 -22 45 -26 84 -40 301 -212 426 -337 131 -132 187 -201 255 -316 52 -89 87 -162 124 -260 9 -25 23 -60 31 -78 8 -18 14 -41 14 -50 0 -10 5 -23 12 -30 15 -15 48 12 48 39 0 10 6 33 14 51 8 18 22 53 31 78 20 53 45 109 56 130 5 8 20 38 34 65 107 208 321 440 558 605 91 64 124 86 152 100 11 6 34 19 50 30 17 10 91 49 165 85 74 37 144 71 154 77 11 6 31 14 45 18 14 5 51 18 81 30 30 11 84 30 120 41 36 12 81 27 100 34 19 7 62 20 95 30 130 39 161 48 195 61 19 6 64 21 100 33 205 64 296 100 460 181 271 134 413 273 487 475 26 73 24 256 -5 345 -35 107 -48 140 -60 152 -7 7 -12 20 -12 29 0 9 -7 22 -15 29 -8 7 -15 17 -15 23 0 6 -8 19 -17 29 -26 29 -4 42 41 24 20 -9 52 -23 71 -31 20 -8 43 -15 51 -15 9 0 37 -7 63 -15 314 -98 732 -68 956 68 133 81 265 204 339 317 73 110 134 258 151 363 3 21 13 41 21 44 19 7 21 324 2 321 -8 -2 -17 14 -22 40 l-10 42 -4471 0 c-3569 0 -4472 -3 -4474 -12z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 1199px) {
    .cta-two__image {
        display: none;
    }
}

.cta-two__image img {
    max-width: 100%;
    height: auto;
}

.cta-two .container {
    position: relative;
    z-index: 2;
}

.cta-two__content {
    margin: 0 auto;
    max-width: 934px;
    text-align: center;
}

@media (max-width: 1399px) {
    .cta-two__content {
        max-width: 700px;
    }
}

.cta-two__title {
    margin-bottom: 30px;
    font-size: 50px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 1399px) {
    .cta-two__title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .cta-two__title {
        font-size: 35px;
    }
}

@media (max-width: 430px) {
    .cta-two__title {
        font-size: 30px;
    }
}

.cta-two .cherito-btn:hover {
    color: var(--cherito-black);
}

.cta-two .cherito-btn__hover {
    background: var(--cherito-white, #ffffff);
}

.cta-two__shape {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.cta-two__shape__1,
.cta-two__shape__2,
.cta-two__shape__3 {
    max-width: 100%;
    height: auto;
    position: absolute;
}

.cta-two__shape__1 {
    left: 0;
    bottom: 0;
    animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 1199px) {
    .cta-two__shape__1 {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .cta-two__shape__1 {
        display: none;
    }
}

.cta-two__shape__2 {
    top: 0;
    right: 44px;
    animation: zump 2s linear infinite;
}

@media (max-width: 1199px) {
    .cta-two__shape__2 {
        right: 10px;
    }
}

@media (max-width: 991px) {
    .cta-two__shape__2 {
        display: none;
    }
}

.cta-two__shape__3 {
    right: 0;
    bottom: 0;
    animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1199px) {
    .cta-two__shape__3 {
        max-width: 450px;
    }
}

@media (max-width: 767px) {
    .cta-two__shape__3 {
        max-width: 100%;
    }
}

.cta-three {
    position: relative;
    background: var(--cherito-primary);
}

.cta-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.24;
}

.cta-three .container {
    position: relative;
    padding-top: 58px;
    padding-bottom: 70px;
    z-index: 1;
}

.cta-three .sec-title {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .cta-three .sec-title {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .cta-three__button {
        text-align: center;
    }
}

.cta-three__image {
    position: relative;
    position: absolute;
    top: -177px;
    right: 0px;
}

@media (max-width: 991px) {
    .cta-three__image {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
    }
}

.cta-three__image__inner {
    position: relative;
    z-index: 1;
    padding: 16px 13px 15px 24px;
    width: 397px;
    height: 365px;
    background: var(--cherito-white, #ffffff);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 777.000000"><g transform="translate(0.000000,777.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4344 7761 c9 -14 -18 -20 -122 -26 -167 -10 -408 -42 -612 -81 -203 -39 -223 -44 -402 -90 -137 -36 -428 -125 -483 -148 -16 -7 -68 -28 -115 -45 -47 -18 -94 -36 -105 -41 -11 -5 -42 -19 -70 -30 -132 -57 -346 -162 -440 -216 -33 -19 -69 -39 -80 -44 -21 -10 -33 -17 -103 -62 -24 -16 -45 -28 -47 -28 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -70 -45 -3 0 -75 -53 -161 -117 -207 -155 -437 -365 -592 -539 -152 -170 -195 -225 -292 -369 -194 -290 -292 -489 -418 -855 -24 -70 -63 -221 -95 -370 -35 -165 -66 -483 -66 -670 0 -187 31 -505 67 -670 31 -149 74 -326 87 -360 8 -19 23 -64 34 -100 24 -74 41 -126 53 -155 94 -234 209 -471 292 -602 15 -24 27 -45 27 -47 0 -3 20 -34 45 -70 25 -37 45 -69 45 -72 0 -17 250 -335 363 -461 168 -187 403 -403 602 -554 69 -53 330 -229 338 -229 3 0 25 -13 49 -29 94 -62 333 -185 508 -260 176 -76 202 -86 480 -175 120 -38 413 -100 575 -120 238 -30 334 -36 585 -36 362 0 608 25 950 97 245 51 517 132 750 223 30 12 66 25 80 29 23 8 55 22 185 81 73 33 289 141 350 175 33 18 67 37 75 41 8 4 64 37 123 73 60 36 116 71 125 76 32 19 160 107 262 180 34 24 253 197 260 205 3 3 41 36 85 74 124 106 307 288 475 471 107 118 342 432 451 605 78 122 103 165 176 295 26 45 118 232 156 315 78 172 171 445 215 630 78 327 92 452 92 807 0 344 -10 434 -83 743 -30 130 -104 350 -154 460 -73 159 -154 316 -193 370 -11 16 -20 30 -20 33 0 13 -128 192 -220 308 -95 120 -406 436 -467 476 -15 10 -41 30 -58 45 -76 67 -333 241 -474 320 -111 63 -406 208 -422 208 -8 0 -23 6 -34 13 -17 12 -71 34 -225 91 -32 13 -167 56 -280 90 -25 8 -76 21 -115 30 -38 9 -92 23 -120 31 -46 12 -114 27 -290 60 -204 39 -441 71 -603 80 -109 6 -135 12 -126 26 3 5 -150 9 -366 9 -216 0 -369 -4 -366 -9z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 777.000000"><g transform="translate(0.000000,777.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4344 7761 c9 -14 -18 -20 -122 -26 -167 -10 -408 -42 -612 -81 -203 -39 -223 -44 -402 -90 -137 -36 -428 -125 -483 -148 -16 -7 -68 -28 -115 -45 -47 -18 -94 -36 -105 -41 -11 -5 -42 -19 -70 -30 -132 -57 -346 -162 -440 -216 -33 -19 -69 -39 -80 -44 -21 -10 -33 -17 -103 -62 -24 -16 -45 -28 -47 -28 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -70 -45 -3 0 -75 -53 -161 -117 -207 -155 -437 -365 -592 -539 -152 -170 -195 -225 -292 -369 -194 -290 -292 -489 -418 -855 -24 -70 -63 -221 -95 -370 -35 -165 -66 -483 -66 -670 0 -187 31 -505 67 -670 31 -149 74 -326 87 -360 8 -19 23 -64 34 -100 24 -74 41 -126 53 -155 94 -234 209 -471 292 -602 15 -24 27 -45 27 -47 0 -3 20 -34 45 -70 25 -37 45 -69 45 -72 0 -17 250 -335 363 -461 168 -187 403 -403 602 -554 69 -53 330 -229 338 -229 3 0 25 -13 49 -29 94 -62 333 -185 508 -260 176 -76 202 -86 480 -175 120 -38 413 -100 575 -120 238 -30 334 -36 585 -36 362 0 608 25 950 97 245 51 517 132 750 223 30 12 66 25 80 29 23 8 55 22 185 81 73 33 289 141 350 175 33 18 67 37 75 41 8 4 64 37 123 73 60 36 116 71 125 76 32 19 160 107 262 180 34 24 253 197 260 205 3 3 41 36 85 74 124 106 307 288 475 471 107 118 342 432 451 605 78 122 103 165 176 295 26 45 118 232 156 315 78 172 171 445 215 630 78 327 92 452 92 807 0 344 -10 434 -83 743 -30 130 -104 350 -154 460 -73 159 -154 316 -193 370 -11 16 -20 30 -20 33 0 13 -128 192 -220 308 -95 120 -406 436 -467 476 -15 10 -41 30 -58 45 -76 67 -333 241 -474 320 -111 63 -406 208 -422 208 -8 0 -23 6 -34 13 -17 12 -71 34 -225 91 -32 13 -167 56 -280 90 -25 8 -76 21 -115 30 -38 9 -92 23 -120 31 -46 12 -114 27 -290 60 -204 39 -441 71 -603 80 -109 6 -135 12 -126 26 3 5 -150 9 -366 9 -216 0 -369 -4 -366 -9z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 991px) {
    .cta-three__image__inner {
        margin: 0 auto;
    }
}

@media (max-width: 425px) {
    .cta-three__image__inner {
        width: auto;
        height: auto;
    }
}

.cta-three__image img {
    max-width: 100%;
    height: auto;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 777.000000"><g transform="translate(0.000000,777.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4344 7761 c9 -14 -18 -20 -122 -26 -167 -10 -408 -42 -612 -81 -203 -39 -223 -44 -402 -90 -137 -36 -428 -125 -483 -148 -16 -7 -68 -28 -115 -45 -47 -18 -94 -36 -105 -41 -11 -5 -42 -19 -70 -30 -132 -57 -346 -162 -440 -216 -33 -19 -69 -39 -80 -44 -21 -10 -33 -17 -103 -62 -24 -16 -45 -28 -47 -28 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -70 -45 -3 0 -75 -53 -161 -117 -207 -155 -437 -365 -592 -539 -152 -170 -195 -225 -292 -369 -194 -290 -292 -489 -418 -855 -24 -70 -63 -221 -95 -370 -35 -165 -66 -483 -66 -670 0 -187 31 -505 67 -670 31 -149 74 -326 87 -360 8 -19 23 -64 34 -100 24 -74 41 -126 53 -155 94 -234 209 -471 292 -602 15 -24 27 -45 27 -47 0 -3 20 -34 45 -70 25 -37 45 -69 45 -72 0 -17 250 -335 363 -461 168 -187 403 -403 602 -554 69 -53 330 -229 338 -229 3 0 25 -13 49 -29 94 -62 333 -185 508 -260 176 -76 202 -86 480 -175 120 -38 413 -100 575 -120 238 -30 334 -36 585 -36 362 0 608 25 950 97 245 51 517 132 750 223 30 12 66 25 80 29 23 8 55 22 185 81 73 33 289 141 350 175 33 18 67 37 75 41 8 4 64 37 123 73 60 36 116 71 125 76 32 19 160 107 262 180 34 24 253 197 260 205 3 3 41 36 85 74 124 106 307 288 475 471 107 118 342 432 451 605 78 122 103 165 176 295 26 45 118 232 156 315 78 172 171 445 215 630 78 327 92 452 92 807 0 344 -10 434 -83 743 -30 130 -104 350 -154 460 -73 159 -154 316 -193 370 -11 16 -20 30 -20 33 0 13 -128 192 -220 308 -95 120 -406 436 -467 476 -15 10 -41 30 -58 45 -76 67 -333 241 -474 320 -111 63 -406 208 -422 208 -8 0 -23 6 -34 13 -17 12 -71 34 -225 91 -32 13 -167 56 -280 90 -25 8 -76 21 -115 30 -38 9 -92 23 -120 31 -46 12 -114 27 -290 60 -204 39 -441 71 -603 80 -109 6 -135 12 -126 26 3 5 -150 9 -366 9 -216 0 -369 -4 -366 -9z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 777.000000"><g transform="translate(0.000000,777.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4344 7761 c9 -14 -18 -20 -122 -26 -167 -10 -408 -42 -612 -81 -203 -39 -223 -44 -402 -90 -137 -36 -428 -125 -483 -148 -16 -7 -68 -28 -115 -45 -47 -18 -94 -36 -105 -41 -11 -5 -42 -19 -70 -30 -132 -57 -346 -162 -440 -216 -33 -19 -69 -39 -80 -44 -21 -10 -33 -17 -103 -62 -24 -16 -45 -28 -47 -28 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -70 -45 -3 0 -75 -53 -161 -117 -207 -155 -437 -365 -592 -539 -152 -170 -195 -225 -292 -369 -194 -290 -292 -489 -418 -855 -24 -70 -63 -221 -95 -370 -35 -165 -66 -483 -66 -670 0 -187 31 -505 67 -670 31 -149 74 -326 87 -360 8 -19 23 -64 34 -100 24 -74 41 -126 53 -155 94 -234 209 -471 292 -602 15 -24 27 -45 27 -47 0 -3 20 -34 45 -70 25 -37 45 -69 45 -72 0 -17 250 -335 363 -461 168 -187 403 -403 602 -554 69 -53 330 -229 338 -229 3 0 25 -13 49 -29 94 -62 333 -185 508 -260 176 -76 202 -86 480 -175 120 -38 413 -100 575 -120 238 -30 334 -36 585 -36 362 0 608 25 950 97 245 51 517 132 750 223 30 12 66 25 80 29 23 8 55 22 185 81 73 33 289 141 350 175 33 18 67 37 75 41 8 4 64 37 123 73 60 36 116 71 125 76 32 19 160 107 262 180 34 24 253 197 260 205 3 3 41 36 85 74 124 106 307 288 475 471 107 118 342 432 451 605 78 122 103 165 176 295 26 45 118 232 156 315 78 172 171 445 215 630 78 327 92 452 92 807 0 344 -10 434 -83 743 -30 130 -104 350 -154 460 -73 159 -154 316 -193 370 -11 16 -20 30 -20 33 0 13 -128 192 -220 308 -95 120 -406 436 -467 476 -15 10 -41 30 -58 45 -76 67 -333 241 -474 320 -111 63 -406 208 -422 208 -8 0 -23 6 -34 13 -17 12 -71 34 -225 91 -32 13 -167 56 -280 90 -25 8 -76 21 -115 30 -38 9 -92 23 -120 31 -46 12 -114 27 -290 60 -204 39 -441 71 -603 80 -109 6 -135 12 -126 26 3 5 -150 9 -366 9 -216 0 -369 -4 -366 -9z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.cta-three__image__shape {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: var(--cherito-base);
    position: relative;
    position: absolute;
    top: 112px;
    left: -45px;
    animation: zump 2s linear infinite;
}

@media (max-width: 1199px) {
    .cta-three__image__shape {
        top: auto;
        left: -30px;
        bottom: 50px;
    }
}

@media (max-width: 991px) {
    .cta-three__image__shape {
        display: none;
    }
}

.cta-three__image__shape::after {
    content: "";
    width: 67px;
    height: 67px;
    border-radius: inherit;
    border: 1px solid var(--cherito-white, #ffffff);
    position: absolute;
    top: 9px;
    left: -25px;
}

@media (max-width: 1199px) {
    .cta-three__image__shape::after {
        top: 20px;
    }
}

.cta-four {
    padding-top: 108px;
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 991px) {
    .cta-four {
        padding-top: 0;
    }
}

.cta-four__inner {
    position: relative;
    padding-top: 181px;
}

@media (max-width: 767px) {
    .cta-four__inner {
        padding-top: 0;
    }
}

.cta-four__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--cherito-white2);
    border-radius: 10px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 312.000000"><g transform="translate(0.000000,312.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 1560 l0 -1560 4500 0 4500 0 0 1560 0 1560 -4500 0 -4500 0 0 -1560z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 312.000000"><g transform="translate(0.000000,312.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 1560 l0 -1560 4500 0 4500 0 0 1560 0 1560 -4500 0 -4500 0 0 -1560z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

@media (max-width: 767px) {
    .cta-four__bg {
        display: none;
    }
}

.cta-four__image {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: calc(50% - 32px);
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
}

@media (max-width: 991px) {
    .cta-four__image {
        left: 50%;
    }
}

.cta-four__content {
    position: relative;
    margin-left: 102px;
    padding: 35px 27px 24px 67px;
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 97px;
    background: rgba(var(--cherito-base-rgb), 0.9);
    border-radius: 10px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .cta-four__content {
        margin: 0;
        padding-left: 40px;
        max-width: 100%;
        gap: 60px;
    }
}

@media (max-width: 991px) {
    .cta-four__content {
        padding-right: 40px;
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .cta-four__content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 460px) {
    .cta-four__content {
        padding-bottom: 44px;
        gap: 30px;
    }
}

.cta-four__title {
    margin: 0;
    font-size: 30px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1.333;
}

@media (max-width: 991px) {
    .cta-four__title {
        text-align: center;
    }
}

@media (max-width: 390px) {
    .cta-four__title {
        font-size: 26px;
    }
}

.cta-four__button {
    width: 362px;
    height: 167px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    background: var(--cherito-black);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 417.000000"><g transform="translate(0.000000,417.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2356 3965 c-11 -8 -38 -15 -60 -15 -60 0 -80 -17 -30 -25 45 -7 207 -35 244 -42 52 -10 -8 -23 -122 -27 -62 -2 -123 -4 -136 -5 -13 -1 -20 -5 -17 -11 4 -6 49 -10 108 -9 56 0 115 -4 131 -11 16 -6 42 -8 58 -5 22 5 28 3 28 -9 0 -29 -45 -41 -98 -28 -39 10 -131 16 -192 12 -8 0 -73 4 -145 10 -170 14 -195 14 -289 0 -69 -10 -80 -10 -88 4 -5 8 -29 18 -56 21 -26 4 -67 13 -91 21 -25 8 -69 14 -99 14 -30 0 -68 6 -85 14 -18 8 -69 16 -114 19 -63 3 -88 8 -104 23 -15 13 -34 18 -67 17 -58 -1 -213 -21 -220 -27 -2 -3 13 -7 34 -11 22 -3 75 -12 119 -20 44 -8 100 -17 125 -21 40 -6 42 -8 20 -15 -14 -4 -46 -10 -72 -14 -27 -3 -48 -10 -48 -14 0 -14 41 -21 132 -21 78 0 87 2 93 20 7 21 18 23 77 14 38 -7 43 -24 7 -24 -10 0 -19 -4 -19 -10 0 -5 6 -10 14 -10 8 0 16 -5 18 -11 3 -8 18 -8 58 1 41 9 62 9 84 0 26 -9 28 -13 15 -25 -20 -20 -122 -38 -169 -30 -35 6 -39 4 -42 -17 l-3 -23 -240 4 c-151 2 -253 8 -276 15 -44 15 -65 11 -48 -11 19 -22 -5 -33 -71 -33 -50 0 -59 -4 -96 -37 -23 -21 -60 -51 -83 -66 -22 -16 -41 -32 -41 -36 0 -15 78 -31 183 -38 93 -5 109 -9 128 -29 21 -22 21 -22 1 -33 -11 -6 -57 -13 -102 -17 -81 -7 -83 -8 -96 -39 -7 -18 -20 -35 -29 -38 -21 -9 -19 -22 7 -34 22 -9 21 -11 -20 -34 -36 -21 -42 -29 -42 -58 0 -32 -1 -33 -34 -27 -50 9 -82 -7 -96 -48 -14 -43 -5 -92 18 -101 15 -5 14 -9 -8 -26 -24 -18 -24 -20 -7 -33 10 -8 46 -17 80 -20 35 -4 69 -11 77 -16 17 -11 18 -10 -95 -35 -44 -10 -86 -19 -93 -21 -18 -5 -5 -24 17 -24 26 0 38 -18 48 -70 7 -39 12 -46 37 -50 40 -7 41 -21 3 -45 -45 -29 -42 -51 7 -48 37 3 38 2 31 -25 -3 -15 -8 -38 -9 -52 -2 -22 -8 -26 -51 -30 -60 -6 -68 -24 -21 -44 49 -20 39 -43 -22 -51 -64 -9 -74 -13 -69 -28 2 -8 20 -11 55 -9 40 3 52 1 52 -10 0 -16 -40 -38 -70 -38 -11 0 -34 -9 -52 -20 -18 -11 -41 -20 -50 -20 -10 0 -18 -5 -18 -11 0 -5 -13 -15 -30 -20 -16 -6 -30 -15 -30 -20 0 -19 41 -49 68 -49 33 -1 70 -26 56 -39 -5 -6 -29 -11 -54 -13 -25 -2 -44 -7 -43 -12 1 -6 32 -18 70 -29 89 -25 113 -35 113 -46 0 -5 -18 -10 -39 -9 -46 0 -135 -19 -171 -37 -14 -7 -44 -21 -67 -31 -48 -21 -48 -21 -29 -60 15 -27 9 -55 -14 -69 -6 -3 -10 -17 -10 -30 0 -30 55 -65 103 -65 40 0 59 -18 33 -32 -10 -6 -16 -22 -16 -48 0 -29 -5 -42 -20 -50 -30 -16 -42 -54 -28 -85 13 -28 39 -33 58 -10 18 21 33 19 82 -13 24 -16 65 -37 92 -48 48 -19 77 -46 64 -59 -4 -4 -76 -12 -160 -17 -159 -11 -198 -22 -198 -57 0 -40 14 -52 82 -72 l70 -21 26 31 c25 30 31 32 82 29 62 -3 70 -20 14 -28 -53 -7 -55 -28 -3 -32 23 -2 44 -8 46 -13 2 -6 -20 -21 -48 -34 l-51 -23 49 -28 c43 -25 60 -45 89 -108 1 -2 29 -10 63 -18 55 -12 105 -28 214 -67 20 -7 46 -23 57 -35 29 -31 96 -47 145 -34 58 15 86 -1 106 -60 8 -26 18 -51 22 -54 3 -3 54 0 112 6 74 9 109 10 116 3 6 -6 27 -9 47 -6 21 3 69 -3 107 -12 64 -16 145 -29 250 -40 135 -16 185 -29 185 -50 0 -13 -76 -14 -117 -1 -32 10 -188 27 -272 29 -53 1 -76 -2 -79 -11 -3 -9 10 -12 48 -11 44 2 55 -1 69 -20 16 -21 24 -22 116 -20 55 1 118 -3 140 -9 22 -6 71 -13 108 -16 38 -2 75 -10 83 -17 11 -9 17 -9 29 1 12 10 102 13 370 15 302 1 357 4 372 17 12 10 42 16 91 17 77 1 106 -8 134 -43 l17 -21 10 29 c8 19 16 26 27 22 9 -3 29 -6 45 -6 17 0 36 -8 46 -20 10 -11 23 -20 31 -20 7 0 27 -7 44 -16 22 -11 33 -13 41 -5 6 6 21 11 34 11 13 0 28 9 35 20 17 26 28 25 28 -2 -1 -45 -39 -59 -178 -64 -70 -3 -133 -7 -139 -9 -58 -19 97 -44 296 -48 130 -2 142 5 90 53 -26 23 -31 32 -21 42 22 22 14 48 -13 48 -31 0 -33 18 -2 25 12 3 92 4 177 1 85 -3 226 -5 313 -5 89 0 157 -4 157 -9 0 -17 -26 -31 -101 -55 -58 -18 -74 -27 -74 -42 -1 -48 -34 -59 -71 -24 -35 33 -58 19 -50 -30 4 -27 2 -41 -7 -44 -6 -2 -9 -8 -5 -12 3 -4 24 5 45 19 47 32 63 33 63 2 0 -29 18 -44 26 -22 10 25 43 19 54 -9 13 -34 44 -32 70 5 12 16 33 33 48 37 14 3 41 15 59 25 46 28 77 21 78 -17 0 -30 0 -30 62 -33 72 -3 111 11 92 34 -6 8 -22 14 -34 14 -25 0 -50 24 -41 38 11 19 81 21 136 6 30 -9 85 -15 123 -14 75 2 94 -14 62 -50 -9 -10 -14 -23 -11 -28 6 -11 112 9 176 33 25 9 77 18 115 20 39 1 82 6 96 10 15 3 45 1 68 -5 23 -6 115 -13 205 -15 110 -2 171 -8 184 -16 17 -11 25 -11 45 0 18 10 49 11 113 7 49 -3 136 -5 194 -4 187 5 294 3 317 -5 17 -6 27 -3 40 12 24 29 78 28 94 0 l11 -21 22 21 c16 15 35 21 67 21 53 0 73 -14 58 -42 -7 -14 -21 -18 -58 -18 -31 0 -53 -5 -61 -15 -7 -8 -27 -15 -45 -15 -31 0 -45 -13 -45 -41 0 -5 35 -9 78 -8 123 2 263 -8 275 -20 16 -16 59 -13 97 5 30 16 36 16 64 1 48 -24 91 -30 105 -14 9 11 34 14 110 11 73 -3 102 0 110 9 6 8 10 44 8 83 l-2 69 35 7 c19 4 58 12 87 18 76 16 268 9 268 -9 0 -21 -46 -31 -170 -37 -60 -2 -114 -9 -119 -14 -14 -14 1 -39 29 -50 30 -11 335 4 363 18 23 12 163 25 287 27 174 3 318 21 335 43 12 14 30 19 70 20 30 1 87 5 127 9 61 7 77 13 108 41 27 23 35 37 30 50 -6 16 -7 16 -19 -1 -28 -37 -76 -17 -76 32 0 29 56 63 91 56 31 -7 69 15 69 39 0 7 20 32 45 56 37 36 45 51 45 81 0 22 8 47 21 62 11 15 23 42 26 61 3 19 16 45 29 57 35 33 31 62 -11 85 -40 21 -40 20 -19 69 9 22 13 49 9 66 -4 18 1 44 13 72 11 25 23 63 27 86 4 25 14 45 26 51 33 18 23 48 -21 66 -47 19 -53 51 -9 46 50 -6 44 54 -11 111 -26 27 -28 34 -23 78 6 48 5 49 -21 49 -34 0 -45 26 -20 45 64 46 61 41 38 67 -28 31 -35 62 -18 87 8 11 10 22 5 25 -6 4 -6 18 -1 35 10 34 5 41 -27 41 -16 0 -23 6 -23 20 0 12 -7 31 -16 45 -14 22 -14 24 5 35 35 18 26 46 -24 70 -25 12 -45 26 -45 32 0 5 -13 23 -30 38 -26 24 -28 29 -15 40 24 20 17 53 -17 82 -28 22 -31 30 -22 45 6 10 20 19 32 21 32 5 44 27 48 92 l4 60 -48 0 c-26 0 -63 3 -83 6 -35 6 -37 5 -44 -25 -8 -37 -37 -41 -75 -11 -23 19 -24 21 -7 31 9 5 17 16 17 24 0 8 18 24 40 35 22 11 40 27 40 35 0 19 40 29 101 23 31 -3 53 -1 59 7 12 14 3 25 -19 25 -9 0 -33 11 -53 25 l-36 24 -16 -24 c-20 -30 -30 -31 -53 -6 -16 17 -25 18 -73 10 -54 -9 -146 -4 -198 11 -28 8 -26 9 23 25 8 2 15 14 15 25 0 29 -43 26 -74 -5 -25 -25 -27 -25 -138 -19 -152 9 -160 13 -156 66 l3 43 150 0 c137 0 153 2 187 22 21 12 40 18 43 12 10 -15 41 -10 60 11 10 11 26 20 36 20 27 0 49 11 49 25 0 18 -34 45 -57 45 -12 0 -23 6 -26 13 -3 10 -9 10 -26 0 -11 -7 -50 -13 -85 -13 -44 0 -69 -5 -80 -15 -17 -18 -43 -20 -48 -3 -2 6 -21 11 -43 10 -27 -1 -44 4 -57 18 -11 11 -32 20 -48 20 -16 0 -51 5 -77 10 -85 19 -152 106 -76 98 20 -2 28 2 28 12 0 19 -88 43 -132 35 -36 -6 -42 1 -17 20 14 9 15 21 10 59 -7 46 -9 48 -34 41 -15 -5 -76 -10 -137 -12 -121 -4 -158 6 -163 45 -4 26 35 46 56 29 9 -7 34 -6 82 2 60 11 72 11 92 -3 17 -13 49 -16 144 -16 83 0 124 -4 126 -11 2 -7 24 -12 48 -13 54 -1 62 21 15 43 -16 8 -36 20 -43 28 -9 9 -47 14 -120 15 -197 3 -227 5 -275 18 -43 12 -51 12 -77 -3 -27 -17 -30 -17 -47 1 -27 28 -52 34 -89 20 -29 -10 -36 -9 -53 6 -24 22 -41 13 -41 -21 0 -24 2 -25 40 -20 34 4 45 1 67 -19 14 -13 30 -24 34 -24 18 0 8 -30 -15 -46 -20 -13 -42 -14 -118 -10 -116 8 -300 47 -294 62 6 16 -14 34 -40 34 -12 0 -33 -10 -48 -21 l-27 -21 -20 21 c-12 12 -32 21 -49 21 -46 0 -70 31 -70 90 0 53 -10 61 -48 40 -9 -5 -29 -14 -44 -20 -35 -12 -36 -28 -2 -40 14 -6 24 -16 22 -23 -7 -19 -47 -21 -54 -2 -10 24 -72 46 -110 39 -25 -5 -40 -1 -60 15 -29 23 -83 28 -101 10 -16 -16 -53 -1 -53 21 0 11 7 23 16 28 22 12 11 28 -22 35 -18 3 -22 1 -15 -6 17 -17 13 -27 -14 -37 -15 -6 -25 -17 -25 -29 0 -23 -37 -38 -53 -22 -7 7 -6 15 3 26 10 13 9 15 -6 15 -11 0 -26 -4 -34 -10 -9 -6 -19 -5 -29 3 -19 16 -338 24 -354 8 -7 -7 -2 -13 17 -21 30 -11 30 -36 0 -33 -70 7 -114 17 -114 25 0 5 12 7 28 6 21 -2 28 2 30 17 2 18 -6 22 -65 32 -37 7 -90 15 -118 19 -27 4 -55 10 -60 15 -12 9 -133 28 -255 39 -84 7 -110 1 -110 -24 0 -20 -92 -7 -148 21 l-53 26 -38 -22 c-46 -25 -51 -26 -51 -6 0 21 -26 19 -50 -5 -19 -19 -22 -19 -56 -5 -47 19 -103 19 -165 -1 -48 -16 -99 -13 -99 6 0 6 11 10 24 10 14 0 28 5 31 10 10 17 -69 11 -94 -7 -20 -13 -29 -14 -57 -4 -28 10 -38 9 -64 -4 -19 -10 -50 -15 -77 -14 -33 2 -47 -1 -54 -13 -11 -20 -69 -17 -123 6 -22 9 -61 17 -87 18 -37 0 -53 6 -71 25 -20 21 -29 23 -68 18 -192 -25 -633 3 -685 43 -18 14 -47 18 -166 20 -128 3 -150 6 -196 28 -59 28 -80 29 -107 9z m259 -95 c-3 -5 -12 -10 -20 -10 -8 0 -17 5 -20 10 -4 6 5 10 20 10 15 0 24 -4 20 -10z m4164 -3330 c12 -1 11 -5 -8 -20 -16 -14 -38 -20 -72 -20 -38 0 -51 -4 -59 -20 -12 -23 -40 -27 -40 -5 0 8 -14 22 -31 31 -18 9 -28 19 -23 24 10 10 141 19 188 13 16 -1 36 -3 45 -3z m128 -43 c10 -11 -9 -27 -32 -27 -35 0 -77 18 -70 30 6 10 91 7 102 -3z"/> <path d="M2655 3971 c-11 -18 5 -31 36 -31 24 0 30 4 27 18 -4 19 -52 29 -63 13z"/> <path d="M2894 3969 c-13 -21 35 -51 70 -43 59 12 61 45 3 42 -18 -1 -39 2 -48 6 -10 4 -20 2 -25 -5z"/> <path d="M1384 3938 c-9 -15 32 -48 60 -48 11 0 28 4 36 10 11 7 9 11 -12 19 -14 5 -29 15 -33 20 -8 15 -42 14 -51 -1z"/> <path d="M1620 3926 c0 -20 26 -27 71 -20 23 4 39 12 39 20 0 16 -26 19 -35 4 -4 -7 -12 -7 -25 0 -27 14 -50 12 -50 -4z"/> <path d="M6804 3649 c-10 -17 13 -36 27 -22 12 12 4 33 -11 33 -5 0 -12 -5 -16 -11z"/> <path d="M8176 3641 c-3 -5 0 -11 8 -14 15 -6 26 1 26 15 0 11 -27 10 -34 -1z"/> <path d="M7917 3623 c-4 -3 -7 -15 -7 -25 0 -17 5 -19 33 -12 17 3 41 10 52 14 18 7 18 9 -8 19 -32 12 -60 14 -70 4z"/> <path d="M7785 3611 c-7 -12 12 -24 25 -16 11 7 4 25 -10 25 -5 0 -11 -4 -15 -9z"/> <path d="M7890 3550 c0 -19 20 -27 33 -13 8 7 -11 33 -24 33 -5 0 -9 -9 -9 -20z"/> <path d="M8280 3540 c0 -5 9 -10 19 -10 11 0 23 5 26 10 4 6 -5 10 -19 10 -14 0 -26 -4 -26 -10z"/> <path d="M7515 3431 c-7 -12 12 -24 25 -16 11 7 4 25 -10 25 -5 0 -11 -4 -15 -9z"/> <path d="M7781 3341 c-9 -6 -10 -11 -2 -15 6 -4 11 -18 11 -32 0 -17 10 -30 33 -44 39 -24 51 -21 54 11 5 44 -63 101 -96 80z"/> <path d="M8138 3297 c-31 -25 -35 -39 -15 -55 20 -17 68 27 61 56 -8 27 -12 27 -46 -1z"/> <path d="M8401 2951 c-8 -5 -9 -11 -3 -15 13 -8 42 3 42 15 0 11 -21 11 -39 0z"/> <path d="M86 1645 c-19 -19 -20 -27 -5 -42 17 -17 71 12 67 35 -4 23 -42 27 -62 7z"/> <path d="M8760 1581 c0 -12 5 -21 10 -21 6 0 10 6 10 14 0 8 -4 18 -10 21 -5 3 -10 -3 -10 -14z"/> <path d="M145 1220 c-7 -12 2 -30 16 -30 12 0 12 27 0 35 -5 3 -12 1 -16 -5z"/> <path d="M746 803 c-11 -11 -6 -23 9 -23 8 0 15 4 15 9 0 13 -16 22 -24 14z"/> <path d="M895 791 c-7 -12 31 -25 45 -16 5 3 10 10 10 16 0 12 -47 12 -55 0z"/> <path d="M3528 603 c-75 -31 -36 -44 122 -40 84 2 105 6 105 17 0 11 -7 14 -25 10 -55 -11 -132 -4 -142 13 -11 20 -13 20 -60 0z"/> <path d="M968 599 c-29 -16 -21 -29 17 -29 33 0 35 2 25 20 -12 23 -18 24 -42 9z"/> <path d="M8574 576 c-8 -22 2 -46 21 -46 19 0 20 34 0 50 -12 10 -16 9 -21 -4z"/> <path d="M3518 508 c-42 -22 -45 -30 -24 -48 12 -9 22 -7 48 12 42 29 50 41 35 50 -16 10 -16 10 -59 -14z"/> <path d="M3447 473 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z"/> <path d="M4400 461 c0 -25 72 -42 85 -20 9 14 7 16 -42 24 -28 4 -43 3 -43 -4z"/> <path d="M7028 379 c-25 -14 -22 -48 4 -58 13 -4 38 -4 56 1 27 8 36 6 46 -7 22 -31 110 4 91 36 -5 7 -24 9 -54 5 -39 -5 -48 -3 -59 14 -13 22 -55 26 -84 9z"/> <path d="M6012 358 c-39 -24 -30 -43 16 -33 34 7 57 29 47 45 -9 15 -26 12 -63 -12z"/> <path d="M7430 320 c-13 -9 -13 -11 0 -20 21 -14 44 -8 48 13 4 19 -23 23 -48 7z"/> <path d="M5756 296 c-9 -15 -12 -27 -6 -31 12 -8 59 26 60 43 0 21 -37 13 -54 -12z"/> <path d="M7780 310 c0 -5 11 -10 25 -10 14 0 25 5 25 10 0 6 -11 10 -25 10 -14 0 -25 -4 -25 -10z"/> <path d="M5650 275 c0 -10 7 -15 18 -13 21 4 19 22 -2 26 -10 2 -16 -3 -16 -13z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 417.000000"><g transform="translate(0.000000,417.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2356 3965 c-11 -8 -38 -15 -60 -15 -60 0 -80 -17 -30 -25 45 -7 207 -35 244 -42 52 -10 -8 -23 -122 -27 -62 -2 -123 -4 -136 -5 -13 -1 -20 -5 -17 -11 4 -6 49 -10 108 -9 56 0 115 -4 131 -11 16 -6 42 -8 58 -5 22 5 28 3 28 -9 0 -29 -45 -41 -98 -28 -39 10 -131 16 -192 12 -8 0 -73 4 -145 10 -170 14 -195 14 -289 0 -69 -10 -80 -10 -88 4 -5 8 -29 18 -56 21 -26 4 -67 13 -91 21 -25 8 -69 14 -99 14 -30 0 -68 6 -85 14 -18 8 -69 16 -114 19 -63 3 -88 8 -104 23 -15 13 -34 18 -67 17 -58 -1 -213 -21 -220 -27 -2 -3 13 -7 34 -11 22 -3 75 -12 119 -20 44 -8 100 -17 125 -21 40 -6 42 -8 20 -15 -14 -4 -46 -10 -72 -14 -27 -3 -48 -10 -48 -14 0 -14 41 -21 132 -21 78 0 87 2 93 20 7 21 18 23 77 14 38 -7 43 -24 7 -24 -10 0 -19 -4 -19 -10 0 -5 6 -10 14 -10 8 0 16 -5 18 -11 3 -8 18 -8 58 1 41 9 62 9 84 0 26 -9 28 -13 15 -25 -20 -20 -122 -38 -169 -30 -35 6 -39 4 -42 -17 l-3 -23 -240 4 c-151 2 -253 8 -276 15 -44 15 -65 11 -48 -11 19 -22 -5 -33 -71 -33 -50 0 -59 -4 -96 -37 -23 -21 -60 -51 -83 -66 -22 -16 -41 -32 -41 -36 0 -15 78 -31 183 -38 93 -5 109 -9 128 -29 21 -22 21 -22 1 -33 -11 -6 -57 -13 -102 -17 -81 -7 -83 -8 -96 -39 -7 -18 -20 -35 -29 -38 -21 -9 -19 -22 7 -34 22 -9 21 -11 -20 -34 -36 -21 -42 -29 -42 -58 0 -32 -1 -33 -34 -27 -50 9 -82 -7 -96 -48 -14 -43 -5 -92 18 -101 15 -5 14 -9 -8 -26 -24 -18 -24 -20 -7 -33 10 -8 46 -17 80 -20 35 -4 69 -11 77 -16 17 -11 18 -10 -95 -35 -44 -10 -86 -19 -93 -21 -18 -5 -5 -24 17 -24 26 0 38 -18 48 -70 7 -39 12 -46 37 -50 40 -7 41 -21 3 -45 -45 -29 -42 -51 7 -48 37 3 38 2 31 -25 -3 -15 -8 -38 -9 -52 -2 -22 -8 -26 -51 -30 -60 -6 -68 -24 -21 -44 49 -20 39 -43 -22 -51 -64 -9 -74 -13 -69 -28 2 -8 20 -11 55 -9 40 3 52 1 52 -10 0 -16 -40 -38 -70 -38 -11 0 -34 -9 -52 -20 -18 -11 -41 -20 -50 -20 -10 0 -18 -5 -18 -11 0 -5 -13 -15 -30 -20 -16 -6 -30 -15 -30 -20 0 -19 41 -49 68 -49 33 -1 70 -26 56 -39 -5 -6 -29 -11 -54 -13 -25 -2 -44 -7 -43 -12 1 -6 32 -18 70 -29 89 -25 113 -35 113 -46 0 -5 -18 -10 -39 -9 -46 0 -135 -19 -171 -37 -14 -7 -44 -21 -67 -31 -48 -21 -48 -21 -29 -60 15 -27 9 -55 -14 -69 -6 -3 -10 -17 -10 -30 0 -30 55 -65 103 -65 40 0 59 -18 33 -32 -10 -6 -16 -22 -16 -48 0 -29 -5 -42 -20 -50 -30 -16 -42 -54 -28 -85 13 -28 39 -33 58 -10 18 21 33 19 82 -13 24 -16 65 -37 92 -48 48 -19 77 -46 64 -59 -4 -4 -76 -12 -160 -17 -159 -11 -198 -22 -198 -57 0 -40 14 -52 82 -72 l70 -21 26 31 c25 30 31 32 82 29 62 -3 70 -20 14 -28 -53 -7 -55 -28 -3 -32 23 -2 44 -8 46 -13 2 -6 -20 -21 -48 -34 l-51 -23 49 -28 c43 -25 60 -45 89 -108 1 -2 29 -10 63 -18 55 -12 105 -28 214 -67 20 -7 46 -23 57 -35 29 -31 96 -47 145 -34 58 15 86 -1 106 -60 8 -26 18 -51 22 -54 3 -3 54 0 112 6 74 9 109 10 116 3 6 -6 27 -9 47 -6 21 3 69 -3 107 -12 64 -16 145 -29 250 -40 135 -16 185 -29 185 -50 0 -13 -76 -14 -117 -1 -32 10 -188 27 -272 29 -53 1 -76 -2 -79 -11 -3 -9 10 -12 48 -11 44 2 55 -1 69 -20 16 -21 24 -22 116 -20 55 1 118 -3 140 -9 22 -6 71 -13 108 -16 38 -2 75 -10 83 -17 11 -9 17 -9 29 1 12 10 102 13 370 15 302 1 357 4 372 17 12 10 42 16 91 17 77 1 106 -8 134 -43 l17 -21 10 29 c8 19 16 26 27 22 9 -3 29 -6 45 -6 17 0 36 -8 46 -20 10 -11 23 -20 31 -20 7 0 27 -7 44 -16 22 -11 33 -13 41 -5 6 6 21 11 34 11 13 0 28 9 35 20 17 26 28 25 28 -2 -1 -45 -39 -59 -178 -64 -70 -3 -133 -7 -139 -9 -58 -19 97 -44 296 -48 130 -2 142 5 90 53 -26 23 -31 32 -21 42 22 22 14 48 -13 48 -31 0 -33 18 -2 25 12 3 92 4 177 1 85 -3 226 -5 313 -5 89 0 157 -4 157 -9 0 -17 -26 -31 -101 -55 -58 -18 -74 -27 -74 -42 -1 -48 -34 -59 -71 -24 -35 33 -58 19 -50 -30 4 -27 2 -41 -7 -44 -6 -2 -9 -8 -5 -12 3 -4 24 5 45 19 47 32 63 33 63 2 0 -29 18 -44 26 -22 10 25 43 19 54 -9 13 -34 44 -32 70 5 12 16 33 33 48 37 14 3 41 15 59 25 46 28 77 21 78 -17 0 -30 0 -30 62 -33 72 -3 111 11 92 34 -6 8 -22 14 -34 14 -25 0 -50 24 -41 38 11 19 81 21 136 6 30 -9 85 -15 123 -14 75 2 94 -14 62 -50 -9 -10 -14 -23 -11 -28 6 -11 112 9 176 33 25 9 77 18 115 20 39 1 82 6 96 10 15 3 45 1 68 -5 23 -6 115 -13 205 -15 110 -2 171 -8 184 -16 17 -11 25 -11 45 0 18 10 49 11 113 7 49 -3 136 -5 194 -4 187 5 294 3 317 -5 17 -6 27 -3 40 12 24 29 78 28 94 0 l11 -21 22 21 c16 15 35 21 67 21 53 0 73 -14 58 -42 -7 -14 -21 -18 -58 -18 -31 0 -53 -5 -61 -15 -7 -8 -27 -15 -45 -15 -31 0 -45 -13 -45 -41 0 -5 35 -9 78 -8 123 2 263 -8 275 -20 16 -16 59 -13 97 5 30 16 36 16 64 1 48 -24 91 -30 105 -14 9 11 34 14 110 11 73 -3 102 0 110 9 6 8 10 44 8 83 l-2 69 35 7 c19 4 58 12 87 18 76 16 268 9 268 -9 0 -21 -46 -31 -170 -37 -60 -2 -114 -9 -119 -14 -14 -14 1 -39 29 -50 30 -11 335 4 363 18 23 12 163 25 287 27 174 3 318 21 335 43 12 14 30 19 70 20 30 1 87 5 127 9 61 7 77 13 108 41 27 23 35 37 30 50 -6 16 -7 16 -19 -1 -28 -37 -76 -17 -76 32 0 29 56 63 91 56 31 -7 69 15 69 39 0 7 20 32 45 56 37 36 45 51 45 81 0 22 8 47 21 62 11 15 23 42 26 61 3 19 16 45 29 57 35 33 31 62 -11 85 -40 21 -40 20 -19 69 9 22 13 49 9 66 -4 18 1 44 13 72 11 25 23 63 27 86 4 25 14 45 26 51 33 18 23 48 -21 66 -47 19 -53 51 -9 46 50 -6 44 54 -11 111 -26 27 -28 34 -23 78 6 48 5 49 -21 49 -34 0 -45 26 -20 45 64 46 61 41 38 67 -28 31 -35 62 -18 87 8 11 10 22 5 25 -6 4 -6 18 -1 35 10 34 5 41 -27 41 -16 0 -23 6 -23 20 0 12 -7 31 -16 45 -14 22 -14 24 5 35 35 18 26 46 -24 70 -25 12 -45 26 -45 32 0 5 -13 23 -30 38 -26 24 -28 29 -15 40 24 20 17 53 -17 82 -28 22 -31 30 -22 45 6 10 20 19 32 21 32 5 44 27 48 92 l4 60 -48 0 c-26 0 -63 3 -83 6 -35 6 -37 5 -44 -25 -8 -37 -37 -41 -75 -11 -23 19 -24 21 -7 31 9 5 17 16 17 24 0 8 18 24 40 35 22 11 40 27 40 35 0 19 40 29 101 23 31 -3 53 -1 59 7 12 14 3 25 -19 25 -9 0 -33 11 -53 25 l-36 24 -16 -24 c-20 -30 -30 -31 -53 -6 -16 17 -25 18 -73 10 -54 -9 -146 -4 -198 11 -28 8 -26 9 23 25 8 2 15 14 15 25 0 29 -43 26 -74 -5 -25 -25 -27 -25 -138 -19 -152 9 -160 13 -156 66 l3 43 150 0 c137 0 153 2 187 22 21 12 40 18 43 12 10 -15 41 -10 60 11 10 11 26 20 36 20 27 0 49 11 49 25 0 18 -34 45 -57 45 -12 0 -23 6 -26 13 -3 10 -9 10 -26 0 -11 -7 -50 -13 -85 -13 -44 0 -69 -5 -80 -15 -17 -18 -43 -20 -48 -3 -2 6 -21 11 -43 10 -27 -1 -44 4 -57 18 -11 11 -32 20 -48 20 -16 0 -51 5 -77 10 -85 19 -152 106 -76 98 20 -2 28 2 28 12 0 19 -88 43 -132 35 -36 -6 -42 1 -17 20 14 9 15 21 10 59 -7 46 -9 48 -34 41 -15 -5 -76 -10 -137 -12 -121 -4 -158 6 -163 45 -4 26 35 46 56 29 9 -7 34 -6 82 2 60 11 72 11 92 -3 17 -13 49 -16 144 -16 83 0 124 -4 126 -11 2 -7 24 -12 48 -13 54 -1 62 21 15 43 -16 8 -36 20 -43 28 -9 9 -47 14 -120 15 -197 3 -227 5 -275 18 -43 12 -51 12 -77 -3 -27 -17 -30 -17 -47 1 -27 28 -52 34 -89 20 -29 -10 -36 -9 -53 6 -24 22 -41 13 -41 -21 0 -24 2 -25 40 -20 34 4 45 1 67 -19 14 -13 30 -24 34 -24 18 0 8 -30 -15 -46 -20 -13 -42 -14 -118 -10 -116 8 -300 47 -294 62 6 16 -14 34 -40 34 -12 0 -33 -10 -48 -21 l-27 -21 -20 21 c-12 12 -32 21 -49 21 -46 0 -70 31 -70 90 0 53 -10 61 -48 40 -9 -5 -29 -14 -44 -20 -35 -12 -36 -28 -2 -40 14 -6 24 -16 22 -23 -7 -19 -47 -21 -54 -2 -10 24 -72 46 -110 39 -25 -5 -40 -1 -60 15 -29 23 -83 28 -101 10 -16 -16 -53 -1 -53 21 0 11 7 23 16 28 22 12 11 28 -22 35 -18 3 -22 1 -15 -6 17 -17 13 -27 -14 -37 -15 -6 -25 -17 -25 -29 0 -23 -37 -38 -53 -22 -7 7 -6 15 3 26 10 13 9 15 -6 15 -11 0 -26 -4 -34 -10 -9 -6 -19 -5 -29 3 -19 16 -338 24 -354 8 -7 -7 -2 -13 17 -21 30 -11 30 -36 0 -33 -70 7 -114 17 -114 25 0 5 12 7 28 6 21 -2 28 2 30 17 2 18 -6 22 -65 32 -37 7 -90 15 -118 19 -27 4 -55 10 -60 15 -12 9 -133 28 -255 39 -84 7 -110 1 -110 -24 0 -20 -92 -7 -148 21 l-53 26 -38 -22 c-46 -25 -51 -26 -51 -6 0 21 -26 19 -50 -5 -19 -19 -22 -19 -56 -5 -47 19 -103 19 -165 -1 -48 -16 -99 -13 -99 6 0 6 11 10 24 10 14 0 28 5 31 10 10 17 -69 11 -94 -7 -20 -13 -29 -14 -57 -4 -28 10 -38 9 -64 -4 -19 -10 -50 -15 -77 -14 -33 2 -47 -1 -54 -13 -11 -20 -69 -17 -123 6 -22 9 -61 17 -87 18 -37 0 -53 6 -71 25 -20 21 -29 23 -68 18 -192 -25 -633 3 -685 43 -18 14 -47 18 -166 20 -128 3 -150 6 -196 28 -59 28 -80 29 -107 9z m259 -95 c-3 -5 -12 -10 -20 -10 -8 0 -17 5 -20 10 -4 6 5 10 20 10 15 0 24 -4 20 -10z m4164 -3330 c12 -1 11 -5 -8 -20 -16 -14 -38 -20 -72 -20 -38 0 -51 -4 -59 -20 -12 -23 -40 -27 -40 -5 0 8 -14 22 -31 31 -18 9 -28 19 -23 24 10 10 141 19 188 13 16 -1 36 -3 45 -3z m128 -43 c10 -11 -9 -27 -32 -27 -35 0 -77 18 -70 30 6 10 91 7 102 -3z"/> <path d="M2655 3971 c-11 -18 5 -31 36 -31 24 0 30 4 27 18 -4 19 -52 29 -63 13z"/> <path d="M2894 3969 c-13 -21 35 -51 70 -43 59 12 61 45 3 42 -18 -1 -39 2 -48 6 -10 4 -20 2 -25 -5z"/> <path d="M1384 3938 c-9 -15 32 -48 60 -48 11 0 28 4 36 10 11 7 9 11 -12 19 -14 5 -29 15 -33 20 -8 15 -42 14 -51 -1z"/> <path d="M1620 3926 c0 -20 26 -27 71 -20 23 4 39 12 39 20 0 16 -26 19 -35 4 -4 -7 -12 -7 -25 0 -27 14 -50 12 -50 -4z"/> <path d="M6804 3649 c-10 -17 13 -36 27 -22 12 12 4 33 -11 33 -5 0 -12 -5 -16 -11z"/> <path d="M8176 3641 c-3 -5 0 -11 8 -14 15 -6 26 1 26 15 0 11 -27 10 -34 -1z"/> <path d="M7917 3623 c-4 -3 -7 -15 -7 -25 0 -17 5 -19 33 -12 17 3 41 10 52 14 18 7 18 9 -8 19 -32 12 -60 14 -70 4z"/> <path d="M7785 3611 c-7 -12 12 -24 25 -16 11 7 4 25 -10 25 -5 0 -11 -4 -15 -9z"/> <path d="M7890 3550 c0 -19 20 -27 33 -13 8 7 -11 33 -24 33 -5 0 -9 -9 -9 -20z"/> <path d="M8280 3540 c0 -5 9 -10 19 -10 11 0 23 5 26 10 4 6 -5 10 -19 10 -14 0 -26 -4 -26 -10z"/> <path d="M7515 3431 c-7 -12 12 -24 25 -16 11 7 4 25 -10 25 -5 0 -11 -4 -15 -9z"/> <path d="M7781 3341 c-9 -6 -10 -11 -2 -15 6 -4 11 -18 11 -32 0 -17 10 -30 33 -44 39 -24 51 -21 54 11 5 44 -63 101 -96 80z"/> <path d="M8138 3297 c-31 -25 -35 -39 -15 -55 20 -17 68 27 61 56 -8 27 -12 27 -46 -1z"/> <path d="M8401 2951 c-8 -5 -9 -11 -3 -15 13 -8 42 3 42 15 0 11 -21 11 -39 0z"/> <path d="M86 1645 c-19 -19 -20 -27 -5 -42 17 -17 71 12 67 35 -4 23 -42 27 -62 7z"/> <path d="M8760 1581 c0 -12 5 -21 10 -21 6 0 10 6 10 14 0 8 -4 18 -10 21 -5 3 -10 -3 -10 -14z"/> <path d="M145 1220 c-7 -12 2 -30 16 -30 12 0 12 27 0 35 -5 3 -12 1 -16 -5z"/> <path d="M746 803 c-11 -11 -6 -23 9 -23 8 0 15 4 15 9 0 13 -16 22 -24 14z"/> <path d="M895 791 c-7 -12 31 -25 45 -16 5 3 10 10 10 16 0 12 -47 12 -55 0z"/> <path d="M3528 603 c-75 -31 -36 -44 122 -40 84 2 105 6 105 17 0 11 -7 14 -25 10 -55 -11 -132 -4 -142 13 -11 20 -13 20 -60 0z"/> <path d="M968 599 c-29 -16 -21 -29 17 -29 33 0 35 2 25 20 -12 23 -18 24 -42 9z"/> <path d="M8574 576 c-8 -22 2 -46 21 -46 19 0 20 34 0 50 -12 10 -16 9 -21 -4z"/> <path d="M3518 508 c-42 -22 -45 -30 -24 -48 12 -9 22 -7 48 12 42 29 50 41 35 50 -16 10 -16 10 -59 -14z"/> <path d="M3447 473 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z"/> <path d="M4400 461 c0 -25 72 -42 85 -20 9 14 7 16 -42 24 -28 4 -43 3 -43 -4z"/> <path d="M7028 379 c-25 -14 -22 -48 4 -58 13 -4 38 -4 56 1 27 8 36 6 46 -7 22 -31 110 4 91 36 -5 7 -24 9 -54 5 -39 -5 -48 -3 -59 14 -13 22 -55 26 -84 9z"/> <path d="M6012 358 c-39 -24 -30 -43 16 -33 34 7 57 29 47 45 -9 15 -26 12 -63 -12z"/> <path d="M7430 320 c-13 -9 -13 -11 0 -20 21 -14 44 -8 48 13 4 19 -23 23 -48 7z"/> <path d="M5756 296 c-9 -15 -12 -27 -6 -31 12 -8 59 26 60 43 0 21 -37 13 -54 -12z"/> <path d="M7780 310 c0 -5 11 -10 25 -10 14 0 25 5 25 10 0 6 -11 10 -25 10 -14 0 -25 -4 -25 -10z"/> <path d="M5650 275 c0 -10 7 -15 18 -13 21 4 19 22 -2 26 -10 2 -16 -3 -16 -13z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

@media (max-width: 460px) {
    .cta-four__button {
        justify-content: center;
        width: auto;
        height: auto;
        mask: unset;
        -webkit-mask: unset;
        background: transparent;
    }
}

.cta-four .cherito-btn {
    margin-left: 58px;
    color: var(--cherito-black);
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 460px) {
    .cta-four .cherito-btn {
        margin: 0;
    }
}

@media (max-width: 375px) {
    .cta-four .cherito-btn {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.cta-four .cherito-btn:hover {
    color: var(--cherito-white, #ffffff);
}

.cta-four .cherito-btn__hover {
    background: var(--cherito-primary);
}

.cta-five {
    padding: 33px 0px;
    background: var(--cherito-black);
}

@media (max-width: 991px) {
    .cta-five {
        padding-top: 26px;
    }
}

.cta-five__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 22px;
}

@media (max-width: 991px) {
    .cta-five__inner {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .cta-five__sec-title {
        text-align: center;
    }
}

.cta-five__title {
    margin: 0;
    font-size: 24px;
    color: var(--cherito-white, #ffffff);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.25;
}

.cta-five .cherito-btn {
    padding: 12px 32.5px 13px;
    font-weight: 600;
    flex-shrink: 0;
}

.cta-five .cherito-btn:hover {
    color: var(--cherito-black);
}

.cta-five .cherito-btn__hover {
    background: var(--cherito-white, #ffffff);
}


/*--------------------------------------------------------------
# Support
--------------------------------------------------------------*/

.support-one {
    position: relative;
}

.support-one::after {
    content: "";
    width: 100%;
    height: 65px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: var(--cherito-white2);
}

.support-one__bg {
    width: 100%;
    height: calc(100% - 175px);
    position: relative;
    position: absolute;
    top: 110px;
    left: 0px;
    background: var(--cherito-black2, #000000);
    overflow: hidden;
}

@media (max-width: 1199px) {
    .support-one__bg {
        height: calc(100% - 130px);
        top: 50%;
        transform: translateY(-50%);
    }
}

.support-one__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: luminosity;
}

.support-one__bg__overlay {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.support-one__bg__overlay::before,
.support-one__bg__overlay::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}

.support-one__bg__overlay::before {
    width: 51.708%;
    background: rgba(var(--cherito-primary-rgb), 0.9);
    left: 0;
}

.support-one__bg__overlay::after {
    width: 48.292%;
    background: rgba(var(--cherito-black-rgb), 0.9);
    right: 0;
}

.support-one__bg__shape-1 {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    animation: moveHorizontal 2s linear infinite;
}

.support-one__bg__shape-2 {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 32.5%;
    right: 145px;
    z-index: 2;
    animation: banner3Shake 3s linear infinite;
}

@media (max-width: 1850px) {
    .support-one__bg__shape-2 {
        right: 40px;
    }
}

@media (max-width: 1599px) {
    .support-one__bg__shape-2 {
        right: 30px;
    }
}

.support-one .container {
    position: relative;
    z-index: 2;
}

.support-one__inner {
    position: relative;
    background: var(--cherito-primary);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 519.000000"><g transform="translate(0.000000,519.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M7310 5139 c-41 -5 -124 -13 -185 -18 -208 -19 -525 -78 -725 -135 -117 -34 -168 -49 -200 -61 -81 -29 -107 -37 -135 -45 -30 -9 -59 -19 -165 -60 -30 -12 -68 -25 -85 -30 -16 -5 -55 -18 -85 -30 -30 -12 -69 -25 -86 -30 -18 -4 -37 -11 -44 -15 -7 -4 -26 -11 -44 -16 -17 -4 -62 -18 -101 -29 -38 -12 -88 -25 -110 -30 -22 -5 -58 -13 -80 -18 -77 -20 -201 -41 -325 -56 -168 -22 -669 -22 -825 -1 -60 8 -128 15 -150 15 -22 0 -87 7 -145 15 -174 26 -292 45 -355 57 -33 6 -82 14 -110 18 -27 4 -79 12 -115 19 -36 7 -101 19 -145 27 -44 8 -111 22 -150 30 -38 8 -79 14 -90 14 -11 0 -51 6 -90 14 -98 21 -341 59 -545 86 -175 24 -639 52 -735 45 -38 -2 -142 -9 -230 -15 -219 -14 -385 -37 -625 -86 -147 -30 -368 -91 -438 -120 -18 -8 -39 -14 -48 -14 -28 0 -93 -40 -118 -73 l-26 -34 0 -2167 c0 -1598 3 -2173 11 -2189 42 -80 162 -118 264 -83 72 25 223 66 280 76 22 4 60 12 85 18 342 83 891 119 1295 84 284 -24 684 -82 990 -142 33 -7 83 -16 110 -20 68 -9 166 -28 245 -46 36 -8 76 -14 90 -14 14 0 57 -6 95 -14 79 -16 186 -34 290 -49 39 -5 351 -11 695 -14 635 -5 681 -3 825 33 143 36 265 71 305 87 14 5 39 13 55 17 17 5 55 18 85 30 30 12 69 25 85 30 17 5 55 18 85 30 106 41 135 51 165 60 17 4 46 14 65 21 19 6 51 17 70 24 107 38 294 89 435 119 179 38 222 46 243 46 13 0 60 6 105 14 179 32 401 47 687 46 157 0 323 -5 370 -10 47 -6 128 -15 180 -19 134 -12 312 -42 457 -76 83 -20 167 -19 201 2 46 29 83 67 98 101 7 18 18 31 24 27 7 -4 10 682 10 2139 0 1856 -2 2146 -14 2146 -8 0 -18 10 -22 22 -11 37 -42 73 -77 90 -83 41 -488 120 -712 139 -55 4 -143 13 -195 18 -111 12 -561 12 -670 0z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 519.000000"><g transform="translate(0.000000,519.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M7310 5139 c-41 -5 -124 -13 -185 -18 -208 -19 -525 -78 -725 -135 -117 -34 -168 -49 -200 -61 -81 -29 -107 -37 -135 -45 -30 -9 -59 -19 -165 -60 -30 -12 -68 -25 -85 -30 -16 -5 -55 -18 -85 -30 -30 -12 -69 -25 -86 -30 -18 -4 -37 -11 -44 -15 -7 -4 -26 -11 -44 -16 -17 -4 -62 -18 -101 -29 -38 -12 -88 -25 -110 -30 -22 -5 -58 -13 -80 -18 -77 -20 -201 -41 -325 -56 -168 -22 -669 -22 -825 -1 -60 8 -128 15 -150 15 -22 0 -87 7 -145 15 -174 26 -292 45 -355 57 -33 6 -82 14 -110 18 -27 4 -79 12 -115 19 -36 7 -101 19 -145 27 -44 8 -111 22 -150 30 -38 8 -79 14 -90 14 -11 0 -51 6 -90 14 -98 21 -341 59 -545 86 -175 24 -639 52 -735 45 -38 -2 -142 -9 -230 -15 -219 -14 -385 -37 -625 -86 -147 -30 -368 -91 -438 -120 -18 -8 -39 -14 -48 -14 -28 0 -93 -40 -118 -73 l-26 -34 0 -2167 c0 -1598 3 -2173 11 -2189 42 -80 162 -118 264 -83 72 25 223 66 280 76 22 4 60 12 85 18 342 83 891 119 1295 84 284 -24 684 -82 990 -142 33 -7 83 -16 110 -20 68 -9 166 -28 245 -46 36 -8 76 -14 90 -14 14 0 57 -6 95 -14 79 -16 186 -34 290 -49 39 -5 351 -11 695 -14 635 -5 681 -3 825 33 143 36 265 71 305 87 14 5 39 13 55 17 17 5 55 18 85 30 30 12 69 25 85 30 17 5 55 18 85 30 106 41 135 51 165 60 17 4 46 14 65 21 19 6 51 17 70 24 107 38 294 89 435 119 179 38 222 46 243 46 13 0 60 6 105 14 179 32 401 47 687 46 157 0 323 -5 370 -10 47 -6 128 -15 180 -19 134 -12 312 -42 457 -76 83 -20 167 -19 201 2 46 29 83 67 98 101 7 18 18 31 24 27 7 -4 10 682 10 2139 0 1856 -2 2146 -14 2146 -8 0 -18 10 -22 22 -11 37 -42 73 -77 90 -83 41 -488 120 -712 139 -55 4 -143 13 -195 18 -111 12 -561 12 -670 0z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 1199px) {
    .support-one__inner {
        padding: 40px;
        border-radius: 10px;
        mask: unset;
        -webkit-mask: unset;
    }
}

@media (max-width: 575px) {
    .support-one__inner {
        padding: 30px;
    }
}

.support-one__inner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .support-one__inner__bg {
        border-radius: inherit;
    }
}

.support-one__wrapper {
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .support-one__row {
        align-items: center;
    }
}

.support-one__content {
    padding: 132px 60px 117px 70px;
}

@media (max-width: 1199px) {
    .support-one__content {
        padding: 0px;
    }
}

.support-one__logo {
    margin-bottom: 10px;
}

.support-one__title {
    margin-bottom: 25px;
    font-size: 40px;
    color: var(--cherito-white, #ffffff);
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 767px) {
    .support-one__title {
        font-size: 35px;
    }
}

@media (max-width: 430px) {
    .support-one__title {
        font-size: 30px;
    }
}

.support-one__text-box {
    padding-top: 21px;
    border-top: 1px solid var(--cherito-white, #ffffff);
}

.support-one__text {
    margin-bottom: 40px;
    color: var(--cherito-white2);
    line-height: 1.625;
}

.support-one .cherito-btn__hover {
    background: var(--cherito-base);
}

.support-one__image {
    position: relative;
    margin-left: 3px;
    background: var(--cherito-black2, #000000);
}

@media (max-width: 1199px) {
    .support-one__image {
        border-radius: 10px;
    }
}

@media (max-width: 991px) {
    .support-one__image {
        margin-top: 40px;
    }
}

.support-one__image::before {
    content: "";
    width: 20px;
    height: 100%;
    background: var(--cherito-white, #ffffff);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1199px) {
    .support-one__image::before {
        display: none;
    }
}

.support-one__image__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    mix-blend-mode: luminosity;
}

@media (max-width: 1199px) {
    .support-one__image__img {
        border-radius: inherit;
    }
}

.support-one__image__logo-box {
    width: 148px;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    top: calc(50% + 38px);
    left: -65px;
    transform: translateY(-50%);
    background: var(--cherito-white, #ffffff);
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

@media (max-width: 1199px) {
    .support-one__image__logo-box {
        display: none;
    }
}

.support-one__image__logo {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cherito-black);
    border-radius: inherit;
}

.support-one__image__logo img {
    max-width: 100%;
    height: auto;
}

.support-one__inner:hover .support-one__image__logo-box {
    background: var(--cherito-base);
}


/*--------------------------------------------------------------
# Pillar
--------------------------------------------------------------*/

.pillar-card {
    position: relative;
}

.pillar-card__overlay {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: var(--cherito-white, #ffffff);
    border-radius: 10px 10px 0px 0px;
    filter: drop-shadow(0px 4.93992px 40px RGBA(var(--cherito-black2-rgb, 0, 0, 0), 0.1));
}

.pillar-card__overlay::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: inherit;
    background: var(--cherito-black);
    transition: all 500ms ease;
}

.pillar-card:hover .pillar-card__overlay::after {
    height: 100%;
    top: 0;
}

.pillar-card__content {
    position: relative;
    padding: 32px 30px 27px;
    text-align: center;
    border-radius: inherit;
    z-index: 1;
}

.pillar-card--1 .pillar-card__icon {
    font-size: 57px;
}

.pillar-card--2 .pillar-card__icon {
    font-size: 64px;
}

.pillar-card--3 .pillar-card__icon {
    font-size: 48px;
}

.pillar-card--4 .pillar-card__icon {
    font-size: 57px;
}

.pillar-card--5 .pillar-card__icon {
    font-size: 54px;
}

.pillar-card__icon-box {
    width: 113px;
    height: 113px;
    position: absolute;
    top: -57px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--cherito-white, #ffffff);
    z-index: 1;
    transition: all 500ms ease;
}

.pillar-card:hover .pillar-card__icon-box {
    background: var(--cherito-black);
}

.pillar-card__icon {
    margin-top: 25px;
    display: inline-flex;
    color: var(--cherito-base);
    transition: all 500ms ease;
}

.pillar-card__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.pillar-card:hover .pillar-card__icon {
    color: var(--cherito-white, #ffffff);
}

.pillar-card__title {
    position: relative;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    z-index: 1;
    transition: all 500ms ease;
}

.pillar-card:hover .pillar-card__title {
    color: var(--cherito-white, #ffffff);
}

.pillar-card__image img {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 519.000000 669.000000"><g transform="translate(0.000000,669.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2570 6674 c0 -44 -233 -294 -274 -294 -8 0 -17 -4 -20 -9 -10 -16 -89 -49 -157 -65 -108 -26 -267 -16 -434 29 -88 23 -149 37 -195 45 -25 5 -58 13 -73 19 -16 6 -44 11 -64 11 -20 0 -64 5 -100 12 -103 19 -268 -4 -413 -57 -57 -22 -64 -24 -80 -34 -8 -5 -22 -12 -30 -15 -8 -4 -28 -15 -45 -26 -16 -11 -36 -23 -43 -26 -17 -8 -52 -37 -117 -97 -54 -49 -145 -174 -145 -199 0 -8 -4 -18 -10 -24 -5 -5 -19 -45 -31 -89 -17 -66 -20 -108 -20 -274 0 -193 7 -261 47 -461 37 -186 46 -228 60 -276 8 -28 14 -61 14 -73 0 -13 7 -50 15 -84 135 -572 85 -952 -155 -1175 -40 -37 -176 -132 -190 -132 -5 0 -25 -10 -46 -22 -34 -20 -35 -22 -18 -35 11 -8 46 -28 79 -45 267 -135 405 -383 405 -727 0 -120 -20 -306 -45 -422 -8 -37 -15 -76 -15 -88 0 -12 -6 -47 -14 -79 -8 -31 -20 -79 -26 -107 -7 -27 -16 -70 -20 -95 -4 -25 -12 -65 -18 -90 -30 -129 -42 -187 -42 -210 0 -14 -7 -58 -16 -99 -22 -110 -22 -458 1 -538 60 -203 157 -326 357 -448 30 -18 102 -53 143 -68 226 -83 418 -85 710 -5 22 6 58 15 80 19 22 4 58 12 80 18 155 40 335 49 430 22 155 -44 277 -137 398 -303 23 -32 47 -57 52 -57 6 -1 27 23 48 53 67 93 215 236 245 236 5 0 15 7 22 15 7 8 19 15 28 15 8 0 23 6 31 13 25 21 151 47 227 47 71 0 210 -21 299 -45 85 -22 148 -37 195 -45 25 -5 58 -13 73 -19 16 -6 44 -11 64 -11 20 0 65 -5 100 -12 103 -19 270 5 418 59 22 8 47 19 55 24 8 5 21 11 28 14 32 13 39 16 67 35 17 11 41 24 54 30 38 17 204 192 227 240 79 163 85 196 85 433 0 199 -6 263 -47 467 -37 186 -46 228 -60 276 -8 28 -14 61 -14 73 0 13 -7 50 -15 84 -73 308 -93 583 -55 772 33 168 76 257 172 360 61 65 204 175 228 175 5 0 25 10 46 22 34 20 35 22 18 35 -11 8 -46 28 -79 44 -171 87 -292 223 -354 399 -28 79 -51 228 -51 335 0 109 21 309 42 395 6 25 14 68 18 95 8 52 23 127 42 205 6 25 14 65 18 90 4 25 12 65 18 90 31 132 42 188 42 215 0 17 7 55 15 85 23 84 22 469 -1 547 -36 123 -71 191 -147 281 -28 34 -141 132 -152 132 -4 0 -21 11 -38 24 -18 13 -54 33 -82 46 -27 12 -62 29 -77 36 -14 8 -36 14 -48 14 -12 0 -30 5 -40 10 -27 14 -175 40 -235 40 -93 0 -306 -34 -405 -66 -25 -8 -53 -14 -64 -14 -10 0 -39 -7 -65 -15 -82 -25 -243 -47 -321 -43 -170 9 -295 69 -428 207 -61 63 -132 157 -132 175 0 9 -7 16 -15 16 -8 0 -15 -7 -15 -16z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 519.000000 669.000000"><g transform="translate(0.000000,669.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2570 6674 c0 -44 -233 -294 -274 -294 -8 0 -17 -4 -20 -9 -10 -16 -89 -49 -157 -65 -108 -26 -267 -16 -434 29 -88 23 -149 37 -195 45 -25 5 -58 13 -73 19 -16 6 -44 11 -64 11 -20 0 -64 5 -100 12 -103 19 -268 -4 -413 -57 -57 -22 -64 -24 -80 -34 -8 -5 -22 -12 -30 -15 -8 -4 -28 -15 -45 -26 -16 -11 -36 -23 -43 -26 -17 -8 -52 -37 -117 -97 -54 -49 -145 -174 -145 -199 0 -8 -4 -18 -10 -24 -5 -5 -19 -45 -31 -89 -17 -66 -20 -108 -20 -274 0 -193 7 -261 47 -461 37 -186 46 -228 60 -276 8 -28 14 -61 14 -73 0 -13 7 -50 15 -84 135 -572 85 -952 -155 -1175 -40 -37 -176 -132 -190 -132 -5 0 -25 -10 -46 -22 -34 -20 -35 -22 -18 -35 11 -8 46 -28 79 -45 267 -135 405 -383 405 -727 0 -120 -20 -306 -45 -422 -8 -37 -15 -76 -15 -88 0 -12 -6 -47 -14 -79 -8 -31 -20 -79 -26 -107 -7 -27 -16 -70 -20 -95 -4 -25 -12 -65 -18 -90 -30 -129 -42 -187 -42 -210 0 -14 -7 -58 -16 -99 -22 -110 -22 -458 1 -538 60 -203 157 -326 357 -448 30 -18 102 -53 143 -68 226 -83 418 -85 710 -5 22 6 58 15 80 19 22 4 58 12 80 18 155 40 335 49 430 22 155 -44 277 -137 398 -303 23 -32 47 -57 52 -57 6 -1 27 23 48 53 67 93 215 236 245 236 5 0 15 7 22 15 7 8 19 15 28 15 8 0 23 6 31 13 25 21 151 47 227 47 71 0 210 -21 299 -45 85 -22 148 -37 195 -45 25 -5 58 -13 73 -19 16 -6 44 -11 64 -11 20 0 65 -5 100 -12 103 -19 270 5 418 59 22 8 47 19 55 24 8 5 21 11 28 14 32 13 39 16 67 35 17 11 41 24 54 30 38 17 204 192 227 240 79 163 85 196 85 433 0 199 -6 263 -47 467 -37 186 -46 228 -60 276 -8 28 -14 61 -14 73 0 13 -7 50 -15 84 -73 308 -93 583 -55 772 33 168 76 257 172 360 61 65 204 175 228 175 5 0 25 10 46 22 34 20 35 22 18 35 -11 8 -46 28 -79 44 -171 87 -292 223 -354 399 -28 79 -51 228 -51 335 0 109 21 309 42 395 6 25 14 68 18 95 8 52 23 127 42 205 6 25 14 65 18 90 4 25 12 65 18 90 31 132 42 188 42 215 0 17 7 55 15 85 23 84 22 469 -1 547 -36 123 -71 191 -147 281 -28 34 -141 132 -152 132 -4 0 -21 11 -38 24 -18 13 -54 33 -82 46 -27 12 -62 29 -77 36 -14 8 -36 14 -48 14 -12 0 -30 5 -40 10 -27 14 -175 40 -235 40 -93 0 -306 -34 -405 -66 -25 -8 -53 -14 -64 -14 -10 0 -39 -7 -65 -15 -82 -25 -243 -47 -321 -43 -170 9 -295 69 -428 207 -61 63 -132 157 -132 175 0 9 -7 16 -15 16 -8 0 -15 -7 -15 -16z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.pillar-one {
    background: var(--cherito-white2);
    overflow: hidden;
}

@media (max-width: 1199px) {
    .pillar-one {
        padding-bottom: var(--section-space, 120px);
    }
}

@media (max-width: 767px) {
    .pillar-one {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .pillar-one {
        padding-bottom: 80px;
    }
}

.pillar-one .sec-title {
    margin-bottom: 107px;
}

.pillar-one__carousel.owl-carousel .owl-nav button {
    background: var(--cherito-white, #ffffff);
}


/*--------------------------------------------------------------
# Activities
--------------------------------------------------------------*/

.activities-one {
    position: relative;
    background: var(--cherito-white, #ffffff);
}

.activities-one__inner {
    position: relative;
    padding: 0px 60px 50px;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .activities-one__inner {
        padding: 0px 40px 40px;
    }
}

@media (max-width: 575px) {
    .activities-one__inner {
        padding: 0px 20px 20px;
    }
}

.activities-one__inner::after {
    content: "";
    width: 100%;
    height: calc(100% - 32px);
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--cherito-white2);
    border-radius: inherit;
}

.activities-one__tab-box {
    position: relative;
    display: block;
    z-index: 1;
}

.activities-one__tab-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    z-index: 1;
}

.activities-one__tab-box .tab-buttons .cherito-btn {
    padding: 26px 50px 27px;
}

@media (max-width: 991px) {
    .activities-one__tab-box .tab-buttons .cherito-btn {
        padding: 20px 40px 21px;
    }
}

.activities-one__tab-box .tab-buttons .cherito-btn:hover {
    color: var(--cherito-black);
}

@media (max-width: 991px) {
    .activities-one__tab-box .tab-buttons .cherito-btn:hover {
        color: var(--cherito-white, #ffffff);
    }
}

.activities-one__tab-box .tab-buttons .cherito-btn__hover {
    background: var(--cherito-white2);
}

@media (max-width: 991px) {
    .activities-one__tab-box .tab-buttons .cherito-btn__hover {
        background: var(--cherito-primary);
    }
}

.activities-one__tab-box .tab-buttons .cherito-btn.active-btn {
    color: var(--cherito-black);
    background: var(--cherito-white2);
}

@media (max-width: 991px) {
    .activities-one__tab-box .tab-buttons .cherito-btn.active-btn {
        color: var(--cherito-white, #ffffff);
        background: var(--cherito-primary);
    }
}

.activities-one__tab-box .tabs-content {
    margin-top: 50px;
    position: relative;
    display: block;
}

@media (max-width: 1199px) {
    .activities-one__tab-box .tabs-content {
        margin-top: 40px;
    }
}

.activities-one__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.activities-one__tab-box .tabs-content .tab.active-tab {
    display: block;
}

.activities-one__image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.activities-one__content {
    background: var(--cherito-white, #ffffff);
    border-radius: 8px;
}

.activities-one__content__top {
    padding: 31px 40px 16px;
}

@media (max-width: 1199px) {
    .activities-one__content__top {
        padding-top: 25px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 412px) {
    .activities-one__content__top {
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.activities-one__title {
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.333;
}

@media (max-width: 767px) {
    .activities-one__title {
        font-size: 25px;
    }
}

@media (max-width: 430px) {
    .activities-one__title {
        font-size: 22px;
    }
}

.activities-one__text {
    margin-bottom: 0px;
    font-weight: 600;
}

.activities-one__list {
    position: relative;
    margin: 0;
    padding: 42px 40px 29px;
    background: var(--cherito-white2);
    border-radius: 8px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .activities-one__list {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 412px) {
    .activities-one__list {
        padding: 37px 25px 21px;
    }
}

.activities-one__list::before {
    content: "";
    width: 100%;
    height: calc(100% - 15px);
    background: var(--cherito-white3);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: inherit;
    z-index: -1;
}

.activities-one__list li+li {
    margin-top: 8px;
}

.activities-one__list li {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    font-size: 16px;
    color: var(--cherito-black);
    font-weight: 700;
    line-height: 1.625;
}

@media (max-width: 575px) {
    .activities-one__list li {
        gap: 10px;
    }
}

.activities-one__list__icon {
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 8px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base);
    border-radius: 50%;
}

.activities-one__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}


/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/

.product {
    position: relative;
}

.product__sidebar {
    position: relative;
}

.product__sidebar__item+.product__sidebar__item {
    margin-top: 30px;
}

.product__sidebar__item {
    padding: 30px;
    background: var(--cherito-white, #ffffff);
    border-radius: 6px;
    box-shadow: 0px 0px 60px rgba(2, 2, 2, 0.07);
}

.product__sidebar__title {
    margin-top: -6px;
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

.product__search-box {
    padding: 0;
    box-shadow: none;
}

.product__search {
    position: relative;
}

.product__search input[type=search],
.product__search input[type=text] {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    display: block;
    padding-left: 54px;
    padding-right: 20px;
    background: var(--cherito-white2, #F4F0ED);
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-white, #ffffff);
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    background: var(--cherito-base, #E23B33);
    transition: all 500ms ease;
}

.product__search button[type=submit] {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: transparent;
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 26px;
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--cherito-white, #ffffff);
    transition: all 500ms ease;
}

.product__search button[type=submit] svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 390px) {
    .product__search button[type=submit] {
        right: 25px;
    }
}

.product__price-ranger #slider-range {
    margin: 22px 0 0 0px;
    background: var(--cherito-white2, #F4F0ED);
    border: none;
    height: 8px;
    border-radius: 10px;
    position: relative;
}

.product__price-ranger #slider-range .ui-slider-range {
    height: 100%;
    background: var(--cherito-base, #E23B33);
}

.product__price-ranger #slider-range .ui-slider-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--cherito-base, #E23B33);
    border: 0;
    height: 14px;
    width: 14px !important;
    border-radius: 50%;
    margin-left: -3px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.product__price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin: 24px 0 0 0px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product__price-ranger .ranger-min-max-block {
        margin-left: -10px;
    }
}

.product__price-ranger .ranger-min-max-block input[type=text] {
    position: relative;
    display: inline-block;
    color: var(--cherito-text, #727272);
    font-size: 16px;
    font-weight: 600;
    width: 50px;
    line-height: 1;
    border: none;
    outline: none;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    padding: 0;
    text-align: center;
    background: transparent;
}

.product__price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--cherito-text, #727272);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    left: -2px;
}

.product__price-ranger .ranger-min-max-block input[type=submit] {
    position: relative;
    display: block;
    background: var(--cherito-white2, #F4F0ED);
    float: right;
    text-align: center;
    border: none;
    color: var(--cherito-text, #727272);
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    cursor: pointer;
    padding: 0 16px;
    height: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product__price-ranger .ranger-min-max-block input[type=submit] {
        padding: 0 14px;
    }
}

.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.product__categories {
    padding-bottom: 32px;
}

.product__categories__title {
    position: relative;
    margin-bottom: 4.5px;
    padding-bottom: 13.5px;
    border-bottom: 1px solid var(--cherito-base, #E23B33);
}

.product__categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: -17px;
}

.product__categories ul li {
    position: relative;
}

.product__categories ul li:not(:last-child) {
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

.product__categories ul li a {
    position: relative;
    padding: 10.5px 0 11.5px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--cherito-text, #727272);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.5;
    transition: all 500ms ease;
    z-index: 1;
}

.product__categories ul li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: var(--cherito-base, #E23B33);
    transition: all 500ms ease;
}

.product__categories ul li a .product-categories__icon {
    position: relative;
    top: 4px;
    display: inline-flex;
    font-size: 14px;
    color: var(--cherito-base, #E23B33);
    transition: all 500ms ease;
}

.product__categories ul li a .product-categories__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.product__categories ul li a:hover {
    padding-left: 15px;
    padding-right: 15px;
    color: var(--cherito-white, #ffffff);
}

.product__categories ul li a:hover::after {
    left: 0;
    width: 100%;
}

.product__categories ul li a:hover .product-categories__icon {
    color: var(--cherito-white, #ffffff);
}

.product__info-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .product__info-top {
        display: block;
        margin-bottom: 40px;
    }
}

.product__showing-text {
    margin: 0;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 20px;
    font-weight: 700;
    color: var(--cherito-black, #212226);
    text-transform: capitalize;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .product__showing-text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .product__showing-text {
        margin-bottom: 25px;
    }
}

.product__showing-sort {
    margin: 0;
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    position: relative;
    display: block;
    width: 100%;
    min-width: 270px !important;
    background: var(--cherito-white2, #F4F0ED);
    border-radius: 10px;
}

@media (max-width: 767px) {
    .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        min-width: 141px !important;
    }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.product__showing-sort .bootstrap-select .dropdown-menu {
    border: none;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 60px;
    outline: none !important;
    border-radius: inherit;
    border: 0;
    background: transparent !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 55px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-text, #727272) !important;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.product__showing-sort .bootstrap-select>.dropdown-toggle>.filter-option {
    text-align: left;
}

@media (max-width: 767px) {
    .product__showing-sort .bootstrap-select>.dropdown-toggle>.filter-option {
        text-align: left;
    }
}

.product__showing-sort .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 20px;
    color: var(--cherito-base, #E23B33);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--cherito-white3, #E5DED9);
}

.product__showing-sort .bootstrap-select .dropdown-menu>li>a {
    font-size: 15px;
    font-weight: 600;
    padding: 8px 16px 9px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-black, #212226);
    background: var(--cherito-white2, #F4F0ED);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product__showing-sort .bootstrap-select .dropdown-menu>li:hover>a,
.product__showing-sort .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--cherito-base, #E23B33);
    color: var(--cherito-white, #ffffff);
    border-color: var(--cherito-base, #E23B33);
}

.product__item {
    position: relative;
    background: var(--cherito-white, #ffffff);
    border: 1px solid var(--cherito-white3, #E5DED9);
    border-radius: 10px;
    transition: all 500ms ease;
}

.product__item:hover {
    border-color: var(--cherito-base, #E23B33);
    box-shadow: 0px 8px 30px RGBA(var(--cherito-black2-rgb, 0, 0, 0), 0.08);
}

.product__item__image {
    padding: 14px 20px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.product__item__image img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 500ms ease;
}

.product__item__btn-group {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.product__item__btn-group a+a {
    margin-top: 12px;
}

.product__item__btn-group a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: var(--cherito-white2, #F4F0ED);
    font-size: 13px;
    color: var(--cherito-text, #727272);
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
}

.product__item__btn-group a svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.product__item__btn-group a:hover {
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.product__item__btn-group a:nth-child(1) {
    -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -o-transform: translate3d(30px, 0, 0);
}

.product__item__btn-group a:nth-child(2) {
    -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -o-transform: translate3d(30px, 0, 0);
}

.product__item__btn-group a:nth-child(3) {
    -webkit-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    -moz-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    -ms-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    -o-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
    transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -o-transform: translate3d(30px, 0, 0);
}

.product__item:hover .product__item__image img {
    transform: scale(1.05);
}

.product__item:hover .product__item__btn-group a {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.product__item__content {
    padding: 38px 30px 30px;
    position: relative;
    text-align: center;
}

@media (min-width: 576px) and (max-width: 767px) {
    .product__item__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.product__item .cherito-ratings {
    margin-bottom: 8px;
    justify-content: center;
}

.product__item__title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.625;
}

@media (min-width: 576px) and (max-width: 767px) {
    .product__item__title {
        font-size: 18px;
    }
}

.product__item__title:hover {
    color: var(--cherito-base, #E23B33);
}

.product__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.product__item__title a:hover {
    background-size: 100% 1px;
}

.product__item__price {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: var(--cherito-text, #727272);
    text-align: center;
    font-weight: 600;
    line-height: 1.25;
}

.product__item .cherito-btn {
    padding: 13px 27px 14px;
    font-size: 14px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    background: var(--cherito-white2, #F4F0ED);
}

.product__item .cherito-btn:hover {
    color: var(--cherito-white, #ffffff);
}

.product__item .cherito-btn__hover {
    background: var(--cherito-base, #E23B33);
}

.product-page {
    padding-top: 120px;
    background: var(--cherito-white, #ffffff);
}

@media (max-width: 767px) {
    .product-page {
        padding-top: 93px;
    }
}

@media (max-width: 575px) {
    .product-page {
        padding-top: 73px;
    }
}

@media (max-width: 767px) {
    .product-page--carousel {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .product-page--carousel {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .product-page--left {
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .product-page--left {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .product-page--left {
        padding-top: 80px;
    }
}

.product-page .post-pagination {
    justify-content: center;
}

@media (max-width: 991px) {
    .product-page .post-pagination {
        margin-top: 20px;
    }
}

.product-page .product__item__image img {
    width: auto !important;
    display: inline-block !important;
}


/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/

.cart-page {
    position: relative;
    background: var(--cherito-white, #ffffff);
}

.cart-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .cart-page .table-responsive {
        margin-bottom: 30px;
    }
}

.cart-page__table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 0 24px;
}

@media (max-width: 1199px) {
    .cart-page__table {
        min-width: 1170px;
    }
}

.cart-page__table thead tr {
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

.cart-page__table thead tr th {
    padding: 0 50px 26px;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 20px;
    color: var(--cherito-black, #212226);
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    border: none;
    background: transparent;
    border: 0 !important;
    box-shadow: none;
}

.cart-page__table thead tr th:first-child {
    padding-left: 0;
}

.cart-page__table thead tr th:last-child {
    padding-right: 0;
    text-align: right;
}

.cart-page__table tbody tr td {
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 20px;
    font-weight: 600;
    color: var(--cherito-black, #212226);
    text-transform: capitalize;
    line-height: normal;
    vertical-align: middle;
    border-top: none;
    box-shadow: none;
    background: transparent;
    border-top: 0 !important;
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
    padding: 28.5px 50px;
    letter-spacing: 0;
}

.cart-page__table tbody tr td.cart-page__table__total {
    text-align: center;
}

.cart-page__table tbody tr td .cart-page__table__remove {
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cherito-black, #212226);
    font-size: 20px;
    line-height: normal;
}

.cart-page__table tbody tr td .cart-page__table__remove svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.cart-page__table tbody tr td .cart-page__table__remove:hover {
    color: var(--cherito-base, #E23B33);
}

.cart-page__table tbody tr td:first-child {
    padding-left: 0;
}

.cart-page__table tbody tr td:last-child {
    padding-right: 0;
}

.cart-page__table .product-details__quantity {
    margin-bottom: 0;
}

.cart-page__table__meta {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cart-page__table__meta__img {
    width: 109px;
    flex-shrink: 0;
}

.cart-page__table__meta__img img {
    width: 100%;
    display: block;
    border: 1px solid var(--cherito-white3, #E5DED9);
    border-radius: 10px;
}

.cart-page__table__meta__title {
    margin: 0;
    font-size: 20px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    line-height: 1.5;
}

.cart-page__table__meta__title:hover {
    color: var(--cherito-base, #E23B33);
}

.cart-page__table__meta__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.cart-page__table__meta__title a:hover {
    background-size: 100% 1px;
}

.cart-page__bottom {
    margin-top: 26px;
}

.cart-page__coupone__form {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .cart-page__coupone__form {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cart-page__coupone__form input[type=text] {
    display: block;
    width: 303px;
    height: 55px;
    border: none;
    font-size: 16px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-text, #727272);
    font-weight: 600;
    background: var(--cherito-white2, #F4F0ED);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: all 500ms ease;
}

.cart-page__coupone__form input[type=text]:focus {
    color: var(--cherito-black, #212226);
    border-color: var(--cherito-base, #E23B33);
}

@media (max-width: 767px) {
    .cart-page__coupone__form input[type=text] {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .cart-page__coupone__form input[type=text] {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.cart-page__cart-checkout {
    max-width: 313px;
}

@media (min-width: 992px) {
    .cart-page__cart-checkout {
        margin-top: -5px;
        margin-left: auto;
    }
}

.cart-page__cart-total {
    position: relative;
    margin: 0 0 35px;
}

.cart-page__cart-total li+li {
    margin-top: 18px;
}

.cart-page__cart-total li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 20px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-text, #727272);
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
}

.cart-page__cart-total__amount--shipping {
    margin-bottom: 23px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

.cart-page__cart-total__amount__title {
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    color: var(--cherito-black, #212226);
    font-weight: 700;
}

.cart-page__cart-total__amount__text {
    text-align: right;
}

.cart-page__button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}


/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/

.checkout-page {
    position: relative;
    background: var(--cherito-white, #ffffff);
}

.checkout-page__billing-address {
    position: relative;
}

.checkout-page .notice-box {
    padding: 33px 50px;
    margin-bottom: 28px;
    background: var(--cherito-white2, #F4F0ED);
    font-size: 18px;
    color: var(--cherito-black, #212226);
    font-weight: 600;
    line-height: 1.5;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .checkout-page .notice-box {
        padding: 23px 30px;
    }
}

@media (max-width: 430px) {
    .checkout-page .notice-box {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
}

.checkout-page .notice-box a {
    color: var(--cherito-base, #E23B33);
    font-weight: 700;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.checkout-page .notice-box a:hover {
    background-size: 100% 1px;
}

.checkout-page__title {
    margin-bottom: 28px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}

@media (max-width: 430px) {
    .checkout-page__title {
        font-size: 28px;
    }
}

.checkout-page__billing-details {
    margin-top: 18px;
}

.checkout-page__billing-details .checkout-page__title {
    margin-bottom: 33px;
}

.checkout-page__check-box {
    position: relative;
    display: block;
    margin-top: -6px;
}

.checkout-page__check-box input[type=checkbox] {
    display: none;
}

.checkout-page__check-box label {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    margin-right: 0px;
    margin-bottom: 0;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-weight: 600;
    color: var(--cherito-text, #727272);
    font-size: 20px;
    line-height: 1.3;
    text-transform: none;
    cursor: pointer;
}

.checkout-page__check-box label span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    color: var(--cherito-white, #ffffff);
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 12px;
    font-weight: 900;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.checkout-page__check-box input[type=checkbox]+label span {
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    background: var(--cherito-primary, #F2B42B);
    border-radius: 50%;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checkout-page__check-box input[type=checkbox]:checked+label span:before {
    opacity: 1;
}

.checkout-page__additional-information {
    margin-top: 121px;
}

@media (max-width: 1199px) {
    .checkout-page__additional-information {
        margin-top: 128px;
    }
}

@media (max-width: 991px) {
    .checkout-page__additional-information {
        margin-top: 30px;
    }
}

.checkout-page__additional-information .form-one textarea {
    height: 176px;
}

.checkout-page__your-order {
    position: relative;
    margin: 63px 0 0;
}

@media (max-width: 991px) {
    .checkout-page__your-order {
        margin: 30px 0 0;
    }
}

.checkout-page__your-order .checkout-page__title {
    margin-bottom: 27px;
}

.checkout-page__order-table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 0 0;
}

.checkout-page__order-table thead tr th {
    margin: 0;
    padding: 22px 0;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 20px;
    color: var(--cherito-black, #212226);
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.5;
    border: none;
    border-top: 1px solid var(--cherito-white3, #E5DED9);
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

.checkout-page__order-table thead tr th:last-child {
    text-align: right;
}

@media (max-width: 430px) {
    .checkout-page__order-table thead tr th {
        font-size: 18px;
    }
}

.checkout-page__order-table tbody tr td {
    font-size: 20px;
    color: var(--cherito-black, #212226);
    text-transform: capitalize;
    font-weight: 700;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    line-height: 1.5;
    margin: 0;
    padding: 0 0 16px;
    border: none;
}

.checkout-page__order-table tbody tr td:last-child {
    text-align: right;
}

@media (max-width: 430px) {
    .checkout-page__order-table tbody tr td {
        font-size: 18px;
    }
}

.checkout-page__order-table tbody tr:not(:last-child) td:last-child {
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-text, #727272);
    font-weight: 600;
}

.checkout-page__order-table tbody tr:first-child td {
    padding-top: 22px;
}

.checkout-page__order-table tbody tr:nth-child(3) td {
    padding-bottom: 20px;
}

.checkout-page__order-table tbody tr:last-child td {
    padding-top: 21px;
    border-top: 1px solid var(--cherito-white3, #E5DED9);
}

.checkout-page__payment {
    background: var(--cherito-white2, #F4F0ED);
    padding: 37px 40px 29px;
    margin-bottom: 30px;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .checkout-page__payment {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .checkout-page__payment {
        padding: 30px 30px 22px;
    }
}

@media (max-width: 390px) {
    .checkout-page__payment {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.checkout-page__payment-item+.checkout-page__payment-item {
    margin-top: 27px;
}

.checkout-page__payment-item {
    position: relative;
}

.checkout-page__payment-title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
    cursor: pointer;
    color: var(--cherito-black, #212226);
}

.checkout-page__payment-title::before {
    content: "";
    width: 24px;
    height: 24px;
    background: var(--cherito-white, #ffffff);
    border: 0;
    border-radius: 50%;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
    position: relative;
    top: -1px;
    transition: all 500ms ease;
}

.checkout-page .checkout-page__payment-item--active .checkout-page__payment-title::before {
    content: "\f00c";
    background: var(--cherito-primary, #F2B42B);
    color: var(--cherito-white, #ffffff);
}

.checkout-page__payment-content {
    margin-top: 18px;
    margin-left: 38px;
}

.checkout-page__payment-content p {
    margin: 0;
    font-weight: 600;
}

.checkout-page__payment-btn {
    padding-left: 45px;
    padding-right: 45px;
}


/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/

.product-details {
    position: relative;
}

.product-details__image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid var(--cherito-white3, #E5DED9);
}

.product-details__top {
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.product-details__name {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
}

.product-details__price {
    margin: 0;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 20px;
    color: var(--cherito-base, #E23B33);
    font-weight: 700;
}

.product-details__review {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 20px;
    padding-bottom: 29px;
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

.product-details__review a {
    font-size: 16px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.25;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.product-details__review a:hover {
    background-size: 100% 1px;
}

.product-details__review a:hover {
    color: var(--cherito-base, #E23B33);
}

.product-details__excerpt {
    margin-top: 21px;
    margin-bottom: 34px;
}

.product-details__excerpt__text {
    margin-bottom: 21px;
    font-weight: 600;
}

.product-details__excerpt__list {
    margin: 0;
}

.product-details__excerpt__list li+li {
    margin-top: 7px;
}

.product-details__excerpt__list li {
    font-size: 16px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    line-height: 1.25;
}

.product-details__excerpt__list li:last-child {
    color: var(--cherito-base, #E23B33);
}

.product-details__quantity {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px 20px;
    margin-bottom: 40px;
}

.product-details__quantity__title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.75;
}

.product-details__quantity .quantity-box {
    border: 1px solid var(--cherito-white3, #E5DED9);
    width: 153px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details__quantity .quantity-box__input {
    border: none;
    outline: none;
    background: transparent;
    width: 60px;
    height: 44px;
    border-left: 1px solid var(--cherito-white3, #E5DED9);
    border-right: 1px solid var(--cherito-white3, #E5DED9);
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    padding: 0;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    color: var(--cherito-black, #212226);
    line-height: 1;
    background: transparent;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    transition: all 500ms ease;
}

.product-details__quantity .quantity-box__btn {
    border: none;
    outline: none;
    background: transparent;
    background: transparent;
    padding: 0;
    width: 45px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--cherito-text, #727272);
    transition: all 500ms ease;
}

.product-details__quantity .quantity-box__btn:hover {
    color: var(--cherito-base, #E23B33);
}

.product-details__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.product-details__socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 38px;
}

.product-details__socials__title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.625;
}

.product-details .social-links {
    gap: 16px;
}

.product-details .social-links a {
    background: var(--cherito-white2, #F4F0ED);
}

.product-details .social-links a:hover {
    background: var(--cherito-base, #E23B33);
}

.product-details .social-links__icon {
    color: var(--cherito-base, #E23B33);
}

.product-details .social-links a:hover .social-links__icon {
    color: var(--cherito-white, #ffffff);
}

.product-details__description-wrapper {
    margin-top: 50px;
}

.product-details__description {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

.product-details__description__title {
    margin-bottom: 21px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.363;
}

.product-details__description__text {
    margin-bottom: 0;
    font-weight: 600;
}

.product-details__list {
    margin-top: 26px;
    margin-bottom: 26px;
}

.product-details__list li+li {
    margin-top: 6px;
}

.product-details__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    line-height: 1.625;
}

.product-details__list__icon {
    position: relative;
    top: 5px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 8px;
    color: var(--cherito-white, #ffffff);
    background: var(--cherito-primary, #F2B42B);
    border-radius: 50%;
}

.product-details__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.product-details .comments-one__name {
    margin: 0;
}

.product-details__form__top {
    margin-bottom: 31px;
}

.product-details__form__title {
    margin-bottom: 20px !important;
}

.product-details__form__ratings {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 18px;
}

@media (max-width: 1599px) {
    .product-details__form__ratings {
        gap: 20px;
    }
}

.product-details__form__ratings__text {
    margin-bottom: 0;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 20px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4;
}

.product-details__ratings {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

.product-details__ratings__icon {
    display: inline-flex;
    font-size: 23px;
    color: var(--cherito-base, #E23B33);
    transition: all 500ms ease;
}

.product-details__ratings__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}


/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comments-one {
    margin-top: 51px;
}

.comments-one__title {
    margin-bottom: 51px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.363;
}

.comments-one__list {
    margin: 0;
}

.comments-one__card {
    display: grid;
    grid-template-columns: 168px auto;
    grid-gap: 32px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .comments-one__card {
        grid-template-columns: 110px auto;
    }
}

@media (max-width: 767px) {
    .comments-one__card {
        grid-template-columns: auto;
    }
}

.comments-one__card:not(:last-child) {
    margin-bottom: 50px;
}

.comments-one__image {
    width: 168px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .comments-one__image {
        width: 110px;
    }
}

@media (max-width: 575px) {
    .comments-one__image {
        width: 140px;
    }
}

.comments-one__image img {
    width: 168px;
    height: 168px;
    object-fit: cover;
    border-radius: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .comments-one__image img {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 575px) {
    .comments-one__image img {
        width: 140px;
        height: 140px;
    }
}

.comments-one__top {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 991px) {
    .comments-one__top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .comments-one__top {
        gap: 20px;
    }
}

.comments-one__left {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 575px) {
    .comments-one__left {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.comments-one__name {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

.comments-one__date {
    margin: 0;
    color: var(--cherito-base, #E23B33);
    font-weight: 600;
}

.comments-one__reply {
    padding: 11px 22px;
    font-size: 16px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    background: var(--cherito-white2, #F4F0ED);
}

.comments-one__reply:hover {
    color: var(--cherito-white, #ffffff);
}

.comments-one__reply .cherito-btn__hover {
    background: var(--cherito-base, #E23B33);
}

.comments-form {
    margin-top: 51px;
}

.comments-form__title {
    margin-bottom: 51px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.363;
}


/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

.blog-details-page {
    background: var(--cherito-white, #ffffff);
}

.blog-details .blog-card-seven {
    margin-bottom: 41px;
}

.blog-details .blog-card-seven__image {
    margin-bottom: 34px;
}

.blog-details .blog-card-seven:hover .blog-card-seven__image img {
    transform: scale(1);
}

.blog-details .blog-card-seven__title:hover {
    color: var(--cherito-black, #212226);
}

.blog-details .blog-card-seven__description {
    margin: 0;
}

.blog-details .blog-card-seven__description p+p {
    margin-top: 21px;
}

.blog-details .blog-card-seven__text {
    margin: 0;
}

.blog-details__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid var(--cherito-white3, #E5DED9);
    border-bottom: 1px solid var(--cherito-white3, #E5DED9);
}

.blog-details__meta__title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--cherito-black, #212226);
    text-transform: capitalize;
    line-height: 1.3;
}

.blog-details__post,
.blog-details__tags {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.blog-details__post__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-details__post__btn {
    padding: 11px 16px;
    font-weight: 600;
}

.blog-details__tags__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.blog-details__tags__btn {
    position: relative;
    font-size: 16px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    line-height: 1.25;
}

.blog-details__tags__btn:not(:last-child)::after {
    content: ",";
    font-size: 16px;
    color: var(--cherito-text, #727272);
    font-weight: 600;
    line-height: 1.25;
}

.blog-details__tags__btn:hover {
    color: var(--cherito-base, #E23B33);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-details__form .form-one__group {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

.login-page {
    background: var(--cherito-white, #ffffff);
}

.login-page__info {
    margin-bottom: 50px;
    padding: 32.5px 40px 35.5px;
    background: var(--cherito-black, #212226);
    border-radius: 10px;
}

@media (max-width: 767px) {
    .login-page__info {
        margin-bottom: 40px;
        padding: 22.5px 30px 25.5px;
    }
}

.login-page__info__text {
    margin: 0;
    font-size: 18px;
    color: var(--cherito-white, #ffffff);
    font-weight: 500;
    line-height: 1.3888888889;
}

.login-page__info__text span {
    font-weight: 700;
}

.login-page__info__text a {
    display: inline-block;
    font-weight: 700;
    color: var(--cherito-base, #E23B33);
    line-height: 1.25;
    transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.login-page__info__text a:hover {
    background-size: 100% 1px;
}

.login-page__inner {
    border: 1px solid var(--cherito-white3, #E5DED9);
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.06);
    padding: 50px 40px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .login-page__inner {
        padding: 30px 30px 40px;
    }
}

@media (max-width: 375px) {
    .login-page__inner {
        padding: 25px 25px 35px;
    }
}

.login-page__row {
    --bs-gutter-x: 94px;
}

.login-page__form {
    position: relative;
}

@media (max-width: 991px) {
    .login-page__form--register {
        margin-top: 50px;
    }
}

.login-page__form__title {
    margin-bottom: 31px;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.333;
}

.login-page__form .form-one__group {
    grid-gap: 22px;
}

.login-page__form .form-one input[type=text],
.login-page__form .form-one input[type=email],
.login-page__form .form-one input[type=password],
.login-page__form .form-one input[type=tel],
.login-page__form .form-one textarea {
    font-size: 14px;
}

.login-page__form__checked-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1px;
    margin-bottom: 14px;
}

@media (max-width: 575px) {
    .login-page__form__checked-box {
        display: block;
        margin-bottom: 5px;
    }
}

.login-page__form__checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    text-transform: none;
    cursor: pointer;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 16px;
    font-weight: 600;
    color: var(--cherito-black, #212226);
    line-height: 1.5;
}

.login-page__form__checked-box label span::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    display: block;
    border-bottom: 2px solid var(--cherito-base, #E23B33);
    border-right: 2px solid var(--cherito-base, #E23B33);
    width: 7px;
    height: 10px;
    pointer-events: none;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.login-page__form__checked-box input[type=checkbox] {
    display: none;
}

.login-page__form__checked-box input[type=checkbox]+label span {
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: transparent;
    cursor: pointer;
    border: 1px solid var(--cherito-gray, #DBDBDB);
    transition: all 300ms ease;
}

.login-page__form__checked-box input[type=checkbox]:checked+label span {
    border-color: var(--cherito-base, #E23B33);
}

.login-page__form__checked-box input[type=checkbox]:checked+label span::before {
    opacity: 1;
}

.login-page__form__forgot-password {
    position: relative;
    display: block;
    margin-left: 0px;
    flex: 0 0 100%;
    margin-top: 12px;
}

@media (min-width: 576px) {
    .login-page__form__forgot-password {
        margin-left: 30px;
        flex: 0 0 auto;
        margin-top: 0;
    }
}

.login-page__form__forgot-password a {
    position: relative;
    display: inline-block;
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    color: var(--cherito-black, #212226);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.login-page__form__forgot-password a:hover {
    background-size: 100% 1px;
}

.login-page__form__forgot-password a:hover {
    color: var(--cherito-base, #E23B33);
}

@media (max-width: 991px) {
    .login-page__form__border {
        display: none;
    }
}

.login-page__form__border::after {
    content: "";
    width: 1px;
    height: calc(100% - 8px);
    position: absolute;
    top: 50%;
    right: -47px;
    transform: translateY(-50%);
    background: var(--cherito-white3, #E5DED9);
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-page {
    position: relative;
    background: var(--cherito-white, #ffffff);
}

.contact-page__form {
    margin: 0 auto;
    max-width: 868px;
}

.contact-page__form__button {
    text-align: center;
}

.contact-info__title {
    margin: 0;
    padding: 31px 40px 33px;
    font-size: 40px;
    color: var(--cherito-white3, #ffffff);
    text-align: center;
    font-weight: 700;
    line-height: 1.25;
    background: var(--cherito-base, #E23B33);
    border-radius: 10px 10px 0 0;
}

@media (max-width: 575px) {
    .contact-info__title {
        font-size: 35px;
    }
}

@media (max-width: 430px) {
    .contact-info__title {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 30px;
    }
}

.contact-info__inner {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 56px;
    background: #f0e7e3;
}

@media (max-width: 1199px) {
    .contact-info__inner {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .contact-info__inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 30px;
    }
    .doctor-img {
        padding-bottom: 10px;
    }
    .about-three__image {
        margin-top: 0px;
    }
    .main-slider-three__item {
        padding-bottom: 110px;
    }
}

@media (max-width: 430px) {
    .contact-info__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.contact-info__item {
    display: flex;
    align-items: center;
    gap: 22px;
}

@media (max-width: 412px) {
    .contact-info__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.contact-info__item__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    color: var(--cherito-black, #F2B42B);
    background: var(--cherito-base, #F2B42B);
    border-radius: 50%;
    transition: all 500ms ease;
}

.contact-info__item__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.contact-info__item:hover .contact-info__item__icon {
    color: var(--cherito-white3, #ffffff);
    background: var(--cherito-base, #E23B33);
}

.contact-info__item__title {
    margin-bottom: 0;
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    font-size: 14px;
    color: var(--cherito-text, #727272);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.357;
}

@media (max-width: 412px) {
    .contact-info__item__title {
        margin-bottom: 7px;
    }
}

.contact-info__item__link {
    font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-size: 18px;
    color: var(--cherito-white3, #ffffff);
    font-weight: 700;
    line-height: 1.25;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact-info__item__link:hover {
    background-size: 100% 1px;
}

.contact-info__item__link:hover {
    color: var(--cherito-black, #E23B33);
}


/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/

.error-404 {
    background: var(--cherito-white, #ffffff);
}

.error-404__content {
    text-align: center;
}

.error-404__image {
    margin-bottom: 48px;
    max-width: 100%;
    height: auto;
    animation: moveHorizontal2 2s linear infinite;
}

.error-404__title {
    margin-bottom: 11px;
    font-size: 40px;
    color: var(--cherito-black, #212226);
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 575px) {
    .error-404__title {
        font-size: 35px;
    }
}

.error-404__text {
    margin-bottom: 21px;
    font-weight: 600;
}

.error-404__search {
    position: relative;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 496px;
}

.error-404__search input[type=text] {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    display: block;
    padding-left: 49px;
    padding-right: 20px;
    background: var(--cherito-white2, #F4F0ED);
    font-family: var(--cherito-font, "Plus Jakarta Sans", sans-serif);
    color: var(--cherito-text, #727272);
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    background: var(--cherito-white2, #F4F0ED);
    border: 1px solid transparent;
    transition: all 500ms ease;
}

.error-404__search input[type=text]:focus {
    color: var(--cherito-black, #212226);
    border-color: var(--cherito-base, #E23B33);
}

.error-404__search__btn {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: transparent;
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--cherito-text, #727272);
    transition: all 500ms ease;
}

.error-404__search__btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.error-404__search__btn:hover {
    color: var(--cherito-base, #E23B33);
}

@media (max-width: 390px) {
    .error-404__search__btn {
        right: 25px;
    }
}

.error-404__search input[type=text]+.error-404__search__btn {
    color: var(--cherito-black, #212226);
}


/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/

body.boxed-wrapper {
    position: relative;
}

body.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background: var(--cherito-white, #ffffff);
    box-shadow: 0px 0px 100px 0px rgba(var(--cherito-black-rgb, 33, 34, 38), 0.08);
}

@media (min-width: 1400px) {
    body.boxed-wrapper .video-one__shape {
        left: -125px;
    }
}

.about-three__image__one img {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-position: center;
    background: #eeeeee;
    border-right: 20px solid #e8c7b6;
    border-radius: 50%;
}

.cherito-btn.cherito-btn--black.footer-btn {
    background: var(--cherito-base, linear-gradient(45deg, #f9dada, #e4b0b0f7));
}


/* Floating animation for the thumbnail */


/* Hover zoom effect */

.video-fancy-thumb:hover img {
    transform: scale(1.04) rotate(-1deg);
}

.video-fancy-thumb:hover .video-glow {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(192, 57, 43, 0.2);
}

.video-feature-section {
    background: #f2e9eaa6;
    padding: 60px 0;
    overflow: hidden;
}

.video-span-txt {
    color: #92453f;
    font-weight: 600;
    font-size: 1.1rem;
}

.video-h2-txt {
    font-weight: 700;
    color: #222;
    font-size: 2.2rem;
    margin-bottom: 18px;
}

.video-p-txt {
    color: #636e72;
    font-size: 1.1rem;
    margin-bottom: 32px;
}

.video-svg-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-feature-image {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(44, 62, 80, 0.10);
    transition: transform 0.4s cubic-bezier(.4, 2, .6, 1);
}

.video-img1 {
    width: 100%;
    display: block;
    transition: transform 0.4s cubic-bezier(.4, 2, .6, 1);
}

.video-btn.vb1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 28px 32px;
    box-shadow: 0 0 0 0 rgba(192, 57, 43, 0.7);
    transition: box-shadow 0.3s, transform 0.2s;
    animation: pulse-glow 1.5s infinite;
}

.fab.fa-youtube.video-youtube-icon1 {
    font-size: 40px;
    color: #e90a0a;
}


/* Floating animation for the thumbnail */

.video-fancy-thumb {
    animation: floatThumb 3.5s ease-in-out infinite alternate;
}

@keyframes floatThumb {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}


/* Glowing pulse for play button */

@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0 0 rgba(192, 57, 43, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(192, 57, 43, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(192, 57, 43, 0);
    }
}


/* Hover zoom effect */

.video-fancy-thumb:hover img {
    transform: scale(1.04) rotate(-1deg);
}

.video-fancy-thumb:hover .video-glow {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(192, 57, 43, 0.2);
}

.video-fancy-thumb:hover img {
    transform: scale(1.02);
    transition: transform 0.3s cubic-bezier(.4, 2, .6, 1);
}

.video-fancy-thumb:hover .video-glow {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 0 0 15px rgba(192, 57, 43, 0.2);
    transition: transform 0.3s cubic-bezier(.4, 2, .6, 1), box-shadow 0.3s;
}

.logo-img1 {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-logo {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.contact-info {
    margin-top: 100px;
}

@media (max-width: 768px) {
    .logo-img1 {
        width: 250px;
    }
    .main-header__inner {
        padding: 10px 0;
    }
    .about-five.abt-txt {
        padding: 30px 0px;
    }
}

h4.sec-title__title.h4-txt {
    font-size: 23px;
    font-weight: 600;
    color: #92453f;
}


/* publication css start */

.publications-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.publication-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: all 0.3s ease;
    border-left: 5px solid var(--cherito-base, #E23B33);
}

.publication-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.publication-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.publication-badge {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.publication-badge--research {
    background: var(--cherito-black, #E23B33);
    color: white;
}

.publication-badge--review {
    background: var(--cherito-black, #E23B33);
    color: white;
}

.publication-badge--original {
    background: var(--cherito-black, #E23B33);
    color: white;
}

.publication-card__year {
    background: var(--cherito-black, #E23B33);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.publication-card__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--cherito-white3, #333);
    margin-bottom: 20px;
    line-height: 1.4;
}

.publication-card__details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.publication-card__details p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--cherito-text, #666);
}

.publication-card__details i {
    color: var(--cherito-base, #E23B33);
    width: 16px;
    text-align: center;
}

.publication-card__journal {
    font-weight: 600;
    color: var(--cherito-white3, #333) !important;
}

.publication-card__doi {
    font-family: 'Courier New', monospace;
    font-size: 12px !important;
}

@media (max-width: 768px) {
    .publication-card {
        padding: 20px;
    }
    .publication-card__title {
        font-size: 18px;
    }
    .publication-card__details {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .publication-card__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .page-header {
        padding-top: 157px;
        padding-bottom: 45px;
    }
    section.gallery-page.gal-sections {
        margin: 70px 0px;
    }
}


/* publication css ends */


/* services start */


/* Hero Section */

.service-hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.service-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.service-hero-image {
    position: relative;
    z-index: 2;
}

.service-hero-content {
    position: relative;
    z-index: 2;
}

.service-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, var(--cherito-base, #E23B33), #ff6b6b);
    color: white;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-hero-title {
    font-size: 35px;
    font-weight: 600;
    color: var(--cherito-white3, #333);
    margin-bottom: 20px;
    line-height: 1.2;
}

.service-hero-subtitle {
    font-size: 1.2rem;
    color: var(--cherito-text, #666);
    margin-bottom: 30px;
    line-height: 1.6;
}

.service-hero-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: var(--cherito-black, #333);
}

.feature-item i {
    color: var(--cherito-base, #E23B33);
    width: 20px;
    text-align: center;
}

.service-hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}


/* Service Info Section */

.service-info-section {
    padding: 80px 0;
    background: #ffffff;
}

.section-header {
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--cherito-white3, #333);
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--cherito-text, #666);
}

.service-info-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--cherito-white3, #333);
    margin-bottom: 20px;
}

.service-info-content p {
    font-size: 1.1rem;
    color: var(--cherito-text, #666);
    margin-bottom: 30px;
    line-height: 1.6;
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.info-item i {
    color: var(--cherito-black, #E23B33);
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.info-item h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--cherito-black, #333);
    margin-bottom: 8px;
}

.info-item p {
    font-size: 1rem;
    color: var(--cherito-text, #666);
    margin: 0;
    line-height: 1.5;
}


/* Benefits Section */

.service-benefits-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.benefit-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: var(--cherito-black, #E23B33);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 30px;
}

.benefit-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--cherito-black, #333);
    margin-bottom: 15px;
}

.benefit-card p {
    font-size: 1rem;
    color: var(--cherito-text, #666);
    line-height: 1.6;
    margin: 0;
}


/* Procedure Timeline */

.procedure-details-section {
    padding: 80px 0;
    background: #ffffff;
}

.procedure-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.procedure-timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--cherito-base, #E23B33);
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
}

.timeline-number {
    width: 60px;
    height: 60px;
    background: var(--cherito-black, #E23B33);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    z-index: 2;
}

.timeline-content {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    flex: 1;
}

.timeline-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--cherito-black, #333);
    margin-bottom: 10px;
}

.timeline-content p {
    font-size: 1rem;
    color: var(--cherito-text, #666);
    line-height: 1.6;
    margin: 0;
}


/* Responsive Design */

@media (max-width: 768px) {
    .service-hero-title {
        font-size: 2.5rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .service-hero-buttons {
        flex-direction: column;
    }
    .timeline-item {
        flex-direction: column;
        gap: 15px;
    }
    .procedure-timeline::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .timeline-number {
        align-self: center;
    }
    .testimonial-card .cherito-ratings {
        gap: 2px;
    }
}

@media (max-width: 480px) {
    .service-hero-title {
        font-size: 2rem;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .benefit-card {
        padding: 20px;
    }
    .timeline-content {
        padding: 20px;
    }
}


/* Sidebar styles for Cardiac Services */

.service-sidebar {
    background: var(--cherito-white2, #f8f9fa);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    padding: 32px 24px;
    margin: 40px auto 0;
    max-width: 1000px;
}

.service-sidebar-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--cherito-white3, #E23B33);
    margin-bottom: 22px;
    text-align: center;
    letter-spacing: 1px;
}

.service-sidebar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    background: #fff;
    border-radius: 12px;
    padding: 10px 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: background 0.25s, box-shadow 0.25s, color 0.25s;
}

.service-link:hover {
    background: #ffeaea;
    box-shadow: 0 4px 16px rgba(226, 59, 51, 0.10);
    color: #3b3939;
}

@media (max-width: 600px) {
    .service-sidebar {
        padding: 18px 6px;
    }
    .service-link {
        padding: 8px 10px;
        font-size: 0.98em;
    }
    .service-sidebar-title {
        font-size: 1.1rem;
    }
}

section.gallery-page.gal-sections {
    margin: 100px 0px;
}

.footer-txt {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

.link-txt:hover {
    color: #92453f;
}

.link-txt {
    font-size: 13px;
    font-weight: 600;
}


/* services end */


/* whats/call button css start */


/* Floating Action Buttons Styles */

.floating-action-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.floating-btn {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
}

.floating-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.floating-btn:hover::before {
    opacity: 1;
}

.floating-btn__icon {
    font-size: 24px;
    color: white;
    z-index: 2;
    transition: transform 0.3s ease;
}

.floating-btn:hover .floating-btn__icon {
    transform: scale(1.1);
}

.floating-btn__tooltip {
    position: absolute;
    right: 70px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.floating-btn__tooltip::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid rgba(0, 0, 0, 0.8);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.floating-btn:hover .floating-btn__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


/* WhatsApp Button */

.floating-btn--whatsapp {
    background: linear-gradient(135deg, #f0e7e3 0%, #e8c7b6 100%);
    animation: pulse-whatsapp 2s infinite;
    border: 3px solid #e8c7b6;
}

.floating-btn--whatsapp:hover {
    background: linear-gradient(135deg, #e8c7b6 0%, #d7c1b661 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(215, 193, 182, 0.28);
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 4px 20px rgba(215, 193, 182, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(215, 193, 182, 0.6);
    }
    100% {
        box-shadow: 0 4px 20px rgba(215, 193, 182, 0.3);
    }
}


/* Call Button */

.floating-btn--call {
    background: linear-gradient(135deg, #f0e7e3 0%, #e8c7b6 100%);
    animation: pulse-call 2s infinite 1s;
    border: 3px solid #e8c7b6;
}

.floating-btn--call:hover {
    background: linear-gradient(135deg, #e8c7b6 0%, #d7c1b661 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(240, 231, 227, 0.28);
}

@keyframes pulse-call {
    0% {
        box-shadow: 0 4px 20px rgba(240, 231, 227, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(240, 231, 227, 0.6);
    }
    100% {
        box-shadow: 0 4px 20px rgba(240, 231, 227, 0.3);
    }
}

.floating-btn__icon {
    color: #92453f;
}


/* Mobile Responsive */

@media (max-width: 768px) {
    .floating-action-buttons {
        bottom: 20px;
        right: 20px;
        gap: 12px;
    }
    .floating-btn {
        width: 55px;
        height: 55px;
    }
    .floating-btn__icon {
        font-size: 22px;
    }
    .floating-btn__tooltip {
        display: none;
    }
}


/* Dark mode support */

@media (prefers-color-scheme: dark) {
    .floating-btn__tooltip {
        background: rgba(255, 255, 255, 0.9);
        color: #333;
    }
    .floating-btn__tooltip::after {
        border-left-color: rgba(255, 255, 255, 0.9);
    }
}


/* whtsapp/call button css end */

.banner-image {
    width: 300px;
    /* height: auto;
    object-fit: cover;
    border: 4px solid white;
    background: #eeeeee;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}


/* about css start */

.education-item h5 {
    color: #151515;
    font-size: 23px;
    margin-bottom: 5px;
    font-weight: 600;
}

.honours-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e8c7b6 100%);
    padding: 40px 0 30px 0;
}

.honour-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(146, 69, 63, 0.08);
    border-left: 6px solid #d27d78;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 20px;
    margin-bottom: 18px;
    transition: box-shadow 0.2s;
    height: 155px;
    min-height: 100%;
}

.honour-card:hover {
    box-shadow: 0 8px 32px rgba(146, 69, 63, 0.16);
    border-left-color: #92453f;
}

.honour-icon {
    font-size: 2.2rem;
    color: #d27d78;
    flex-shrink: 0;
    margin-top: 2px;
}

.honour-card h5 {
    color: #92453f;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.honour-card p {
    color: #3c3e3f;
    font-size: 1rem;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .honour-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 12px;
        height: 100%;
    }
    .honours-section {
        padding: 24px 0 16px 0;
    }
}

.experience-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px 0;
}

.experience-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.experience-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #e8c7b6 0%, #d27d78 50%, #92453f 100%);
    transform: translateX(-50%);
    z-index: 1;
}

.experience-item {
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
}

.experience-item__content {
    background: white;
    border-radius: 15px;
    padding: 18px 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
}

.experience-item__content::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #d27d78;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 3px #e8c7b6;
}

.experience-item:nth-child(odd) .experience-item__content {
    margin-left: 0;
    margin-right: 50%;
    padding-right: 24px;
    text-align: right;
}

.experience-item:nth-child(even) .experience-item__content {
    margin-left: 50%;
    margin-right: 0;
    padding-left: 24px;
    text-align: left;
}

.experience-item:nth-child(odd) .experience-item__content::before {
    right: -36px;
}

.experience-item:nth-child(even) .experience-item__content::before {
    left: -36px;
}

.experience-item__header {
    margin-bottom: 10px;
}

.experience-item__period {
    margin-bottom: 8px;
}

.period-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.period-badge--current {
    background: linear-gradient(45deg, #d27d78, #92453f);
    color: white;
}

.period-text {
    font-size: 13px;
    color: var(--cherito-black);
    font-weight: 500;
    margin-top: 3px;
}

.period-duration {
    font-size: 14px;
    color: #3c3e3f;
    font-style: italic;
}

.experience-item__title h4 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3;
}

.experience-item__title h5 {
    color: #d27d78;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}

.hospital-name {
    color: #495057;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.hospital-name i {
    color: #d27d78;
    margin-right: 8px;
}

.accreditation {
    margin-top: 6px;
}

.accreditation-badge {
    display: inline-block;
    padding: 3px 8px;
    background: linear-gradient(45deg, #e8c7b6, #d27d78);
    color: #1e0402;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.experience-item__description {
    color: #6c757d;
    line-height: 1.5;
}

.experience-item__description p {
    margin-bottom: 0;
    font-size: 14px;
}

.experience-item__responsibilities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.experience-item__responsibilities li {
    margin-bottom: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.experience-item__responsibilities li i {
    color: #92453f;
    margin-right: 8px;
    font-size: 11px;
}


/* Mobile Responsive */

@media (max-width: 768px) {
    .experience-section {
        padding: 20px 0;
    }
    .experience-timeline::before {
        left: 20px;
    }
    .experience-item:nth-child(odd) .experience-item__content,
    .experience-item:nth-child(even) .experience-item__content {
        margin-left: 40px;
        margin-right: 0;
        padding-left: 16px;
        padding-right: 10px;
        text-align: left;
    }
    .experience-item:nth-child(odd) .experience-item__content::before,
    .experience-item:nth-child(even) .experience-item__content::before {
        left: -24px;
        right: auto;
    }
    .experience-item__content {
        padding: 12px;
    }
    .experience-item__title h4 {
        font-size: 15px;
    }
    .experience-item__title h5 {
        font-size: 13px;
    }
    section.gallery-page.gal-sections {
        margin: 70px 0px;
    }
    .about-three__list li {
        font-size: 19px;
    }
}

.ban-img1 {
    border-radius: 50%;
    border: 1px solid beige;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footer-title {
    color: var(--cherito-black, )
}

.bold_txt
{
         font-family: var(--cherito-heading-font, "Quicksand", sans-serif);
    font-weight: 800;
    color: #984f4a;
    font-size: 20px;
}

/* about css end */

ul.about-three__list {
    padding: 20px 0px;
}

.highlighted-achievement {
    display: inline-block;
    background: linear-gradient(135deg, rgb(247 239 235) 0%, rgb(255 255 255 / 89%) 100%);
    /* border: 1.5px solid #ffb347; */
    border-radius: 8px;
    padding: 6px 16px;
    border: 1.5px solid #92453f0a;

    font-weight: 700;
    color: #b85c00;
    box-shadow: 0 2px 8px rgba(255, 179, 71, 0.08);
    font-size: 1.05em;
    transition: box-shadow 0.3s;
}
.highlighted-achievement:hover {
    box-shadow: 0 4px 16px rgba(255, 179, 71, 0.18);
    background: linear-gradient(135deg, rgb(247 228 219) 0%, rgb(255 255 255 / 89%) 100%);
}