@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Work Sans", sans-serif;
    background-color: #FFFCEB
}

body.body-overlay {
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out
}

body.body-overlay::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6
}

a {
    text-decoration: none
}

p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3
}

@media screen and (max-width: 575px) {
    p {
        font-size: 16px
    }
}

main {
    margin-top: 128px
}

@media screen and (max-width: 1199px) {
    main {
        margin-top: 108px
    }
}

.primary-btn {
    padding: 16px 30px;
    background-color: #9DCB3B;
    border: 1px solid #9DCB3B;
    color: #132932;
    font-size: 18px;
    line-height: 1.3;
    border-radius: 30px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    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;
    -webkit-column-gap: 12px;
    column-gap: 12px;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.primary-btn img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.primary-btn:hover {
    background-color: #132932;
    border: 1px solid #132932;
    color: #FFFCEB
}

.primary-btn:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(1318%) hue-rotate(319deg) brightness(107%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(1318%) hue-rotate(319deg) brightness(107%) contrast(104%)
}

.primary-btn.bordered {
    background-color: transparent;
    color: #9DCB3B
}

.primary-btn.bordered img {
    -webkit-filter: brightness(0) saturate(100%) invert(81%) sepia(38%) saturate(761%) hue-rotate(27deg) brightness(89%) contrast(88%);
    filter: brightness(0) saturate(100%) invert(81%) sepia(38%) saturate(761%) hue-rotate(27deg) brightness(89%) contrast(88%)
}

.primary-btn.bordered:hover {
    background-color: #132932;
    border: 1px solid #132932;
    color: #FFFCEB
}

.primary-btn.bordered:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(1318%) hue-rotate(319deg) brightness(107%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(1318%) hue-rotate(319deg) brightness(107%) contrast(104%)
}

@media screen and (max-width: 991px) {
    .primary-btn {
        font-size: 14px;
        padding: 14px 16px
    }

    .primary-btn img {
        width: 20px
    }
}

.scribble {
    width: 98px
}

@media screen and (max-width: 575px) {
    .scribble {
        width: 48px
    }
}

.add-scribble {
    position: relative
}

.add-scribble::after {
    content: '';
    width: 84px;
    aspect-ratio: 1/0.8;
    background-image: url("../images/vectors/vector-6.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1
}

@media screen and (max-width: 575px) {
    .add-scribble::after {
        width: 60px
    }
}

.add-scribble.opp::after {
    right: -10px;
    left: unset;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.section-padding {
    padding: 60px 0
}

@media (max-width: 575px) {
    .section-padding {
        padding: 25px 0
    }
}

.section-margin {
    margin: 60px 0
}

@media (max-width: 575px) {
    .section-margin {
        margin: 25px 0
    }
}

.section-heading {
    font-size: 64px;
    line-height: 1.2;
    color: #132932;
    max-width: 780px;
    margin: 0 auto 28px;
    font-weight: 500
}

@media screen and (max-width: 1399px) {
    .section-heading {
        font-size: 56px
    }
}

@media screen and (max-width: 1199px) {
    .section-heading {
        font-size: 48px
    }
}

@media screen and (max-width: 767px) {
    .section-heading {
        font-size: 42px
    }
}

@media screen and (max-width: 575px) {
    .section-heading {
        font-size: 28px;
        margin: 0 auto 10px
    }
}

.section-heading span:not(.add-scribble) {
    color: #9DCB3B
}

hr {
    margin: 0
}

.to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px 12px;
    z-index: 5;
    border-radius: 50%;
    background-color: #9DCB3B;
    border: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    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;
    width: 50px;
    height: 50px
}

@media only screen and (max-width: 991px) {
    .to-top-btn {
        bottom: 5px
    }
}

@media only screen and (max-width: 575px) {
    .to-top-btn {
        padding: 6px 8px;
        bottom: 10px;
        right: 10px;
        width: 30px;
        height: 30px
    }
}

.to-top-btn.btn-show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media screen and (max-width: 575px) {
    .to-top-btn img {
        width: 15px
    }
}

.print-btn {
    border-radius: 30px;
    background-color: #9DCB3B;
    display: block;
    height: 110px;
    padding: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #132932;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    left: 0;
    z-index: 10;
    float: right;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.print-btn::before {
    display: none
}

.print-btn span {
    position: static;
    background-color: transparent;
    padding: 0;
    -webkit-transform: none;
    transform: none;
    color: #132932
}

@media only screen and (max-width: 575px) {
    .print-btn span {
        display: none
    }
}

.print-btn img {
    width: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (max-width: 575px) {
    .print-btn img {
        margin: 0;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@media only screen and (max-width: 575px) {
    .print-btn {
        height: auto
    }
}

.print-btn:hover {
    background-color: #132932;
    color: #fff
}

.print-btn:hover span {
    color: #fff
}

.print-btn:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(41deg) brightness(106%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(41deg) brightness(106%) contrast(102%)
}

[id] {
    scroll-margin-top: 180px;
}

@media (max-width: 767px) {
    [id] {
        scroll-margin-top: 50px;
    }
}

#chat-widget-container {
    bottom: -10px !important
}

@media only screen and (max-width: 575px) {
    .g-recaptcha {
        -webkit-transform: scale(0.88);
        transform: scale(0.88);
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
}

.float {
    position: relative;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    will-change: transform;
    -webkit-animation: float-bob 6s ease-in-out infinite;
    animation: float-bob 6s ease-in-out infinite
}

.float img {
    display: block
}

.float .float-shadow {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 60%;
    height: 14px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
    -webkit-animation: shadow-pulse 6s ease-in-out infinite;
    animation: shadow-pulse 6s ease-in-out infinite;
    pointer-events: none
}

.float.delay-2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.float.delay-2 .float-shadow {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.float.delay-4 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.float.delay-4 .float-shadow {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
        transform: translate3d(0, 0, 0) rotateZ(0deg)
    }

    25% {
        -webkit-transform: translate3d(4px, -6px, 0) rotateZ(-.4deg);
        transform: translate3d(4px, -6px, 0) rotateZ(-.4deg)
    }

    50% {
        -webkit-transform: translate3d(0, -10px, 0) rotateZ(0deg);
        transform: translate3d(0, -10px, 0) rotateZ(0deg)
    }

    75% {
        -webkit-transform: translate3d(-4px, -6px, 0) rotateZ(.4deg);
        transform: translate3d(-4px, -6px, 0) rotateZ(.4deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
        transform: translate3d(0, 0, 0) rotateZ(0deg)
    }
}

@keyframes float-bob {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
        transform: translate3d(0, 0, 0) rotateZ(0deg)
    }

    25% {
        -webkit-transform: translate3d(4px, -6px, 0) rotateZ(-.4deg);
        transform: translate3d(4px, -6px, 0) rotateZ(-.4deg)
    }

    50% {
        -webkit-transform: translate3d(0, -10px, 0) rotateZ(0deg);
        transform: translate3d(0, -10px, 0) rotateZ(0deg)
    }

    75% {
        -webkit-transform: translate3d(-4px, -6px, 0) rotateZ(.4deg);
        transform: translate3d(-4px, -6px, 0) rotateZ(.4deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
        transform: translate3d(0, 0, 0) rotateZ(0deg)
    }
}

@-webkit-keyframes shadow-pulse {
    0% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        opacity: .35
    }

    50% {
        -webkit-transform: translateX(-50%) scale(.9);
        transform: translateX(-50%) scale(.9);
        opacity: .2
    }

    100% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        opacity: .35
    }
}

@keyframes shadow-pulse {
    0% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        opacity: .35
    }

    50% {
        -webkit-transform: translateX(-50%) scale(.9);
        transform: translateX(-50%) scale(.9);
        opacity: .2
    }

    100% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        opacity: .35
    }
}

@media (prefers-reduced-motion: reduce) {

    .float,
    .float-shadow {
        -webkit-animation: none;
        animation: none
    }
}

@forward 'base';
@forward 'common';
@forward 'float-animation';

header {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 24px 0
}

header.sticky {
    top: 0;
    background-color: rgba(255, 252, 235, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding-bottom: 0
}

header.header-open.sticky {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

header .navbar {
    position: static !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    background-color: #132932;
    border-radius: 50px
}

@media only screen and (max-width: 1199px) {
    header .navbar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 30px;
        padding: 12px
    }
}

@media only screen and (max-width: 991px) {
    header .navbar {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width: 575px) {
    header .navbar .navbar-brand img {
        max-width: 165px
    }
}

header .navbar .navbar-collapse .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    column-gap: 12px
}

@media only screen and (max-width: 1199px) {
    header .navbar .navbar-collapse .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

header .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 0 10px
}

@media only screen and (max-width: 1399px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item {
        padding: 0 8px
    }
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500
}

@media only screen and (max-width: 1199px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        text-align: center;
        margin: 10px 0
    }
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    color: #9DCB3B
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.auth-btn {
    background-color: rgba(255, 252, 236, 0.5);
    color: #fff;
    padding: 12px 16px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    column-gap: 8px
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.auth-btn img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.auth-btn:hover {
    background-color: #9DCB3B !important;
    color: #fff !important
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.auth-btn:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(25%) hue-rotate(4deg) brightness(106%) contrast(106%) !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(25%) hue-rotate(4deg) brightness(106%) contrast(106%) !important
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.auth-btn.bg-white {
    background-color: #fff;
    color: #132932
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.auth-btn.bg-white img {
    -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(17%) saturate(1219%) hue-rotate(152deg) brightness(101%) contrast(99%);
    filter: brightness(0) saturate(100%) invert(13%) sepia(17%) saturate(1219%) hue-rotate(152deg) brightness(101%) contrast(99%)
}

header .navbar .navbar-collapse::-webkit-scrollbar {
    width: 0
}

header .navbar .menu-btn {
    display: none;
    background-color: transparent;
    border-radius: 5px;
    border: none
}

@media only screen and (max-width: 1199px) {
    header .navbar .menu-btn {
        display: block
    }
}

header .navbar .menu-btn .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 4px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
    background-color: #fff;
    width: 36px;
    height: 36px
}

header .navbar .menu-btn .hamburger .bar {
    height: 2px;
    border-radius: 14px;
    background-color: #132932;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 20px
}

header .navbar .menu-btn .hamburger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

header .navbar .menu-btn .hamburger.active .bar:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg)
}

header .navbar .menu-btn .hamburger.active .bar:nth-child(2) {
    opacity: 0
}

header .navbar .menu-btn .hamburger.active .bar:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg)
}

@forward 'header';
@forward 'footer';
@forward 'form';
@forward 'table';
@forward 'modal';

.form-group {
    margin-bottom: 16px
}

.form-group .form-control {
    padding: 16px 24px;
    border-radius: 500px;
    border: 1px solid #DDDDDD;
    background-color: #FFFCEB;
    font-size: 18px;
    line-height: 1.3;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 575px) {
    .form-group .form-control {
        padding: 12px 16px;
        font-size: 16px
    }
}

.form-group .form-control::-webkit-input-placeholder {
    color: rgba(24, 19, 29, 0.6) !important
}

.form-group .form-control:focus {
    border-color: #132932
}

.form-group .form-control:focus::-webkit-input-placeholder {
    color: #132932 !important
}

.form-group textarea.form-control {
    border-radius: 32px
}

@media screen and (max-width: 575px) {
    .form-group textarea.form-control {
        border-radius: 20px
    }
}

.form-text {
    font-size: 18px;
    line-height: 1.3;
    color: #132932;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .form-text {
        font-size: 16px
    }
}

.form-text a {
    color: #000;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

.form-text a:hover {
    color: #9DCB3B
}

table {
    width: 100%;
    overflow: hidden;
    border-collapse: separate;
    border-radius: 15px;
    border-spacing: 0;
    table-layout: fixed;
    border: 1px solid #132932
}

@media only screen and (max-width: 575px) {
    table {
        table-layout: auto
    }
}

table th {
    background-color: #9DCB3B;
    color: #132932;
    padding: 25px 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    border-right: 1px solid rgba(45, 45, 45, 0.2)
}

table th:first-of-type {
    border-radius: 15px 0 0 0
}

table th:last-of-type {
    border-radius: 0 15px 0 0;
    border-right: none
}

@media only screen and (max-width: 1199px) {
    table th {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    table th {
        font-size: 12px;
        padding: 16px 8px
    }
}

table tr {
    color: #FFFCEB
}

table tr td {
    padding: 25px 30px;
    line-height: 1.5;
    vertical-align: top;
    border-right: 1px solid rgba(255, 252, 236, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #132932
}

@media only screen and (max-width: 767px) {
    table tr td {
        padding: 16px 8px;
        font-size: 12px
    }
}

@media only screen and (max-width: 380px) {
    table tr td {
        padding: 10px 3px
    }
}

table tr td:last-child {
    border-right: none
}

table tr:last-of-type td {
    border-bottom: none
}

@media only screen and (max-width: 991px) {
    table br {
        display: block
    }
}

table.faq {
    background: #fff
}

table.faq th {
    background-color: #9DCB3B;
    border-right: 1px solid rgba(24, 19, 29, 0.6)
}

table.faq th:last-child {
    border: none
}

footer {
    margin-top: 60px;
    padding-bottom: 24px
}

@media screen and (max-width: 575px) {
    footer {
        padding-bottom: 12px
    }
}

@media screen and (max-width: 575px) {
    footer p {
        font-size: 12px
    }
}

footer .footer-wrapper {
    background-color: #132932;
    color: #fff;
    padding: 40px;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px
}

@media screen and (max-width: 991px) {
    footer .footer-wrapper {
        row-gap: 20px
    }
}

@media screen and (max-width: 575px) {
    footer .footer-wrapper {
        padding: 20px 16px;
        border-radius: 20px
    }
}

footer .footer-wrapper .navbar-brand img {
    width: 100%;
    display: block
}

footer .footer-wrapper hr {
    border-color: #fff
}

footer .footer-wrapper .accordion .accordion-item {
    border: none;
    background-color: transparent
}

footer .footer-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500
}

@media screen and (max-width: 991px) {
    footer .footer-wrapper .accordion .accordion-item .accordion-header .accordion-button {
        margin-bottom: 0
    }
}

@media screen and (max-width: 575px) {
    footer .footer-wrapper .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px
    }
}

footer .footer-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url("../images/icons/arrow-down.svg")
}

footer .footer-wrapper .accordion .accordion-item .accordion-collapse ul {
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px
}

@media screen and (max-width: 991px) {
    footer .footer-wrapper .accordion .accordion-item .accordion-collapse ul {
        padding-top: 20px
    }
}

@media screen and (max-width: 575px) {
    footer .footer-wrapper .accordion .accordion-item .accordion-collapse ul {
        row-gap: 10px
    }
}

footer .footer-wrapper .accordion .accordion-item .accordion-collapse ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    column-gap: 10px
}

