:root {
    --primary-color: #1b4d6e;
    --primary-shadow: 0px 4px 30px -1px rgba(27, 77, 110, .3);
    --secondary-color: #1a1a2e;
    --secondary-shadow: 0px 4px 20px -1px rgba(26, 26, 46, .2);
    --common-color: #555;
    --bg-color: #f0f4f8;
    --gray-color: #b8c4ce;
    --white-color: #fff;
    --black-color: #000;
    --yellow-color: #e8a838;
    --dark-color: #0d1117;
    --overlay-color: linear-gradient(180deg, rgba(240, 244, 248, 0) 29.7%, #f0f4f8 195.05%);
    --body-font: "Roboto", sans-serif;
    --title-font: "Lora", serif;
    --spacing: 50px
}

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

body {
    color: var(--common-color);
    font-family: var(--body-font);
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden !important;
    width: 100%
}

body.fixed {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0
}

.main {
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
    z-index: 1
}

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

section {
    position: relative
}

button,
button:focus,
button:hover,
input,
input:focus,
input:hover {
    outline: none
}

img {
    height: auto;
    max-width: 100%;
    width: auto;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

p {
    color: var(--common-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px
}

p:last-child {
    margin-bottom: 0
}

.dfm-label {
    align-items: center;
    color: var(--primary-color);
    display: inline-flex;
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 1.5px;
    line-height: 1;
    margin-bottom: 14px;
    position: relative;
    text-transform: uppercase
}

.dfm-label:before {
    animation: label-dot-pulse 2.5s ease-in-out infinite;
    background: linear-gradient(135deg, var(--primary-color), #4a9cc7);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(74, 156, 199, .15), 0 0 0 6px rgba(74, 156, 199, .06);
    content: "";
    flex-shrink: 0;
    height: 6px;
    width: 6px
}

.dfm-label:after {
    background: repeating-linear-gradient(90deg, var(--primary-color) 0, var(--primary-color) 4px, transparent 4px, transparent 8px);
    content: "";
    flex: 1;
    height: 1px;
    max-width: 40px;
    min-width: 20px;
    opacity: .35
}

@keyframes label-dot-pulse {

    0%,
    to {
        box-shadow: 0 0 0 3px rgba(74, 156, 199, .15), 0 0 0 6px rgba(74, 156, 199, .06)
    }

    50% {
        box-shadow: 0 0 0 4px rgba(74, 156, 199, .25), 0 0 0 8px rgba(74, 156, 199, .1)
    }
}

.dfm-display {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 18px
}

.dfm-display,
.dfm-heading {
    color: var(--secondary-color);
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: capitalize
}

.dfm-heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative
}

.dfm-subheading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
    text-transform: capitalize
}

.dfm-caption,
.dfm-subheading {
    color: var(--secondary-color);
    font-family: var(--title-font);
    font-weight: 700
}

.dfm-caption {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0
}

.dfm-btn {
    align-items: center;
    background: var(--primary-color);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    line-height: 1.3;
    max-width: 100%;
    outline: none;
    overflow: hidden;
    padding: 5px 20px 5px 55px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    width: auto
}

.dfm-btn,
.dfm-btn:hover {
    box-shadow: 0 4px 30px hsla(35, 46%, 62%, .3);
    color: var(--white-color)
}

.dfm-btn:hover {
    background: var(--secondary-color);
    padding: 5px 55px 5px 20px
}

.dfm-btn:before {
    align-items: center;
    background: var(--white-color);
    border-radius: 50%;
    color: var(--primary-color);
    content: "\f061";
    display: flex;
    font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    font-weight: 900;
    height: 40px;
    justify-content: center;
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    width: 40px;
    z-index: 5
}

.dfm-btn:hover:before {
    background: var(--primary-color);
    color: var(--white-color);
    left: calc(100% - 45px);
    transform: translateY(-50%) rotate(1turn)
}

.dfm-btn.big {
    height: 60px;
    padding: 16.96px 4.96px;
    width: 200px
}

.dfm-btn span {
    display: inline-block;
    position: relative;
    z-index: 1
}

.dfm-btn:after {
    background: repeating-linear-gradient(-55deg, transparent, transparent 4px, hsla(0, 0%, 100%, .08) 0, hsla(0, 0%, 100%, .08) 6px);
    border-radius: 0 25px 25px 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    width: 45px;
    z-index: 0
}

.dfm-btn:hover:after {
    border-radius: 25px 0 0 25px;
    right: calc(100% - 45px)
}

.dfm-rotate-link {
    align-items: center;
    aspect-ratio: 1/1;
    color: var(--secondary-color);
    display: flex;
    font-size: 15px;
    justify-content: center;
    line-height: 1;
    position: relative;
    transition: .3s;
    width: 85px
}

.dfm-rotate-link:hover {
    color: var(--primary-color)
}

.dfm-rotate-link:before {
    content: attr(title);
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    --mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjIiIGhlaWdodD0iMTIxIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTIyIDEyMSI+PHBhdGggZmlsbD0iIzAxMWMxYSIgZD0iTTQ1LjAyMyAxMDcuMDIxYTIuMzUgMi4zNSAwIDAgMS0xLjE1Mi0xLjI1NCAyLjYgMi42IDAgMCAxLS4wOS0xLjc0M3EuMjM0LS44MDcuODE2LTEuMzExLjU2NC0uNDkzIDEuNDEzLS42MjIuODQ5LS4xMyAxLjg3My4xNjZsNC4zMzcgMS4yNTMtMi45MDYgMTAuMDU5LTQuMTUtMS4xOTlxLTEuMDIzLS4yOTYtMS42NjItLjgzOS0uNjU0LS41NDgtLjg1OC0xLjI0N2EyLjUgMi41IDAgMCAxLS4wMDItMS40NTNxLjI1NS0uODc5LjktMS4zMzIuNjMyLS40NTggMS40ODEtLjQ3OG0zLjQ3MyAxLjgxNS0xLjg0NS0uNTMzcS0uNzItLjIwOS0xLjIwMS0uMDAzLS40ODUuMjE4LS42Ni44MjQtLjE3NS42MDUuMTE5IDEuMDQ5LjI5My40NDQgMS4wMTQuNjUybDEuODQ0LjUzM3ptLS44LTQuODUzcS0uNzM1LS4yMTEtMS4yMzguMDE3LS41MTguMjI2LS43MDEuODYtLjE4Ny42NDguMTQgMS4xMzMuMzI1LjUgMS4wNi43MTJsMS45ODguNTc1Ljc4My0yLjcxek0zMS44MzIgMTA0LjM1bDEuNDc1LTIuMTcxLTIuOTE3LTEuOTguOTM2LTEuMzc4IDIuOTE2IDEuOTggMS41NTktMi4yOTUtMy4yODgtMi4yMzMuOTYtMS40MTVMMzguNSA5OC4yN2wtNS44OSA4LjY3NC01LjAyNi0zLjQxMy45Ni0xLjQxNXpNMjYuMzg4IDg3LjQ2NXEuNjcuODY1LjkxNiAxLjc5NWEzLjI1IDMuMjUgMCAwIDEtLjAwOSAxLjc1MnEtLjI0NS44MzUtLjk5NSAxLjQzNWwtMS4zNzgtMS43OHEuNDgzLS40My41MzEtLjk4LjA0LS41Ni0uNDAxLTEuMTMtLjQ1LS41ODItLjk4LS43MDJhMS4xNyAxLjE3IDAgMCAwLS45OTMuMjM3cS0uMzY3LjI4NS0uNDMuNjk0LS4wNjIuNDA4LjA3My44NTQuMTE2LjQ0MS40MDggMS4xNjMuMzg4Ljk5LjU1NyAxLjY3NS4xNS42ODItLjAzIDEuNDA4LS4xOTguNzIzLS45OCAxLjMyOS0uNzM2LjU3LTEuNTY2LjYyNHQtMS42My0uMzg5cS0uODEtLjQzNS0xLjQ3Mi0xLjI4OC0uOTktMS4yODEtLjk3OC0yLjU2Mi0uMDA4LTEuMjg0IDEuMDQzLTIuMjNsMS40MTQgMS44MjZxLS40MDkuMzU1LS40MTUuOTEtLjAyNy41NTIuNDA0IDEuMTEuMzc3LjQ4NS44NTUuNTg5LjQ3LjA5Mi45NDQtLjI3NmEuOTkuOTkgMCAwIDAgLjM5Mi0uNjQ1cS4wMzktLjM5LS4wNjYtLjgyLS4xMjctLjQzNC0uNDA5LTEuMTY1LS4zODctLjk5LS41NDUtMS42ODNhMyAzIDAgMCAxIC4wMzItMS40M3EuMTktLjczNC45NjEtMS4zMzFhMi45NiAyLjk2IDAgMCAxIDEuNS0uNjExcS44MzUtLjA5OCAxLjY5NC4zLjg0Ni40MDggMS41NTMgMS4zMk04LjI3MyA3NC43NjhsMS42MDItLjU1My45MSAyLjYzOCA4LjI5Ni0yLjg2My42ODUgMS45ODUtOC4yOTUgMi44NjMuOTEgMi42MzctMS42MDIuNTUzek0xNS44NiA1My42NDNsLjU2LTMuNDA0IDEuNjQyLjI3LS45IDUuNDc3LTEwLjMzMi0xLjcuMzQxLTIuMDczek0yMC45OTggMzcuOTM3bC0xLjkyIDMuNzAyIDEuNDUzIDEuNTMtMS4wMTUgMS45NTgtNy41NzQtOC4xNyAxLjEyNi0yLjE3IDExLjA0IDEuNDg1LTEuMDIyIDEuOTcxem0tMS43NTQtLjI2Ny00LjU4Ni0uNjcyIDMuMTkgMy4zNjF6TTMyLjIxNSAxNC4xMWw0LjI2NiAxMC0xLjkzMSAxLjU0Ny02LjE5Ni00LjU4OCAzLjA2IDcuMTAyLTEuOTEgMS41NS04Ljc1OS02LjQxNyAxLjc1Ni0xLjQwNyA2LjUyNCA1LjE5LTMuNDIzLTcuNjc2IDEuODI2LTEuNDY0TDM0LjA1MyAyM2wtMy42MDUtNy40NzJ6TTUwLjI3NiA3LjQ0NGwtMS41OSA3LjUyMy45NzQgMy41MTItMi4wMjQuNTYxLS45NzMtMy41MTNMNDEuNDE1IDkuOWwyLjI4NC0uNjMyIDMuNDQ2IDQuMDEuODc2LTUuMjA4ek02MS45NzQgOC4zNThsLS4xMTkgMi42MjIgMy41MjIuMTU5LS4wNzUgMS42NjMtMy41MjItLjE1OS0uMTI0IDIuNzczIDMuOTcuMTc5LS4wNzcgMS43MDgtNi4wNjgtLjI3NC40NzItMTAuNDc0IDYuMDY5LjI3NC0uMDc3IDEuNzA4ek03Ny4xNjYgMjAuNDE4bC0uNzI0LTQuNjMyLS45MjYtLjM1LTEuNDM5IDMuODE5LTEuOTY1LS43NCAzLjY5Mi05Ljc5OCAzLjY3OCAxLjM4NXExLjEzNy40MjkgMS43ODMgMS4xMzcuNjUzLjY5NS43ODYgMS41M2EzLjA3IDMuMDcgMCAwIDEtLjE2NCAxLjY3IDMuMTUgMy4xNSAwIDAgMS0xLjIyMyAxLjU0M3EtLjg1Mi41NjEtMi4wNzIuNDM4bC44NDcgNC44NTV6bS0xLjA5NS02LjQ1NSAxLjY0My42MTlxLjguMyAxLjMzNi4wNy41NC0uMjQ1LjgtLjkzMi4yNTUtLjY3NC0uMDAyLTEuMTg3LS4yNS0uNTI3LTEuMDUtLjgyOWwtMS42NDItLjYxOXpNMTA0LjI1OSAyOC44NTlsLTEuMzA0IDEuMDgyLTIuNzg3LTMuMzYtMi4wNjcgMS43MTQgMi4xMzYgMi41NzUtMS4yODIgMS4wNjMtMi4xMzUtMi41NzUtMy40MDYgMi44MjUtMS4zNC0xLjYxNyA4LjA1OC02LjY4NHpNMTAxLjE0MyA0NS40NTNhNS40IDUuNCAwIDAgMS0uMjktMi43NzEgNS4xNiA1LjE2IDAgMCAxIDEuMTA5LTIuNDlxLjkwNC0xLjEwMiAyLjM1Mi0xLjYzOSAxLjQzNS0uNTMxIDIuODI1LS4yNzhhNS4xNCA1LjE0IDAgMCAxIDIuNDc3IDEuMTYyIDUuNCA1LjQgMCAwIDEgMS41ODUgMi4yOTNxLjUxNiAxLjM5Mi4yOSAyLjc3MWE1LjAzIDUuMDMgMCAwIDEtMS4xMjkgMi40ODJxLS44ODkgMS4wOTYtMi4zMjQgMS42MjgtMS40NS41MzctMi44NTIuMjg4YTUuMDYgNS4wNiAwIDAgMS0yLjQ1OC0xLjE1MyA1LjQgNS40IDAgMCAxLTEuNTg1LTIuMjkzbTEuNzU4LS42NXEuMzI4Ljg4NS45NzIgMS40MTUuNjU5LjUyNSAxLjU0NC42MjguODg3LjEwNCAxLjg3MS0uMjYuOTg1LS4zNjUgMS41NzYtMS4wMTYuNjA1LS42NTYuNzQ5LTEuNDc3LjE0NC0uODItLjE4NS0xLjcwNy0uMzI3LS44ODUtLjk3Ny0xLjQzYTIuOSAyLjkgMCAwIDAtMS41My0uNjMzcS0uODcyLS4xMDktMS44NTcuMjU2LS45ODQuMzY0LTEuNTg5IDEuMDJhMyAzIDAgMCAwLS43NjMgMS40ODJxLS4xMzkuODM1LjE4OSAxLjcyMU0xMDMuOTc1IDYyLjMwNWw0LjA5My0yLjI4Ni4wMDYtLjk5LTQuMDgtLjAyNC4wMTItMi4xIDEwLjQ3LjA2MS0uMDIzIDMuOTNxLS4wMDcgMS4yMTYtLjQ0NyAyLjA2Ny0uNDI1Ljg1NC0xLjE2MiAxLjI2OWEzLjA3IDMuMDcgMCAwIDEtMS42MjMuNDI1IDMuMTUgMy4xNSAwIDAgMS0xLjg3MS0uNjFxLS44MjItLjYwNS0xLjEzLTEuNzkybC00LjI1OSAyLjQ4em01LjY3NC0zLjI2Ny0uMDEgMS43NTVxLS4wMDYuODU1LjM5NyAxLjI3Ny40MTguNDIzIDEuMTUzLjQyNy43Mi4wMDQgMS4xMTItLjQxMy40MDgtLjQxOC40MTMtMS4yNzNsLjAxLTEuNzU1ek0xMDQuMzMzIDkyLjM4NGwtMy45OTItNi41Ny0zLjExNS0xLjg5NCAxLjA5MS0xLjc5NCAzLjExNSAxLjg5MyA3LjY3OC41MDktMS4yMzEgMi4wMjUtNS4yNTgtLjU2NCAyLjkyOCA0LjM5NnpNODcuMzE0IDk0LjcyNmE1LjQgNS40IDAgMCAxIDIuNTUxLTEuMTIgNS4xNyA1LjE3IDAgMCAxIDIuNzEuMjk4cTEuMzI1LjUyNSAyLjI3NyAxLjc0MS45NDQgMS4yMDUgMS4xMjUgMi42MDYuMTkgMS40MTItLjM1MiAyLjcxM2E1LjQgNS40IDAgMCAxLTEuNyAyLjIwOHEtMS4xNy45MTUtMi41NTIgMS4xMjFhNS4wMyA1LjAzIDAgMCAxLTIuNzA4LS4zMTlxLTEuMzE2LS41MTMtMi4yNTgtMS43MTgtLjk1Mi0xLjIxNy0xLjE0NC0yLjYzYTUuMDYgNS4wNiAwIDAgMSAuMzUtMi42OTIgNS40IDUuNCAwIDAgMSAxLjctMi4yMDhtMS4xNTUgMS40NzdxLS43NDQuNTgyLTEuMDUyIDEuMzU3YTMgMyAwIDAgMC0uMTI4IDEuNjYycS4xNzEuODc2LjgxOSAxLjcwMi42NDYuODI4IDEuNDQ2IDEuMTkyLjgxLjM3NyAxLjYzNS4yNjN0MS41Ny0uNjk1cS43NDMtLjU4MyAxLjA2NC0xLjM2N2EyLjkgMi45IDAgMCAwIC4xMzctMS42NXEtLjE2Mi0uODY0LS44MDktMS42OS0uNjQ3LS44MjgtMS40NTYtMS4yMDRhMyAzIDAgMCAwLTEuNjQ0LS4yNzVxLS44MzguMTIzLTEuNTgyLjcwNU03OC4zMzkgMTExLjYwNmwtMS44NjktNi4yMDVxLS4zMDctMS4wMi0xLjAwMi0xLjQwNi0uNjkzLS4zNzEtMS42NTQtLjA4MS0uOTc2LjI5NC0xLjM0OC45ODUtLjM2OC43MDYtLjA2IDEuNzI2bDEuODY4IDYuMjA1LTIuMDI1LjYwOS0xLjg2NC02LjE5cS0uMzg1LTEuMjc4LS4wOTMtMi4zMzhhMy42IDMuNiAwIDAgMSAxLjA4MS0xLjc2NnEuNzg2LS43MjIgMS45Mi0xLjA2NCAxLjEyLS4zMzcgMi4xNzQtLjE2OWEzLjU2IDMuNTYgMCAwIDEgMS44MzQuODg5cS44LjczIDEuMTg1IDIuMDA5TDgwLjM1IDExMXoiLz48L3N2Zz4=");
    animation: rotate_360 60s linear infinite;
    background-color: var(--secondary-color);
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: .3s
}

.dfm-rotate-link:hover:before {
    background-color: var(--primary-color)
}

@keyframes rotate_360 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

.dfm-video-link {
    align-items: center;
    color: var(--light-color);
    display: inline-flex;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 26.08px;
    text-transform: capitalize;
    transition: .3s
}

.dfm-video-link:hover {
    color: var(--secondary-color)
}

.dfm-video-link span.icon {
    background: var(--secondary-color);
    border-radius: 50%;
    box-shadow: 0 3.04px 10.08px rgba(0, 0, 0, .1);
    display: inline-block;
    height: 46.08px;
    margin-right: 10.08px;
    position: relative;
    transition: .3s;
    width: 46.08px
}

.dfm-video-link span.icon:before {
    border-bottom: 8px solid transparent;
    border-left: 12px solid var(--white-color);
    border-top: 8px solid transparent;
    content: "";
    height: 16px;
    left: 55%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    width: 12px
}

.dfm-video-link:hover span.icon:before {
    border-left-color: var(--light-color)
}

.dfm-slider-arrow:after {
    display: none
}

.dfm-slider-arrow {
    align-items: center;
    background: var(--gradient-color);
    background-position: 0;
    background-size: 200% 100%;
    border-radius: 50%;
    bottom: auto;
    box-shadow: 0 3.04px 20px rgba(0, 0, 0, .1);
    color: var(--white-color);
    display: flex;
    font-size: 24.96px;
    height: 70.08px;
    justify-content: center;
    left: -100px;
    outline: none !important;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 70.08px;
    z-index: 5
}

.dfm-slider-arrow.swiper-button-next {
    left: auto;
    right: -100px
}

.dfm-slider-arrow:hover {
    background-position: 100%
}

.swiper-pagination {
    bottom: 0 !important;
    font-size: 0;
    line-height: 0;
    margin-top: 30px;
    position: relative
}

.swiper-pagination:empty {
    display: none
}

.swiper-pagination-bullet {
    background: var(--gray-color);
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 5px !important;
    opacity: 1;
    transition: .3s;
    width: 10px
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    background: var(--primary-color);
    opacity: 1
}

.dfm-slider-arrow img {
    width: 30.08px
}

.dfm-overlay {
    background-color: rgba(0, 0, 0, .5);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 90
}

.dfm-bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.dfm-form-group {
    display: block;
    font-size: 0;
    line-height: 1;
    margin-bottom: 24px;
    position: relative
}

.dfm-form-group label {
    color: var(--light-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 26.08px;
    margin-bottom: 6.08px
}

.dfm-form-group.checkbox label {
    font-weight: 400;
    margin-bottom: 0
}

.dfm-form-group label input {
    margin-right: 4.96px
}

.dfm-field-wrap {
    position: relative
}

.dfm-field-wrap img {
    height: auto;
    left: 15.04px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px
}

.dfm-field {
    background-color: transparent;
    border: 1px solid var(--common-color);
    border-radius: 100px;
    color: var(--common-color);
    font-size: 15px;
    height: 50px;
    line-height: 25px;
    outline: none;
    padding: 12px 25px;
    width: 100%
}

select.dfm-field option {
    background: var(--white-color);
    color: var(--secondary-color)
}

textarea.dfm-field {
    border-radius: 14px;
    height: 120px;
    margin-bottom: 0;
    padding: 15px 25px;
    resize: none
}

.dfm-field::-moz-placeholder {
    color: var(--common-color);
    opacity: 1
}

.dfm-field::placeholder {
    color: var(--common-color);
    opacity: 1
}

.dfm-phone-wrap {
    align-items: center;
    border: 1px solid var(--common-color);
    border-radius: 100px;
    display: flex;
    overflow: hidden;
    transition: border-color .3s ease
}

.dfm-phone-wrap:focus-within {
    border-color: var(--primary-color)
}

.dfm-phone-prefix {
    align-items: center;
    border-right: 1px solid rgba(85, 85, 85, .2);
    display: flex;
    flex-shrink: 0;
    gap: 8px;
    height: 36px;
    margin-right: -1px;
    padding: 0 14px 0 20px
}

.dfm-phone-prefix span {
    color: var(--secondary-color);
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1
}

.dfm-phone-wrap .dfm-phone-input {
    border: none;
    border-radius: 0;
    height: 58px;
    padding-left: 16px
}

.dfm-phone-wrap .dfm-phone-input:focus {
    box-shadow: none;
    outline: none
}

/* Phone validation error states */
.dfm-phone-wrap.dfm-phone-error {
    border-color: #dc3545
}

.dfm-phone-error-msg {
    color: #dc3545;
    display: block;
    font-size: .8125rem;
    line-height: 1.3;
    margin-top: 6px;
    padding-left: 20px
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

.dfm-field-element {
    position: relative
}

.dfm-field-element i {
    color: var(--white-color);
    font-size: 18.08px;
    pointer-events: none;
    position: absolute;
    right: 24.96px;
    top: 15.04px
}

select.dfm-field {
    padding-right: 44.96px !important
}

.datepicker.dropdown-menu {
    font-size: 12.96px
}

.date .dfm-field {
    border-radius: 10.08px !important;
    margin-left: 0 !important
}

.datepicker table tr td.active {
    background: var(--primary-color) !important
}

.dfm-desk-only {
    display: none !important
}

.dfm-mob-only {
    display: inline-block !important
}

.dfm-burger {
    background: transparent;
    border: none;
    border-radius: 0;
    display: block;
    height: 30px;
    outline: none !important;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 30px;
    z-index: 110
}

.dfm-burger span {
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s .3s
}

.dfm-burger span,
.dfm-burger:after,
.dfm-burger:before {
    background: var(--secondary-color);
    display: block;
    height: 2.08px;
    position: absolute;
    width: 100%
}

.dfm-burger:after,
.dfm-burger:before {
    content: "";
    transition: transform .3s, top .3s .3s, bottom .3s .3s
}

.dfm-burger:before {
    top: 6.08px
}

.dfm-burger:after {
    bottom: 6.08px
}

.dfm-nav-open .dfm-burger span {
    opacity: 0;
    transition: opacity .3s
}

.dfm-nav-open .dfm-burger:after,
.dfm-nav-open .dfm-burger:before {
    background-color: var(--primary-color)
}

.dfm-nav-open .dfm-burger:before {
    top: calc(50% - .96px);
    transform: rotate(45deg)
}

.dfm-nav-open .dfm-burger:after {
    bottom: calc(50% - .96px);
    transform: rotate(-45deg)
}

.dfm-nav-open .dfm-burger:after,
.dfm-nav-open .dfm-burger:before {
    transition: top .3s, bottom .3s, transform .3s .3s
}

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

label {
    font-size: 16px;
    line-height: 26.08px
}

.dfm-form .dfm-form-group .dfm-btn span:after {
    background-image: url(../img/send-icon.svg)
}

.dfm-section {
    padding: 100px 0;
    position: relative
}

.dfm-section-top {
    padding: 100px 0 0;
    position: relative
}

.dfm-section-bottom {
    padding: 0 0 100px;
    position: relative
}

.dfm-arrow-link {
    align-items: center;
    aspect-ratio: 1/1;
    background: linear-gradient(135deg, var(--primary-color), #4a9cc7);
    border: none;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(74, 156, 199, .3);
    color: var(--white-color);
    display: flex;
    font-size: 16px;
    justify-content: center;
    transition: all .35s cubic-bezier(.25, .46, .45, .94);
    width: 44px
}

.dfm-arrow-link:hover {
    background: var(--white-color);
    box-shadow: 0 5px 18px rgba(74, 156, 199, .4);
    color: var(--primary-color);
    transform: rotate(-45deg) scale(1.1)
}

.dfm-text-link {
    align-items: center;
    color: var(--primary-color);
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    line-height: 23px;
    text-transform: uppercase;
    transition: .3s
}

.dfm-text-link:hover {
    color: var(--secondary-color);
    gap: 15px
}

.dfm-text-link span {
    text-decoration: underline
}

.dfm-text-link i {
    font-size: 14px;
    vertical-align: baseline
}

.dfm-preloader {
    background: var(--secondary-color);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99999999
}

.dfm-preloader,
.loader {
    align-items: center;
    display: flex;
    justify-content: center
}

.loader {
    height: 120px;
    position: relative;
    width: 120px
}

.loader img {
    filter: drop-shadow(0 0 12px rgba(74, 156, 199, .3));
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    width: 64px;
    z-index: 2
}

.loader:before {
    animation: loader-spin 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-bottom: 2px solid rgba(74, 156, 199, .1);
    border-left: 2px solid rgba(74, 156, 199, .1);
    border-radius: 50%;
    border-right: 2px solid rgba(74, 156, 199, .1);
    border-right-color: var(--primary-color);
    border-top: 2px solid #4a9cc7;
    inset: 0
}

.loader:after,
.loader:before {
    content: "";
    position: absolute;
    z-index: 1
}

.loader:after {
    animation: loader-spin 1.8s cubic-bezier(.5, 0, .5, 1) infinite reverse;
    border-color: rgba(74, 156, 199, .08) rgba(74, 156, 199, .08) rgba(74, 156, 199, .4) rgba(27, 77, 110, .3);
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    inset: 10px
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.dfm-header {
    border-bottom: 1px solid var(--gray-color);
    left: 0;
    padding: 26px 0;
    position: fixed;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 100
}

.dfm-header.dfm-fixed {
    background: var(--white-color);
    padding: 15px 0
}

.dfm-header.dfm-fixed:after {
    background: radial-gradient(circle at 50% 0, transparent 18px, rgba(27, 77, 110, .045) 19px, rgba(27, 77, 110, .045) 20px, transparent 21px), radial-gradient(circle at 0 50%, transparent 18px, rgba(27, 77, 110, .045) 19px, rgba(27, 77, 110, .045) 20px, transparent 21px), radial-gradient(circle at 100% 50%, transparent 18px, rgba(27, 77, 110, .045) 19px, rgba(27, 77, 110, .045) 20px, transparent 21px), radial-gradient(circle at 50% 100%, transparent 18px, rgba(27, 77, 110, .045) 19px, rgba(27, 77, 110, .045) 20px, transparent 21px);
    background-size: 45px 45px;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4) 10%, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .4) 90%, transparent);
    mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4) 10%, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .4) 90%, transparent);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.dfm-header.dfm-fixed .dfm-container {
    position: relative;
    z-index: 1
}

.dfm-header-wrap {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: space-between
}

.dfm-logo {
    flex-shrink: 0;
    width: 134px
}

.dfm-menu {
    align-items: center;
    display: flex;
    flex: auto;
    gap: 40px;
    justify-content: flex-end
}

.dfm-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dfm-nav ul:not(.dfm-nav ul ul) {
    align-items: center;
    display: block;
    gap: 40px
}

.dfm-nav li {
    font-size: 16px;
    line-height: 1.3;
    position: relative
}

.dfm-nav li a {
    color: var(--secondary-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    transition: .3s
}

.dfm-nav li a:hover,
.dfm-nav li.active>a {
    color: var(--primary-color)
}

.dfm-nav ul li.dfm-has-dropdown>a {
    padding-right: 15px;
    position: relative
}

.dfm-nav ul li.dfm-has-dropdown:hover>a {
    color: var(--primary-color)
}

.dfm-nav ul li.dfm-has-dropdown>a:after {
    color: var(--secondary-color);
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    transition: .3s
}

.dfm-nav ul li.dfm-has-dropdown:hover>a:after,
.dfm-nav ul li.dfm-has-dropdown>a:hover:after {
    color: var(--primary-color);
    transform: translateY(-50%) rotate(-180deg)
}

.dfm-nav ul li.dfm-has-dropdown.active>a:after {
    color: var(--primary-color)
}

.dfm-nav ul li ul.dfm-dropdown {
    background: var(--white-color);
    border-radius: 8px;
    box-shadow: 1px 1px 60px rgba(0, 0, 0, .1);
    display: none;
    height: auto;
    left: -15px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: .3s;
    width: 200px;
    z-index: 150
}

.dfm-nav ul li:hover ul.dfm-dropdown {
    animation: swip_up .3s linear 1;
    display: block
}

@keyframes swip_up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

.dfm-nav ul li ul.dfm-dropdown li {
    border-bottom: 1px solid #ebebeb;
    display: block;
    margin: 0;
    text-align: left
}

.dfm-nav ul li ul.dfm-dropdown li:last-child {
    border-bottom: none
}

.dfm-nav ul li ul.dfm-dropdown li a {
    display: inline-block;
    padding: 0;
    transition: .3s
}

.dfm-nav ul li ul.dfm-dropdown li a:hover,
.dfm-nav ul li ul.dfm-dropdown li.active>a {
    background: var(--primary-color);
    color: var(--white-color)
}

.dfm-hero {
    background: var(--bg-color);
    overflow: hidden;
    padding-top: 110px;
    position: relative
}

.dfm-hero:before {
    background: radial-gradient(circle at 50% 0, transparent 24px, rgba(27, 77, 110, .05) 25px, rgba(27, 77, 110, .05) 26px, transparent 27px), radial-gradient(circle at 0 50%, transparent 24px, rgba(27, 77, 110, .05) 25px, rgba(27, 77, 110, .05) 26px, transparent 27px), radial-gradient(circle at 100% 50%, transparent 24px, rgba(27, 77, 110, .05) 25px, rgba(27, 77, 110, .05) 26px, transparent 27px), radial-gradient(circle at 50% 100%, transparent 24px, rgba(27, 77, 110, .05) 25px, rgba(27, 77, 110, .05) 26px, transparent 27px), radial-gradient(circle at 50% 50%, transparent 34px, rgba(27, 77, 110, .03) 35px, rgba(27, 77, 110, .03) 36px, transparent 37px);
    background-size: 60px 60px;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-mask-image: linear-gradient(135deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .25) 25%, transparent 32%, rgba(0, 0, 0, .08) 38%, rgba(0, 0, 0, .2) 48%, rgba(0, 0, 0, .35) 58%, rgba(0, 0, 0, .45) 75%, rgba(0, 0, 0, .55));
    mask-image: linear-gradient(135deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .25) 25%, transparent 32%, rgba(0, 0, 0, .08) 38%, rgba(0, 0, 0, .2) 48%, rgba(0, 0, 0, .35) 58%, rgba(0, 0, 0, .45) 75%, rgba(0, 0, 0, .55));
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.dfm-hero>* {
    position: relative;
    z-index: 2
}

.dfm-hero-content {
    margin: 0
}

.dfm-hero-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px
}

