/* [Animation Styles] */

main h1,
main h2,
main h3,
main p {
    opacity: 0;
}

main.animations-ready h1,
main.animations-ready h2,
main.animations-ready h3,
main.animations-ready p {
    opacity: 1;
}

main p.no-word-animation,
.no-word-animation {
    opacity: 1 !important;
}

[fade-in="true"],
[fade-in-03="true"],
[fade-in-06="true"],
[fade-in-09="true"] {
    opacity: 0;
    transform: translateY(30px);
}

/* [GSAP Premium Line Animations] */
.line {
    display: block;
    overflow: visible;
}

.word {
    display: inline-block;
    white-space: pre;
}

/* [Lottie Animations] */
[lottie-loop] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

[lottie-loop].loaded {
    opacity: 1;
}

[lottie-loop] svg {
    width: 100% !important;
    height: 100% !important;
}

/* [Fonts] */

@font-face {
    font-family: 'Switzer';
    src: url('/assets/Switzer-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('/assets/Switzer-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('/assets/Switzer-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('/assets/Switzer-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('/assets/Switzer-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer';
    src: url('/assets/Switzer-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

/* [Colors] */

body {
    --Green: rgb(75, 215, 131);
    --Text-Grey: #9ca5b7;
    --Brand-Black: rgb(12, 13, 31);
    --Dark-Blue: rgb(4, 16, 27);
    --White: rgb(255, 255, 255);
    --Dark-Stroke: rgb(40, 47, 67);
    --Light-Blue: rgb(1, 104, 235);
    --Text-Grey-2: rgb(96, 100, 108);
    --Grey: rgb(242, 242, 242);
}

/* [Global] */

body {
    color: var(--Text-Grey-2);
    position: relative;
    font-size: 16px;
    background: var(--White);
    min-height: 100vh;
    font-family: 'Switzer', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Instrument Sans', 'Switzer', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* {
    box-sizing: border-box;
}



container {
    width: 100%;
    display: block;
    max-width: 1280px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
}

h2 {
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h1 {
    font-size: 60px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h3 {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h4 {
    font-size: 24px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h5 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h6 {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}

img {
    display: block;
    max-width: 100%;
}

textarea {
    resize: vertical;
}

a {
    cursor: pointer;
    transition: all 200ms 0ms linear;
}

button {
    cursor: pointer;
}


/* [Classes] */

.page-wrapper {
    position: relative;
}

.banner {
    background: var(--Green);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    column-gap: 14px;
    font-size: 12px;
    font-weight: 500;
    color: var(--Brand-Black);
    position: relative;
    z-index: 501;
}

.text-bold {
    font-weight: 600;
}

.banner-link {
    display: flex;
    align-items: center;
    column-gap: 5px;
    color: var(--Brand-Black);
}

.banner-link:hover {
    color: var(--Light-Blue);
}

.navbar {
    background: #091520;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 0;
}

.navbar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #091520;
}

.container {
    max-width: 90%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-logo {
    width: 150px;
}

.navbar-right {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.navbar-link {
    color: #9ca5b7;
    text-decoration: none;
    transition: all 300ms 0ms ease;
}

.navbar-link:hover {
    color: var(--Green);
}

.cta-flex {
    display: flex;
}

.cta-green {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    background: var(--Green);
    color: var(--Brand-Black);
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: all 300ms 0ms ease;
}

.cta-green:hover {
    background: rgb(from var(--Green) r g b / 80%);
}

.cta-green:hover .cta-arrow {
    transform: rotate(-45deg);
}

.cta-green:hover .cta-text {
    transform: translateY(-110%);
}

.cta-green:hover .cta-text-abs {
    transform: translateY(0%);
}

.cta-arrow {
    width: 44px;
    transition: all 300ms 0ms ease;
}

.border-radius-192 {
    border-radius: 192px;
}

.cta-smaller .cta-arrow {
    width: 30px;
}

.cta-smaller {
    font-size: 14px;
    padding-left: 14px;
}

.section-hero {
    min-height: calc(100svh - 105px);
    position: relative;
    color: var(--Text-Grey);
    padding-top: 60px;
}

.section-bg-dark-blue {
    background: var(--Dark-Blue);
    color: var(--Text-Grey);
    position: relative;
}

.gap-24 {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.h1-96 {
    font-size: 4vw;
    color: var(--White);
    font-family: 'Instrument Sans';
    line-height: 1.1;
    font-weight: 600;
}

.t76 {
    max-width: 50vw;
}

.display-block {
    display: block;
}

.hero-bottom-text {
    padding-top: 24px;
    border-top: 1px solid var(--Dark-Stroke);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-20 {
    font-size: 20px;
}

.hero-video {
    object-position: 50% 90%;
}

.mw-559 {
    max-width: 559px;
}

.padding-128-128 {
    padding-top: 128px;
    padding-bottom: 128px;
}

.gap-48 {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}

.h2-46 {
    font-size: 46px;
    color: var(--Brand-Black);
    font-family: 'Instrument Sans';
    font-weight: 600;
}

.mw-374 {
    max-width: 400px;
}

.services-grid {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    position: relative;
    gap: 16px;
}

/* Animated sliding background for services grid */
.services-active-bg {
    position: absolute;
    background: var(--Light-Blue);
    transition: all 300ms 0ms ease;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    box-shadow: 0 8px 24px rgba(1, 104, 235, 0.2);
}

.services-item {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.services-icon-embed {
    width: 36px;
    height: 36px;
    color: var(--Light-Blue);
    transition: color 0.3s ease;
}

.gap-16 {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.h3-26 {
    font-size: 26px;
    color: var(--Brand-Black);
    font-weight: 500;
    font-family: 'Instrument Sans';
    transition: color 0.3s ease;
}

span,
p {
    transition: color 300ms 0ms ease;
}

.text-black {
    color: var(--Brand-Black);
}

.services-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.services-list-item {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid rgb(from var(--Brand-Black) r g b / 10%);
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.services-check-icon {
    width: 24px;
    height: 24px;
    color: var(--Light-Blue);
    transition: color 300ms 0ms ease;
}

.border-radius-6 {
    border-radius: 6px;
}

.services-item-active {
    color: var(--White);
}

.services-item-active .services-icon-embed {
    color: var(--White);
}

.services-item-active .h3-26 {
    color: var(--White);
}

.services-item-active .text-black {
    color: var(--White);
}

.services-item-active .services-check-icon {
    color: var(--White);
}

.services-item-active .services-list-item {
    border-top: 1px solid rgb(255, 255, 255, 0.25);
}

.section-link {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--Green);
    color: var(--Brand-Black);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-decoration: none;
    column-gap: 12px;
}

.section-link:hover {
    background: rgb(from var(--Green) r g b / 80%);
}

.section-link:hover .cta-arrow {
    transform: rotate(-45deg);
}

.section-link:hover .cta-text {
    transform: translateY(-110%);
}

.section-link:hover .cta-text-abs {
    transform: translateY(0%);
}

.pricing-wrapper {
    display: flex;
    column-gap: 100px;
    justify-content: space-between;
}

.pricing-left {
    position: relative;
}

.sticky-content {
    position: sticky;
    top: 100px;
}

.gap-12 {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.section-title {
    color: var(--Green);
}

.text-color-white {
    color: var(--White);
}

.mw-400 {
    max-width: 400px;
}

.pricing-right {
    width: 55%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.pricing-item {
    display: flex;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 48%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

.pricing-item-left {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    border-right: 1px solid var(--Dark-Stroke);
    width: 40%;
}

.gap-32 {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.pricing-title {
    font-size: 24px;
    line-height: 1;
    color: var(--Text-Grey);
}

.price-span {
    color: var(--Green);
    font-size: 36px;
}

.price-span-small {
    font-size: 16px;
    color: var(--Text-Grey);
}

.cta-transparent {
    background: transparent;
    color: var(--Green);
    border: 1px solid var(--Green);
}

.cta-transparent:hover {
    background: var(--Light-Blue);
    color: var(--White);
    border: 1px solid var(--Light-Blue);
}

.pricing-item-right {
    flex: 1 1 0%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 50px;
}

.pricing-list {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.pricing-list-item {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.pricing-check {
    width: 24px;
}

.pricing-item-active {
    border: 1px solid rgb(from var(--White) r g b / 10%);
}

.padding-128-64 {
    padding-top: 128px;
    padding-bottom: 64px;
}

.align-center {
    align-items: center;
    text-align: center;
}

.why-block {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
    max-width: 1400px;
}

.why-row {
    display: flex;
    column-gap: 16px;
}

.why-big-item {
    width: 58%;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    background: var(--Grey);
    background-image: url(/assets/c8e09f98aa7ea2c3a71d779b0e6d5983_60332.avif);
    background-size: 99% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.why-big-illustration {
    aspect-ratio: 1.43/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-item-content {
    padding-top: 24px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
    background: var(--White);
    text-align: left;
}

.icon-36 {
    width: 36px;
}

.why-small-item {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    background: var(--Grey);
    background-image: url(/assets/c8e09f98aa7ea2c3a71d779b0e6d5983_60332.avif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    justify-content: space-between;
}

.why-small-illustration {
    aspect-ratio: 1.02/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.padding-64-64 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.contact-wrapper {
    padding-top: 132px;
    padding-bottom: 132px;
    background: var(--Dark-Blue);
    background-size: cover;
    position: relative;
    overflow: hidden;
}

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

.contact-box {
    background: var(--White);
    display: flex;
    position: relative;
    z-index: 5;
}

.contact-left {
    width: 60%;
    border-right: 1px solid rgb(from var(--Brand-Black) r g b / 25%);
}

.contact-heading-wrapper {
    padding-top: 32px;
    padding-left: 64px;
    padding-right: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgb(from var(--Brand-Black) r g b / 25%);
}

.mw-500 {
    max-width: 500px;
}

.contact-form-wrapper {
    padding-top: 36px;
    padding-left: 64px;
    padding-right: 36px;
    padding-bottom: 40px;
}

.text-20-instrumental {
    font-size: 20px;
    color: var(--Brand-Black);
    font-family: 'Instrument Sans';
}

.form {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    max-width: 80%;
    min-width: 520px;
}

.form-input {
    min-height: 48px;
    background: var(--Grey);
    border: 1px solid rgb(from var(--Light-Blue) r g b / 0%);
    padding-left: 14px;
    font-size: 17px;
}

.form-area {
    min-height: 144px;
    resize: none;
    padding-top: 16px;
}

.form-submit-trigger {
    position: absolute;
    top: 0%;
    left: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
}

.contact-right {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
}

.contact-right-link {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgb(from var(--Brand-Black) r g b / 25%);
    column-gap: 4px;
    text-decoration: none;
    color: var(--Brand-Black);
}

.icon-24 {
    width: 24px;
}

.contact-link-wrapper {
    display: flex;
    align-items: center;
    column-gap: 4px;
    min-width: 186px;
}

.contact-link-wrapper:hover {
    color: var(--Light-Blue);
}

.contact-link-wrapper span {
    transition: all 300ms ease;
}

.contact-right-logo {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-lofo {
    max-width: 80%;
    width: 100%;
}

.bg-wrapper {
    position: absolute;
    top: 0%;
    left: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
}

.bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relative {
    position: relative;
}

.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    column-gap: 16px;
    row-gap: 16px;
}

.blog-item {
    padding-top: 14px;
    background: var(--Grey);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 32px;
    overflow: hidden;
}

.blog-item:hover .image-cover {
    transform: scale(1.01, 1.01);
}

.blog-image-wrap {
    aspect-ratio: 1.62/1;
    overflow: hidden;
    position: relative;
}

.image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms 0ms ease;
}

.blog-item-top {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-left: 14px;
    padding-right: 14px;
}

.blog-date {
    font-size: 12px;
    font-family: 'Instrument Sans';
}

.blog-item-link {
    padding-top: 8px;
    padding-bottom: 8px;
    background: var(--Green);
    color: var(--Brand-Black);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
    text-decoration: none;
    transition: all 300ms 0ms ease;
}

.blog-item-link:hover {
    background: var(--Light-Blue);
    color: var(--White);
}

.blog-item-link:hover .icon-8 {
    transform: translateX(3px);
}

.icon-8 {
    width: 8px;
    transition: all 300ms 0ms ease;
    height: 8px;
    display: flex;
}

.blog-all-link-wrapper {
    position: absolute;
    top: -50px;
    left: auto;
    right: 0%;
    bottom: auto;
    transform: translate(0px, -100%);
}

.inline-link {
    color: var(--Green);
    display: flex;
    align-items: center;
    column-gap: 4px;
    font-weight: 500;
}

.footer-wrapper {
    display: flex;
    flex-direction: column;
}

.footer-top-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid rgb(from var(--Brand-Black) r g b / 25%);
    border-bottom: 1px solid rgb(from var(--Brand-Black) r g b / 25%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-icon {
    width: 150px;
}

.footer-links-wrapper {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.footer-link {
    text-decoration: none;
    color: var(--Brand-Black);
    transition: all 300ms 0ms ease;
}

.footer-link:hover {
    color: var(--Green);
}

.footer-bottom-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom-right {
    display: flex;
    align-items: stretch;
    column-gap: 4px;
}

.footer-bottom-link {
    color: var(--Text-Grey-2);
    text-decoration: none;
}

.footer-bottom-link:hover {
    text-decoration: underline;
}

.footer-bottom-line {
    background: var(--Text-Grey-2);
    width: 1px;
}

.footer-marquee-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.swiper-clients {
    overflow: visible;
}

.swiper-clients .swiper-wrapper {
    transition-timing-function: linear !important;
}

.swiper-clients .swiper-slide {
    width: auto;
    flex-shrink: 0;
}

.marquee-image {
    width: 100vw;
    height: auto;
    display: block;
    margin-right: 40px;
}

.z-5 {
    position: relative;
    z-index: 5;
}

.sticky-pricing-video {
    width: 100%;
    display: block;
    height: 100svh;
    object-fit: cover;
    position: sticky;
    top: 0px;
    opacity: 10%;
}

.bg-top {
    display: flex;
    align-items: flex-start;
}

.abs-cover {
    position: absolute;
    top: 0%;
    left: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 2%;
}

.cta-text-wrapper {
    position: relative;
    overflow: hidden;
    line-height: 1.5;
}

.cta-text {
    display: block;
    transition: all 300ms 0ms ease;
}

.cta-text-abs {
    position: absolute;
    top: auto;
    left: 0%;
    right: auto;
    bottom: 0%;
    width: 100%;
    transform: translate(0px, 100%);
    display: block;
    transition: all 300ms 0ms ease;
}

.design-span {
    color: var(--Text-Grey);
}

.inline-gray-link {
    color: var(--Text-Grey);
}

.section-tabs {
    padding-top: 128px;
    padding-bottom: 180px;
    background: linear-gradient(180deg, #0168eb 0%, #0b3559 100%);
    color: #e6e6e6;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% 100%;
    position: relative;
}

.tabs-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.tabs-top {
    padding-bottom: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 30px;
}

.mw-380 {
    max-width: 380px;
}

.tab-links-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.tab-link {
    padding-right: 30px;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    color: var(--Grey);
    opacity: 30%;
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
}

.tab-link-active {
    background: linear-gradient(90deg, var(--Green) 0%, rgba(75, 215, 131, 0) 100%);
    opacity: 100%;
}

.tabs-content {
    position: relative;
}

.tab {
    display: none;
    flex-direction: column;
    row-gap: 32px;
}

.tab.tab-active {
    display: flex;
}

.mw-720 {
    max-width: 720px;
}

.w-100 {
    width: 100%;
}

.bg-bottom {
    display: flex;
    align-items: flex-end;
}

.tab-bottom-info {
    display: flex;
    flex-direction: column;
    row-gap: 96px;
    align-items: flex-end;
}

.tab-table {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    display: grid;
    column-gap: 16px;
}

.tab-table-item {
    border-top: 1px solid rgba(230, 230, 230, 0.25);
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-weight: 500;
}

.tab-image {
    width: 33%;
}

.tab-bg {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.lottie-1-container {
    max-width: 54%;
    width: 100%;
}

.lottie-2-container {
    max-width: 77%;
    width: 100%;
}

.hero-overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(4, 16, 27, 0), rgba(4, 16, 27, 1) 100%);
}

.section-hero-blog {
    padding-top: 64px;
    padding-bottom: 100px;
    background: var(--Dark-Blue);
    color: var(--Grey);
    background-image: url(/assets/e433be9431967ccfb8dda5fa268130b2_14414.svg);
    background-repeat: no-repeat;
    background-position: 100% 20px;
    background-size: auto 100%;
}

.mw-490 {
    max-width: 490px;
}

.blogs-hero-wrapper {
    display: flex;
    column-gap: 48px;
}

.big-blog-item {
    width: 66%;
    aspect-ratio: 1.61/1;
    display: flex;
    align-items: flex-end;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    text-decoration: none;
    color: var(--Grey);
    position: relative;
    overflow: hidden;
}

.big-blog-item:hover img {
    transform: scale(1.02);
}

.new-wrapper {
    display: flex;
    align-items: center;
    column-gap: 8px;
    flex-direction: row;
    line-height: 1;
    color: var(--Green);
}

.green-dot {
    width: 6px;
    height: 6px;
    background: var(--Green);
    border-radius: 100%;
}

.mw-50 {
    width: 50%;
}

.blog-overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.mw-1400 {
    max-width: 1400px;
}

.hero-blog-right {
    width: 34%;
}

.last-heading-wrap {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--Dark-Stroke);
    font-size: 14px;
    font-weight: 500;
}

.gap-8 {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.small-blog-item {
    display: flex;
    align-items: center;
    column-gap: 16px;
    color: var(--Text-Grey);
    text-decoration: none;
    font-size: 12px;
}

.small-blog-item:hover img {
    transform: scale(1.02);
}

.small-blog-image-wrap {
    aspect-ratio: 1.6/1;
    width: 46%;
    overflow: hidden;
    position: relative;
}

.date-text {
    font-size: 10px;
}

.h2-14 {
    font-size: 14px;
    color: var(--Whte);
    font-weight: 500;
}

.category-name {
    position: absolute;
    top: auto;
    left: 5px;
    right: auto;
    bottom: 5px;
    z-index: 2;
    font-size: 10px;
    color: var(--Light-Blue);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #aed1ff;
    border-radius: 60px;
}

.category-bigger {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
}

.pagination-wrapper {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-inner {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.pagination-arrow {
    width: 20px;
    cursor: pointer;
}

.pagination-triggers {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: var(--Brand-Black);
}

.pagination-trigger {
    width: 40px;
    height: 40px;
    background: var(--Grey);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Brand-Black);
}

.pagination-trigger-active {
    background: var(--Light-Blue);
    color: var(--White);
}

.section-hero-blog-single {
    padding-top: 64px;
    padding-bottom: 446px;
    background: var(--Dark-Blue);
    color: var(--Text-Grey);
    background-image: url(/assets/e433be9431967ccfb8dda5fa268130b2_14414.svg);
    background-repeat: no-repeat;
    background-position: 100% 20px;
    background-size: auto 100%;
}

.blog-single-info {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 14px;
}

.section-blog-content {
    margin-top: -400px;
}

.gap-64 {
    display: flex;
    flex-direction: column;
    row-gap: 64px;
}

.blog-main-image {
    width: 100%;
    aspect-ratio: 1.62/1;
    object-fit: cover;
}

.blog-content-wrapper {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
}

.blog-rich {
    width: 58%;
    display: flex;
    flex-direction: column;
}

.blog-rich h2 {
    font-size: 32px;
    color: var(--Brand-Black);
    margin-bottom: 32px;
}

.blog-rich p {
    color: var(--Brand-Black);
    margin-bottom: 16px;
}

.blog-rich img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 32px;
    display: block;
    margin-top: 10px;
}

.blog-rich h3 {
    font-size: 26px;
    color: var(--Brand-Black);
    margin-bottom: 24px;
    margin-top: 10px;
}

.blog-content-right {
    width: 32%;
    position: relative;
}

.sticky-blog-item {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--Grey);
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.text-color-black {
    color: var(--Dark-Blue);
}

.text-color-gray {
    color: var(--Text-Grey-2);
}

.horisontal-flex-8 {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.section-legal {
    padding-top: 64px;
    padding-bottom: 100px;
}

.leagl-header {
    padding-bottom: 48px;
    border-bottom: 1px solid rgb(from var(--Brand-Black) r g b / 25%);
}

.text-14 {
    font-size: 14px;
}

.text-color-light-gray {
    color: var(--Text-Grey);
}

.legal-rich h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--Brand-Black);
    margin-top: 32px;
    margin-bottom: 16px;
}

.legal-rich {
    display: flex;
    flex-direction: column;
}

.legal-rich ul {
    font-size: 16px;
    font-family: 'Instrument Sans';
    color: var(--Brand-Black);
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.legal-rich h3 {
    font-size: 16px;
    color: var(--Brand-Black);
    margin-top: 32px;
    margin-bottom: 16px;
}

.section-hero-about {
    min-height: 100svh;
    background: var(--Dark-Blue);
    color: var(--White);
    padding-top: 100px;
    position: relative;
}

.mw-1000 {
    max-width: 1000px;
}

.about-overlay {
    position: absolute;
    top: auto;
    left: 0%;
    right: auto;
    bottom: 0%;
    width: 100%;
    height: 335px;
    background: linear-gradient(0deg, #04101b 3%, rgba(4, 16, 27, 0) 100%);
    z-index: 3;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 30px;
}

.horisontal-flex-12 {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.blue-dot {
    width: 8px;
    height: 8px;
    background: var(--Light-Blue);
}

.text-blue-20 {
    font-size: 20px;
    color: var(--Light-Blue);
}

.mw-32 {
    width: 32%;
}

.text-32 {
    font-size: 2.4vw;
}

.mw-57 {
    width: 57%;
}

.section-what {
    padding-top: 100px;
    background: var(--White);
    border-radius: 60px 60px 0px 0px;
    padding-bottom: 64px;
    position: relative;
}

.what-bg {
    position: absolute;
    top: -100px;
    left: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
}

.swiper {
    width: 100%;
}

.what-item {
    padding-top: 25px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 53px;
    background: var(--Light-Blue);
    color: var(--Whte);
    font-family: 'Instrument Sans';
    font-weight: 500;
}

.icon-32 {
    width: 32px;
}

.what-icon-wrapper {
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mw-240 {
    max-width: 240px;
}

.uppercase {
    text-transform: capitalize;
}

.navigation-wrapper {
    position: absolute;
    top: -48px;
    left: auto;
    right: 0%;
    bottom: auto;
    transform: translate(0px, -100%);
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.swiper-next {
    cursor: pointer;
}

.swiper-prev {
    cursor: pointer;
}

.padding-top-64 {
    padding-top: 64px;
}

.value-box {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(/assets/6830d08d9abe5b634695699ec1251d3e_92467.avif);
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.mw-350 {
    max-width: 350px;
}

.value-content {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
    background: var(--White);
    max-width: 550px;
}

.custom-list-wrapper {
    display: flex;
    flex-direction: column;
}

.custom-list-item {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid rgb(from var(--Brand-Black) r g b / 25%);
}

.value-overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, #04101b 0%, rgba(4, 16, 27, 0) 100%);
}

.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

@keyframes clickScale {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }
}

.animate-scale {
    animation: clickScale 200ms ease-in-out forwards;
}


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

    .swiper-what {
        overflow: visible !important;
    }
}

.about-hero-image-desktop {
    display: block;
}

.about-hero-image-mobile {
    display: none;
}

.mission-wrapper {
    margin-top: 55px;
    padding-top: 74px;
    padding-bottom: 74px;
    background-image: url(/assets/5961ce0dd936bfff7b33cd4594939615_67255.svg);
}

.text-color-blue {
    color: var(--Light-Blue);
}

.scroll-item {
    position: absolute;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20svh;
    height: 314px;
    display: flex;
    align-items: flex-end;
    z-index: 10;
}

.scroll-icon {
    width: 30px;
    position: relative;
    z-index: 2;
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }
}

.scroll-inner-line {
    position: absolute;
    top: 0%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, 0px);
    height: 100%;
    width: 1px;
    background: var(--Green);
}



/* [Resolution: 1440px] */

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

    .pricing-item-left {
        width: 45%;
    }

    .tab-bg {
        height: 300px;
    }


}

/* [Resolution: 1280px] */

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

    .pricing-wrapper {
        flex-direction: column;
        row-gap: 48px;
    }

    .pricing-right {
        width: 100%;
    }

    .contact-heading-wrapper {
        padding-left: 30px;
    }

    .contact-form-wrapper {
        padding-right: 20px;
        padding-left: 30px;
    }

    .form {
        min-width: 0px;
    }


}

/* [Resolution: 991px] */

@media screen and (max-width: 991px) {
    .scroll-item {
        top: auto;
        left: 30px;
        right: auto;
        bottom: 30svh;
        height: 98px;
    }

    .scroll-icon {
        width: 20px;
        animation: scrollBounceMobile 2s ease-in-out infinite;
    }
}

@keyframes scrollBounceMobile {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }
}

@media screen and (max-width: 991px) {
    .section-tabs {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .tab-image {
        width: 100%;
    }

    .t76 {
        max-width: none;
    }

    .h1-96 {
        font-size: 3rem;
    }

    .padding-128-128 {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .services-grid {
        display: flex;
        flex-direction: column;
    }

    .padding-128-64 {
        padding-top: 64px;
        padding-bottom: 32px;
    }

    .why-row {
        flex-direction: column;
        row-gap: 16px;
    }

    .why-big-item {
        width: 100%;
    }

    .why-small-item {
        width: 100%;
    }

    .contact-box {
        flex-direction: column;
    }

    .contact-left {
        width: 100%;
        border-right: 1px none rgb(from var(--Brand-Black) r g b / 25%);
    }

    .form {
        max-width: 100%;
        width: 100%;
    }

    .contact-right-logo {
        padding-bottom: 20px;
    }

    .contact-lofo {
        max-width: 200px;
    }

    .grid-3 {
        display: flex;
        flex-direction: column;
    }

    .blog-all-link-wrapper {
        position: static;
        transform: translate(0px, 0%);
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-top-wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

    .footer-bottom-wrapper {
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }

    .section-what {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .navigation-wrapper {
        position: static;
        transform: translate(0px, 0%);
        margin-top: 32px;
        justify-content: center;
    }

    .blog-all-link-wrapper {
        position: static;
        transform: translate(0px, 0%);
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-top-wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

    .footer-bottom-wrapper {
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }

    .section-tabs {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .tab-image {
        width: 100%;
    }

    .blogs-hero-wrapper {
        flex-direction: column;
        row-gap: 32px;
    }

    .big-blog-item {
        width: 100%;
    }

    .mw-50 {
        width: 100%;
    }

    .hero-blog-right {
        width: 100%;
    }

    .blog-content-wrapper {
        flex-direction: column;
        row-gap: 32px;
    }

    .blog-rich {
        width: 100%;
    }

    .blog-content-right {
        width: 100%;
    }

    .content-wrapper {
        flex-direction: column;
    }

    .mw-32 {
        width: 100%;
    }

    .text-32 {
        font-size: 32px;
    }

    .mw-57 {
        width: 100%;
    }

    .section-what {
        overflow: hidden;
    }

    .tablet-revert {
        display: flex;
        flex-direction: column-reverse;
    }

}

/* [Resolution: 767px] */

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

    .navbar-link {
        display: none;
    }

    .hero-bottom-text {
        flex-direction: column;
        row-gap: 20px;
        align-items: flex-start;
    }

    .h2-46 {
        font-size: 32px;
    }

    .pricing-item {
        flex-direction: column;
        row-gap: 20px;
    }

    .pricing-item-left {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--Dark-Stroke);
    }

    .pricing-item-right {
        padding-left: 30px;
        padding-top: 0px;
    }

    .pricing-item-right {
        padding-left: 30px;
        padding-top: 0px;
    }

    .section-what {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .navigation-wrapper {
        position: static;
        transform: translate(0px, 0%);
        margin-top: 32px;
        justify-content: center;
    }

    .value-box {
        padding-top: 34px;
        padding-bottom: 0px;
        aspect-ratio: 0.47/1;
        background-image: url(/assets/c1366b1f7f2119bcd7fc4329b16e9060_54465.avif);
        background-size: 100% auto;
        background-position: 0% 100%;
        background-repeat: no-repeat;
    }

    .value-overlay {
        height: 100%;
        background: linear-gradient(180deg, #04101b 48%, rgba(4, 16, 27, 0) 100%);
    }


}

/* [Resolution: 480px] */

@media screen and (max-width: 480px) {
    .mission-wrapper {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .about-hero-image-desktop {
        display: none;
    }

    .about-hero-image-mobile {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .why-big-illustration {
        aspect-ratio: auto;
    }

    .why-small-illustration {
        aspect-ratio: 1.2 / 1;
    }

    .why-block .why-big-item:first-child {
        padding-top: 30px !important;
    }

    .lottie-1-container {
        max-width: 90%;
        width: 100%;
    }

    body {
        font-size: 14px;
    }

    .banner {
        flex-direction: column;
        row-gap: 5px;
    }

    .container {
        max-width: 100%;
    }

    .section-hero {
        padding-top: 40px;
    }

    .h1-96 {
        font-size: 32px;
    }

    .text-20 {
        font-size: 16px;
    }

    .h2-46 {
        font-size: 26px;
    }

    .h3-26 {
        font-size: 20px;
    }

    .gap-32 {
        row-gap: 20px;
    }

    .why-item-content {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 18px;
        padding-right: 18px;
        margin-top: 14px;
    }

    .padding-64-64 {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .contact-wrapper {
        padding-top: 20px;
        padding-bottom: 48px;
    }

    .padding-20-20 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-heading-wrapper {
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .contact-form-wrapper {
        padding-left: 12px;
        padding-top: 20px;
        padding-right: 12px;
        padding-bottom: 20px;
    }

    .contact-right-link {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 14px;
    }

    .contact-lofo {
        max-width: 120px;
    }

    .footer-top-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-links-wrapper {
        flex-direction: column;
        justify-content: center;
        row-gap: 20px;
    }

    .footer-bottom-wrapper {
        font-size: 14px;
        row-gap: 10px;
        text-align: center;
    }

    .footer-bottom-link {
        font-size: 12px;
    }

    .footer-bottom-right {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 4px;
        align-content: center;
        justify-content: center;
        gap: 10px;
    }

    .design-span {
        font-size: 12px;
    }

    .footer-bottom-wrapper span:first-child {
        max-width: 200px;
    }

    .tabs-wrapper {
        row-gap: 20px;
    }

    .mw-380 {
        max-width: 250px;
    }

    .tab-link {
        font-size: 14px;
    }

    .tab {
        row-gap: 20px;
    }

    .tab-bottom-info {
        row-gap: 32px;
    }

    .tab-table {
        display: flex;
        flex-direction: column;
    }

    .tab-bg {
        height: auto;
    }

    .section-hero-blog {
        background-size: 100% auto;
        padding-bottom: 64px;
    }

    .big-blog-item {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .small-blog-item {
        flex-direction: column;
        row-gap: 16px;
    }

    .small-blog-image-wrap {
        width: 100%;
    }

    .mobile-gap-24 {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }

    .section-hero-blog-single {
        padding-bottom: 210px;
        padding-top: 48px;
    }

    .blog-single-info {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
    }

    .section-blog-content {
        margin-top: -183px;
    }

    .gap-64 {
        row-gap: 32px;
    }

    .blog-rich h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .blog-rich p {
        margin-bottom: 14px;
    }

    .blog-rich h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .section-legal {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .leagl-header {
        padding-bottom: 20px;
    }

    .legal-rich h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .legal-rich ul {
        font-size: 14px;
    }

    .legal-rich h3 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .section-hero-about {
        background-image: url(/assets/7f7ddb050345e19541172b5d8c01ee14_40298.avif);
        padding-top: 48px;
    }

    .text-32 {
        font-size: 24px;
    }

    .section-what {
        border-radius: 20px 20px 0px 0px;
    }

    .what-item {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

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

    .value-content {
        padding-top: 19px;
        padding-bottom: 19px;
        padding-left: 19px;
        padding-right: 19px;
    }

}

/* ============================================
   HAMBURGER MENU
   ============================================ */
.hamburger {
    display: none;
}

#hamburger-trigger {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
    width: 35px;
    height: 35px;
    display: none;
}

#hamburger-trigger span {
    width: 30px;
    height: 3px;
    background: var(--Green);
    transition: all 0.3s ease-in-out;
    position: absolute;
}

#hamburger-trigger span:nth-child(1) {
    transform: translateY(-10px);
}

#hamburger-trigger span:nth-child(2) {
    opacity: 1;
}

#hamburger-trigger span:nth-child(3) {
    transform: translateY(10px);
}

#hamburger-trigger.active span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}

#hamburger-trigger.active span:nth-child(2) {
    opacity: 0;
}

#hamburger-trigger.active span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}

body.menu-open {
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    #hamburger-trigger {
        display: flex !important;
    }

    .hamburger {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: var(--Dark-Blue);
        padding-top: 150px;
        padding-left: 20px;
        padding-right: 20px;
        color: var(--Text-Grey);
        flex-direction: row;
        row-gap: 30px;
        overflow: auto;
        padding-bottom: 40px;
        z-index: 500;
        flex-wrap: wrap;
        column-gap: 60px;
        justify-content: center;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.3s ease-in-out;
    }

    .hamburger.active {
        transform: translateY(0);
    }

    .hamburger-links-wrap {
        display: flex;
        flex-direction: column;
        row-gap: 50px;
    }

    .hamburger-links-col {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .hamburger .navbar-link {
        color: var(--Text-Grey);
        font-size: 18px;
        font-weight: 500;
        display: block;
    }

    .hamburger .navbar-link:hover {
        color: var(--Green);
    }

    .hamburger-cta-wrapper {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        row-gap: 16px;
        width: 100%;
    }
}

/* ============================================
   TOAST NOTIFICATIONS
   ============================================ */
.toast-container {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}

.toast {
    min-width: 320px;
    max-width: 420px;
    padding: 16px 20px;
    background: var(--White);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: all;
    border-left: 4px solid var(--Brand-Black);
}

.toast-show {
    opacity: 1;
    transform: translateX(0);
}

.toast-hide {
    opacity: 0;
    transform: translateX(400px);
}

.toast-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
}

.toast-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.toast-message {
    font-size: 15px;
    line-height: 1.5;
    color: var(--Brand-Black);
    margin: 0;
    font-weight: 500;
}

.toast-close {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--Brand-Black);
    opacity: 0.5;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-close:hover {
    opacity: 1;
}

.toast-success {
    border-left-color: var(--Green);
}

.toast-success .toast-icon {
    color: var(--Green);
}

.toast-error {
    border-left-color: #EF4444;
}

.toast-error .toast-icon {
    color: #EF4444;
}

.toast-info {
    border-left-color: var(--Light-Blue);
}

.toast-info .toast-icon {
    color: var(--Light-Blue);
}

@media (max-width: 576px) {
    .toast-container {
        right: 12px;
        left: 12px;
        top: 80px;
    }

    .toast {
        min-width: auto;
        width: 100%;
    }
}