@media screen and (max-width: 575px) {
    footer .footer-wrapper .accordion .accordion-item .accordion-collapse ul li img {
        width: 18px;
        height: 18px
    }
}

footer .footer-wrapper .accordion .accordion-item .accordion-collapse ul li a,
footer .footer-wrapper .accordion .accordion-item .accordion-collapse ul li p {
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255, 252, 235, 0.5)
}

@media screen and (max-width: 575px) {

    footer .footer-wrapper .accordion .accordion-item .accordion-collapse ul li a,
    footer .footer-wrapper .accordion .accordion-item .accordion-collapse ul li p {
        font-size: 14px
    }
}

footer .footer-wrapper .accordion .accordion-item .accordion-collapse ul li a:hover {
    color: #FFFCEB
}

footer .footer-wrapper .cards {
    width: 100%;
    max-width: 300px
}

@media screen and (min-width: 992px) {
    footer .footer-wrapper .accordion .accordion-collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        overflow: visible !important
    }

    footer .footer-wrapper .accordion .accordion-button {
        pointer-events: none
    }

    footer .footer-wrapper .accordion .accordion-button::after {
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        display: none
    }

    footer .footer-wrapper .accordion .accordion-button.collapsed {
        color: #fff;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media screen and (max-width: 991px) {
    footer .footer-wrapper .accordion .accordion-button::after {
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease
    }

    footer .footer-wrapper .accordion .accordion-button[aria-expanded="false"]::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    footer .footer-wrapper .accordion .accordion-button[aria-expanded="true"]::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.modal {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px)
}