.dfm-hero-media {
    padding-top: 15px;
    position: relative
}

.dfm-hero-media:before {
    animation: hero-arc-spin 18s linear infinite;
    background: linear-gradient(135deg, rgba(74, 156, 199, .02), rgba(27, 77, 110, .01) 50%, rgba(74, 156, 199, .02));
    border: 2px solid rgba(74, 156, 199, .05);
    border-radius: 16px;
    content: "";
    inset: 15%;
    position: absolute;
    z-index: 0
}

.dfm-hero-media:after {
    animation: hero-arc-spin 25s linear infinite reverse;
    background: linear-gradient(315deg, rgba(27, 77, 110, .025), rgba(74, 156, 199, .04) 50%, rgba(27, 77, 110, .025));
    border: none;
    clip-path: polygon(42% 14%, 45% 8%, 47% 4%, 50% 2%, 53% 4%, 55% 8%, 58% 14%, 96% 92%, 98% 96%, 99% 99%, 98% 100%, 94% 100%, 6% 100%, 2% 100%, 1% 99%, 2% 96%, 4% 92%);
    content: "";
    inset: 20%;
    position: absolute;
    z-index: 0
}

@keyframes hero-arc-spin {
    to {
        transform: rotate(1turn)
    }
}

.dfm-hero-media img {
    display: block;
    position: relative;
    z-index: 5
}

.dfm-hero-media .dfm-hero-fade {
    background: var(--overlay-color);
    height: 101px;
    z-index: 10
}

.dfm-hero .dfm-bg-text,
.dfm-hero-media .dfm-hero-fade {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%
}

.dfm-hero .dfm-bg-text {
    animation: blink_text 1s linear infinite alternate;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: clamp(80px, 18vw, 380px);
    line-height: .78;
    opacity: .4;
    z-index: 0
}

@keyframes blink_text {
    0% {
        opacity: .3
    }

    to {
        opacity: .55
    }
}

.dfm-hero-media .dfm-rotate-link {
    position: absolute;
    right: 13.523%;
    top: 25.545%;
    z-index: 10
}

.dfm-hero-media .dfm-rotate-link img {
    position: absolute
}

.dfm-highlights {
    background: linear-gradient(180deg, #0f2a38 0, var(--secondary-color) 40%, var(--secondary-color) 60%, #0f2a38 100%);
    overflow: hidden;
    position: relative
}

.dfm-highlights:before {
    top: 0
}

.dfm-highlights:after,
.dfm-highlights:before {
    background: linear-gradient(90deg, transparent, rgba(74, 156, 199, .15) 15%, rgba(74, 156, 199, .5) 50%, rgba(74, 156, 199, .15) 85%, transparent);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.dfm-highlights:after {
    bottom: 0
}

.dfm-highlights-marquee {
    animation: marquee-scroll 40s linear infinite;
    display: flex;
    width: -moz-max-content;
    width: max-content
}

.dfm-highlights-marquee:hover {
    animation-play-state: paused
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.dfm-highlight-card,
.dfm-highlights-track {
    display: flex;
    flex-shrink: 0
}

.dfm-highlight-card {
    align-items: center;
    gap: 12px;
    justify-content: center;
    min-width: 260px;
    padding: 20px 15px;
    position: relative;
    width: 180px
}

.dfm-highlight-card:after {
    background: rgba(74, 156, 199, .9);
    border-radius: 50%;
    box-shadow: 0 0 6px 2px rgba(74, 156, 199, .3), 0 -12px 0 hsla(0, 0%, 100%, .15), 0 12px 0 hsla(0, 0%, 100%, .15), 0 -24px 0 hsla(0, 0%, 100%, .08), 0 24px 0 hsla(0, 0%, 100%, .08);
    content: "";
    height: 3px;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px
}

.dfm-highlight-card .icon img {
    height: auto;
    max-height: 45px;
    max-width: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    transition: transform .3s ease;
    width: auto
}

.dfm-highlight-card:hover .icon img {
    transform: scale(1.1)
}

.dfm-highlight-card .dfm-caption {
    color: var(--white-color);
    font-size: 19px;
    margin-bottom: 5px
}

.dfm-highlight-card .text p {
    color: var(--white-color);
    font-size: 12px;
    line-height: 1.4;
    opacity: .75
}

.dfm-about {
    margin: var(--spacing) 0
}

.dfm-about-media {
    position: relative;
    width: 100%
}

.dfm-about-img {
    aspect-ratio: 4/3;
    border-radius: 16px;
    max-width: 100%;
    width: 100%
}

.dfm-about-counter {
    align-items: center;
    background: var(--primary-color);
    border: 3px solid var(--white-color);
    border-radius: 50px;
    bottom: -28px;
    box-shadow: 0 8px 30px rgba(27, 77, 110, .35);
    display: flex;
    gap: 12px;
    left: 50%;
    padding: 14px 36px;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap
}

.dfm-about-counter .dfm-subheading {
    color: var(--white-color);
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0
}

.dfm-about-counter .dfm-caption {
    color: hsla(0, 0%, 100%, .8);
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0
}

.dfm-about-text {
    padding-left: 0
}

.dfm-about-bottom {
    padding-top: 0
}

.dfm-about-bottom>.dfm-col-lg-5 {
    padding-top: 15px
}

.dfm-about-bottom>.dfm-col-lg-5>p {
    border-left: 3px solid var(--primary-color);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 0;
    padding-left: 24px;
    position: relative
}

.dfm-about-bottom>.dfm-col-lg-5>p:before {
    background: var(--primary-color);
    border-radius: 50%;
    content: "";
    height: 9px;
    left: -6px;
    position: absolute;
    top: 0;
    width: 9px
}

.dfm-accordion {
    display: flex;
    flex-direction: column
}

.dfm-accordion-item {
    margin-bottom: 20px
}

.dfm-accordion-item:last-child {
    margin-bottom: 0
}

.dfm-accordion-head {
    align-items: center;
    border-bottom: 1px solid var(--gray-color);
    cursor: pointer;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 20px
}

.dfm-accordion-head .dfm-caption {
    transition: .3s
}

.dfm-accordion-head .icon {
    color: var(--secondary-color);
    font-size: 18px;
    transition: .3s
}

.dfm-accordion-head.dfm-accordion-active .dfm-caption,
.dfm-accordion-head.dfm-accordion-active .icon,
.dfm-accordion-head:hover .dfm-caption,
.dfm-accordion-head:hover .icon {
    color: var(--primary-color)
}

.dfm-accordion-head.dfm-accordion-active .icon {
    transform: rotate(90deg)
}

.dfm-accordion-body {
    margin-top: 20px
}

.dfm-about-cta {
    margin-top: 30px
}

.dfm-case-card {
    aspect-ratio: 1.2/1;
    border: 1px solid rgba(74, 156, 199, .1);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(27, 77, 110, .12);
    overflow: hidden;
    position: relative;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), box-shadow .4s cubic-bezier(.25, .46, .45, .94), border-color .4s ease;
    width: 100%
}

.dfm-case-card:hover {
    border-color: rgba(74, 156, 199, .3);
    box-shadow: 0 12px 35px rgba(27, 77, 110, .25);
    transform: translateY(-6px)
}

.dfm-case-card:before {
    background: linear-gradient(180deg, transparent 10%, rgba(27, 77, 110, .3) 45%, rgba(27, 77, 110, .92));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background .4s ease;
    width: 100%;
    z-index: 1
}

.dfm-case-card:hover:before {
    background: linear-gradient(180deg, transparent 5%, rgba(27, 77, 110, .35) 40%, rgba(27, 77, 110, .95))
}

.dfm-case-card img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94);
    width: 100%;
    z-index: 0
}

.dfm-case-card:hover img {
    transform: scale(1.06)
}

.dfm-case-card-info {
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    position: absolute;
    width: 100%;
    z-index: 10
}

.dfm-case-card-info .dfm-caption {
    font-size: 17px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .3)
}

.dfm-case-card-info .dfm-caption,
.dfm-case-card-info .dfm-caption a {
    color: var(--white-color);
    transition: .3s
}

.dfm-case-card-info .dfm-caption a:after {
    content: "";
    inset: 0;
    position: absolute;
    z-index: 2
}

.dfm-case-card {
    cursor: pointer
}

.dfm-case-card-info .dfm-caption a:hover {
    color: #4a9cc7
}

