.dtp-carousel.equal-height-on:not(.slick-vertical) .slick-track {
    display: flex !important
}

.dtp-carousel.equal-height-on:not(.slick-vertical) .slick-track .slick-slide {
    height: auto !important
}

.dtp-carousel.equal-height-on:not(.slick-vertical) .slick-track .ba_et_pb_module,
.dtp-carousel.equal-height-on:not(.slick-vertical) .slick-track .dtp-module,
.dtp-carousel.equal-height-on:not(.slick-vertical) .slick-track .dtp-module-inner,
.dtp-carousel.equal-height-on:not(.slick-vertical) .slick-track .et_pb_module,
.dtp-carousel.equal-height-on:not(.slick-vertical) .slick-track .et_pb_module_inner,
.dtp-carousel.equal-height-on:not(.slick-vertical) .slick-track .slick-slide>div {
    height: 100%;
    width: 100% !important
}

div.dtp-carousel .slick-vertical .slick-track {
    padding: 0 !important
}

div.dtp-carousel.equal-height-on .slick-vertical .slick-track,
div.dtp-carousel.equal-height-on.slick-vertical .slick-track {
    display: block !important
}

[dir=rtl] .dtp-carousel {
    direction: ltr !important
}

[dir=rtl] .dtp-carousel .slick-prev {
    right: auto
}

[dir=rtl] .dtp-carousel .slick-next {
    left: auto
}

[dir=rtl] .dtp-carousel .slick-slide {
    float: left !important
}

.dtp-carousel * {
    vertical-align: middle !important
}

.dtp-carousel figure {
    margin: 0
}

.dtp-carousel .slick-arrow {
    z-index: 999
}

.dtp-carousel .slick-arrow:before {
    font-family: "Font Awesome 6 Free" !important;
    line-height: 1.35;
    vertical-align: middle
}

.dtp-carousel .slick-arrow:after,
.dtp-carousel .slick-arrow:before {
    color: inherit !important
}

.dtp-carousel .slick-dots {
    padding: 0 !important
}

.dtp-carousel-frontend .slick-arrow:before {
    content: "\f053" !important
}

/* Next arrow (right) */
.dtp-carousel .slick-next:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f054" !important; /* right chevron */
  font-size: 30px;
  color: #974df3;
  line-height: 1.35;
  vertical-align: middle;
}

.dtp-carousel .slick-arrow.slick-disabled:before,
.dtp-carousel .slick-dots li button:before {
    opacity: 1 !important
}

.dtp-carousel .slick-arrow.slick-disabled {
    cursor: not-allowed !important
}

.dtp-carousel .slick-dots li button:before {
    display: none
}

.dtp-carousel .slick-dots li button {
    padding: 0 !important;
    transition: all .2s ease
}

.dtp-carousel .slick-dots li {
    height: auto !important;
    padding: 0 !important;
    width: auto !important
}

.dtp-carousel .et_pb_button {
    display: inline-block
}

.dtp-centered--highlighted .slick-slide.slick-center {
    transform: scale(1)
}

.dtp-centered--highlighted .slick-slide {
    transform: scale(.8)
}

.dtp-et-font-icon {
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none
}

.dtp-et-font-icon,
.dtp-et-icon {
    display: inline-block;
    line-height: 1
}

.dtp-et-icon {
    font-style: normal !important;
    transform-origin: center;
    transition: all .2s ease !important;
    vertical-align: middle !important
}

.dtp-lightbox {
    cursor: pointer
}

.ba_et_pb_module,
.dtp-bg-support {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.dtp-module img {
    vertical-align: middle
}

.dtp-img-cover {
    height: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 100% !important
}

.dtp-btn-default {
    display: inline-block;
    transition: .2s !important
}

.dtp-flex {
    display: flex
}

.dtp-module a {
    color: inherit
}

.dtp-overlay {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.dtp-overlay .dtp-overlay-icon {
    font-style: normal;
    transition: all .2s
}

.dtp-hover--zoom-in,
.dtp-hover--zoom-in figure {
    overflow: hidden
}

.dtp-hover--zoom-in img {
    transition: .3s ease-in-out
}

.dtp-hover--zoom-in.hover-parent .dtp-module-child:hover img,
.dtp-hover--zoom-in:not(.hover-parent):hover img {
    transform: scale(1.2)
}

.dtp-hover--zoom-out,
.dtp-hover--zoom-out figure {
    overflow: hidden
}

.dtp-hover--zoom-out img {
    transition: .3s ease-in-out
}

.dtp-hover--zoom-out:hover img {
    transform: scale(.8)
}

.dtp-hover--pulse:hover img {
    animation: dtp-pulse .8s linear infinite
}

.dtp-hover--bounce:hover img {
    animation: dtp-bounce 1s linear infinite
}

.dtp-hover--flash:hover img {
    animation: dtp-flash 1s linear infinite
}

.dtp-hover--rubberBand:hover img {
    animation: dtp-rubberBand 1s linear
}

.dtp-hover--shake:hover img {
    animation: dtp-shake 1s linear infinite
}

.dtp-hover--swing:hover img {
    animation: dtp-swing 1s linear infinite
}

.dtp-hover--tada:hover img {
    animation: dtp-tada 1s linear
}

.dtp-hover--wobble:hover img {
    animation: dtp-wobble 1s linear
}

.dtp-hover--jello:hover img {
    animation: dtp-jello 1s linear
}

.dtp-hover--heartBeat:hover img {
    animation: dtp-heartBeat 1s linear infinite
}

.dtp-hover--bounceIn:hover img {
    animation: dtp-bounceIn 1s linear
}

.dtp-hover--fadeIn:hover img {
    animation: dtp-fadeIn 1s linear
}

.dtp-hover--flip:hover img {
    animation: dtp-flip 1s linear
}

.dtp-hover--rotateIn:hover img {
    animation: dtp-rotateIn 1s linear
}

.dtp-hover--slideInUp:hover img {
    animation: dtp-slideInUp 1s linear
}

.dtp-hover--slideInDown:hover img {
    animation: dtp-slideInDown 1s linear
}

@keyframes dtp-bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes dtp-flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes dtp-pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes dtp-rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes dtp-shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes dtp-swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes dtp-tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes dtp-wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes dtp-jello {

    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes dtp-heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

@keyframes dtp-bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes dtp-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes dtp-flip {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

@keyframes dtp-rotateIn {
    0% {
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }

    to {
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

@keyframes dtp-slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes dtp-slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.dtp-readmore-wrap {
    padding-top: 15px;
    width: 100%
}