@media screen and (min-width: 575px) {
    .modal .modal-dialog {
        max-width: 600px
    }
}

.modal .modal-content {
    border-radius: 20px;
    background-color: #FFFCEB;
    border: none;
    position: relative
}

.modal .modal-content .btn-close {
    margin: 0;
    --bs-btn-close-bg: none;
    background-color: transparent;
    background-image: url("../images/icons/modal-close.svg");
    background-size: 24px;
    border-radius: 50%;
    opacity: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3
}

.modal .modal-content .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal .modal-content .modal-body {
    background-color: #FFFCEB;
    border-radius: 30px;
    padding: 60px 40px;
    z-index: 2
}

.modal .modal-content .modal-body .section-heading {
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 0
}

@media only screen and (max-width: 767px) {
    .modal .modal-content .modal-body .section-heading {
        font-size: 22px
    }
}

.modal .modal-content .modal-body a {
    text-decoration: none;
    color: #000;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: 16px
}

.modal .modal-content .modal-body a:hover {
    color: #9DCB3B
}

@media only screen and (max-width: 575px) {
    .modal .modal-content .modal-body a {
        font-size: 14px
    }
}

.modal .modal-content .modal-body p,
.modal .modal-content .modal-body li {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(24, 19, 29, 0.6)
}

@media only screen and (max-width: 575px) {

    .modal .modal-content .modal-body p,
    .modal .modal-content .modal-body li {
        font-size: 14px
    }
}