.dfm-case-card-info p {
    color: var(--white-color);
    display: -webkit-box;
    font-size: 13px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.5;
    margin: 8px 0 12px;
    opacity: .8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.dfm-case-card-text {
    opacity: 1;
    pointer-events: auto
}

.dfm-services {
    background: var(--bg-color);
    padding: var(--spacing) 0;
    position: relative
}

.dfm-services-title .dfm-heading {
    margin-bottom: 15px
}

.dfm-services-content {
    padding-left: 0
}

.dfm-services-content p {
    margin-bottom: 16px
}

.dfm-services-grid {
    margin-top: 0;
    position: relative
}

.dfm-services-grid .dfm-row {
    row-gap: 1.5rem
}

.dfm-services-shape {
    display: none;
    justify-content: center;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw
}

.dfm-services-shape img {
    max-width: unset;
    min-width: 1936px;
    width: 100%
}

.dfm-service-card {
    background: var(--white-color);
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
    padding: 20px;
    position: relative;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94);
    width: 100%
}

.dfm-service-card:before {
    border-left: 2px solid #4a9cc7;
    border-top: 2px solid #4a9cc7;
    border-top-left-radius: 16px;
    content: "";
    height: 65%;
    left: 0;
    -webkit-mask-image: radial-gradient(ellipse at 0 0, #000 0, transparent 65%);
    mask-image: radial-gradient(ellipse at 0 0, #000 0, transparent 65%);
    opacity: .5;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .4s ease;
    width: 65%
}

.dfm-service-card:hover {
    transform: translateY(-6px)
}

.dfm-service-card:hover:before {
    opacity: 1
}

.dfm-service-card .icon {
    align-items: center;
    aspect-ratio: 1/1;
    background: linear-gradient(135deg, var(--primary-color), #4a9cc7);
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(74, 156, 199, .25);
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), box-shadow .4s ease;
    width: 48px
}

.dfm-service-card:hover .icon {
    box-shadow: 0 6px 20px rgba(74, 156, 199, .35);
    transform: scale(1.08)
}

.dfm-service-card .dfm-caption {
    margin-bottom: 10px
}

.dfm-service-card .dfm-caption a,
.dfm-service-card .dfm-caption span {
    color: inherit;
    transition: color .3s ease
}

.dfm-service-card .dfm-caption a:hover {
    color: var(--primary-color)
}

.dfm-services-image {
    border-radius: 16px;
    max-height: 240px;
    overflow: hidden;
    position: relative
}

.dfm-services-image img {
    display: block;
    height: 100%;
    max-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.dfm-services-counter {
    background: linear-gradient(180deg, transparent, rgba(27, 77, 110, .95) 40%);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    bottom: 0;
    display: flex;
    gap: 0;
    left: 0;
    padding: 40px 30px 20px;
    position: absolute;
    right: 0
}

.dfm-services-counter-item {
    flex: 1;
    text-align: center
}

.dfm-services-counter-item+.dfm-services-counter-item {
    border-left: 1px solid hsla(0, 0%, 100%, .2)
}

.dfm-services-counter-item .dfm-subheading {
    color: var(--white-color);
    font-size: 24px;
    line-height: 1;
    margin-bottom: 4px
}

.dfm-services-counter-item p {
    color: hsla(0, 0%, 100%, .75);
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0
}

.dfm-skills {
    margin: var(--spacing) 0
}

.dfm-skills-media {
    position: relative;
    width: 100%
}

.dfm-skills-img1 {
    aspect-ratio: 1/.8931;
    width: 100%;
    --mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MzYiIGhlaWdodD0iNTY4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjM2IDU2OCI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI2MzYiIGhlaWdodD0iNTY4IiB4PSIwIiB5PSIwIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIj48cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAwQzguOTU0IDAgMCA4Ljk1NCAwIDIwdjUyOGMwIDExLjA0NiA4Ljk1NCAyMCAyMCAyMGgyNTdjMTEuMDQ2IDAgMjAtOC45NTQgMjAtMjBWMzA0YzAtMTEuMDQ2IDguOTU0LTIwIDIwLTIwaDI5OWMxMS4wNDYgMCAyMC04Ljk1NCAyMC0yMFYyMGMwLTExLjA0Ni04Ljk1NC0yMC0yMC0yMHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNLTEyMC04aDg3NnY1ODNoLTg3NnoiLz48L2c+PC9zdmc+");
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
}

.dfm-skills-img2 {
    border-radius: 7%;
    bottom: 0;
    height: 46.48%;
    position: absolute;
    right: 0;
    width: 50.158%;
    z-index: 1
}

.dfm-skills-content {
    padding-left: 0
}

.dfm-progress-group {
    border-bottom: 1px solid var(--gray-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.dfm-progress-group:last-child {
    margin-bottom: 0
}

.dfm-progress-label {
    margin-bottom: 12px
}

.dfm-progress-value {
    position: absolute;
    right: 0;
    top: 0
}

.dfm-progress-track {
    border-radius: 5px;
    height: 10px;
    position: relative;
    width: 100%
}

.dfm-progress-track:before {
    background: transparent;
    content: "";
    opacity: .2;
    width: 100%
}

.dfm-progress-fill,
.dfm-progress-track:before {
    border-radius: 14px;
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.dfm-progress-fill {
    background: var(--primary-color);
    box-shadow: 0 4px 20px -1px hsla(35, 46%, 62%, .5);
    overflow: visible !important;
    width: 0
}

.dfm-partners {
    background: var(--secondary-color);
    padding: 60px 0
}

.dfm-partners-title {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.dfm-partners-title:after,
.dfm-partners-title:before {
    background: var(--white-color);
    content: "";
    flex: auto;
    height: 1px;
    opacity: .5;
    width: 100%
}

.dfm-partners-title .dfm-caption {
    color: var(--white-color);
    flex-shrink: 0
}

.dfm-partners-title .dfm-caption span {
    color: var(--primary-color)
}

.dfm-partner-card {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    opacity: .5;
    text-align: center;
    transition: .3s
}

.dfm-partner-card:hover {
    opacity: 1
}

.dfm-partner-card img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.dfm-reviews {
    background: #f8fafb;
    padding: var(--spacing) 0
}

.dfm-reviews-shape {
    display: none
}

.dfm-reviews-title .dfm-heading {
    margin-bottom: 38px
}

.dfm-review-card {
    background: var(--white-color);
    border-radius: 20px;
    margin-top: 55px;
    padding: 60px 20px 25px;
    position: relative;
    text-align: center;
    width: 100%
}

.dfm-review-card:before {
    background: linear-gradient(90deg, var(--primary-color), #4a9cc7);
    border-radius: 20px 20px 0 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.dfm-review-decor {
    display: none
}

.dfm-review-img {
    aspect-ratio: 1/1;
    border: 4px solid var(--white-color);
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(27, 77, 110, .15);
    left: 50%;
    position: absolute;
    top: -55px;
    transform: translate(-50%);
    width: 110px
}

.dfm-quote {
    display: inline-block;
    opacity: .08;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px
}

.dfm-review-author {
    margin-bottom: 20px
}

.dfm-review-author .dfm-caption {
    font-size: 18px;
    margin-bottom: 6px
}

.dfm-review-author p {
    color: #4a9cc7;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.dfm-review-text {
    margin-bottom: 24px;
    padding: 0 10px;
    position: relative
}

.dfm-review-text p {
    color: #555;
    font-style: italic;
    line-height: 1.7
}

.dfm-review-rating {
    align-items: center;
    color: #e8a838;
    display: flex;
    font-size: 16px;
    gap: 5px;
    justify-content: center
}

.dfm-team-section {
    background: var(--bg-color);
    padding: var(--spacing) 0
}

.dfm-team-content {
    padding-right: 0
}

.dfm-team-content .dfm-label {
    margin-bottom: 3px
}

.dfm-team-content p {
    margin-bottom: 17px
}

.dfm-team-card,
.dfm-team-media,
.dfm-team-photo {
    position: relative
}

.dfm-team-photo {
    aspect-ratio: 1/1.18302;
    width: 100%;
    --mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDYiIGhlaWdodD0iMzYyIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMzA2IDM2MiI+PG1hc2sgaWQ9ImEiIHdpZHRoPSIzMDYiIGhlaWdodD0iMzYyIiB4PSIwIiB5PSIwIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIj48cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAwQzguOTU0IDAgMCA4Ljk1NCAwIDIwdjMyMmMwIDExLjA0NiA4Ljk1NCAyMCAyMCAyMGgxOTBhNyA3IDAgMCAwIDctN2MwLTE2LjU2OSAxMy40MzEtMzAgMzAtMzBzMzAgMTMuNDMxIDMwIDMwYTcgNyAwIDAgMCA3IDdoMmMxMS4wNDYgMCAyMC04Ljk1NCAyMC0yMFYyMGMwLTExLjA0Ni04Ljk1NC0yMC0yMC0yMHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNLTItNGgzMTd2MzY4SC0yeiIvPjwvZz48L3N2Zz4=");
    margin-bottom: 23px;
    mask-image: var(--mask-image);
    -webkit-mask-image: var(--mask-image);
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain
}

.dfm-team-photo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: .5s;
    width: 100%
}

.dfm-team-card:hover .dfm-team-photo img {
    transform: scale(1.1)
}

.dfm-team-card p {
    margin-bottom: 3px
}

.dfm-team-card .dfm-caption a {
    color: inherit;
    transition: .3s
}

.dfm-team-card .dfm-caption a:hover {
    color: var(--primary-color)
}

.dfm-team-links {
    bottom: -4%;
    position: absolute;
    right: 12.5%;
    z-index: 10
}

.dfm-team-share-btn {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--secondary-color);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    transition: .3s;
    width: 40px;
    z-index: 1
}

.dfm-team-links.active .dfm-team-share-btn,
.dfm-team-links:hover .dfm-team-share-btn,
.dfm-team-share-btn:hover {
    background: var(--primary-color)
}

.dfm-team-share-btn img {
    height: auto;
    max-height: 80%;
    max-width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto
}

.dfm-team-links ul {
    bottom: 100%;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%);
    z-index: 0
}

.dfm-team-links:hover ul {
    pointer-events: auto
}

.dfm-team-links ul li {
    margin-bottom: 10px;
    position: relative;
    transition: .5s
}

.dfm-team-links ul li a {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--secondary-color);
    border: 2px solid var(--white-color);
    border-radius: 50%;
    color: var(--white-color);
    display: flex;
    font-size: 14px;
    justify-content: center;
    transition: .3s;
    width: 40px
}

.dfm-team-links ul li a:hover {
    background: var(--primary-color)
}

.dfm-team-links ul li:first-child {
    top: 150px
}

.dfm-team-links ul li:nth-child(2) {
    top: 100px
}

.dfm-team-links ul li:nth-child(3) {
    top: 50px
}

.dfm-team-links.active ul li:first-child,
.dfm-team-links.active ul li:nth-child(2),
.dfm-team-links.active ul li:nth-child(3) {
    top: 0
}

.dfm-newsletter {
    position: relative
}

.dfm-newsletter:before {
    background: var(--bg-color);
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.dfm-newsletter-box {
    background: var(--secondary-color);
    border-radius: 14px;
    padding: 50px 15px;
    width: 100%
}

.dfm-newsletter-box .dfm-label {
    margin-bottom: 10px
}

.dfm-newsletter-box .dfm-subheading {
    color: var(--white-color);
    margin-bottom: 30px
}

.dfm-newsletter-form {
    margin: auto;
    max-width: 678px
}

.dfm-newsletter-form form {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: space-between
}

.dfm-newsletter-form form .dfm-btn {
    flex-shrink: 0
}

.dfm-newsletter-form form .dfm-btn:hover {
    background: var(--white-color);
    color: var(--primary-color)
}

.dfm-newsletter-form form .dfm-field {
    background: var(--white-color);
    border-color: var(--white-color);
    flex: auto
}

.dfm-faq {
    margin: var(--spacing) 0
}

.dfm-faq-media {
    position: relative;
    width: 100%
}

.dfm-faq-img1 {
    aspect-ratio: 1/1.11794;
    width: 100%;
    --mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MzYiIGhlaWdodD0iNzExIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNjM2IDcxMSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI2MzYiIGhlaWdodD0iNzExIiB4PSIwIiB5PSIwIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIj48cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwQzAgOC45NTQgOC45NTQgMCAyMCAwaDI0MmMxMS4wNDYgMCAyMCA4Ljk1NCAyMCAyMHYyMDdjMCAxMS4wNDYgOC45NTQgMjAgMjAgMjBoMzE0YzExLjA0NiAwIDIwIDguOTU0IDIwIDIwdjQyNGMwIDExLjA0Ni04Ljk1NCAyMC0yMCAyMEg0NzdjLTEwLjQ5MyAwLTE5LTguNTA3LTE5LTE5cy04LjUwNy0xOS0xOS0xOUgxOTdjLTEwLjQ5MyAwLTE5IDguNTA3LTE5IDE5cy04LjUwNyAxOS0xOSAxOUgyMGMtMTEuMDQ2IDAtMjAtOC45NTQtMjAtMjB6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTS0xNzAtN0g5MTd2NzI0SC0xNzB6Ii8+PC9nPjwvc3ZnPg==");
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
}

.dfm-faq-img2 {
    border-radius: 8%;
    height: 31.928%;
    position: absolute;
    right: 0;
    top: 0;
    width: 52.516%;
    z-index: 1
}

.dfm-faq-media .dfm-text-link {
    bottom: 0;
    left: 50%;
    max-width: unset;
    position: absolute;
    transform: translate(-50%);
    z-index: 10
}

.dfm-faq-media .dfm-text-link:hover {
    gap: 10px
}

.dfm-faq-content {
    padding-left: 0
}

.dfm-stats {
    background: var(--secondary-color);
    border-bottom: 1px solid transparent;
    -o-border-image: linear-gradient(90deg, transparent, rgba(74, 156, 199, .15) 15%, rgba(74, 156, 199, .5) 50%, rgba(74, 156, 199, .15) 85%, transparent) 1;
    border-image: linear-gradient(90deg, transparent, rgba(74, 156, 199, .15) 15%, rgba(74, 156, 199, .5) 50%, rgba(74, 156, 199, .15) 85%, transparent) 1;
    overflow: hidden;
    padding: 50px 0;
    position: relative
}

.dfm-stats:before {
    background: radial-gradient(circle at 50% 0, transparent 24px, rgba(74, 156, 199, .06) 25px, rgba(74, 156, 199, .06) 26px, transparent 27px), radial-gradient(circle at 0 50%, transparent 24px, rgba(74, 156, 199, .06) 25px, rgba(74, 156, 199, .06) 26px, transparent 27px), radial-gradient(circle at 100% 50%, transparent 24px, rgba(74, 156, 199, .06) 25px, rgba(74, 156, 199, .06) 26px, transparent 27px), radial-gradient(circle at 50% 100%, transparent 24px, rgba(74, 156, 199, .06) 25px, rgba(74, 156, 199, .06) 26px, transparent 27px), radial-gradient(circle at 50% 50%, transparent 34px, rgba(74, 156, 199, .04) 35px, rgba(74, 156, 199, .04) 36px, transparent 37px);
    background-size: 60px 60px;
    content: "";
    inset: 0;
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .2) 60%, transparent 80%);
    mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .2) 60%, transparent 80%);
    pointer-events: none;
    position: absolute
}

.dfm-stats:after {
    background: linear-gradient(90deg, transparent, rgba(74, 156, 199, .15) 15%, rgba(74, 156, 199, .5) 50%, rgba(74, 156, 199, .15) 85%, transparent);
    box-shadow: 0 0 8px rgba(74, 156, 199, .15);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.dfm-stats-grid {
    gap: 35px;
    z-index: 1
}

.dfm-stat-card,
.dfm-stats-grid {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.dfm-stat-card {
    flex: 1;
    flex-direction: row;
    gap: 16px;
    padding: 0 15px
}

.dfm-stat-card+.dfm-stat-card:after {
    background: rgba(74, 156, 199, .9);
    border-radius: 50%;
    box-shadow: 0 0 6px 2px rgba(74, 156, 199, .3), -12px 0 0 hsla(0, 0%, 100%, .15), 12px 0 0 hsla(0, 0%, 100%, .15), -24px 0 0 hsla(0, 0%, 100%, .08), 24px 0 0 hsla(0, 0%, 100%, .08);
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: -17px;
    transform: translateX(-50%);
    width: 3px
}

.dfm-stat-number .dfm-display {
    color: var(--white-color);
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0
}

.dfm-stat-number {
    position: relative
}

.dfm-stat-number:after {
    background: linear-gradient(180deg, var(--primary-color), rgba(74, 156, 199, .6));
    border-radius: 2px;
    content: "";
    display: block;
    height: 32px;
    margin: 0;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px
}

.dfm-stat-label {
    display: inline-block;
    flex: none;
    position: relative
}

.dfm-stat-label .dfm-caption {
    color: hsla(0, 0%, 100%, .7);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left
}

.dfm-stat-label .dfm-caption span {
    display: inline-block
}

.dfm-blog {
    margin: var(--spacing) 0
}

.dfm-blog-title .dfm-heading {
    margin-bottom: 38px
}

.dfm-blog-grid .dfm-row {
    row-gap: 1.5rem
}

.dfm-blog-card {
    position: relative
}

.dfm-blog-media-box {
    margin-bottom: 23px;
    position: relative
}

.dfm-blog-media {
    height: 100%;
    position: relative;
    width: 100%;
    --mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MTUiIGhlaWdodD0iMzUyIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNDE1IDM1MiI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI0MTUiIGhlaWdodD0iMzUyIiB4PSIwIiB5PSIwIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIj48cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MTUgMjBjMC0xMS4wNDYtOC45NTQtMjAtMjAtMjBIMjBDOC45NTQgMCAwIDguOTU0IDAgMjB2MjcyYzAgMTEuMDQ2IDguOTU0IDIwIDIwIDIwaDEwMmMxMS4wNDYgMCAyMCA4Ljk1NCAyMCAyMHM4Ljk1NCAyMCAyMCAyMGgyMzNjMTEuMDQ2IDAgMjAtOC45NTQgMjAtMjB6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTS01MCAwaDUzMnYzNTVILTUweiIvPjwvZz48L3N2Zz4=");
    aspect-ratio: 1/.84616;
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
}

.dfm-blog-img {
    height: 100%;
    transition: .3s;
    width: 100%
}

.dfm-blog-card:hover .dfm-blog-img {
    transform: scale(1.1) rotate(3deg)
}

.dfm-blog-date {
    align-items: center;
    bottom: -2px;
    display: flex;
    gap: 10px;
    left: 0;
    position: absolute;
    width: 41%;
    z-index: 1
}

.dfm-blog-date img {
    flex-shrink: 0;
    width: 20px
}

.dfm-blog-card-text .dfm-caption {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 13px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.dfm-blog-card-text .dfm-caption a {
    color: inherit;
    display: inherit;
    font-size: inherit;
    -webkit-line-clamp: inherit;
    line-clamp: inherit;
    line-height: inherit;
    -webkit-box-orient: inherit;
    box-orient: inherit;
    overflow: inherit;
    text-overflow: inherit;
    transition: .3s
}

.dfm-blog-card-text .dfm-caption a:hover {
    color: var(--primary-color)
}

.dfm-blog-card-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.dfm-footer {
    background: var(--secondary-color);
    overflow: hidden;
    padding-bottom: 31px;
    position: relative
}

.dfm-footer:before {
    background: radial-gradient(circle at 50% 0, transparent 24px, rgba(74, 156, 199, .06) 25px, rgba(74, 156, 199, .06) 26px, transparent 27px), radial-gradient(circle at 0 50%, transparent 24px, rgba(74, 156, 199, .06) 25px, rgba(74, 156, 199, .06) 26px, transparent 27px), radial-gradient(circle at 100% 50%, transparent 24px, rgba(74, 156, 199, .06) 25px, rgba(74, 156, 199, .06) 26px, transparent 27px), radial-gradient(circle at 50% 100%, transparent 24px, rgba(74, 156, 199, .06) 25px, rgba(74, 156, 199, .06) 26px, transparent 27px), radial-gradient(circle at 50% 50%, transparent 34px, rgba(74, 156, 199, .04) 35px, rgba(74, 156, 199, .04) 36px, transparent 37px);
    background-size: 60px 60px;
    content: "";
    inset: 0;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .35) 70%, transparent);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .35) 70%, transparent);
    pointer-events: none;
    position: absolute;
    z-index: 0
}

.dfm-footer:after {
    background: linear-gradient(90deg, transparent, rgba(74, 156, 199, .15) 15%, rgba(74, 156, 199, .5) 50%, rgba(74, 156, 199, .15) 85%, transparent);
    box-shadow: 0 0 8px rgba(74, 156, 199, .15);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.dfm-footer .dfm-container {
    position: relative;
    z-index: 2
}

.dfm-footer-top {
    padding: var(--spacing) 0
}

.dfm-caption.dfm-footer-title {
    color: var(--white-color);
    margin-bottom: 23px;
    padding-bottom: 10px;
    position: relative
}

.dfm-caption.dfm-footer-title:before {
    background: linear-gradient(90deg, var(--primary-color), #4a9cc7);
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px
}

.dfm-footer-info p {
    color: var(--white-color);
    line-height: 1.7;
    margin-bottom: 23px;
    opacity: .8
}

.dfm-footer-links-wrap {
    display: flex;
    justify-content: flex-start
}

.dfm-footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.dfm-footer-links ul li a {
    color: var(--white-color);
    display: inline-block;
    opacity: .7;
    padding-left: 0;
    position: relative;
    transition: .3s
}

.dfm-footer-links ul li a:before {
    background: rgba(74, 156, 199, .4);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 10px;
    transition: .3s;
    vertical-align: middle;
    width: 6px
}

.dfm-footer-links ul li a:hover {
    color: #4a9cc7;
    opacity: 1;
    padding-left: 4px
}

.dfm-footer-links ul li a:hover:before {
    background: #4a9cc7;
    box-shadow: 0 0 6px rgba(74, 156, 199, .5)
}

.dfm-footer-links p {
    color: var(--white-color);
    line-height: 1.7;
    opacity: .7
}

.dfm-footer-contact ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0
}

.dfm-footer-contact ul li {
    align-items: center;
    display: flex;
    gap: 10px
}

.dfm-footer-contact ul li .icon {
    align-items: center;
    aspect-ratio: 1/1;
    background: linear-gradient(135deg, var(--primary-color), #4a9cc7);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(74, 156, 199, .3);
    color: var(--white-color);
    display: flex;
    flex-shrink: 0;
    font-size: 15px;
    justify-content: center;
    width: 42px
}

.dfm-footer-contact ul li .text {
    color: var(--white-color);
    opacity: .8
}

.dfm-footer-contact ul li .text a,
.dfm-footer-contact ul li .text span {
    color: var(--white-color);
    opacity: .8;
    transition: .3s
}

.dfm-footer-contact ul li .text a:hover {
    color: #4a9cc7;
    opacity: 1
}

.dfm-footer-disclaimer {
    padding: 0 30px 20px
}

.dfm-footer-disclaimer p {
    color: hsla(0, 0%, 100%, .45);
    font-size: 12px;
    line-height: 1.6;
    margin: 0
}

.dfm-form-disclaimer {
    color: #aaa;
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
    max-width: 720px
}

.dfm-footer-bottom {
    align-items: center;
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(74, 156, 199, .1);
    border-radius: 10px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 20px;
    position: relative
}

.dfm-footer-bottom:before {
    background: linear-gradient(90deg, transparent, rgba(74, 156, 199, .3) 30%, rgba(74, 156, 199, .3) 70%, transparent);
    content: "";
    height: 1px;
    left: 30px;
    position: absolute;
    right: 30px;
    top: -1px
}

.dfm-copyright p {
    color: var(--white-color);
    font-size: 14px;
    margin: 0;
    opacity: .7
}

.dfm-footer-bottom-links {
    display: flex;
    gap: 24px
}

.dfm-footer-bottom-links a {
    color: var(--white-color);
    font-size: 14px;
    opacity: .7;
    position: relative;
    text-decoration: none;
    transition: .3s
}

.dfm-footer-bottom-links a:after {
    background: linear-gradient(90deg, var(--primary-color), #4a9cc7);
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: width .3s ease;
    width: 0
}

.dfm-footer-bottom-links a:hover {
    color: #4a9cc7;
    opacity: 1
}

.dfm-footer-bottom-links a:hover:after {
    width: 100%
}

.dfm-back-top {
    background: var(--primary-color);
    border-radius: 50%;
    bottom: 10px;
    color: #fff;
    display: none;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: .3s;
    width: 40px;
    z-index: 80
}

.dfm-back-top:hover {
    box-shadow: 0 4px 30px hsla(35, 46%, 62%, .3);
    color: var(--white-color)
}

.dfm-back-top:hover i {
    animation: up_down .8s linear infinite alternate
}

@keyframes up_down {
    0% {
        transform: translate(0)
    }

    to {
        transform: translateY(-3px)
    }
}

.dfm-page-header {
    align-items: center;
    background: var(--bg-color);
    display: flex;
    justify-content: center;
    min-height: 250px;
    padding: 100px 0 40px;
    position: relative
}

.dfm-page-header:before {
    background-image: radial-gradient(circle at 1px 1px, rgba(27, 77, 110, .12) 1.5px, transparent 0), linear-gradient(90deg, transparent 48%, rgba(27, 77, 110, .04) 0, rgba(27, 77, 110, .04) 52%, transparent 0), linear-gradient(0deg, transparent 48%, rgba(27, 77, 110, .04) 0, rgba(27, 77, 110, .04) 52%, transparent 0);
    background-size: 28px 28px, 56px 56px, 56px 56px;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.dfm-page-header>* {
    position: relative;
    z-index: 2
}

.dfm-page-header-text {
    text-align: center
}

.dfm-page-header-text .dfm-display:last-child {
    margin-bottom: 0
}

.dfm-page-header-shape {
    height: 170px;
    left: 50%;
    top: 50%;
    width: 280px
}

.dfm-page-header-shape,
.dfm-page-header-shape:before {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 0
}

.dfm-page-header-shape:before {
    background: radial-gradient(circle, rgba(74, 156, 199, .18) 0, rgba(74, 156, 199, .06) 50%, transparent 70%);
    border-radius: 50%;
    box-shadow: 130px 0 0 0 rgba(74, 156, 199, .1), -130px 0 0 0 rgba(74, 156, 199, .1), 65px -112px 0 0 rgba(74, 156, 199, .08), -65px 112px 0 0 rgba(74, 156, 199, .08), 65px 112px 0 0 rgba(74, 156, 199, .08), -65px -112px 0 0 rgba(74, 156, 199, .08), 220px 0 0 -20px rgba(27, 77, 110, .07), -220px 0 0 -20px rgba(27, 77, 110, .07), 110px -190px 0 -20px rgba(27, 77, 110, .06), -110px 190px 0 -20px rgba(27, 77, 110, .06), 110px 190px 0 -20px rgba(27, 77, 110, .06), -110px -190px 0 -20px rgba(27, 77, 110, .06), 300px 60px 0 -40px rgba(74, 156, 199, .05), -300px -60px 0 -40px rgba(74, 156, 199, .05), 60px 300px 0 -40px rgba(74, 156, 199, .05), -60px -300px 0 -40px rgba(74, 156, 199, .05);
    content: "";
    height: 120px;
    left: 0;
    top: 0;
    width: 120px
}

.dfm-page-header-shape:after {
    color: rgba(74, 156, 199, .18);
    content: "+";
    font-size: 28px;
    font-weight: 200;
    left: 0;
    pointer-events: none;
    position: absolute;
    text-shadow: -240px -80px 0 rgba(74, 156, 199, .14), 260px -60px 0 rgba(74, 156, 199, .1), -180px 120px 0 rgba(74, 156, 199, .12), 200px 100px 0 rgba(74, 156, 199, .08), -60px -160px 0 rgba(74, 156, 199, .16), 80px 170px 0 rgba(74, 156, 199, .1), -310px 20px 0 rgba(74, 156, 199, .07), 320px -30px 0 rgba(74, 156, 199, .09);
    top: 0;
    z-index: 1
}

.dfm-breadcrumb {
    margin: -20px auto 0;
    max-width: calc(100% - 10px);
    position: relative;
    text-align: center;
    z-index: 10
}

.dfm-breadcrumb ul {
    align-items: center;
    background: var(--primary-color);
    border-radius: 30px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    list-style: none;
    margin: 0;
    min-height: 40px;
    padding: 8px 15px 7px
}

.dfm-breadcrumb ul li {
    align-items: center;
    color: var(--white-color);
    display: flex;
    font-weight: 600;
    gap: 5px;
    text-transform: uppercase
}

.dfm-breadcrumb ul li:not(:last-child):after {
    content: "\f054";
    font-family: Font Awesome\ 5 Free;
    font-size: 14px;
    font-weight: 900;
    line-height: 1
}

.dfm-breadcrumb ul li a {
    color: inherit;
    text-transform: inherit;
    transition: .3s
}

.dfm-breadcrumb ul li a:hover {
    text-decoration: underline
}

.dfm-history {
    margin: var(--spacing) 0
}

.dfm-history-year .dfm-heading {
    color: var(--gray-color);
    margin: 0
}

.dfm-history-card {
    display: flex;
    flex-direction: column;
    gap: 120px;
    padding-inline: 10px;
    position: relative;
    text-align: center
}

.dfm-history-carousel .swiper-slide:nth-child(2n) .dfm-history-card {
    flex-direction: column-reverse
}

.dfm-history-card:before {
    content: "";
    height: 1px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.dfm-history-card:before,
.dfm-history-pin {
    background: var(--primary-color);
    left: 50%;
    position: absolute
}

.dfm-history-pin {
    bottom: 50%;
    height: 34px;
    transform: translateX(-50%);
    width: 1px
}

.dfm-history-pin:before {
    --pin-size: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    content: "";
    height: var(--pin-size);
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(calc(50% - var(--pin-size)));
    width: var(--pin-size)
}

.dfm-history-badge .dfm-caption {
    margin-bottom: 10px
}

.dfm-history-carousel .swiper-slide:nth-child(2n) .dfm-history-card .dfm-history-pin {
    bottom: unset;
    height: 50px;
    top: 50%;
    transform: rotate(-180deg)
}

.dfm-history-title {
    margin-bottom: 30px
}

.dfm-history-carousel .swiper-slide:nth-child(odd) .dfm-history-card .dfm-heading {
    top: 20px
}

.dfm-history-carousel .swiper-slide:nth-child(2n) .dfm-history-card .dfm-heading {
    bottom: 20px;
    top: auto
}

.dfm-page-services {
    margin: var(--spacing) 0
}

.dfm-consult {
    background: #f8fafb;
    padding: var(--spacing) 0
}

.dfm-consult-card {
    position: relative;
    text-align: center
}

.dfm-consult-icon {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--white-color);
    border-radius: 14px;
    box-shadow: 0 4px 60px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    margin-inline: auto;
    transition: all .4s ease;
    width: 100px
}

.dfm-consult-card .dfm-caption {
    margin-top: 21px
}

.dfm-consult-text {
    margin-top: 10px
}

.dfm-consult-title {
    margin-bottom: 38px
}

.dfm-consult-step .dfm-row {
    row-gap: 40px
}

.dfm-consult-card:before {
    aspect-ratio: 1/.1677;
    background-image: url(../img/dfm-arrow.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: none;
    left: 85%;
    position: absolute;
    top: 58px;
    transform: translateY(-50%);
    width: 110px
}

.dfm-consult-step .dfm-row>div:last-child .dfm-consult-card:before {
    content: none
}

.dfm-consult-card:hover .dfm-consult-icon img {
    transform: rotateY(180deg)
}

.dfm-consult-card .dfm-consult-icon img {
    height: auto;
    max-height: 50px;
    max-width: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    transition: all .5s ease;
    width: auto
}

.dfm-consult-card:hover .dfm-consult-icon {
    box-shadow: 0 4px 60px rgba(0, 0, 0, .16);
    transform: translateY(-10px)
}

.dfm-pricing {
    background: var(--bg-color);
    padding: var(--spacing) 0
}

.dfm-pricing-content {
    padding-right: 0
}

.dfm-pricing-content .dfm-heading {
    margin-bottom: 19px
}

.dfm-pricing-content p {
    margin-bottom: 16px
}

.dfm-pricing-wrap .dfm-row {
    row-gap: 30px
}

.dfm-pricing-card {
    background: var(--white-color);
    border-radius: 14px;
    box-shadow: 0 4px 60px rgba(0, 0, 0, .1);
    position: relative;
    transition: .5s
}

.dfm-pricing-wrap .dfm-row>div:first-child .dfm-pricing-card {
    margin-top: 0
}

.dfm-pricing-card:hover {
    transform: translateY(-10px)
}

.dfm-pricing-amount {
    color: var(--primary-color);
    font-family: var(--title-font);
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 14px
}

.dfm-pricing-amount span {
    display: inline-block;
    font-size: 15px;
    line-height: 1
}

.dfm-pricing-card .dfm-caption {
    margin-bottom: 8px
}

.dfm-pricing-desc ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dfm-pricing-desc ul li {
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative
}

.dfm-pricing-desc ul li:last-child {
    margin-bottom: 0
}

.dfm-pricing-desc ul li:before {
    aspect-ratio: 1/1;
    background-image: url(../img/dfm-icon-check.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    left: 0;
    position: absolute;
    top: 4px;
    width: 18px
}

.dfm-pricing-desc {
    padding: 25px
}

.dfm-pricing-btn {
    margin-top: 22px
}

.dfm-pricing-btn .dfm-btn {
    width: 100%
}

.dfm-pricing-card-info {
    border-bottom: 1px solid var(--gray-color);
    padding: 25px
}

.dfm-service-detail {
    margin: var(--spacing) 0
}

.dfm-service-detail-content {
    padding-right: 0
}

.dfm-service-detail-title {
    align-items: flex-start;
    display: flex;
    gap: 15px;
    margin-bottom: 15px
}

.dfm-service-detail-title .icon {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--primary-color);
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    width: 50px
}

.dfm-service-detail-title .icon img {
    height: auto;
    max-height: 27px;
    max-width: 27px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto
}

.dfm-service-detail-title .dfm-heading {
    margin-bottom: 0
}

.dfm-service-detail-box:not(:last-child) {
    margin-bottom: 20px
}

.dfm-service-detail-box .dfm-row {
    row-gap: 24px
}

.dfm-service-detail-box.img img {
    border-radius: 14px
}

.dfm-service-detail-box .dfm-caption {
    margin-bottom: 10px
}

.dfm-service-detail-box ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0
}

.dfm-service-detail-box ul li {
    align-items: flex-start;
    color: var(--secondary-color);
    display: flex;
    gap: 8px;
    position: relative
}

.dfm-service-detail-box ul li:before {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--white-color);
    content: "\f00c";
    display: flex;
    flex-shrink: 0;
    font-family: Font Awesome\ 5 Free;
    font-size: 8px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    margin-top: 4px;
    width: 18px
}

.dfm-service-detail-feature {
    align-items: center;
    background: var(--white-color);
    border-radius: 14px;
    box-shadow: 0 4px 60px -1px #0000001a;
    display: flex;
    gap: 15px;
    padding: 20px;
    transition: .5s
}

.dfm-service-detail-feature:hover {
    transform: translateY(-10px)
}

.dfm-service-detail-feature .icon {
    flex-shrink: 0
}

.dfm-service-detail-feature .icon img {
    height: auto;
    max-height: 50px;
    max-width: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    transition: .5s;
    width: auto
}

.dfm-service-detail-feature:hover .icon img {
    transform: rotateY(180deg)
}

.dfm-service-detail-feature .text .dfm-caption {
    margin-bottom: 4px
}

.dfm-sidebar-cta {
    background: var(--bg-color);
    border-radius: 14px;
    padding: 20px;
    position: relative
}

.dfm-sidebar-cta:not(:last-child) {
    margin-bottom: 42px
}

.sidebar .dfm-caption {
    margin-bottom: 30px;
    padding-bottom: 4px;
    position: relative
}

.sidebar .dfm-caption:before {
    background: var(--primary-color);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 79px
}

.dfm-sidebar-form {
    margin-top: 0
}

.dfm-sidebar-form .dfm-field {
    background: var(--white-color);
    border-color: var(--white-color)
}

.dfm-sidebar-form textarea.dfm-field {
    border-radius: 10px;
    height: 100px
}

.dfm-sidebar-form .dfm-form-group:last-child {
    margin-bottom: 0
}

.dfm-sidebar-dl:not(:last-child) {
    margin-bottom: 40px
}

.dfm-sidebar-dl-box {
    align-items: center;
    display: flex;
    gap: 10px
}

.dfm-sidebar-dl-box:not(:last-child) {
    margin-bottom: 24px
}

.dfm-sidebar-dl-box .icon {
    flex-shrink: 0
}

.dfm-sidebar-dl-box .icon img {
    height: auto;
    max-height: 60px;
    max-width: 55px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto
}

.dfm-sidebar-dl-box .text {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.dfm-sidebar-dl-box .text p {
    margin-bottom: 0
}

.dfm-sidebar-dl-box .text p a {
    color: var(--primary-color);
    transition: .3s
}

.dfm-sidebar-dl-box .text p a:hover {
    color: var(--secondary-color)
}

.dfm-service-detail-cta {
    align-items: center;
    background: var(--secondary-color);
    border-radius: 14px;
    display: flex;
    gap: 15px;
    padding: 15px
}

.dfm-service-detail-cta .icon {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--primary-color);
    border-radius: 14px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    width: 70px
}

.dfm-service-detail-cta .icon img {
    height: auto;
    max-height: 40px;
    max-width: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto
}

.dfm-service-detail-cta .text .dfm-caption {
    color: var(--white-color);
    margin-bottom: 5px;
    padding-bottom: 0
}

.dfm-service-detail-cta .text .dfm-caption:before {
    display: none
}

.dfm-service-detail-cta .text a {
    color: inherit;
    transition: .3s
}

.dfm-service-detail-cta .text a:hover {
    color: var(--primary-color)
}

.dfm-service-detail-cta .text p {
    color: hsla(0, 0%, 100%, .8);
    font-size: 15px;
    line-height: 28px
}

.dfm-service-detail-cta .text p a {
    text-decoration: underline
}

.dfm-page-cases {
    margin: var(--spacing) 0
}

.dfm-cases-tabs .nav {
    align-items: center;
    display: block;
    gap: 13px 0;
    justify-content: center
}

.dfm-cases-tabs .nav .nav-link {
    border-radius: 30px;
    color: var(--secondary-color);
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    padding: 6px 20px;
    transition: .3s
}

.dfm-cases-tabs .nav .nav-link:hover {
    color: var(--primary-color)
}

.dfm-cases-tabs .nav .nav-link.active {
    background: var(--secondary-color);
    box-shadow: var(--secondary-shadow);
    color: var(--white-color)
}

.dfm-cases-tab-panel {
    margin-top: 30px
}

.dfm-cases-tab-panel .dfm-row {
    row-gap: 24px
}

.dfm-cases-tab-panel .dfm-case-card {
    aspect-ratio: 1/1
}

.dfm-page-case-detail {
    margin: var(--spacing) 0
}

.dfm-case-detail-content {
    padding-right: 0
}

.dfm-case-detail-box:not(:last-child) {
    margin-bottom: 20px
}

.dfm-case-detail-box.img img {
    border-radius: 14px
}

.dfm-case-detail-box .dfm-heading {
    margin-bottom: 10px
}

.dfm-case-detail-box p:not(:last-child) {
    margin-bottom: 18px
}

.dfm-case-detail-box .dfm-caption {
    margin-bottom: 10px
}

.dfm-case-challenge {
    display: flex;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
    position: relative
}

.dfm-case-challenge:before {
    border-top: 1px dashed var(--primary-color);
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    top: 200px;
    width: 100%;
    z-index: 0
}

.dfm-case-challenge-box {
    position: relative;
    text-align: center;
    z-index: 1
}

.dfm-case-challenge-box img {
    border-radius: 14px;
    height: auto;
    margin-bottom: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.dfm-case-challenge-box .dot-box {
    height: 40px;
    margin-bottom: 22px;
    position: relative;
    width: 100%
}

.dfm-case-challenge-box .dot-box:after,
.dfm-case-challenge-box .dot-box:before {
    aspect-ratio: 1/1;
    background: var(--primary-color);
    border-radius: 50%;
    content: "";
    left: 50%;
    opacity: .2;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    z-index: 0
}

.dfm-case-challenge-box .dot-box:after {
    opacity: 1;
    width: 20px;
    z-index: 1
}

.dfm-case-challenge-box .dfm-caption {
    margin-bottom: 10px
}

.dfm-case-challenge-box:first-child .dot-box {
    background: linear-gradient(to right, var(--white-color) 50%, transparent 50%)
}

.dfm-case-challenge-box:last-child .dot-box {
    background: linear-gradient(to left, var(--white-color) 50%, transparent 50%)
}

.dfm-case-info {
    background: var(--secondary-color);
    border-radius: 14px;
    color: var(--white-color);
    margin-bottom: 42px;
    padding: 23px 20px 22px
}

.dfm-case-info .dfm-caption {
    color: var(--white-color);
    margin-bottom: 23px
}

.dfm-case-info ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0
}

.dfm-case-info ul li {
    color: var(--white-color);
    font-size: 15px;
    line-height: 25px
}

.dfm-case-info ul li:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    padding-bottom: 15px
}

.dfm-case-info ul li strong {
    font-weight: 600
}

.dfm-case-detail-img {
    margin-bottom: 30px;
    position: relative
}

.dfm-case-detail-img:after {
    background: linear-gradient(90deg, var(--primary-color), #4a9cc7, transparent);
    border-radius: 2px;
    bottom: -8px;
    content: "";
    height: 4px;
    left: 20px;
    position: absolute;
    right: 20px
}

.dfm-case-detail-img img {
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    height: auto;
    width: 100%
}

.dfm-case-detail-text h2 {
    color: var(--secondary-color);
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px
}

.dfm-case-detail-text h3 {
    border-left: 3px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    margin: 35px 0 15px;
    padding-left: 18px
}

.dfm-case-detail-text p {
    color: var(--common-color);
    line-height: 1.8;
    margin-bottom: 18px
}

.dfm-case-stats {
    background: linear-gradient(135deg, #f0f7fb, #e8f2f8);
    border: 1px solid rgba(27, 77, 110, .12);
    border-radius: 14px;
    margin-top: 40px;
    padding: 20px
}

.dfm-case-stats .stat-box {
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
    padding: 15px 10px;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease
}

.dfm-case-stats .stat-box:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .15);
    transform: translateY(-5px)
}

.dfm-case-stats .stat-box h4 {
    background: linear-gradient(135deg, var(--primary-color), #4a9cc7);
    -webkit-background-clip: text;
    color: var(--primary-color);
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.dfm-case-stats .stat-box p {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0;
    text-transform: uppercase
}

.dfm-case-sidebar {
    position: static;
    top: 120px
}

.dfm-case-sidebar .sidebar-box {
    background: var(--white-color);
    border: 1px solid rgba(27, 77, 110, .1);
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    transition: transform .3s ease, box-shadow .3s ease
}

.dfm-case-sidebar .sidebar-box:first-child:before {
    background: linear-gradient(90deg, var(--primary-color), #4a9cc7);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.dfm-case-sidebar .sidebar-box:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
    transform: translateY(-3px)
}

.dfm-case-sidebar .sidebar-box h4 {
    border-bottom: 2px solid var(--primary-color);
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative
}

.dfm-case-sidebar .sidebar-box h4:after {
    background: var(--primary-color);
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px
}

.dfm-case-sidebar .sidebar-box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dfm-case-sidebar .sidebar-box ul li {
    align-items: center;
    border-bottom: 1px solid rgba(27, 77, 110, .1);
    display: flex;
    justify-content: space-between;
    padding: 15px 0
}

.dfm-case-sidebar .sidebar-box ul li:last-child {
    border-bottom: none
}

.dfm-case-sidebar .sidebar-box ul li strong {
    color: var(--secondary-color);
    font-weight: 600;
    min-width: 120px
}

.dfm-case-sidebar .sidebar-box ul li:not(:has(strong)) {
    color: var(--common-color);
    font-size: 14px
}

.dfm-case-sidebar .sidebar-box:last-child {
    background: linear-gradient(135deg, var(--secondary-color) 0, var(--primary-color) 100%);
    border-color: transparent
}

.dfm-case-sidebar .sidebar-box:last-child h4 {
    border-bottom-color: hsla(0, 0%, 100%, .2);
    color: var(--white-color)
}

.dfm-case-sidebar .sidebar-box:last-child h4:after {
    background: hsla(0, 0%, 100%, .5)
}

.dfm-case-sidebar .sidebar-box p {
    color: var(--common-color);
    line-height: 1.6;
    margin-bottom: 20px
}

.dfm-case-sidebar .sidebar-box:last-child p {
    color: hsla(0, 0%, 100%, .8)
}

.dfm-case-sidebar .dfm-btn {
    background: var(--white-color);
    border: 2px solid var(--white-color);
    border-radius: 40px;
    color: var(--primary-color);
    display: inline-block;
    font-weight: 600;
    padding: 15px 30px;
    text-align: center;
    transition: all .3s ease;
    width: 100%
}

.dfm-case-sidebar .dfm-btn:hover {
    background: transparent;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    color: var(--white-color);
    transform: translateY(-2px)
}

.dfm-page-team {
    background: #f6f9fb;
    margin: 0;
    overflow: hidden;
    padding: var(--spacing) 0;
    position: relative
}

.dfm-page-team:before {
    background: radial-gradient(circle at 50% 0, transparent 24px, rgba(27, 77, 110, .04) 25px, rgba(27, 77, 110, .04) 26px, transparent 27px), radial-gradient(circle at 0 50%, transparent 24px, rgba(27, 77, 110, .04) 25px, rgba(27, 77, 110, .04) 26px, transparent 27px), radial-gradient(circle at 100% 50%, transparent 24px, rgba(27, 77, 110, .04) 25px, rgba(27, 77, 110, .04) 26px, transparent 27px), radial-gradient(circle at 50% 100%, transparent 24px, rgba(27, 77, 110, .04) 25px, rgba(27, 77, 110, .04) 26px, transparent 27px), radial-gradient(circle at 50% 50%, transparent 34px, rgba(27, 77, 110, .025) 35px, rgba(27, 77, 110, .025) 36px, transparent 37px);
    background-size: 60px 60px;
    content: "";
    inset: 0;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .15) 30%, rgba(0, 0, 0, .25) 60%, rgba(0, 0, 0, .4));
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .15) 30%, rgba(0, 0, 0, .25) 60%, rgba(0, 0, 0, .4))
}

.dfm-page-team:after,
.dfm-page-team:before {
    pointer-events: none;
    position: absolute;
    z-index: 0
}

.dfm-page-team:after {
    color: rgba(74, 156, 199, .2);
    content: "+";
    font-size: 32px;
    font-weight: 200;
    right: calc(50% - 530px);
    text-shadow: -60px 80px 0 rgba(74, 156, 199, .12), 20px 200px 0 rgba(74, 156, 199, .15), -30px 320px 0 rgba(74, 156, 199, .08), 40px 440px 0 rgba(74, 156, 199, .1);
    top: 15%
}

.dfm-page-team .dfm-team-grid {
    margin: 0 auto;
    max-width: 780px;
    position: relative;
    z-index: 1
}

.dfm-page-team .dfm-team-grid:before {
    border: 2px solid rgba(74, 156, 199, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 24px transparent, 0 0 0 26px rgba(74, 156, 199, .09), 0 0 0 56px transparent, 0 0 0 58px rgba(74, 156, 199, .05), 0 0 0 92px transparent, 0 0 0 94px rgba(74, 156, 199, .03);
    content: "";
    height: 220px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    z-index: 0
}

.dfm-page-team .dfm-team-grid:after {
    color: rgba(74, 156, 199, .2);
    content: "+";
    font-size: 32px;
    font-weight: 200;
    left: -140px;
    pointer-events: none;
    position: absolute;
    text-shadow: 60px 80px 0 rgba(74, 156, 199, .12), -20px 200px 0 rgba(74, 156, 199, .15), 30px 320px 0 rgba(74, 156, 199, .08), -40px 440px 0 rgba(74, 156, 199, .1);
    top: 15%;
    z-index: 0
}

.dfm-team-grid .dfm-row {
    row-gap: 40px
}

.dfm-page-team .dfm-team-card {
    background: var(--white-color);
    border-radius: 20px;
    box-shadow: 0 6px 30px rgba(27, 77, 110, .08);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94), box-shadow .4s ease
}

.dfm-page-team .dfm-team-card:hover {
    box-shadow: 0 16px 48px rgba(27, 77, 110, .14);
    transform: translateY(-8px)
}

.dfm-page-team .dfm-team-photo {
    aspect-ratio: 1/1.1;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
    mask-image: none;
    -webkit-mask-image: none;
    overflow: hidden
}

.dfm-page-team .dfm-team-card:hover .dfm-team-photo img {
    transform: scale(1.05)
}

.dfm-page-team .dfm-team-card p {
    color: #4a9cc7;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 4px;
    padding: 16px 24px 0;
    text-transform: uppercase
}

.dfm-page-team .dfm-team-card .dfm-caption {
    font-size: 20px;
    padding: 0 24px 24px
}

.dfm-page-team .dfm-team-links {
    display: none
}

.dfm-team-cta {
    background: var(--secondary-color);
    overflow: hidden;
    padding: 50px 0;
    position: relative
}

.dfm-team-cta-bg {
    background: radial-gradient(ellipse 600px 400px at 15% 50%, rgba(74, 156, 199, .12) 0, transparent 70%), radial-gradient(ellipse 500px 350px at 85% 50%, rgba(27, 77, 110, .15) 0, transparent 70%);
    inset: 0;
    pointer-events: none;
    position: absolute
}

.dfm-team-cta:before {
    border: 2px solid rgba(74, 156, 199, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 30px transparent, 0 0 0 32px rgba(74, 156, 199, .06), 0 0 0 66px transparent, 0 0 0 68px rgba(74, 156, 199, .03);
    content: "";
    height: 200px;
    pointer-events: none;
    position: absolute;
    right: -60px;
    top: -60px;
    width: 200px
}

.dfm-team-cta:after {
    bottom: 20%;
    color: rgba(74, 156, 199, .15);
    content: "+";
    font-size: 28px;
    font-weight: 200;
    left: 5%;
    pointer-events: none;
    position: absolute;
    text-shadow: 50px -40px 0 rgba(74, 156, 199, .1), -20px 60px 0 rgba(74, 156, 199, .08)
}

.dfm-team-cta-content {
    position: relative;
    text-align: center;
    z-index: 1
}

.dfm-team-cta-content .dfm-label {
    color: #4a9cc7;
    justify-content: center
}

.dfm-team-cta-content .dfm-label:before {
    background: linear-gradient(135deg, #4a9cc7, #7bc0e8)
}

.dfm-team-cta-content .dfm-heading {
    color: var(--white-color);
    margin-bottom: 20px
}

.dfm-team-cta-content>p {
    color: hsla(0, 0%, 100%, .7);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 auto 40px;
    max-width: 540px
}

.dfm-team-cta-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center
}

.dfm-team-cta-faq {
    align-items: center;
    border: 2px solid rgba(74, 156, 199, .35);
    border-radius: 30px;
    color: var(--white-color);
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 12px;
    height: 60px;
    letter-spacing: .3px;
    padding: 5px 34px 5px 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s cubic-bezier(.25, .46, .45, .94)
}

.dfm-team-cta-faq:hover {
    background: rgba(74, 156, 199, .12);
    border-color: rgba(74, 156, 199, .6);
    color: var(--white-color);
    transform: translateY(-2px)
}

.dfm-team-cta-faq-icon {
    align-items: center;
    background: linear-gradient(135deg, rgba(74, 156, 199, .2), rgba(74, 156, 199, .35));
    border-radius: 50%;
    color: #7bc0e8;
    display: flex;
    flex-shrink: 0;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    transition: all .4s ease;
    width: 50px
}

.dfm-team-cta-faq:hover .dfm-team-cta-faq-icon {
    background: linear-gradient(135deg, #4a9cc7, #7bc0e8);
    color: var(--white-color)
}

.dfm-team-profile {
    margin: var(--spacing) 0
}

.dfm-team-profile-img .dfm-team-share-btn {
    width: 40px
}

.dfm-team-profile-img .dfm-team-links {
    bottom: -4.37%;
    right: 11.95%
}

.dfm-team-profile-img .dfm-team-share-btn img {
    width: 16px
}

.dfm-team-profile-text {
    padding-left: 0
}

.dfm-team-profile-text-text p:not(:last-child) {
    margin-bottom: 15px
}

.dfm-team-profile-cta {
    display: flex;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px
}

.dfm-team-profile-cta .dfm-contact-link-card .icon {
    border-radius: 12px;
    width: 50px
}

.dfm-team-profile-cta .dfm-contact-link-card .icon img {
    max-height: 25px;
    max-width: 22px
}

.dfm-team-profile-cta .dfm-contact-link-card .text p,
.dfm-team-profile-cta .dfm-contact-link-card .text p a:not(:hover) {
    color: var(--secondary-color)
}

.dfm-team-profile-cta .dfm-contact-link-card .text p strong {
    font-weight: 600
}

.dfm-team-profile-info {
    margin-top: 30px;
    padding-right: 0
}

.dfm-team-profile-info .dfm-caption {
    margin-bottom: 10px
}

.dfm-team-profile-info p:not(:last-child) {
    margin-bottom: 16px
}

.dfm-team-profile-info ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
    list-style: none;
    margin: 20px 0 0;
    padding: 0
}

.dfm-team-profile-info ul li {
    align-items: flex-start;
    color: var(--secondary-color);
    display: flex;
    gap: 8px;
    position: relative
}

.dfm-team-profile-info ul li:before {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--white-color);
    content: "\f00c";
    display: flex;
    flex-shrink: 0;
    font-family: Font Awesome\ 5 Free;
    font-size: 8px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    margin-top: 4px;
    width: 18px
}

.dfm-team-profile-skills {
    margin-top: 43px
}

.dfm-related-team {
    margin: var(--spacing) 0
}

.dfm-related-title {
    margin-bottom: 25px
}

.dfm-page-pricing {
    margin: var(--spacing) 0
}

.dfm-pricing-grid .dfm-row {
    row-gap: 30px
}

.dfm-page-faq {
    margin: var(--spacing) 0
}

.dfm-faq-list .dfm-row {
    row-gap: 20px
}

.dfm-page-blog {
    margin: var(--spacing) 0
}

.dfm-pagination {
    margin-top: 40px
}

.dfm-pagination ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.dfm-pagination ul li:not(.arrow) a {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--bg-color);
    border-radius: 50%;
    color: var(--common-color);
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    line-height: 25px;
    text-align: center;
    transition: .3s;
    width: 32px
}

.dfm-pagination ul li.active:not(.arrow) a,
.dfm-pagination ul li:not(.arrow) a:hover {
    background: var(--primary-color);
    color: var(--white-color)
}

.dfm-pagination ul li.arrow a {
    color: var(--secondary-color);
    display: inline-block;
    padding: 0 10px;
    transition: .3s
}

.dfm-pagination ul li.arrow a:hover {
    color: var(--primary-color)
}

.dfm-page-blog {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-right: 0
}

.dfm-page-blog .dfm-blog-media {
    --mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MzAiIGhlaWdodD0iNDUwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgODMwIDQ1MCI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI4MzAiIGhlaWdodD0iNDUwIiB4PSIwIiB5PSIwIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIj48cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MzAgMjBjMC0xMS4wNDYtOC45NTQtMjAtMjAtMjBIMjBDOC45NTQgMCAwIDguOTU0IDAgMjB2MzcwYzAgMTEuMDQ2IDguOTU0IDIwIDIwIDIwaDEwMmMxMS4wNDYgMCAyMCA4Ljk1NCAyMCAyMHM4Ljk1NCAyMCAyMCAyMGg2NDhjMTEuMDQ2IDAgMjAtOC45NTQgMjAtMjB6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTS0xMi0xMTVoODUxdjU2OEgtMTJ6Ii8+PC9nPjwvc3ZnPg==");
    aspect-ratio: 1/.84616
}

.dfm-page-blog .dfm-pagination {
    margin-top: 0
}

.dfm-blog-search:not(:last-child) {
    margin-bottom: 42px
}

.dfm-blog-search .search-box {
    position: relative
}

.dfm-blog-search .search-box .dfm-field {
    border: 0;
    box-shadow: 0 4px 60px rgba(0, 0, 0, .1);
    padding-right: 60px
}

.dfm-blog-search .search-box .search-btn {
    aspect-ratio: 1/1;
    background: var(--primary-color);
    border: 0;
    border-radius: 50%;
    color: var(--white-color);
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 6px;
    top: 5px;
    transition: .3s;
    width: 40px
}

.dfm-blog-search .search-box .search-btn:hover {
    background: var(--secondary-color);
    color: var(--white-color)
}

.dfm-blog-categories:not(:last-child) {
    margin-bottom: 39px
}

.dfm-blog-categories .dfm-caption {
    margin-bottom: 24px
}

.dfm-blog-categories ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0
}