@media only screen and (max-width: 575px) {
    .modal .modal-content .modal-body {
        padding: 20px 16px 16px
    }
}

.modal .modal-content .modal-body p.agree-terms {
    margin-bottom: 30px
}

.modal .modal-content .modal-footer {
    border: none;
    padding: 0 30px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 0 0 20px 20px
}

.about-section .left-image {
    max-width: 260px;
    margin: 0 auto;
    display: block
}

@media screen and (max-width: 1399px) {
    .about-section .left-image {
        max-width: 230px
    }
}

@media screen and (max-width: 1199px) {
    .about-section .left-image {
        max-width: 195px
    }
}

@media screen and (max-width: 991px) {
    .about-section .left-image {
        max-width: 300px
    }
}

@media screen and (max-width: 767px) {
    .about-section .left-image {
        max-width: 215px
    }
}

@media screen and (max-width: 575px) {
    .about-section .right-image {
        max-width: 240px;
        margin: 0 auto;
        display: block
    }
}

@media screen and (max-width: 991px) {
    .contact-section .img-wrapper {
        width: 100%;
        max-width: 400px;
        margin: 0 auto
    }
}

.contact-section .inner-wrapper {
    position: relative
}

@media screen and (max-width: 991px) {
    .contact-section .inner-wrapper .info-wrapper {
        padding: 0 10px 20px
    }
}