.dfm-blog-categories ul li {
    align-items: center;
    display: flex;
    gap: 10px
}

.dfm-blog-categories ul li:before {
    content: "";
    height: 15px;
    width: 18px;
    --mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE1Ij48cGF0aCBmaWxsPSIjYjY4YzVhIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOCAxMi45MTNWMy41MjJhMS45NiAxLjk2IDAgMCAwLTEuOTU2LTEuOTU3SDkuMjQyTDkgMS4wODJBMS45NiAxLjk2IDAgMCAwIDcuMjUgMEgxLjk1N0MuODc3IDAgMCAuODc2IDAgMS45NTd2MTAuOTU2YzAgMS4wOC44NzYgMS45NTcgMS45NTcgMS45NTdoMTQuMDg3QTEuOTYgMS45NiAwIDAgMCAxOCAxMi45MTNtLS43ODMtNy44MjZ2Ny44MjZhMS4xNzMgMS4xNzMgMCAwIDEtMS4xNzMgMS4xNzRIMS45NTdhMS4xNzQgMS4xNzQgMCAwIDEtMS4xNzQtMS4xNzRWMS45NTdjMC0uNjQ5LjUyNS0xLjE3NCAxLjE3NC0xLjE3NEg3LjI1Yy40NDUgMCAuODUxLjI1IDEuMDUuNjQ4bDEuMTMzIDIuMjY2YS4zOS4zOSAwIDAgMCAuMzUuMjE2aDYuMjZhMS4xNyAxLjE3IDAgMCAxIDEuMTc0IDEuMTc0bS03LjU4NC0yLjc0LjM5MS43ODNoNi4wMmMuNDI1IDAgLjgzNy4xNCAxLjE3My4zOTJhMS4xNzMgMS4xNzMgMCAwIDAtMS4xNzMtMS4xNzR6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
    background-color: var(--primary-color);
    flex-shrink: 0;
    mask-image: var(--mask-image);
    -webkit-mask-image: var(--mask-image);
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain
}

.dfm-blog-categories ul li a {
    color: var(--common-color);
    transition: .3s
}

.dfm-blog-categories ul li a:hover {
    color: var(--primary-color)
}

.dfm-recent-posts:not(:last-child) {
    margin-bottom: 41px
}

.dfm-recent-post-card:not(:last-child) {
    margin-bottom: 25px
}

.dfm-recent-post-card {
    align-items: center;
    display: flex;
    gap: 15px
}

.dfm-recent-post-card .img {
    aspect-ratio: 1/1;
    border-radius: 14px;
    flex-shrink: 0;
    width: 100px
}

.dfm-recent-post-card .text p {
    margin-bottom: 10px
}

.dfm-recent-post-card .text p a {
    color: var(--common-color);
    transition: .3s
}

.dfm-recent-post-card .text p a:hover {
    color: var(--primary-color)
}

.dfm-recent-post-card .date {
    align-items: center;
    color: var(--primary-color);
    display: flex;
    gap: 10px
}

.dfm-blog-tags:not(:last-child) {
    margin-bottom: 50px
}

.dfm-blog-tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0
}

.dfm-blog-tags ul li a {
    border: 1px solid var(--common-color);
    border-radius: 22px;
    color: var(--common-color);
    display: inline-block;
    padding: 6px 17px 7px 18px;
    transition: .3s
}

.dfm-blog-tags ul li a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color)
}

.dfm-page-blog-detail {
    margin: var(--spacing) 0
}

.dfm-blog-detail-content,
.dfm-blog-detail-content .dfm-page-blog {
    padding-right: 0
}

.dfm-blog-detail-text:not(:last-child) {
    margin-bottom: 20px
}

.dfm-blog-detail-text p:not(:last-child) {
    margin-bottom: 16px
}

.dfm-blog-detail-text .dfm-row {
    row-gap: 24px
}

.dfm-blog-detail-text.img img {
    border-radius: 14px
}

.dfm-blog-detail-text ul {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
    list-style: none;
    margin: 20px 0 0;
    padding: 0
}

.dfm-blog-detail-text ul li {
    align-items: flex-start;
    color: var(--secondary-color);
    display: flex;
    gap: 8px;
    position: relative
}

.dfm-blog-detail-text ul li:before {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--white-color);
    content: "\f00c";
    display: flex;
    flex-shrink: 0;
    font-family: Font Awesome\ 5 Free;
    font-size: 8px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    margin-top: 4px;
    width: 18px
}