.contact-section .inner-wrapper .info-wrapper h4 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 16px
}

@media screen and (max-width: 1199px) {
    .contact-section .inner-wrapper .info-wrapper h4 {
        font-size: 32px
    }
}

@media screen and (max-width: 991px) {
    .contact-section .inner-wrapper .info-wrapper h4 {
        text-align: center
    }
}

@media screen and (max-width: 575px) {
    .contact-section .inner-wrapper .info-wrapper h4 {
        font-size: 28px
    }
}

.contact-section .inner-wrapper .info-wrapper p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 32px;
    width: 100%;
    max-width: 580px
}

@media screen and (max-width: 1199px) {
    .contact-section .inner-wrapper .info-wrapper p {
        font-size: 16px
    }
}

@media screen and (max-width: 991px) {
    .contact-section .inner-wrapper .info-wrapper p {
        text-align: center;
        margin: 0 auto 20px
    }
}

.contact-section .inner-wrapper .info-wrapper ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 32px
}

@media screen and (max-width: 991px) {
    .contact-section .inner-wrapper .info-wrapper ul {
        max-width: 300px;
        margin: 0 auto
    }
}

.contact-section .inner-wrapper .info-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 10px;
    column-gap: 10px
}

.contact-section .inner-wrapper .info-wrapper ul li span {
    width: 44px;
    height: 44px;
    background-color: #132932;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.contact-section .inner-wrapper .info-wrapper ul li .wrapper h5 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 4px
}

.contact-section .inner-wrapper .info-wrapper ul li .wrapper a,
.contact-section .inner-wrapper .info-wrapper ul li .wrapper p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
    color: #132932;
    text-align: left
}

.contact-section .inner-wrapper .info-wrapper ul li .wrapper a:hover {
    color: #FFFCEB
}