.dfm-blog-detail-text blockquote {
    background: var(--secondary-color);
    border-radius: 14px;
    margin-bottom: 12px;
    padding: 20px;
    position: relative
}

.dfm-blog-detail-text blockquote .dfm-caption {
    color: var(--white-color)
}

.dfm-blog-detail-text .dfm-caption:not(blockquote .dfm-caption, .dfm-accordion .dfm-caption) {
    margin-bottom: 15px
}

.dfm-blog-detail-text blockquote .quote {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--primary-color);
    border: 10px solid var(--white-color);
    border-radius: 50%;
    bottom: -22px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 20px;
    width: 50px
}

.dfm-blog-detail-text blockquote .quote img {
    width: 16px
}

.dfm-blog-detail-footer {
    align-items: flex-start;
    background: var(--bg-color);
    border-radius: 10px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 20px
}

.dfm-blog-detail-tags {
    align-items: flex-start;
    display: flex;
    gap: 10px
}

.dfm-blog-detail-tags p {
    color: var(--secondary-color);
    flex-shrink: 0;
    margin-bottom: 0
}

.dfm-blog-detail-tags ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0
}

.dfm-blog-detail-tags ul li a {
    border: 1px solid var(--common-color);
    border-radius: 22px;
    color: var(--common-color);
    display: inline-block;
    padding: 6px 17px 7px 18px;
    transition: .3s
}

.dfm-blog-detail-tags ul li a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color)
}

.dfm-blog-share-section {
    align-items: center;
    display: flex;
    gap: 10px
}

.dfm-blog-share-section p {
    color: var(--secondary-color);
    margin-bottom: 0
}

.dfm-blog-share-wrap {
    position: relative;
    z-index: 10
}

.dfm-blog-share-btn {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    transition: .3s;
    width: 40px;
    z-index: 1
}

.dfm-blog-share-btn:hover {
    background: var(--secondary-color)
}

.dfm-blog-share-wrap ul {
    align-items: center;
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    display: flex;
    gap: 10px;
    left: 50%;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 130%;
    transform: translate(-50%);
    transition: .3s;
    z-index: 1
}

.dfm-blog-share-wrap.active ul {
    opacity: 1;
    pointer-events: auto;
    top: calc(100% + 8px)
}

.dfm-blog-share-wrap ul:before {
    border-bottom: 8px solid var(--white-color);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 100%;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 16px;
    z-index: 1
}

.dfm-blog-share-wrap ul:after {
    background: transparent;
    bottom: 100%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%
}

.dfm-blog-share-wrap ul li {
    position: relative
}

.dfm-blog-share-wrap ul li a {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--secondary-color);
    border: 2px solid var(--white-color);
    border-radius: 50%;
    color: var(--white-color);
    display: flex;
    font-size: 14px;
    justify-content: center;
    transition: .3s;
    width: 40px
}

.dfm-blog-share-wrap ul li a:hover {
    background: var(--primary-color)
}

.dfm-blog-author:not(:first-child) {
    margin-top: 50px
}

.dfm-blog-author {
    align-items: center;
    background: var(--white-color);
    border-radius: 14px;
    box-shadow: 0 4px 60px rgba(0, 0, 0, .1);
    display: flex;
    gap: 20px;
    padding: 20px
}

.dfm-blog-author .img {
    aspect-ratio: 1/1;
    border-radius: 10px;
    flex-shrink: 0;
    width: 110px
}

.dfm-blog-author .text .dfm-caption {
    margin-bottom: 10px
}

.dfm-blog-author .text p:not(:last-child) {
    margin-bottom: 17px
}

.dfm-blog-author .text ul {
    align-items: center;
    display: flex;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0
}

.dfm-blog-author .text ul li a {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    transition: .3s;
    width: 40px
}

.dfm-blog-author .text ul li a:hover {
    background: var(--secondary-color)
}

.dfm-related-blog {
    margin-top: 113px
}

.dfm-related-blog-grid .dfm-row {
    row-gap: 30px
}

.dfm-blog-comments {
    margin-top: 110px
}

.dfm-comment-card:not(:last-child) {
    border-bottom: 1px solid var(--gray-color);
    margin-bottom: 25px;
    padding-bottom: 25px
}

.dfm-comment-card {
    align-items: flex-start;
    display: flex;
    gap: 10px
}

.dfm-comment-card .img {
    aspect-ratio: 1/1;
    border-radius: 10px;
    flex-shrink: 0;
    width: 60px
}

.dfm-comment-card .content .text {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 15px
}

.dfm-comment-card .content .text-title .dfm-caption {
    margin-bottom: 5px
}

.dfm-comment-card .content .text-title .date {
    align-items: center;
    color: var(--primary-color);
    display: flex;
    gap: 10px
}

.dfm-comment-card .content .text-title .date img {
    flex-shrink: 0;
    width: 20px
}

.dfm-reply-text a {
    align-items: center;
    background: var(--primary-color);
    border-radius: 22px;
    color: var(--white-color);
    display: inline-flex;
    gap: 5px;
    padding: 2px 15px;
    text-transform: uppercase;
    transition: .3s
}

.dfm-reply-text a:hover {
    background: var(--secondary-color)
}

.dfm-comment-card.reply {
    padding-left: 20px
}

.dfm-leave-comment {
    margin-top: 109px
}

.dfm-comment-form {
    margin-top: 0
}

.dfm-error-page {
    margin: var(--spacing) 0
}

.dfm-error-content {
    text-align: center
}

.dfm-error-content .error-img {
    margin-bottom: 30px
}

.dfm-error-content .dfm-heading {
    margin-bottom: 18px
}

.dfm-error-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px
}

.dfm-page-contact {
    background: #f8fafb;
    padding: var(--spacing) 0
}

.dfm-contact-links {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px
}

.dfm-contact-link-card {
    align-items: center;
    display: flex;
    gap: 15px
}

.dfm-contact-link-card .icon {
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--primary-color);
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    width: 70px
}

.dfm-contact-link-card .icon img {
    height: auto;
    max-height: 35px;
    max-width: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto
}

.dfm-contact-link-card .text {
    flex: auto
}

.dfm-contact-link-card .text .dfm-caption {
    margin-bottom: 5px
}

.dfm-contact-link-card .text p {
    font-size: 15px;
    line-height: 25px
}

.dfm-contact-link-card .text a {
    color: var(--common-color);
    font-size: inherit;
    line-height: inherit;
    transition: .3s
}

.dfm-contact-link-card .text a:hover {
    color: var(--primary-color)
}

.dfm-map {
    display: flex;
    flex-direction: column
}

.dfm-map iframe {
    height: 400px;
    width: 100%
}

.dfm-process {
    background: #f8fafb;
    padding: 60px 0;
    position: relative
}

.dfm-process:before {
    background: linear-gradient(135deg, rgba(27, 77, 110, .05), hsla(0, 0%, 100%, .8));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.dfm-process .dfm-container {
    position: relative;
    z-index: 2
}

.dfm-process-title {
    margin-bottom: 40px
}

.dfm-process-title .dfm-label {
    margin-bottom: 15px
}

.dfm-process-title .dfm-heading {
    color: var(--secondary-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0
}

.dfm-process-steps {
    margin-top: 50px
}

.dfm-process-steps .dfm-row {
    row-gap: 30px
}

.dfm-process-card {
    background: linear-gradient(145deg, var(--white-color) 0, #f8fafc 100%);
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
    padding: 30px 20px 25px;
    position: relative;
    text-align: center
}

.dfm-process-card:before {
    background: repeating-linear-gradient(-45deg, transparent, transparent 18px, rgba(27, 77, 110, .04) 0, rgba(27, 77, 110, .04) 26px);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0
}

.dfm-process-card:after {
    background: linear-gradient(90deg, var(--primary-color), #4a9cc7);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.dfm-process-num {
    align-items: center;
    background: var(--white-color);
    background-clip: padding-box, border-box;
    background-image: linear-gradient(var(--white-color), var(--white-color)), linear-gradient(135deg, var(--primary-color), #4a9cc7);
    background-origin: border-box;
    border: 2px solid transparent;
    border-radius: 14px;
    display: flex;
    height: 70px;
    justify-content: center;
    margin: 0 auto 28px;
    position: relative;
    width: 70px;
    z-index: 1
}

.dfm-process-num span {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: var(--body-font);
    font-size: 30px;
    font-weight: 800;
    line-height: 1
}

.dfm-process-num:before {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: 3px solid var(--white-color);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(27, 77, 110, .3);
    content: "";
    height: 12px;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 12px
}

.dfm-process-info {
    position: relative;
    z-index: 1
}

.dfm-process-info h4 {
    color: var(--secondary-color);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.35;
    margin-bottom: 14px
}

.dfm-process-info p {
    color: var(--common-color);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    opacity: .85
}

.dfm-section-heading {
    margin-bottom: 30px;
    text-align: center
}

.dfm-section-heading .dfm-label {
    margin-bottom: 15px
}

.dfm-section-heading .dfm-heading {
    color: var(--secondary-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px
}

.dfm-section-heading p {
    color: var(--common-color);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 600px
}

#dfm-cookie-modal .dfm-modal-content {
    border: none;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .15)
}

#dfm-cookie-modal .dfm-modal-header {
    background: linear-gradient(135deg, var(--primary-color), #4a8db5);
    border-bottom: none;
    border-radius: 14px 14px 0 0;
    color: var(--white-color);
    padding: 25px 30px
}

#dfm-cookie-modal .dfm-modal-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

#dfm-cookie-modal .dfm-modal-title i {
    color: gold
}

#dfm-cookie-modal .dfm-modal-close {
    filter: invert(1);
    opacity: .8
}

#dfm-cookie-modal .dfm-modal-body {
    color: var(--common-color);
    line-height: 1.6;
    padding: 30px
}

#dfm-cookie-modal .dfm-modal-body p {
    font-size: 16px;
    margin-bottom: 20px
}

#dfm-cookie-modal .cookie-types {
    background: rgba(27, 77, 110, .05);
    border-left: 4px solid var(--primary-color);
    border-radius: 10px;
    margin: 20px 0;
    padding: 20px
}

#dfm-cookie-modal .cookie-types h6 {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

#dfm-cookie-modal .cookie-types ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#dfm-cookie-modal .cookie-types ul li {
    color: var(--common-color);
    font-size: 15px;
    padding: 8px 0 8px 20px;
    position: relative
}

#dfm-cookie-modal .cookie-types ul li:before {
    color: var(--primary-color);
    content: "•";
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 8px
}

#dfm-cookie-modal .dfm-modal-footer {
    background: rgba(27, 77, 110, .02);
    border-radius: 0 0 14px 14px;
    border-top: 1px solid rgba(27, 77, 110, .1);
    padding: 25px 30px
}

#dfm-cookie-modal .dfm-btn-primary,
#dfm-cookie-modal .dfm-btn-secondary {
    border: 2px solid transparent;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 25px;
    transition: all .3s ease
}

#dfm-cookie-modal .dfm-btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color)
}

#dfm-cookie-modal .dfm-btn-primary:hover {
    background: transparent;
    box-shadow: 0 5px 20px rgba(27, 77, 110, .3);
    color: var(--primary-color);
    transform: translateY(-2px)
}

#dfm-cookie-modal .dfm-btn-secondary {
    background: transparent;
    border-color: #6c757d;
    color: #6c757d
}

#dfm-cookie-modal .dfm-btn-secondary:hover {
    background: #6c757d;
    color: var(--white-color);
    transform: translateY(-2px)
}

#dfm-cookie-modal .dfm-modal-dialog {
    transform: scale(.8);
    transition: transform .3s ease
}

#dfm-cookie-modal.active .dfm-modal-dialog {
    transform: scale(1)
}

.dfm-page-privacy,
.dfm-page-terms {
    background: var(--white-color);
    padding: 80px 0
}

.dfm-privacy-content,
.dfm-terms-content {
    margin: 0 auto;
    max-width: 900px
}

.dfm-privacy-content .dfm-section-heading,
.dfm-terms-content .dfm-section-heading {
    margin-bottom: 50px
}

.dfm-privacy-content .dfm-section-heading h2,
.dfm-terms-content .dfm-section-heading h2 {
    color: var(--secondary-color);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px
}

.dfm-privacy-content .dfm-section-heading p,
.dfm-terms-content .dfm-section-heading p {
    color: var(--common-color);
    font-size: 16px;
    margin: 0
}

.dfm-privacy-block,
.dfm-terms-block {
    background: rgba(27, 77, 110, .02);
    border-left: 4px solid var(--primary-color);
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 30px;
    transition: all .3s ease
}

.dfm-privacy-block:hover,
.dfm-terms-block:hover {
    background: rgba(27, 77, 110, .05);
    box-shadow: 0 5px 20px rgba(27, 77, 110, .1);
    transform: translateY(-2px)
}

.dfm-privacy-block h3,
.dfm-terms-block h3 {
    border-bottom: 2px solid rgba(27, 77, 110, .2);
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px
}

.dfm-privacy-block h4,
.dfm-terms-block h4 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 15px
}

.dfm-privacy-block p,
.dfm-terms-block p {
    color: var(--common-color);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px
}

.dfm-privacy-block ul,
.dfm-terms-block ul {
    margin: 15px 0;
    padding-left: 20px
}

.dfm-privacy-block ul li,
.dfm-terms-block ul li {
    color: var(--common-color);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    position: relative
}

.dfm-privacy-block ul li:before,
.dfm-terms-block ul li:before {
    color: var(--primary-color);
    content: "•";
    font-weight: 700;
    left: -20px;
    position: absolute;
    top: 0
}

.dfm-privacy-block strong,
.dfm-terms-block strong {
    color: var(--secondary-color);
    font-weight: 600
}

.dfm-contact-info {
    background: rgba(27, 77, 110, .05);
    border: 1px solid rgba(27, 77, 110, .1);
    border-radius: 10px;
    margin-top: 20px;
    padding: 15px
}

.dfm-contact-info p {
    font-size: 15px;
    margin-bottom: 8px
}

.dfm-contact-info p:last-child {
    margin-bottom: 0
}

.dfm-page-privacy,
.dfm-page-terms {
    padding-top: 100px
}

#dfm-inquiry-form {
    background: var(--white-color);
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(27, 77, 110, .08);
    overflow: hidden;
    padding: 30px 20px;
    position: relative
}

#dfm-inquiry-form:before {
    animation: form-gradient-shift 6s ease infinite;
    background: linear-gradient(90deg, var(--primary-color), #4a9cc7, var(--primary-color));
    background-size: 200% 100%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#dfm-inquiry-form:after {
    border-bottom: 2px solid #4a9cc7;
    border-bottom-right-radius: 22px;
    border-right: 2px solid #4a9cc7;
    bottom: 0;
    content: "";
    height: 55%;
    -webkit-mask-image: radial-gradient(ellipse at 100% 100%, #000 0, transparent 65%);
    mask-image: radial-gradient(ellipse at 100% 100%, #000 0, transparent 65%);
    opacity: .2;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 55%
}

@keyframes form-gradient-shift {

    0%,
    to {
        background-position: 0 0
    }

    50% {
        background-position: 100% 0
    }
}

#dfm-inquiry-form .dfm-field {
    background: #f6f9fb;
    border: 1px solid rgba(74, 156, 199, .12);
    border-radius: 10px;
    color: var(--secondary-color);
    font-size: 15px;
    height: 50px;
    padding: 14px 18px;
    transition: border-color .3s ease, box-shadow .3s ease, background .3s ease
}

#dfm-inquiry-form .dfm-field:focus {
    background: #fff;
    border-color: #4a9cc7;
    box-shadow: 0 0 0 3px rgba(74, 156, 199, .1)
}

#dfm-inquiry-form .dfm-field::-moz-placeholder {
    color: #8ca3b4;
    font-weight: 400
}

#dfm-inquiry-form .dfm-field::placeholder {
    color: #8ca3b4;
    font-weight: 400
}

#dfm-inquiry-form textarea.dfm-field {
    border-radius: 12px;
    height: 120px;
    padding: 14px 18px;
    resize: none
}

#dfm-inquiry-form select.dfm-field {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='none' stroke='%234a9cc7' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");
    background-position: right 20px center;
    background-repeat: no-repeat;
    color: #8ca3b4;
    cursor: pointer;
    padding-right: 48px !important
}

#dfm-inquiry-form select.dfm-field:valid:not([value=""]) {
    color: var(--secondary-color)
}

#dfm-inquiry-form .dfm-field-element i {
    color: #4a9cc7;
    font-size: 16px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

#dfm-inquiry-form .dfm-phone-wrap {
    background: #f6f9fb;
    border: 1px solid rgba(74, 156, 199, .12);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .3s ease, box-shadow .3s ease, background .3s ease
}

#dfm-inquiry-form .dfm-phone-wrap:focus-within {
    background: #fff;
    border-color: #4a9cc7;
    box-shadow: 0 0 0 3px rgba(74, 156, 199, .1)
}

#dfm-inquiry-form .dfm-phone-prefix {
    border-right: 1px solid rgba(74, 156, 199, .15);
    height: 32px;
    padding: 0 14px 0 18px
}

#dfm-inquiry-form .dfm-phone-wrap .dfm-phone-input {
    background: transparent;
    border: none;
    height: 48px;
    padding-left: 16px
}

#dfm-inquiry-form .dfm-form-group {
    margin-bottom: 20px
}

#dfm-inquiry-form .dfm-checkbox-wrap label {
    color: #5a7a8a;
    font-size: 14px;
    line-height: 1.6
}

#dfm-inquiry-form .dfm-checkbox-wrap label a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline
}

#dfm-inquiry-form .dfm-checkbox-wrap .dfm-form-checkbox {
    accent-color: var(--primary-color)
}

#dfm-inquiry-form .dfm-btn {
    margin-top: 8px
}

label a {
    color: #000;
    text-decoration: underline
}

.wow {
    visibility: hidden
}

@keyframes drfFadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.dfm-fadeup.animated {
    animation-fill-mode: both;
    animation-name: drfFadeUp;
    visibility: visible
}

@keyframes drfSlideLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.dfm-slide-left.animated {
    animation-fill-mode: both;
    animation-name: drfSlideLeft;
    visibility: visible
}

@keyframes drfSlideRight {
    0% {
        opacity: 0;
        transform: translateX(50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.dfm-slide-right.animated {
    animation-fill-mode: both;
    animation-name: drfSlideRight;
    visibility: visible
}

.dfm-container {
    padding: 0 15px
}

.dfm-logo {
    align-items: center;
    display: flex;
    height: 60px;
    left: 15px;
    position: fixed;
    top: 0
}

.dfm-mobile-nav {
    background: var(--white-color);
    height: 100vh;
    left: auto;
    opacity: 0;
    overflow: auto;
    overflow-x: hidden;
    padding: 80px 30px 30px;
    pointer-events: none;
    position: fixed;
    right: -500px;
    scrollbar-color: transparent transparent;
    top: 0;
    transition: .8s;
    width: 280px;
    z-index: 99
}

.dfm-hero-media .dfm-rotate-link {
    right: 10%;
    top: 25%
}

.dfm-highlights-marquee {
    animation-duration: 25s
}

.dfm-about-text {
    margin-top: 40px
}

.dfm-team-card {
    margin: 0 auto;
    max-width: 290px
}

.dfm-blog-date {
    font-size: 14px
}

.dfm-breadcrumb ul li {
    font-size: 13px
}

.dfm-pricing-card-info,
.dfm-pricing-desc {
    padding: 25px 20px;
    padding-inline: 30px
}

.dfm-cases-tabs .nav {
    border: none;
    left: 50%;
    overflow-x: auto;
    padding: 0 15px;
    position: relative;
    text-align: center;
    transform: translate(-50%);
    white-space: nowrap;
    width: 100vw
}

.dfm-blog-categories:not(:last-child),
.dfm-blog-search:not(:last-child),
.dfm-blog-tags:not(:last-child),
.dfm-recent-posts:not(:last-child) {
    margin-bottom: 35px
}

.dfm-page-blog .dfm-blog-date {
    bottom: 0;
    font-size: 14px;
    gap: 10px
}

.dfm-blog-detail-text blockquote .quote {
    border-width: 7px
}

.dfm-blog-detail-tags ul li a {
    font-size: 13px
}

.dfm-comment-card .content p {
    font-size: 13px;
    line-height: 23px
}

.dfm-highlight-card .dfm-caption {
    font-size: 15px
}

.dfm-faq-media .dfm-text-link {
    font-size: 2.7vw;
    justify-content: center;
    width: 57%
}

.dfm-faq-media .dfm-text-link i {
    font-size: inherit
}

.dfm-stats-grid {
    flex-direction: column
}

.dfm-pricing-wrap {
    margin-top: 40px
}

.dfm-service-detail-title {
    flex-direction: column
}

.dfm-blog-tags ul li a {
    font-size: 13px
}

.dfm-blog-detail-tags,
.dfm-comment-card .content .text {
    flex-direction: column
}

.dfm-reply-text a {
    font-size: 13px;
    line-height: 23px
}

.dfm-privacy-content .dfm-section-heading h2,
.dfm-terms-content .dfm-section-heading h2 {
    font-size: 24px
}

.dfm-privacy-block,
.dfm-terms-block {
    margin-bottom: 20px;
    padding: 15px
}

.dfm-privacy-block h3,
.dfm-terms-block h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.dfm-privacy-block h4,
.dfm-terms-block h4 {
    font-size: 16px;
    margin: 20px 0 12px
}

.dfm-services-image-col {
    order: -1
}

.dfm-newsletter-form form {
    flex-direction: column
}

.dfm-newsletter-form form .dfm-field {
    text-align: center
}

.dfm-blog-card {
    margin: auto;
    max-width: 100%;
    width: 400px
}

.dfm-footer-links-wrap {
    margin-bottom: 40px
}

.dfm-consult-text {
    margin-inline: auto;
    max-width: 420px
}

.dfm-pricing-wrap .dfm-pricing-card:last-child {
    top: unset
}

.dfm-case-challenge {
    flex-direction: column
}

.dfm-case-challenge-box .dot-box,
.dfm-case-challenge:before {
    display: none
}

.dfm-case-challenge-box img {
    aspect-ratio: 1/.6
}

.dfm-team-profile-cta {
    flex-direction: column
}

.dfm-blog-detail-content .dfm-page-blog {
    max-width: 100%;
    width: 400px
}

.dfm-blog-detail-footer {
    flex-direction: column
}

.dfm-process-num {
    margin-bottom: 22px
}

#dfm-cookie-modal .dfm-modal-dialog {
    margin: 20px
}

#dfm-cookie-modal .dfm-modal-body,
#dfm-cookie-modal .dfm-modal-footer,
#dfm-cookie-modal .dfm-modal-header {
    padding: 20px
}

#dfm-cookie-modal .dfm-btn-primary,
#dfm-cookie-modal .dfm-btn-secondary {
    font-size: 14px;
    padding: 10px 20px
}

#dfm-cookie-modal .dfm-modal-footer .dfm-btn-primary,
#dfm-cookie-modal .dfm-modal-footer .dfm-btn-secondary {
    margin-bottom: 10px;
    width: 100%
}

#dfm-cookie-modal .dfm-modal-footer .dfm-btn-secondary {
    margin-bottom: 0
}

.dfm-page-privacy,
.dfm-page-terms {
    padding: 40px 0
}

.dfm-privacy-content .dfm-section-heading,
.dfm-terms-content .dfm-section-heading {
    margin-bottom: 30px
}

.dfm-privacy-block p,
.dfm-privacy-block ul li,
.dfm-terms-block p,
.dfm-terms-block ul li {
    font-size: 15px
}

.dfm-case-sidebar {
    margin-top: 40px
}

.dfm-case-detail-content {
    margin-bottom: 30px
}

.dfm-case-stats .dfm-row {
    row-gap: 20px
}

.dfm-header,
.dfm-header.dfm-fixed {
    height: 60px;
    padding: 0
}

.dfm-header.dfm-fixed .dfm-logo,
.dfm-logo {
    width: 85px
}

.dfm-logo img {
    width: 100%
}

.dfm-header.dfm-fixed .dfm-menu,
.dfm-logo img,
.dfm-menu {
    display: block;
    height: auto
}

.dfm-nav-open .dfm-mobile-nav {
    opacity: 1;
    pointer-events: unset;
    right: 0
}

.dfm-mobile-nav::-webkit-scrollbar {
    width: 3px
}

.dfm-mobile-nav::-webkit-scrollbar-thumb {
    background: var(--dark-color)
}

.dfm-mobile-nav::-webkit-scrollbar-track {
    background: #ccc
}

.dfm-nav ul {
    text-align: left;
    z-index: 10
}

.dfm-nav ul,
.dfm-nav ul li {
    display: block;
    position: relative
}

.dfm-nav ul li {
    left: -30px;
    margin-bottom: 5vh;
    margin-right: 0;
    opacity: 0;
    transition: .5s
}

.dfm-nav.dfm-nav-open ul li {
    left: 0;
    opacity: 1
}

.dfm-nav.dfm-nav-open ul li:first-child {
    transition-delay: .8s
}

.dfm-nav.dfm-nav-open ul li:nth-child(2) {
    transition-delay: .9s
}

.dfm-nav.dfm-nav-open ul li:nth-child(3) {
    transition-delay: 1s
}

.dfm-nav.dfm-nav-open ul li:nth-child(4) {
    transition-delay: 1.1s
}

.dfm-nav.dfm-nav-open ul li:nth-child(5) {
    transition-delay: 1.2s
}

.dfm-nav.dfm-nav-open ul li:nth-child(6) {
    transition-delay: 1.3s
}

.dfm-nav.dfm-nav-open ul li:nth-child(7) {
    transition-delay: 1.4s
}

.dfm-nav.dfm-nav-open ul li:nth-child(8) {
    transition-delay: 1.5s
}

.dfm-nav.dfm-nav-open ul li:nth-child(9) {
    transition-delay: 1.6s
}

.dfm-nav.dfm-nav-open ul li:nth-child(10) {
    transition-delay: 1.7s
}

.dfm-nav ul li:last-child {
    margin-bottom: 0
}

.dfm-header.dfm-fixed .dfm-nav ul li.active>a,
.dfm-nav ul li a:hover,
.dfm-nav ul li ul.dfm-dropdown li a:hover,
.dfm-nav ul li ul.dfm-dropdown li.active>a,
.dfm-nav ul li.active a {
    background: transparent;
    color: var(--primary-color)
}

.dfm-nav ul li ul.dfm-dropdown,
.dfm-nav ul li:hover ul.dfm-dropdown {
    animation: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    display: none;
    left: 0;
    margin-top: 10px;
    padding: 0 0 0 20px;
    position: relative;
    top: 0;
    transition: 0s;
    width: 100%
}

.dfm-nav ul li ul.dfm-dropdown li {
    border: none;
    margin-bottom: 10px;
    padding: 0
}

.dfm-nav ul li ul.dfm-dropdown li:last-child {
    margin-bottom: 0
}

.dfm-nav ul li ul.dfm-dropdown li a {
    color: var(--dark-color);
    font-size: 16px;
    line-height: 24px
}

.dfm-nav ul li ul.dfm-dropdown li a:hover {
    background: transparent;
    color: var(--primary-color)
}

.dfm-header.dfm-fixed .dfm-nav ul li a:hover,
.dfm-header.dfm-fixed .dfm-nav ul li.active>a,
.dfm-header.dfm-fixed .dfm-nav ul li.dfm-has-dropdown.active>a:after,
.dfm-header.dfm-fixed .dfm-nav ul li.dfm-has-dropdown:hover>a,
.dfm-header.dfm-fixed .dfm-nav ul li.dfm-has-dropdown:hover>a:after,
.dfm-header.dfm-fixed .dfm-nav ul li.dfm-has-dropdown>a:hover:after,
.dfm-nav ul li ul.dfm-dropdown li a:hover {
    color: var(--primary-color)
}

.dfm-nav ul li.dfm-has-dropdown:hover>a:after {
    transform: translateY(-50%) rotate(0deg)
}

.dfm-nav ul li.dfm-has-dropdown.dfm-submenu-open>a {
    color: var(--primary-color)
}

.dfm-nav ul li.dfm-has-dropdown.dfm-submenu-open>a:after {
    color: var(--primary-color);
    transform: translateY(-50%) rotate(-180deg)
}

.dfm-mobile-btn {
    margin-top: 5vh;
    opacity: 0;
    transition: .5s
}

.dfm-nav.dfm-nav-open .dfm-mobile-btn {
    opacity: 1;
    transition-delay: 1.7s
}

.dfm-hero-content {
    text-align: center
}

.dfm-hero-media {
    margin: 20px auto 0;
    max-width: 500px
}

.dfm-accordion {
    margin-top: 20px
}

.dfm-faq-content,
.dfm-skills-content {
    margin-top: 40px
}

.dfm-footer-info {
    margin-bottom: 40px
}

.dfm-footer-bottom {
    flex-direction: column;
    text-align: center
}

.dfm-footer-bottom-links {
    justify-content: center
}

.dfm-consult-card:before {
    display: none
}

.sidebar {
    margin-top: 40px
}

.dfm-cases-tabs .nav::-webkit-scrollbar {
    display: none;
    opacity: 0 !important;
    width: 0
}

.dfm-cases-tabs .nav::-webkit-scrollbar-thumb,
.dfm-cases-tabs .nav::-webkit-scrollbar-track {
    opacity: 0 !important
}

.dfm-cases-tabs .nav .nav-item {
    display: inline-block
}

.dfm-team-cta-content .dfm-heading {
    font-size: 28px
}

.dfm-team-cta-content>p {
    margin-bottom: 30px
}

.dfm-team-cta-actions {
    flex-direction: column
}

.dfm-team-profile-img {
    max-width: 296px
}

.dfm-team-profile-text {
    margin-top: 10px
}

.dfm-blog-author {
    flex-direction: column;
    text-align: center
}

.dfm-blog-author .text ul {
    justify-content: center
}

.dfm-blog-comments,
.dfm-leave-comment,
.dfm-related-blog {
    margin-top: var(--spacing)
}

.related-dfm-blog-title {
    text-align: center
}

.dfm-contact-content {
    margin-top: 50px
}

.dfm-privacy-content,
.dfm-terms-content {
    max-width: 100%
}

.dfm-header-cta {
    display: none
}

.dfm-team-content {
    margin-bottom: 38px;
    text-align: center
}

.dfm-pricing-content {
    text-align: center
}

.dfm-pricing-content p {
    margin-inline: auto;
    max-width: 700px
}

.dfm-menu,
.dfm-nav ul:not(.dfm-nav ul ul) {
    gap: 25px
}

@media (min-width:421px) {
    .dfm-label {
        gap: 12px;
        letter-spacing: 2.5px
    }

    .dfm-label:before {
        height: 8px;
        width: 8px
    }

    .dfm-label:after {
        max-width: 60px;
        min-width: 30px
    }

    .dfm-display {
        font-size: 40px;
        line-height: 50px
    }

    .dfm-heading {
        font-size: 35px;
        line-height: 45px
    }

    .dfm-subheading {
        font-size: 30px;
        line-height: 40px
    }

    .dfm-rotate-link {
        font-size: 17px
    }

    textarea.dfm-field {
        padding: 18px 30px
    }

    .dfm-burger {
        right: 20px
    }

    .dfm-hero-content p {
        margin-bottom: 33px
    }

    .dfm-highlight-card {
        padding: 22px 18px;
        width: 200px
    }

    .dfm-about-counter .dfm-caption {
        font-size: 15px;
        line-height: 25px
    }

    .dfm-service-card .icon {
        border-radius: 12px;
        width: 56px
    }

    .dfm-review-card {
        padding: 70px 35px 35px
    }

    .dfm-review-author .dfm-caption {
        font-size: 20px
    }

    .dfm-team-links {
        bottom: -3%;
        right: 13%
    }

    .dfm-faq-media .dfm-text-link {
        bottom: 1%
    }

    .dfm-footer-contact ul li {
        gap: 16px
    }

    .dfm-breadcrumb {
        max-width: calc(100% - 60px)
    }

    .dfm-breadcrumb ul {
        gap: 6px;
        padding: 8px 19px 7px
    }

    .dfm-breadcrumb ul li {
        font-size: 14px;
        gap: 6px
    }

    .dfm-service-detail-title {
        margin-bottom: 21px
    }

    .dfm-service-detail-box ul {
        gap: 18px
    }

    .dfm-service-detail-feature {
        gap: 20px;
        padding: 22px 30px 24px
    }

    .dfm-sidebar-dl:not(:last-child) {
        margin-bottom: 50px
    }

    .dfm-service-detail-cta .text p {
        font-size: 18px
    }

    .dfm-case-challenge {
        margin-top: 43px
    }

    .dfm-case-info {
        padding: 23px 30px 22px
    }

    .dfm-case-info ul {
        gap: 18px
    }

    .dfm-case-info ul li:not(:last-child) {
        padding-bottom: 18px
    }

    .dfm-team-profile-cta .dfm-contact-link-card .icon {
        border-radius: 10px;
        width: 60px
    }

    .dfm-team-profile-cta .dfm-contact-link-card .icon img {
        max-height: 28px;
        max-width: 26px
    }

    .dfm-pagination ul li:not(.arrow) a {
        font-size: 18px;
        line-height: 28px;
        width: 40px
    }

    .dfm-blog-detail-text ul {
        gap: 18px
    }

    .dfm-blog-detail-text blockquote .quote {
        right: 25px;
        width: 70px
    }

    .dfm-blog-detail-text blockquote .quote img {
        width: 20px
    }

    .dfm-blog-author .img {
        border-radius: 14px
    }

    .dfm-blog-author .text .dfm-caption {
        margin-bottom: 14px
    }

    .dfm-blog-author .text p:not(:last-child) {
        margin-bottom: 24px
    }

    .dfm-comment-card .content .text-title .dfm-caption {
        margin-bottom: 9px
    }

    .dfm-comment-card.reply {
        padding-left: 30px
    }

    .dfm-container {
        padding: 0 30px
    }

    .dfm-hero-media .dfm-rotate-link {
        right: 5%;
        top: 20%
    }

    .dfm-highlights-marquee {
        animation-duration: 30s
    }

    .dfm-team-card {
        max-width: 340px
    }
}

@media (min-width:541px) {
    .dfm-display {
        font-size: 45px;
        line-height: 55px
    }

    .dfm-heading {
        font-size: 38px;
        line-height: 48px
    }

    .dfm-service-card .icon {
        margin-bottom: 18px
    }

    .dfm-partner-card img {
        max-width: 181px
    }

    .dfm-review-rating {
        font-size: 18px;
        gap: 6px
    }

    .dfm-team-links {
        bottom: -5.67%;
        right: 10.95%
    }

    .dfm-newsletter-box {
        padding: 60px 30px
    }

    .dfm-faq-media .dfm-text-link {
        bottom: 1%
    }

    .dfm-stats-grid {
        gap: 0
    }

    .dfm-stat-card+.dfm-stat-card:after {
        box-shadow: 0 0 6px 2px rgba(74, 156, 199, .3), 0 -12px 0 hsla(0, 0%, 100%, .15), 0 12px 0 hsla(0, 0%, 100%, .15), 0 -24px 0 hsla(0, 0%, 100%, .08), 0 24px 0 hsla(0, 0%, 100%, .08);
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .dfm-back-top {
        bottom: 20px;
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        right: 20px;
        width: 50px
    }

    .dfm-breadcrumb ul,
    .dfm-breadcrumb ul li {
        gap: 10px
    }

    .dfm-history-card {
        gap: 140px
    }

    .dfm-consult-icon {
        width: 121px
    }

    .dfm-consult-text {
        margin-top: 15px
    }

    .dfm-consult-card .dfm-consult-icon img {
        max-height: 60px;
        max-width: 60px
    }

    .dfm-pricing-amount {
        font-size: 50px;
        line-height: 66px
    }

    .dfm-service-detail-title {
        align-items: center
    }

    .dfm-cases-tab-panel .dfm-case-card {
        aspect-ratio: 1/1
    }

    .dfm-case-challenge-box img {
        margin-bottom: 20px
    }

    .dfm-blog-detail-text blockquote {
        padding: 30px
    }

    .dfm-blog-detail-tags {
        align-items: center
    }

    .dfm-blog-author .img {
        width: 150px
    }

    .dfm-comment-card {
        gap: 15px
    }

    .dfm-comment-card .img {
        border-radius: 10px;
        width: 80px
    }

    .dfm-comment-card .content .text {
        align-items: center;
        gap: 20px
    }

    .dfm-reply-text a {
        gap: 10px;
        padding: 5px 19px
    }

    .dfm-comment-card.reply {
        padding-left: 50px
    }

    .dfm-error-content p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 32px
    }

    .dfm-blog-date,
    .dfm-page-blog .dfm-blog-date {
        font-size: 15px
    }

    .dfm-privacy-content .dfm-section-heading h2,
    .dfm-terms-content .dfm-section-heading h2 {
        font-size: 26px
    }

    .dfm-privacy-block,
    .dfm-terms-block {
        margin-bottom: 25px;
        padding: 20px
    }

    .dfm-privacy-block h3,
    .dfm-terms-block h3 {
        font-size: 20px
    }

    .dfm-privacy-block h4,
    .dfm-terms-block h4 {
        font-size: 17px
    }
}

@media (min-width:768px) {
    :root {
        --spacing: 70px
    }

    .dfm-field {
        padding: 12px 30px
    }

    .dfm-hero {
        padding-top: 130px
    }

    .dfm-highlight-card {
        padding: 24px 20px;
        width: 220px
    }

    .dfm-highlight-card .text p {
        font-size: 13px
    }

    .dfm-case-card-info {
        padding: 30px
    }

    .dfm-services-grid {
        margin-top: 37px
    }

    .dfm-service-card .icon {
        margin-bottom: 20px
    }

    .dfm-service-card .dfm-caption {
        margin-bottom: 14px
    }

    .dfm-services-image,
    .dfm-services-image img {
        max-height: 350px
    }

    .dfm-services-counter-item .dfm-subheading {
        font-size: 28px
    }

    .dfm-partners-title {
        margin-bottom: 40px
    }

    .dfm-quote {
        right: 25px
    }

    .dfm-team-links {
        bottom: -2.87%;
        right: 13.25%
    }

    .dfm-newsletter-box {
        padding: 60px 50px
    }

    .dfm-newsletter-box .dfm-label {
        margin-bottom: 21px
    }

    .dfm-faq-media .dfm-text-link {
        bottom: 2%;
        font-size: 15px
    }

    .dfm-stat-card {
        padding: 0 25px
    }

    .dfm-stat-number .dfm-display {
        font-size: 48px
    }

    .dfm-stat-label .dfm-caption span {
        display: block
    }

    .dfm-footer-bottom {
        padding: 24px
    }

    .dfm-page-header {
        min-height: 300px;
        padding: 120px 0 60px
    }

    .dfm-page-header-shape {
        height: 200px;
        width: 480px
    }

    .dfm-history-card {
        padding-inline: 24px
    }

    .dfm-consult-card:before {
        content: ""
    }

    .dfm-service-detail-title .icon {
        border-radius: 14px;
        width: 70px
    }

    .dfm-service-detail-title .icon img {
        max-height: 35px;
        max-width: 35px
    }

    .dfm-service-detail-box:not(:last-child) {
        margin-bottom: 30px
    }

    .dfm-service-detail-box .dfm-caption {
        margin-bottom: 15px
    }

    .dfm-sidebar-cta {
        padding: 22px 30px 30px
    }

    .dfm-service-detail-cta {
        padding: 28px 30px
    }

    .dfm-cases-tabs .nav .nav-link {
        font-size: 18px;
        line-height: 28px
    }

    .dfm-cases-tab-panel .dfm-case-card {
        aspect-ratio: 1.1/1
    }

    .dfm-case-detail-box:not(:last-child) {
        margin-bottom: 30px
    }

    .dfm-case-detail-box .dfm-caption {
        margin-bottom: 15px
    }

    .dfm-case-challenge {
        display: grid;
        gap: 1.5rem
    }

    .dfm-case-challenge-box img {
        margin-bottom: 30px
    }

    .dfm-case-challenge-box .dfm-caption {
        margin-bottom: 16px
    }

    .dfm-case-detail-text h2 {
        font-size: 32px
    }

    .dfm-case-detail-text h3 {
        font-size: 24px
    }

    .dfm-case-stats {
        padding: 30px
    }

    .dfm-case-stats .stat-box {
        padding: 20px 15px
    }

    .dfm-case-stats .stat-box h4 {
        font-size: 28px
    }

    .dfm-case-sidebar .sidebar-box {
        padding: 30px
    }

    .dfm-team-profile-cta {
        display: grid
    }

    .dfm-page-blog .dfm-blog-media {
        aspect-ratio: 1/.54218
    }

    .dfm-blog-detail-text:not(:last-child) {
        margin-bottom: 30px
    }

    .dfm-blog-detail-text ul {
        grid-template-columns: repeat(2, 1fr)
    }

    .dfm-blog-detail-text blockquote {
        padding: 31px 40px 32px
    }

    .dfm-blog-detail-footer {
        align-items: center;
        padding: 10px 20px
    }

    .dfm-blog-author {
        padding: 30px
    }

    .dfm-blog-author .img {
        width: 180px
    }

    .dfm-comment-card:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .dfm-comment-card {
        align-items: center;
        gap: 20px
    }

    .dfm-comment-card .img {
        border-radius: 14px;
        width: 125px
    }

    .dfm-comment-card .content .text {
        margin-bottom: 18px
    }

    .dfm-contact-links {
        gap: 40px;
        margin-top: 38px
    }

    .dfm-contact-link-card .icon {
        border-radius: 14px;
        width: 80px
    }

    .dfm-contact-link-card .icon img {
        max-height: 40px;
        max-width: 40px
    }

    .dfm-contact-link-card .text .dfm-caption {
        margin-bottom: 9px
    }

    .dfm-process {
        padding: 80px 0
    }

    .dfm-process-title {
        margin-bottom: 60px
    }

    .dfm-process-title .dfm-heading {
        font-size: 36px
    }

    .dfm-process-card {
        border-radius: 20px;
        padding: 35px 25px 30px
    }

    .dfm-process-num {
        border-radius: 16px;
        height: 85px;
        width: 85px
    }

    .dfm-process-num span {
        font-size: 36px
    }

    .dfm-process-num:before {
        height: 14px;
        right: -4px;
        top: -4px;
        width: 14px
    }

    .dfm-process-info h4 {
        font-size: 21px
    }

    .dfm-process-info p {
        font-size: 15px
    }

    .dfm-section-heading {
        margin-bottom: 60px
    }

    .dfm-section-heading .dfm-heading {
        font-size: 36px
    }

    .dfm-section-heading p {
        font-size: 16px
    }

    #dfm-cookie-modal .dfm-modal-title {
        font-size: 22px
    }

    .dfm-contact-info {
        padding: 20px
    }

    .dfm-logo {
        left: 20px
    }

    .dfm-mobile-nav {
        width: 300px
    }

    .dfm-highlights-marquee {
        animation-duration: 35s
    }

    .dfm-about-text {
        margin-top: 50px
    }

    .dfm-cases-tabs .nav {
        padding: 0 30px
    }

    .dfm-highlight-card .dfm-caption {
        font-size: 16px
    }

    .dfm-privacy-content .dfm-section-heading h2,
    .dfm-terms-content .dfm-section-heading h2 {
        font-size: 30px
    }

    .dfm-privacy-block,
    .dfm-terms-block {
        margin-bottom: 30px;
        padding: 25px
    }

    .dfm-privacy-block h3,
    .dfm-terms-block h3 {
        font-size: 22px
    }

    .dfm-privacy-block h4,
    .dfm-terms-block h4 {
        font-size: 18px
    }

    .dfm-consult-text {
        max-width: 420px
    }

    .dfm-page-privacy,
    .dfm-page-terms {
        padding: 60px 0
    }
}