.contact-section .inner-wrapper .green-background {
    width: 100%;
    height: calc(100% - 210px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 32px;
    background-color: #9DCB3B
}

@media screen and (max-width: 1399px) {
    .contact-section .inner-wrapper .green-background {
        height: calc(100% - 170px)
    }
}

@media screen and (max-width: 1199px) {
    .contact-section .inner-wrapper .green-background {
        height: calc(100% - 70px)
    }
}

@media screen and (max-width: 991px) {
    .contact-section .inner-wrapper .green-background {
        top: unset;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0
    }
}

.contact-section .inner-wrapper .green-background::after {
    content: '';
    width: 74px;
    aspect-ratio: 1;
    background-image: url("../images/vectors/vector-9.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1
}

@media screen and (max-width: 575px) {
    .contact-section .inner-wrapper .green-background::after {
        width: 50px;
        top: -10px;
        right: -10px
    }
}

.contact-section .inner-wrapper .green-background::before {
    content: '';
    width: 74px;
    aspect-ratio: 1;
    background-image: url("../images/vectors/vector-10.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: 1
}

@media screen and (max-width: 575px) {
    .contact-section .inner-wrapper .green-background::before {
        width: 50px;
        bottom: -10px;
        left: -10px
    }
}

.contact-section .contact-location span {
    background-color: transparent !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.banner-section {
    overflow: hidden
}

.banner-section .banner-heading {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    padding-top: 100px
}

@media screen and (max-width: 1199px) {
    .banner-section .banner-heading {
        padding-top: 50px
    }
}

.banner-section .banner-heading p {
    font-size: 20px;
    line-height: 1.3;
    color: #132932;
    max-width: 1100px;
    margin: 0 auto 28px
}

@media screen and (max-width: 991px) {
    .banner-section .banner-heading p {
        font-size: 18px
    }
}

@media screen and (max-width: 575px) {
    .banner-section .banner-heading p {
        font-size: 16px
    }
}

.banner-section .banner-heading .vector-1 {
    position: absolute;
    top: 50px;
    left: 0
}

@media screen and (max-width: 1199px) {
    .banner-section .banner-heading .vector-1 img {
        height: 80px
    }
}

@media screen and (max-width: 991px) {
    .banner-section .banner-heading .vector-1 {
        top: 10px
    }

    .banner-section .banner-heading .vector-1 img {
        height: 40px
    }
}

.banner-section .banner-heading .vector-2 {
    position: absolute;
    bottom: 20px;
    left: 100px
}

@media screen and (max-width: 1199px) {
    .banner-section .banner-heading .vector-2 img {
        height: 80px
    }
}

@media screen and (max-width: 991px) {
    .banner-section .banner-heading .vector-2 {
        bottom: -30px;
        left: 0
    }

    .banner-section .banner-heading .vector-2 img {
        height: 40px
    }
}

.banner-section .banner-heading .vector-3 {
    position: absolute;
    top: 40px;
    right: 0
}

@media screen and (max-width: 1199px) {
    .banner-section .banner-heading .vector-3 img {
        height: 80px
    }
}

@media screen and (max-width: 991px) {
    .banner-section .banner-heading .vector-3 {
        top: 10px
    }

    .banner-section .banner-heading .vector-3 img {
        height: 40px
    }
}

.banner-section .banner-heading .vector-4 {
    position: absolute;
    bottom: 50px;
    right: 0
}

@media screen and (max-width: 1199px) {
    .banner-section .banner-heading .vector-4 img {
        height: 80px
    }
}

@media screen and (max-width: 991px) {
    .banner-section .banner-heading .vector-4 {
        bottom: -30px
    }

    .banner-section .banner-heading .vector-4 img {
        height: 40px
    }
}

.banner-section .panorama-slider {
    padding: 100px 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 580px
}

@media screen and (max-width: 991px) {
    .banner-section .panorama-slider {
        padding: 50px 0
    }
}

@media screen and (max-width: 575px) {
    .banner-section .panorama-slider {
        padding: 0
    }
}

.banner-section .swiper {
    perspective: 1200px;
    -webkit-perspective: 1200px;
    overflow: visible;
    height: auto
}

.banner-section .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.banner-section .swiper .swiper-wrapper .swiper-slide {
    border-radius: 30px;
    overflow: hidden;
    background: #f0f0f0
}

.banner-section .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

.banner-section .swiper .swiper-wrapper .swiper-slide .swiper-slide-shadow-coverflow {
    display: none
}

.features-section .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    gap: 24px
}

@media screen and (max-width: 991px) {
    .features-section .grid {
        -ms-grid-rows: none;
        grid-template-rows: none;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row
    }
}

@media screen and (max-width: 575px) {
    .features-section .grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        gap: 12px
    }

    .features-section .grid>:nth-child(3) {
        -ms-grid-row: 4;
        grid-row: 4
    }

    .features-section .grid>:nth-child(4) {
        -ms-grid-row: 3;
        grid-row: 3
    }
}

.features-section .grid .g-col-4 {
    width: 100%
}

.features-section .img-wrapper {
    max-width: 100%;
    height: 100%
}

@media screen and (max-width: 575px) {
    .features-section .img-wrapper {
        max-width: 280px;
        height: 180px;
        margin: 0 auto
    }
}

.features-section .img-wrapper img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

.features-section .features-wrapper {
    border-radius: 20px;
    padding: 32px;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

@media screen and (max-width: 1399px) {
    .features-section .features-wrapper {
        gap: 16px
    }
}

@media screen and (max-width: 1199px) {
    .features-section .features-wrapper {
        padding: 20px
    }
}

@media screen and (max-width: 575px) {
    .features-section .features-wrapper {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        padding: 16px
    }
}

.features-section .features-wrapper .feature-number {
    background-color: #FFFCEB;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    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;
    font-size: 32px;
    line-height: 1;
    font-weight: 500
}

@media screen and (max-width: 1199px) {
    .features-section .features-wrapper .feature-number {
        width: 32px;
        height: 32px;
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .features-section .features-wrapper .feature-number {
        width: 24px;
        height: 24px;
        font-size: 16px
    }
}

.features-section .features-wrapper hr {
    border-color: #fff
}

.features-section .features-wrapper .features-info h4 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 12px
}

@media screen and (max-width: 1399px) {
    .features-section .features-wrapper .features-info h4 {
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .features-section .features-wrapper .features-info h4 {
        font-size: 16px
    }
}

.features-section .features-wrapper .features-info p {
    font-size: 16px;
    line-height: 1.3
}

@media screen and (max-width: 1399px) {
    .features-section .features-wrapper .features-info p {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .features-section .features-wrapper .features-info p {
        font-size: 12px
    }
}

.features-section .features-wrapper.blue {
    background-color: #5571A7
}

.features-section .features-wrapper.blue .feature-number {
    color: #5571A7
}

.features-section .features-wrapper.red {
    background-color: #D25454
}

.features-section .features-wrapper.red .feature-number {
    color: #D25454
}

.features-section .features-wrapper.purple {
    background-color: #6D4EB3
}

.features-section .features-wrapper.purple .feature-number {
    color: #6D4EB3
}

@media screen and (max-width: 991px) {
    .service-section .info-wrapper {
        text-align: center
    }
}

.service-section .info-wrapper p {
    margin-bottom: 32px;
    max-width: 100%
}

@media screen and (max-width: 991px) {
    .service-section .info-wrapper p {
        margin: 0 auto 30px
    }
}

.service-section .img-wrapper img {
    width: 100%;
    max-width: 100%;
    display: block
}

@media screen and (max-width: 991px) {
    .service-section .img-wrapper img {
        max-width: 400px;
        margin: 0 auto
    }
}

.cta-section .cta-wrapper {
    color: #fff;
    background-color: #152A33;
    border-radius: 32px;
    padding: 130px 16px;
    background-image: url("../images/vectors/grid-bg.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative
}

@media screen and (max-width: 991px) {
    .cta-section .cta-wrapper {
        padding: 80px 16px;
        border-radius: 12px
    }
}

@media screen and (max-width: 575px) {
    .cta-section .cta-wrapper {
        padding: 24px 10px
    }
}

.cta-section .cta-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/vectors/noise.svg");
    opacity: 0.4;
    pointer-events: none;
    z-index: 1;
    border-radius: 32px
}

@media screen and (max-width: 991px) {
    .cta-section .cta-wrapper::after {
        border-radius: 12px
    }
}

.cta-section .cta-wrapper h3 {
    position: relative;
    z-index: 2;
    font-size: 56px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin-bottom: 24px
}

@media screen and (max-width: 991px) {
    .cta-section .cta-wrapper h3 {
        font-size: 50px
    }
}

@media screen and (max-width: 767px) {
    .cta-section .cta-wrapper h3 {
        font-size: 42px
    }
}

@media screen and (max-width: 575px) {
    .cta-section .cta-wrapper h3 {
        font-size: 16px
    }
}

.cta-section .cta-wrapper p {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 575px) {
    .cta-section .cta-wrapper p {
        font-size: 12px
    }
}

.cta-section .cta-wrapper .primary-btn {
    position: relative;
    z-index: 2
}

.cta-section .cta-wrapper .primary-btn:hover {
    background-color: transparent;
    border: 1px solid #fff
}

.cta-section .cta-wrapper .shadow-layer-1 {
    display: block;
    width: calc(100% - 48px);
    height: 100%;
    background-color: #8A938F;
    border-radius: 32px;
    position: absolute;
    left: 50%;
    top: -24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

@media screen and (max-width: 991px) {
    .cta-section .cta-wrapper .shadow-layer-1 {
        top: -10px;
        border-radius: 12px
    }
}

.cta-section .cta-wrapper .shadow-layer-2 {
    display: block;
    width: calc(100% - 96px);
    height: 100%;
    background-color: #B9BEB4;
    border-radius: 32px;
    position: absolute;
    left: 50%;
    top: -48px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

@media screen and (max-width: 991px) {
    .cta-section .cta-wrapper .shadow-layer-2 {
        top: -20px;
        border-radius: 12px
    }
}

.cta-section .vector-1 {
    position: absolute;
    top: 50px;
    right: 50px
}

@media screen and (max-width: 991px) {
    .cta-section .vector-1 {
        top: 10px;
        right: 10px
    }

    .cta-section .vector-1 img {
        width: 30px
    }
}

.cta-section .vector-2 {
    position: absolute;
    bottom: 50px;
    left: 50px
}

@media screen and (max-width: 991px) {
    .cta-section .vector-2 {
        bottom: 10px;
        left: 10px
    }

    .cta-section .vector-2 img {
        width: 30px
    }
}

.pricing-section .pricing-wrapper {
    border-radius: 32px;
    padding: 32px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px
}

@media screen and (max-width: 1199px) {
    .pricing-section .pricing-wrapper {
        padding: 24px
    }
}

.pricing-section .pricing-wrapper .plan-name {
    background-color: #fff;
    border-radius: 30px;
    padding: 12px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

@media screen and (max-width: 575px) {
    .pricing-section .pricing-wrapper .plan-name {
        font-size: 12px;
        padding: 8px 12px
    }

    .pricing-section .pricing-wrapper .plan-name img {
        width: 16px
    }
}

.pricing-section .pricing-wrapper ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px
}

.pricing-section .pricing-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    font-size: 16px;
    line-height: 1.3
}

@media screen and (max-width: 575px) {
    .pricing-section .pricing-wrapper ul li {
        font-size: 14px;
        -webkit-column-gap: 6px;
        column-gap: 6px
    }
}

.pricing-section .pricing-wrapper ul li::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/bullet-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media screen and (max-width: 575px) {
    .pricing-section .pricing-wrapper ul li::before {
        width: 18px;
        height: 18px
    }
}

.pricing-section .pricing-wrapper h4 {
    margin-bottom: 0;
    font-size: 68px;
    line-height: 1.3;
    font-weight: 500
}

@media screen and (max-width: 1199px) {
    .pricing-section .pricing-wrapper h4 {
        font-size: 60px
    }
}

@media screen and (max-width: 575px) {
    .pricing-section .pricing-wrapper h4 {
        font-size: 40px
    }
}

.pricing-section .pricing-wrapper h4 span {
    font-size: 20px;
    font-weight: 400
}

@media screen and (max-width: 575px) {
    .pricing-section .pricing-wrapper h4 span {
        font-size: 14px
    }
}

.pricing-section .pricing-wrapper.blue {
    background-color: #5571A7
}

.pricing-section .pricing-wrapper.blue .plan-name {
    color: #5571A7
}

.pricing-section .pricing-wrapper.red {
    background-color: #D25454
}

.pricing-section .pricing-wrapper.red .plan-name {
    color: #D25454
}

.pricing-section .pricing-wrapper.purple {
    background-color: #6D4EB3
}

.pricing-section .pricing-wrapper.purple .plan-name {
    color: #6D4EB3
}

@forward 'home';
@forward 'about';
@forward 'contact';
@forward 'support';
@forward 'sign-up';
@forward 'policy';

.policy-content {
    font-size: 16px;
    line-height: 28px;
    color: #08103090;
    position: relative
}

@media (max-width: 767px) {
    .policy-content {
        font-size: 15px
    }
}

.policy-content a {
    color: #132932
}

.policy-content a:hover {
    color: #9DCB3B
}

.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
    font-size: 26px;
    line-height: 32px;
    color: #132932;
    margin-bottom: 20px;
    font-weight: 500
}

@media (max-width: 767px) {

    .policy-content h1,
    .policy-content h2,
    .policy-content h3,
    .policy-content h4,
    .policy-content h5,
    .policy-content h6 {
        font-size: 18px;
        line-height: 28px
    }
}

.policy-content b {
    font-size: 18px;
    color: #132932;
    font-weight: 500
}

.policy-content p {
    color: #08103090
}

.policy-content p small {
    font-size: 14px;
    line-height: 20px
}

/* .policy-content [id] {
    display: block;
    margin-top: -100px;
    padding-top: 100px
}

@media (max-width: 767px) {
    .policy-content [id] {
        margin-top: -80px;
        padding-top: 80px
    }
} */

table {
    margin-top: 0;
    padding-top: 0
}

.signup-section .img-wrapper img {
    border-radius: 32px;
    width: 100%;
    max-width: 100%
}

@media screen and (max-width: 991px) {
    .signup-section .img-wrapper img {
        max-width: 400px;
        margin: 0 auto;
        display: block
    }
}

.support-section .box-wrapper {
    background-color: #132932;
    color: #fff;
    border-radius: 24px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 24px;
    column-gap: 24px
}

@media screen and (max-width: 767px) {
    .support-section .box-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 10px
    }
}

@media screen and (max-width: 767px) {
    .support-section .box-wrapper {
        padding: 20px
    }
}

.support-section .box-wrapper img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.support-section .box-wrapper .info-wrapper h5 {
    font-size: 20px;
    line-height: 1.3
}

.support-section .box-wrapper .info-wrapper p {
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300
}

.support-section .box-wrapper .primary-btn:hover {
    background-color: transparent;
    border: 1px solid #fff
}

.faq-section .faq-accordion .accordion-item {
    border: 1px solid #132932;
    border-radius: 35px;
    margin-bottom: 20px;
    background-color: transparent
}

.faq-section .faq-accordion .accordion-item.active {
    background-color: #9DCB3B;
    border: 1px solid #9DCB3B
}

@media screen and (max-width: 991px) {
    .faq-section .faq-accordion .accordion-item {
        border-radius: 20px
    }
}

.faq-section .faq-accordion .accordion-item .wrapper .accordion-header {
    color: #fff
}

.faq-section .faq-accordion .accordion-item .wrapper .accordion-header button {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    color: #132932;
    text-align: left;
    padding: 20px 30px;
    border-radius: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3
}

.faq-section .faq-accordion .accordion-item .wrapper .accordion-header button::after {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url("../images/icons/faq-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media screen and (max-width: 767px) {
    .faq-section .faq-accordion .accordion-item .wrapper .accordion-header button {
        font-size: 16px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width: 575px) {
    .faq-section .faq-accordion .accordion-item .wrapper .accordion-header button {
        padding: 20px
    }
}

.faq-section .faq-accordion .accordion-item .wrapper .accordion-header button[aria-expanded="true"] {
    color: #132932
}

.faq-section .faq-accordion .accordion-item .wrapper .accordion-header button[aria-expanded="true"]::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq-section .faq-accordion .accordion-item .wrapper .accordion-collapse {
    margin-top: 5px
}

.faq-section .faq-accordion .accordion-item .wrapper .accordion-collapse .content-wrapper {
    padding: 0 30px 20px 30px;
    border-radius: 20px 20px 40px 40px;
    background-color: transparent;
    color: #132932;
    font-size: 16px;
    line-height: 1.8
}

@media screen and (max-width: 575px) {
    .faq-section .faq-accordion .accordion-item .wrapper .accordion-collapse .content-wrapper {
        padding: 0 20px 20px
    }

    .faq-section .faq-accordion .accordion-item .wrapper .accordion-collapse .content-wrapper p {
        font-size: 14px
    }
}

.sign-up-box {
    padding: 20px;
    border-radius: 10px;
    background-color: #9DCB3B;
    text-align: center;
    margin-top: 20px;
}