@media (min-width:992px) {
    :root {
        --spacing: 100px
    }

    .dfm-label {
        font-size: 13px
    }

    .dfm-display {
        font-size: 55px;
        line-height: 65px
    }

    .dfm-heading {
        font-size: 44px;
        line-height: 55px
    }

    .dfm-btn {
        height: 60px;
        padding: 5px 34px 5px 74px
    }

    .dfm-btn:hover {
        padding: 5px 74px 5px 34px
    }

    .dfm-btn:before {
        font-size: 18px;
        height: 50px;
        width: 50px
    }

    .dfm-btn:hover:before {
        left: calc(100% - 55px)
    }

    .dfm-btn:after {
        border-radius: 0 30px 30px 0;
        width: 55px
    }

    .dfm-btn:hover:after {
        border-radius: 30px 0 0 30px;
        right: calc(100% - 55px)
    }

    .dfm-rotate-link {
        width: 100px
    }

    .dfm-field {
        height: 60px;
        padding: 17px 30px
    }

    .dfm-desk-only {
        display: inline-block !important
    }

    .dfm-mob-only {
        display: none !important
    }

    .dfm-header,
    .dfm-header.dfm-fixed {
        height: auto;
        padding: 26px 0
    }

    .dfm-header.dfm-fixed {
        padding: 15px 0
    }

    .dfm-header.dfm-fixed .dfm-logo,
    .dfm-logo {
        left: auto;
        position: static;
        width: 134px
    }

    .dfm-logo img {
        height: auto;
        width: 100%
    }

    .dfm-header.dfm-fixed .dfm-menu,
    .dfm-menu {
        align-items: center;
        display: flex;
        gap: 40px;
        justify-content: flex-end
    }

    .dfm-mobile-nav {
        background: transparent;
        height: auto;
        opacity: 1;
        overflow: visible;
        padding: 0;
        pointer-events: auto;
        position: static;
        right: auto;
        width: auto
    }

    .dfm-burger,
    .dfm-overlay {
        display: none
    }

    .dfm-nav ul:not(.dfm-nav ul ul) {
        align-items: center;
        display: flex;
        gap: 40px
    }

    .dfm-nav ul li {
        display: inline-block;
        left: 0;
        margin-bottom: 0;
        margin-right: 0;
        opacity: 1
    }

    .dfm-nav li a {
        font-size: 16px
    }

    .dfm-nav ul li ul.dfm-dropdown li a {
        display: block;
        padding: 8px 15px
    }

    .dfm-hero {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 100px)
    }

    .dfm-hero>.dfm-container {
        align-items: stretch;
        display: flex;
        flex: 1
    }

    .dfm-hero>.dfm-container>.dfm-row {
        align-items: stretch !important;
        flex: 1
    }

    .dfm-hero>.dfm-bg-text {
        flex: none
    }

    .dfm-hero .dfm-col-lg-6:first-child {
        align-items: center;
        display: flex
    }

    .dfm-hero .dfm-col-lg-6:last-child {
        align-items: flex-end;
        display: flex
    }

    .dfm-hero .dfm-hero-media {
        margin: 0;
        max-width: none;
        padding-top: 0
    }

    .dfm-hero .dfm-hero-media .dfm-hero-fade {
        display: none
    }

    .dfm-hero-content {
        margin: 60px 0;
        text-align: left
    }

    .dfm-highlight-card .text p {
        font-size: 14px
    }

    .dfm-about-counter .dfm-caption {
        font-size: 18px;
        line-height: 28px
    }

    .dfm-about-bottom {
        padding-top: 50px
    }

    .dfm-case-card-info {
        padding: clamp(1rem, 2.5vw, 1.75rem)
    }

    .dfm-services-title .dfm-heading {
        margin-bottom: 0
    }

    .dfm-services-content {
        padding-left: 26px
    }

    .dfm-services-shape {
        display: flex
    }

    .dfm-service-card {
        padding: 30px
    }

    .dfm-partners {
        padding: 72px 0 77px
    }

    .dfm-partners-title {
        margin-bottom: 49px
    }

    .dfm-team-links {
        bottom: -3.87%;
        right: 12.55%
    }

    .dfm-newsletter-box {
        padding: 74px 50px 79px
    }

    .dfm-newsletter-box .dfm-subheading {
        margin-bottom: 39px
    }

    .dfm-newsletter-form form {
        gap: 30px
    }

    .dfm-faq-media .dfm-text-link {
        bottom: 0;
        max-width: 50%
    }

    .dfm-services-image-col {
        order: 0
    }

    .dfm-stats {
        padding: 65px 0
    }

    .dfm-stats-grid {
        flex-direction: row
    }

    .dfm-stat-card {
        padding: 0 40px
    }

    .dfm-stat-number .dfm-display {
        font-size: 64px
    }

    .dfm-footer-links-wrap {
        justify-content: center
    }

    .dfm-footer-bottom {
        border-radius: 12px;
        gap: 20px;
        padding: 20px 30px
    }

    .dfm-page-header {
        min-height: 400px;
        padding: 150px 0 70px
    }

    .dfm-page-header-shape {
        height: 300px;
        width: 580px
    }

    .dfm-history {
        margin: 113px 0
    }

    .dfm-history-badge .dfm-caption {
        margin-bottom: 15px
    }

    .dfm-consult {
        padding: 113px 0
    }

    .dfm-pricing-desc ul li {
        margin-bottom: 18px
    }

    .dfm-pricing-desc {
        padding: 27px 40px 37px
    }

    .dfm-pricing-card-info {
        padding: 32px 40px 31px
    }

    .dfm-service-detail-title {
        gap: 20px
    }

    .dfm-service-detail-box:not(:last-child) {
        margin-bottom: 43px
    }

    .dfm-sidebar-cta {
        padding: 20px
    }

    .dfm-service-detail-cta {
        gap: 10px;
        padding: 15px
    }

    .dfm-cases-tabs .nav {
        display: flex
    }

    .dfm-cases-tab-panel {
        margin-top: 50px
    }

    .dfm-case-detail-content {
        padding-right: 0
    }

    .dfm-case-detail-box:not(:last-child) {
        margin-bottom: 35px
    }

    .dfm-case-challenge-box img {
        height: 150px
    }

    .dfm-case-sidebar {
        position: sticky
    }

    .dfm-team-grid .dfm-row {
        row-gap: 60px
    }

    .dfm-team-cta {
        padding: 60px 0
    }

    .dfm-team-cta-content>p {
        font-size: 17px
    }

    .dfm-team-cta-actions {
        flex-direction: row;
        gap: 30px
    }

    .dfm-team-profile-img .dfm-team-share-btn {
        width: 43px
    }

    .dfm-team-profile-cta {
        margin-top: 33px
    }

    .dfm-team-profile-info {
        margin-top: 43px
    }

    .dfm-team-profile-info .dfm-caption {
        margin-bottom: 15px
    }

    .dfm-related-title {
        margin-bottom: 38px
    }

    .dfm-pagination {
        margin-top: 66px
    }

    .dfm-page-blog {
        gap: 50px
    }

    .dfm-blog-search .search-box .dfm-field {
        padding-right: 70px
    }

    .dfm-blog-search .search-box .search-btn {
        width: 50px
    }

    .dfm-blog-detail-text:not(:last-child) {
        margin-bottom: 43px
    }

    .dfm-blog-detail-tags ul {
        gap: 15px
    }

    .dfm-blog-author {
        padding: 22px 30px 29px
    }

    .dfm-comment-card:not(:last-child) {
        margin-bottom: 33px;
        padding-bottom: 36px
    }

    .dfm-comment-form {
        margin-top: 37px
    }

    .dfm-contact-link-card {
        gap: 10px
    }

    .dfm-contact-link-card .text p {
        font-size: 15px;
        line-height: 25px
    }

    .dfm-process {
        padding: 100px 0
    }

    .dfm-process-title .dfm-heading {
        font-size: 42px
    }

    .dfm-process-steps .dfm-row {
        row-gap: 24px
    }

    .dfm-process-card {
        padding: 45px 30px 40px
    }

    .dfm-section-heading .dfm-heading {
        font-size: 42px
    }

    .dfm-page-privacy,
    .dfm-page-terms {
        padding-top: 200px
    }

    #dfm-inquiry-form {
        border-radius: 22px;
        padding: 50px 40px
    }

    #dfm-inquiry-form .dfm-field {
        border-radius: 12px;
        height: 56px;
        padding: 16px 22px
    }

    #dfm-inquiry-form textarea.dfm-field {
        padding: 18px 22px
    }

    #dfm-inquiry-form .dfm-phone-wrap .dfm-phone-input {
        height: 54px
    }

    .dfm-page-blog .dfm-blog-date {
        bottom: 0;
        font-size: 12px;
        gap: 5px
    }

    .dfm-pricing-wrap {
        margin-top: 50px
    }
}

@media (min-width:1181px) {
    :root {
        --spacing: 120px
    }

    .dfm-label {
        font-size: 13px;
        margin-bottom: 18px
    }

    .dfm-display {
        font-size: 65px;
        line-height: 75px
    }

    .dfm-heading {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 25px
    }

    .dfm-subheading {
        font-size: 40px;
        line-height: 50px
    }

    .dfm-caption {
        font-size: 22px;
        line-height: 32px
    }

    .dfm-rotate-link {
        width: 121px
    }

    .dfm-hero {
        padding-top: 130px
    }

    .dfm-hero-content p {
        font-size: 18px
    }

    .dfm-hero-media {
        padding-top: 30px
    }

    .dfm-highlight-card {
        gap: 14px;
        padding: 25px;
        width: 240px
    }

    .dfm-highlight-card .icon img {
        max-height: 50px;
        max-width: 50px
    }

    .dfm-about-counter .dfm-caption {
        font-size: 14px;
        line-height: 1.2
    }

    .dfm-about-text {
        padding-left: 27px
    }

    .dfm-services {
        padding: 114px 0 var(--spacing)
    }

    .dfm-service-card {
        padding: 30px 25px 24px
    }

    .dfm-skills-content {
        padding-left: 27px
    }

    .dfm-progress-group {
        margin-bottom: 30px
    }

    .dfm-reviews {
        padding: 113px 0 var(--spacing) 0
    }

    .dfm-reviews-shape {
        display: none
    }

    .dfm-quote {
        width: 60px
    }

    .dfm-team-content {
        padding-right: 26px
    }

    .dfm-team-links {
        bottom: -4.87%;
        right: 11.75%
    }

    .dfm-faq-media .dfm-text-link {
        font-size: 13px;
        max-width: 40%
    }

    .dfm-faq-content {
        padding-left: 26px
    }

    .dfm-stats {
        padding: 80px 0
    }

    .dfm-blog {
        margin: 113px 0 118px
    }

    .dfm-blog-date {
        bottom: 2px;
        font-size: 13px;
        width: 32%
    }

    .dfm-footer-top {
        padding: 111px 0 40px
    }

    .dfm-page-header {
        min-height: 500px;
        padding: 183px 0 70px
    }

    .dfm-page-header-shape {
        height: 0;
        width: 0
    }

    .dfm-consult-card:before {
        width: 155px
    }

    .dfm-pricing-wrap .dfm-row>div:first-child .dfm-pricing-card {
        margin-top: 50px
    }

    .dfm-service-detail-content {
        padding-right: 25px
    }

    .dfm-service-detail-title {
        gap: 35px
    }

    .dfm-sidebar-cta {
        padding: 22px 30px 30px
    }

    .dfm-sidebar-form {
        margin-top: 45px
    }

    .dfm-sidebar-dl-box {
        gap: 20px
    }

    .dfm-service-detail-cta {
        gap: 20px;
        padding: 28px 30px
    }

    .dfm-case-detail-content {
        padding-right: 26px
    }

    .dfm-case-challenge:before {
        top: 250px
    }

    .dfm-case-challenge-box img {
        height: 200px
    }

    .dfm-case-info ul li {
        font-size: 18px;
        line-height: 28px
    }

    .dfm-team-grid .dfm-row {
        row-gap: 30px
    }

    .dfm-team-cta {
        padding: 80px 0
    }

    .dfm-team-profile-img .dfm-team-share-btn {
        width: 51px
    }

    .dfm-team-profile-img .dfm-team-share-btn img {
        width: 20px
    }

    .dfm-team-profile-text {
        padding-left: 26px
    }

    .dfm-team-profile-cta {
        gap: 30px
    }

    .dfm-team-profile-info {
        padding-right: 30px
    }

    .dfm-page-blog {
        gap: 67px;
        padding-right: 26px
    }

    .dfm-recent-post-card {
        gap: 20px
    }

    .dfm-blog-tags ul {
        gap: 15px
    }

    .dfm-blog-detail-content {
        padding-right: 26px
    }

    .dfm-blog-detail-tags ul,
    .dfm-contact-link-card {
        gap: 20px
    }

    .dfm-contact-link-card .text p {
        font-size: 18px;
        line-height: 28px
    }

    .dfm-map iframe {
        height: 500px
    }

    .dfm-highlight-card .dfm-caption {
        font-size: 17px
    }

    .dfm-faq-media .dfm-text-link i {
        font-size: 12px
    }
}

@media (min-width:1366px) {
    .dfm-label {
        font-size: 14px
    }

    .dfm-display {
        font-size: 80px;
        line-height: 90px
    }

    .dfm-heading {
        font-size: 65px;
        line-height: 75px;
        margin-bottom: 30px
    }

    .dfm-subheading {
        font-size: 50px;
        line-height: 60px
    }

    .dfm-caption {
        font-size: 25px;
        line-height: 35px
    }

    .dfm-hero {
        padding-top: 157px
    }

    .dfm-hero-media {
        padding-top: 49px
    }

    .dfm-highlight-card {
        gap: 20px;
        padding: 28px 30px;
        width: 350px
    }

    .dfm-highlight-card .icon img {
        max-height: 55px;
        max-width: 55px
    }

    .dfm-highlight-card .dfm-caption {
        margin-bottom: 6px
    }

    .dfm-accordion-item {
        margin-bottom: 33px
    }

    .dfm-accordion-head {
        padding-bottom: 33px
    }

    .dfm-accordion-body {
        margin-top: 33px
    }

    .dfm-about-cta {
        margin-top: 40px
    }

    .dfm-service-card {
        padding: 32px 30px 28px
    }

    .dfm-progress-group {
        margin-bottom: 41px;
        padding-bottom: 31px
    }

    .dfm-quote {
        width: 50px
    }

    .dfm-team-links {
        bottom: -3.87%;
        right: 12.75%
    }

    .dfm-pricing-content {
        padding-right: 30px
    }

    .dfm-service-detail-title {
        gap: 45px
    }

    .dfm-team-profile-img .dfm-team-share-btn {
        width: 60px
    }

    .dfm-blog-tags ul {
        gap: 20px
    }
}

@media screen and (min-width:992px) {

    .dfm-team-links:hover .dfm-team-share-btn,
    .dfm-team-share-btn:hover {
        background: var(--primary-color)
    }

    .dfm-team-links:hover ul li:first-child,
    .dfm-team-links:hover ul li:nth-child(2),
    .dfm-team-links:hover ul li:nth-child(3) {
        top: 0
    }

    .dfm-faq-list .dfm-row {
        -moz-column-gap: 50px;
        column-gap: 50px
    }

    .dfm-blog-share-wrap:hover ul {
        opacity: 1;
        pointer-events: auto;
        top: calc(100% + 8px)
    }
}

.cookie-popup {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%) translateY(120%);
    width: calc(100% - 40px);
    max-width: 680px;
    background: var(--white-color);
    padding: 0;
    border-radius: 14px;
    z-index: 9999;
    box-shadow: 0 10px 50px rgba(27, 77, 110, 0.2);
    font-family: var(--body-font);
    border: 1px solid rgba(27, 77, 110, 0.08);
    overflow: hidden;
    animation: cookieSlideUp 0.5s ease forwards;
}

@keyframes cookieSlideUp {
    to {
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes cookieSlideDown {
    from {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }

    to {
        transform: translateX(-50%) translateY(120%);
        opacity: 0;
    }
}

.cookie-popup-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    padding: 20px;
}

.cookie-popup-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 18px;
}

.cookie-popup-text {
    flex: 1;
}

.cookie-popup-text h6 {
    font-family: var(--title-font);
    font-size: 17px;
    font-weight: 700;
    color: var(--secondary-color);
    margin: 0 0 4px;
}

.cookie-popup-text p {
    font-size: 14px;
    color: var(--common-color);
    line-height: 1.5;
    margin: 0;
}

.cookie-popup-text a {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 500;
}

.cookie-popup-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    width: 100%;
}

.cookie-btn-accept {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    padding: 11px 24px;
    border-radius: 40px;
    color: var(--white-color);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--body-font);
    flex: 1;
    text-align: center;
}

.cookie-btn-accept:hover {
    box-shadow: 0 5px 20px rgba(27, 77, 110, 0.35);
    transform: translateY(-2px);
}

.cookie-btn-decline {
    background: transparent;
    border: 2px solid rgba(27, 77, 110, 0.2);
    padding: 11px 20px;
    border-radius: 40px;
    color: var(--common-color);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--body-font);
    flex: 1;
    text-align: center;
}

.cookie-btn-decline:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

@media (min-width: 621px) {
    .cookie-popup {
        bottom: 30px;
    }

    .cookie-popup-inner {
        flex-wrap: nowrap;
        padding: 24px 28px;
        gap: 20px;
    }

    .cookie-popup-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        font-size: 22px;
        border-radius: 14px;
    }

    .cookie-popup-actions {
        width: auto;
    }

    .cookie-btn-accept,
    .cookie-btn-decline {
        flex: initial;
        text-align: initial;
    }
}