.dipi-anim-preload .dipi_before_after_slider * {
    transition: none !important;
}

.dipi-anim-preload .dipi-before-after-slider-container {
    display: none !important;
}

.dipi-before-after-slider-container, 
.dipi-before-after-slider-content, 
.dipi-before-after-slider-hover {
    width: 100%;
}

.dipi-before-after-slider-container {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    transition: 1.3s;
    border-style: solid;
}

.dipi-before-after-slider-inner-wrapper {
    position: relative;
    transition: 1.3s;
    border-style: solid;
}
 .dipi-before-after-slider-content, 
 .dipi-before-after-slider-hover {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    padding: 30px;
    border-style: solid;
    transition: 1s;
}

.dipi-before-after-slider-container .dipi-before-after-slider-content > div,
.dipi-before-after-slider-container .dipi-before-after-slider-hover > div {
  width: 100%;
}

.dipi-before-after-slider-container .dipi-before-after-slider-content .dipi-image-wrap,
.dipi-before-after-slider-container .dipi-before-after-slider-hover .dipi-image-wrap {
    width: 100%;
    margin: auto;
    position: relative;
}

.dipi-before-after-slider-container .dipi-before-after-slider-content .dipi-image-wrap img, 
.dipi-before-after-slider-container .dipi-before-after-slider-hover .dipi-image-wrap img {
    border-style: solid;
}

.dipi_before_after_slider  .et_pb_section_video_bg video {
    object-fit: cover;
    transition: 1.3s;
}

.et-fb-all-modules .dipi_before_after_slider:before {
    content: "\64" !important;
}

.et-fb-all-modules .dipi_before_after_slider {
    background-color: #3949ab !important;
    color: white !important;
    overflow: visible !important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.et-fb-all-modules .dipi_before_after_slider span {
    font-size: 10px !important;
}

.dipi_before_after_slider_horizontal .dipi_before_after_slider_handle:before, 
.dipi_before_after_slider_horizontal .dipi_before_after_slider_handle:after, 
.dipi_before_after_slider_vertical .dipi_before_after_slider_handle:before, 
.dipi_before_after_slider_vertical .dipi_before_after_slider_handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    border-style: solid;
    border-width: 0;
}

.dipi_before_after_slider_horizontal .dipi_before_after_slider_handle:before, 
.dipi_before_after_slider_horizontal .dipi_before_after_slider_handle:after {
    width: 4px;
    height: 9999px;
    left: 50%;
    margin-left: -2px;
}

.dipi_before_after_slider_vertical .dipi_before_after_slider_handle:before, 
.dipi_before_after_slider_vertical .dipi_before_after_slider_handle:after {
    width: 9999px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
}

.dipi_before_after_slider_before_label_span,
.dipi_before_after_slider_after_label_span,
.dipi_before_after_slider_overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.dipi_before_after_slider_before_label_span,
.dipi_before_after_slider_after_label_span {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 13px;
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    cursor: pointer;
    width: auto;
    height: auto;
}

.dipi_before_after_slider_horizontal .dipi_before_after_slider_before_label_span, 
.dipi_before_after_slider_horizontal .dipi_before_after_slider_after_label_span {
    top: 50%;
    transform: translateY(-50%);
}

.dipi_before_after_slider_vertical .dipi_before_after_slider_before_label_span,
.dipi_before_after_slider_vertical .dipi_before_after_slider_after_label_span {
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

.dipi_before_after_slider_left_arrow,
.dipi_before_after_slider_right_arrow,
.dipi_before_after_slider_up_arrow,
.dipi_before_after_slider_down_arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.dipi_before_after_slider_left_arrow,
.dipi_before_after_slider_right_arrow {
    top: 50%;
    transition: all .1s ease-out 0s;
}

.dipi_before_after_slider_up_arrow,
.dipi_before_after_slider_down_arrow {
    left: 50%;
    transition: all .1s ease-out 0s;
}

.dipi_before_after_slider_container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.dipi_before_after_slider_container img {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.dipi_before_after_slider_container.active .dipi_before_after_slider_overlay, 
.dipi_before_after_slider_container.active:hover .dipi_before_after_slider_overlay {
    background: rgba(0, 0, 0, 0);
}

.dipi_before_after_slider_container.active .dipi_before_after_slider_overlay .dipi_before_after_slider_before_label_span,
.dipi_before_after_slider_container.active .dipi_before_after_slider_overlay .dipi_before_after_slider_after_label_span,
.dipi_before_after_slider_container.active:hover.dipi_before_after_slider_overlay .dipi_before_after_slider_before_label_span,
.dipi_before_after_slider_container.active:hover.dipi_before_after_slider_overlay .dipi_before_after_slider_after_label_span {
    opacity: 0;
}


.dipi_before_after_slider_container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.dipi_before_after_slider_horizontal .dipi_before_after_slider_before_label_span {
    left: 10px;
}

.dipi_before_after_slider_horizontal .dipi_before_after_slider_after_label_span {
    right: 10px;
}

.dipi_before_after_slider_vertical .dipi_before_after_slider_before_label_span {
    top: 10px;
}

.dipi_before_after_slider_vertical .dipi_before_after_slider_after_label_span {
    bottom: 10px;
    top:auto;
}

.dipi_before_after_slider_overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.dipi_before_after_slider_overlay:hover .dipi_before_after_slider_after_label_span,
.dipi_before_after_slider_overlay:hover .dipi_before_after_slider_before_label_span {
    opacity: 1;
}

.dipi_before_after_slider_before {
    z-index: 20;
}

.dipi_before_after_slider_after {
    z-index: 10;
}

.dipi_before_after_slider_handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    z-index: 40;
    cursor: pointer;
}
.dipi_before_after_slider_container.no_circle_handle .dipi_before_after_slider_handle {
    background: transparent !important;
    box-shadow: unset !important;
    border: none !important;
}
.dipi_before_after_slider_container.no_circle_handle .dipi_before_after_slider_handle:before,
.dipi_before_after_slider_container.no_circle_handle .dipi_before_after_slider_handle:after {
    transform: translate(0) !important;
    margin: 0 !important;
    box-shadow: unset !important;
}
.dipi_before_after_slider_horizontal .dipi_before_after_slider_handle:before {
    bottom: 50%;
    transform: translateY(-19px);
    margin-bottom: 4px;
}

.dipi_before_after_slider_horizontal .dipi_before_after_slider_handle:after {
    top: 50%;
    transform: translateY(19px);
    margin-top: 4px;
}

.dipi_before_after_slider_vertical .dipi_before_after_slider_handle:before {
    left: 50%;
    margin-left: 22px;
}

.dipi_before_after_slider_vertical .dipi_before_after_slider_handle:after {
    right: 50%;
    margin-right: 22px;
}

.dipi_before_after_slider_left_arrow {
    border-right: 6px solid white;
    left: calc(50% - 6px);
    transform: translate(-100%, -50%);
}

.dipi_before_after_slider_right_arrow {
    border-left: 6px solid white;
    right: calc(50% - 6px);
    transform: translate(100%, -50%);
}

.dipi_before_after_slider_up_arrow {
    border-bottom: 6px solid white;
    top: calc(50% - 6px);
    transform: translate(-50%, -100%);
}

.dipi_before_after_slider_down_arrow {
    border-top: 6px solid white;
    bottom: calc(50% - 6px);
    transform: translate(-50%, 100%);
}
.dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_up_arrow,
.dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_down_arrow,
.dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_left_arrow,
.dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_right_arrow {
    width: 6px;
    height: 6px;
    border: 3px solid white;
}
.dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_left_arrow {
    transform: translate(-50%, -50%) rotate(45deg);
    left: calc(100% - 6px);
    border-top: none;
    border-right: none;
}
.dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_right_arrow {
    transform: translate(50%, -50%) rotate(45deg);
    border-left: none;
    right: calc(100% - 6px);
    border-bottom: none;
}
.dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_up_arrow {
    transform: translate(-50%, -50%) rotate(225deg);
    top: calc(100% - 6px);
    border-left: none;
    border-top: none;
}
.dipi_before_after_slider_container.arrow-handle_icon .dipi_before_after_slider_down_arrow {
    transform: translate(-50%, 50%) rotate(225deg);
    bottom: calc(100% - 6px);
    border-right: none;
    border-bottom: none;
}
.dipi_before_after_slider_container:not(.active) img,
.dipi_before_after_slider_container:not(.active) .dipi_before_after_slider_label,
.dipi_before_after_slider_container:not(.active) .dipi_before_after_slider_before_label_span,
.dipi_before_after_slider_container:not(.active) .dipi_before_after_slider_after_label_span,
.dipi_before_after_slider_container:not(.active) .dipi_before_after_slider_handle {
    transition: all 0.7s; 
}

.dipi_blog_slider .preloading {
    display: none;
}


.dipi_blog_slider .dipi-blog-post {
    border-style: solid;
    display: flex;
    flex-direction: column;
    position: relative;
}

.dipi_blog_slider .dipi-entry-featured-image-url {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0 !important;
}

.dipi_blog_slider .dipi-entry-featured-image-url>img.wp-post-image {
    position: relative;
    border-style: solid;
    cursor: pointer;
    transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
    transition-duration: 1s;
}

.dipi_blog_slider .dipi-entry-featured-image-url>img.wp-post-image:not(.lazyload) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dipi-blog-post .dipi-blog-post-overlay {
    display: flex;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    border-style: solid;
    line-height: 0 !important;
    transition: all .6s ease-in-out;
}

.dipi-blog-post:hover .dipi-blog-post-overlay {
    transition: all .6s ease-in-out;
}

.dipi_blog_slider .dipi-blog-post-overlay .dipi-author {
    align-self: flex-end;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.dipi_blog_slider .dipi-author .author {
    display: flex;
    align-items: center;
}

.dipi_blog_slider .dipi-author .author,
.dipi_blog_slider .dipi-author .author a {
    color: #f1f1f1;
}

.dipi_blog_slider .dipi-author .author>img {
    height: 24px;
    width: 24px;
    border-radius: 100px;
    margin: 0 5px;
}

.dipi_blog_slider .dipi-date {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.4 !important;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 9;
    background: #fff;
    color: #000;
}

.dipi_blog_slider .dipi-blog-post-meta {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dipi_blog_slider .dipi-blog-post-meta .dipi-author {
    margin-top: 10px;
    margin-left: 20px;
}

.dipi_blog_slider .dipi-blog-post-meta .dipi-date {
    position: relative;
    display: flex;
    background: #000;
    color: #fff;
    padding: 2px;
}

.dipi_blog_slider .dipi-date .dipi-month {
    font-size: 11px;
    line-height: .9;
}

.dipi_blog_slider .dipi-date .dipi-day {
    font-size: 24px;
    line-height: 1;
}

.dipi_blog_slider .dipi-date .dipi-year {
    font-size: 11px;
    line-height: .9;
}

.dipi_blog_slider .dipi-post-content {
    padding: 20px;
    position: relative;
}

.dipi_blog_slider .dipi-post-content .dipi-categories {
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.dipi_blog_slider .dipi-post-content .dipi-categories a {
    padding-right: 0px !important;
}

.dipi_blog_slider .dipi-post-content .dipi-categories a:after {
    content: none;
}

.dipi_blog_slider .dipi-post-content .dipi-post-text {
    line-height: 1.4;
}

.dipi_blog_slider .dipi-bottom-content {
    position: relative;
    flex-grow: 1;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.dipi_blog_slider .dipi-bottom-content a {
    margin-top: auto;
}

.dipi_blog_slider .dipi-bottom-content .dipi-comments {
    display: flex;
    align-items: center;
    margin-top: auto;
    justify-content: flex-end;
}

.dipi_blog_slider .dipi-bottom-content .dipi-comments span {
    line-height: 1;
}

.dipi_blog_slider .dipi-bottom-content .dipi-comments .comment-icon {
    margin-right: 5px;
    width: 16px;
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-zoomin img.wp-post-image {
    transform: scale(1.1);
}

.dipi-entry-featured-image-url.dipi-zoomout img.wp-post-image {
    transform: scale(1.1);
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-zoomout img.wp-post-image {
    transform: scale(1);
}

.dipi-entry-featured-image-url.dipi-rotate img.wp-post-image {
    height: 100%;
    width: 100%;
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-rotate img.wp-post-image {
    transform: scale(1.1) rotate(2deg);
}

.dipi-entry-featured-image-url.dipi-move-up img.wp-post-image {
    transform: scale(1.15);
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-move-up img.wp-post-image {
    transform: scale(1.15) translateY(-10px);
}

.dipi-entry-featured-image-url.dipi-move-down img.wp-post-image {
    transform: scale(1.15);
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-move-down img.wp-post-image {
    transform: scale(1.15) translateY(10px);
}

.dipi-entry-featured-image-url.dipi-move-right img.wp-post-image {
    transform: scale(1.1);
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-move-right img.wp-post-image {
    transform: scale(1.1) translateX(10px);
}

.dipi-entry-featured-image-url.dipi-move-left img.wp-post-image {
    transform: scale(1.1);
}

.dipi-blog-post:hover .dipi-entry-featured-image-url.dipi-move-left img.wp-post-image {
    transform: scale(1.1) translateX(-10px);
}





.dipi-blog-post-overlay-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}

.dipi_blog_slider .swiper-container .dipi-blog-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-wrap: nowrap;
    overflow: visible;
    transform-style: preserve-3d;
}

.dipi_blog_slider .swiper-pagination {
    text-align: center;
    width: 100%;
}

.dipi_blog_slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px;
}

.dipi_blog_slider .swiper-pagination-bullets {
    left: 50% !important;
    width: 100%;
    transform: translateX(-50%) !important;
    white-space: nowrap;
}

.dipi_blog_slider .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.dipi_blog_slider .swiper-button-next,
.dipi_blog_slider .swiper-button-prev {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 50px;
    margin-top: 0;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}

.dipi_blog_slider .swiper-button-next:after,
.dipi_blog_slider .swiper-button-prev:after {
    content: attr(data-icon);
    display: block;
    font-family: ETmodules;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.dipi_blog_slider .swiper-button-prev {
    left: -66px
}

.dipi_blog_slider .swiper-button-next {
    right: -66px
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: pointer;
    pointer-events: all
}

.dipi_blog_slider .swiper-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: start
}

.dipi_blog_slider.et_pb_module .swiper-arrow-button.show_on_hover {
    opacity: 0;
}

.dipi_blog_slider .swiper-button-prev.swiper-arrow-button.show_on_hover {
    left: 0 !important;
}

.dipi_blog_slider:hover .swiper-button-prev.swiper-arrow-button.show_on_hover {
    left: -66px !important;
}

.dipi_blog_slider .swiper-button-next.swiper-arrow-button.show_on_hover {
    right: 0 !important;
}

.dipi_blog_slider:hover .swiper-button-next.swiper-arrow-button.show_on_hover {
    right: -66px !important;
}

.dipi_blog_slider.et_pb_module:hover .swiper-arrow-button.show_on_hover,
.dipi_blog_slider.et_pb_module .swiper-arrow-button.show_on_hover:hover {
    opacity: 1;
}

.dipi_blog_slider .swiper-button-prev.swiper-arrow-button.show_on_hover:before,
.dipi_blog_slider .swiper-button-next.swiper-arrow-button.show_on_hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    content: " ";
    position: absolute;
}

.dipi_blog_slider .swiper-button-prev.swiper-arrow-button.show_on_hover:before {
    left: 50%;
}

.dipi_blog_slider .swiper-button-next.swiper-arrow-button.show_on_hover:before {
    right: 50%;
}

.dipi-blog-slider-main {
    overflow: hidden;
}

.dipi_blog_slider .dipi-bottom-content .dipi-more-link {
    margin-top: auto;
}
/**
 * Swiper 11.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 2, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */


:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

.dipi-button-grid-container {
    display: flex;
}

.dipi_button_grid .dipi-button-grid-container {
    height: 100%;
}
.dipi_button_grid_item  .dipi-button-wrap:hover,
.dipi_button_grid_item  .dipi-button-wrap {
    transition: all .3s ease 0ms !important;
}

body #page-container .dipi_button_grid_item  .dipi-button-wrap:after,
body #page-container .dipi_button_grid_item  .dipi-button-wrap:before {
    line-height: inherit;
    font-size: inherit !important;
}
.et_pb_module.dipi_button_grid_item ,
div.dipi_button_grid.et_pb_module .dipi-button-grid-container div.dipi_button_grid_item .et_pb_module {
    margin: 0.5em;
}
.dipi_button_grid_item   > .et_pb_module_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.dipi-button-grid[data-icon]:not([data-icon=""]):after {
    content: attr(data-icon);
}
.dipi_carousel .et_pb_main_blurb_image .et-waypoint {
    opacity: 1 !important;
}

/* .dipi_carousel .dipi_carousel_child {
    border-style: solid;
    transition: all .3s ease-in-out !important;
  }
  
  .dipi_carousel .dipi_carousel_child:hover {
    transition: all .3s ease-in-out;
  } */


.dipi_carousel_child.swiper-slide .dipi_carousel_child {
    width: 100%;
}

.dipi_carousel .swiper-container .dipi_carousel_child {
    display: flex;
    position: relative;
    font-size: 14px;
    justify-content: flex-start;
    margin-bottom: 0 !important;
    flex-shrink: 0;
    flex-direction: column;
    float: none !important;
    clear: none !important;
    height: auto;
    transition-property: transform;
    overflow: hidden;
    /* Added to fix not click card in safari*/
    pointer-events: auto;
    transform: translate(0);
}

/* Has been moved below. Check if this causes any issues. */
/* .dipi_carousel .swiper-container-3d .dipi-carousel-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  } */

/* Removed 'width: 0' code to fix issue of not showing carousel in firefox 
  when percentage of max-width setting is used in child module.
  Not sure when we need width: 0.
  * @since 20240810
  * @Author Roberto
  * @ticket 26651931 */
/* @-moz-document url-prefix() {
    .dipi_carousel .dipi-carousel-main[data-effect="coverflow"] .swiper-container .dipi-carousel-wrapper {
      width: 0 !important;
    }
  } */


.dipi_carousel .swiper-container .dipi-carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-wrap: nowrap;
    overflow: visible;
    /* FIXME: Maybe only use in .swiper-container-3d? */
    transform-style: preserve-3d;
    /* Added to fix not click card in safari*/
    pointer-events: none;
    /* Should be generated by npm */
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-transition-property: transform;
    -ms-flex-wrap: none; */
}

.dipi_carousel .swiper-pagination {
    text-align: center;
    width: 100%;
}

.dipi_carousel .swiper-pagination .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.dipi_carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px;
}

.dipi_carousel .swiper-pagination-bullets {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    /* -webkit-transform: translateX(-50%); */
}

.dipi_carousel .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.dipi_carousel .swiper-button-next,
.dipi_carousel .swiper-button-prev {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 50px;
    margin-top: 0;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;

    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition:  all .3s;
    -o-transition:  all .3s; */
}

.dipi_carousel .swiper-button-next:after,
.dipi_carousel .swiper-button-prev:after {
    content: attr(data-icon);
    display: block;
    font-family: ETmodules;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}

.dipi_carousel .swiper-button-prev {
    left: -66px
}

.dipi_carousel .swiper-button-next {
    right: -66px
}

.dipi_carousel .swiper-button-next.swiper-button-disabled,
.dipi_carousel .swiper-button-prev.swiper-button-disabled {
    cursor: pointer;
    pointer-events: all
}

.dipi_carousel .swiper-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: start;

    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; */
}

.dipi_carousel.et_pb_module .swiper-arrow-button.show_on_hover {
    opacity: 0;
}

.dipi_carousel .swiper-button-prev.swiper-arrow-button.show_on_hover {
    left: 0 !important;
}

.dipi_carousel .swiper-button-next.swiper-arrow-button.show_on_hover {
    right: 0 !important;
}

.dipi_carousel.et_pb_module:hover .swiper-arrow-button.show_on_hover,
.dipi_carousel.et_pb_module .swiper-arrow-button.show_on_hover:hover {
    opacity: 1;
}

.dipi_carousel .swiper-button-prev.swiper-arrow-button.show_on_hover:before,
.dipi_carousel .swiper-button-next.swiper-arrow-button.show_on_hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    content: " ";
    position: absolute;
}

.dipi_carousel .swiper-button-prev.swiper-arrow-button.show_on_hover:before {
    left: 50%;
}

.dipi_carousel .swiper-button-next.swiper-arrow-button.show_on_hover:before {
    right: 50%;
}

.dipi_carousel .swiper-container {
    overflow: hidden;
}
.dipi_carousel_child {
    display: flex;
    align-items: center;
}

.dipi_carousel_child .et_pb_module_inner {
    width: 100%;
}

.dipi-image-wrap {
    display: flex;
    position: relative;
    width: 100%;
}

.dipi-carousel-icon {
    transition: 0.3s;
}

.dipi-carousel-icon-circle-border {
    border: 3px solid;
}

.dipi-carousel-icon-circle {
    padding: 25px;
    border-radius: 100%;
    font-size: 48px;
}

.dipi_carousel_child .dipi-carousel-image {
    display: block;
    overflow: hidden;
    border-style: solid;
}

.dipi_carousel_child .dipi-carousel-image img {
    position: relative;
    border-style: solid;
    height: auto;
    display: block;
    width: 100%;
}

.dipi_carousel_child .dipi-carousel-item-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    border-style: solid;
    position: relative;
}

.dipi_carousel_child .dipi-carousel-item-title {
    margin-bottom: 15px;
    padding: 0;
}

.dipi_carousel_child .dipi-carousel-item-desc {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 15px;
}

.dipi_carousel_child .dipi-carousel-button-wrapper {
    flex: 1;
}

.dipi_carousel_child .dipi-carousel-button {
    font-size: 20px;
    display: inline-block;
    border-style: solid;
}

.dipi_carousel_child .dipi-carousel-button:hover:after,
.dipi_carousel_child .dipi-carousel-button:hover:before {
    font-size: inherit !important;
    line-height: inherit;
}

.dipi_carousel .dipi-carousel-child-wrapper>a,
.et_pb_menu .et-menu-nav li .dipi_carousel .dipi-carousel-child-wrapper>a,
.et_pb_menu .et-menu-nav li ul.sub-menu .dipi_carousel .dipi-carousel-child-wrapper>a {
    height: auto;
}

.dipi-carousel-child-wrapper .dipi-carousel-image img {
    transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
    transition-duration: 1s;
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-zoomin img {
    transform: scale(1.1);
}

.dipi-carousel-image.dipi-zoomout img {
    transform: scale(1.1);
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-zoomout img {
    transform: scale(1);
}

.dipi-carousel-image.dipi-rotate img {
    height: 100%;
    width: 100%;
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-rotate img {
    transform: scale(1.1) rotate(2deg);
}

.dipi-carousel-image.dipi-move-up img {
    transform: scale(1.15);
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-move-up img {
    transform: scale(1.15) translateY(-10px);
}

.dipi-carousel-image.dipi-move-down img {
    transform: scale(1.15);
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-move-down img {
    transform: scale(1.15) translateY(10px);
}

.dipi-carousel-image.dipi-move-right img {
    transform: scale(1.1);
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-move-right img {
    transform: scale(1.1) translateX(10px);
}

.dipi-carousel-image.dipi-move-left img {
    transform: scale(1.1);
}

.dipi-carousel-child-wrapper:hover .dipi-carousel-image.dipi-move-left img {
    transform: scale(1.1) translateX(-10px);
}

.dipi-carousel-image {
    position: relative;
}

.dipi_carousel_child .dipi-carousel-image img.dipi-c-hover-img {
    position: absolute;
    top: 0;
}

.dipi-carousel-image.dipi-c-has-hover .dipi-c-img {
    transition: all .5;
    z-index: 1;
}

.dipi-carousel-image.dipi-c-has-hover:hover .dipi-c-img {
    opacity: 0;
}

.dipi_carousel_child .dipi-carousel-item-desc p:empty {
    padding: 0;
}
.dipi_content_slider .dipi-content-slider {
    display: flex;
    flex-direction: column;
    position: relative;
    direction: ltr;
}
.dipi_content_slider .dipi-content-slider .dipi-navigation {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.dipi_content_slider .dipi-content-slider .dipi-navigation .dipi-nav-button {
    justify-content: center;
    align-items: center;
}
.dipi_content_slider .dipi-content-slider .dipi-navigation .dipi-prev-button{
    cursor: pointer;
    transform:translate(-100%, -50%);
    position: absolute;
    left: 0px;
}
.dipi_content_slider .dipi-content-slider .dipi-navigation .dipi-next-button{
    cursor: pointer;
    transform:translate(100%, -50%);
    position: absolute;
    right: 0px;
}
.dipi_content_slider .dipi-next-button:after,
.dipi_content_slider .dipi-prev-button:after {
    content: attr(data-icon);
    display: block;
    font-family: ETmodules;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}
.dipi_content_slider.et_pb_module .dipi-nav-button.show_on_hover {
    opacity: 0;
}
.dipi_content_slider .dipi-prev-button.dipi-nav-button.show_on_hover {
    left: 0 !important;
}
.dipi_content_slider .dipi-next-button.dipi-nav-button.show_on_hover {
    right: 0 !important;
}
.dipi_content_slider.et_pb_module:hover .dipi-nav-button.show_on_hover,
.dipi_content_slider.et_pb_module .dipi-nav-button.show_on_hover:hover
{
  opacity: 1;
}
.dipi_content_slider .dipi-content-slider.label-top .dipi-progress-line,
.dipi_content_slider .dipi-content-slider.label-top .content-slider-gradations-wrapper
{
    order: 2;
}
.dipi_content_slider .dipi-content-slider-items {
    display: flex;
    justify-content: space-between;
}

.dipi_content_slider .dipi-progress-line {
    background: #d8d8d8;
    width: 100%;
    height: 7px;
    position: relative;
    display: flex;
    align-items: center;
    border-style: solid;
}
.dipi_content_slider div.dipi-content-slider  .dipi-progress-line {
    overflow: visible;
}
.dipi_content_slider .dipi-progress-line-active {
    background: #FF4200;
    width: 50%;
    height: 7px;
    transition: all 0.3s;
    border-style: solid;
}
.dipi_content_slider .dipi-progress-line-event-placeholder {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.dipi_content_slider .dipi-content-slider.slider_with_pin .dipi-slider-pin,
.dipi_content_slider .dipi-content-slider.slider_with_line .dipi-progress-line,
.dipi_content_slider .dipi-content-slider.slider_with_line .dipi-progress-line-active,
.dipi_content_slider .dipi-content-slider.slider_with_line .dipi-progress-line-event-placeholder,
.dipi_content_slider .dipi-content-slider.slider_with_label .content-slider-item {
    cursor: pointer;
}
.dipi_content_slider .dipi-slider-pin {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 7px solid #FF4200;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    z-index: 1;
}
.dipi_content_slider .dipi_content_slider_child.et_pb_module {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    margin-bottom: 0;
}
.dipi_content_slider .dipi_content_slider_child:last-child {
    width: 0;
    flex-grow: 0;
}
.dipi_content_slider .content-slider-item {
    transform: translateX(-50%);
    width: fit-content;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.dipi_content_slider .dipi_content_slider_child .et_pb_module_inner {
    height: 100%;
}
/*.dipi_content_slider .dipi_content_slider_child:first-child .content-slider-item {
    transform: translateX(0);
}
.dipi_content_slider .dipi_content_slider_child:last-child .content-slider-item {
    transform: translateX(-100%);
}*/
.dipi_content_slider .content-slider-gradations-wrapper {
    transition: all 0.3s;
}
.dipi_content_slider .content-slider-gradations {
    width: 1px;
    height: 10px;
    background: #FF4200;
    display: block;
    margin: auto;
    transition: all 0.3s;
}
.dipi_content_slider .content-slider-item.active .content-slider-gradations {
    width: 1px;
    height: 10px;
}
.dipi_content_slider  .content-slider-label {
    display: block;
    text-align: center;
    border-style: solid;
    padding: 4px 8px;
    transition: all 0.3s;
    white-space: nowrap;
}
.dipi_content_slider .content-slider-desc {
    flex-grow: 1;
    border-style: solid;
    padding: 4px 8px;
    transition: all 0.3s;
}
.dipi_content_slider_child {
    margin-bottom: 0!important;
}
.dipi_countdown .flip_clock .face {
   display: inline-block;
   margin: 5px;
}

.dipi_countdown .flip_clock .time {
   border-radius: 5px;
   box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
   display: inline-block;
   text-align: center;
   position: relative;
   height: 95px;
   width: 65px;
   -webkit-perspective: 479px;
   -moz-perspective: 479px;
   -ms-perspective: 479px;
   -o-perspective: 479px;
   perspective: 479px;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   -o-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

.dipi_countdown .flip_clock .count {
   /* background: #202020; */
   color: #f8f8f8;
   display: block;
   font-family: 'Oswald', sans-serif;
   font-weight: 400;
   line-height: 2.25em;
   font-size: 3em;
   overflow: hidden;
   position: absolute;
   text-align: center;
   /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); */
   top: 0;
   width: 100%;
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-transform-style: flat;
   -moz-transform-style: flat;
   -ms-transform-style: flat;
   -o-transform-style: flat;
   transform-style: flat;
}

.dipi_countdown .flip_clock {
   text-align: center;
}

.dipi_countdown .flip_clock .count.top {
   border-top: 1px solid rgba(255, 255, 255, 0.2);
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   border-radius: 5px 5px 0 0;
   height: 50%;
   -webkit-transform-origin: 50% 100%;
   -moz-transform-origin: 50% 100%;
   -ms-transform-origin: 50% 100%;
   -o-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
}

.dipi_countdown .flip_clock .count.bottom {
   background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
   background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
   background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
   background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
   background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
   border-radius: 0 0 5px 5px;
   line-height: 0 !important;
   height: 50%;
   top: 50%;
   -webkit-transform-origin: 50% 0;
   -moz-transform-origin: 50% 0;
   -ms-transform-origin: 50% 0;
   -o-transform-origin: 50% 0;
   transform-origin: 50% 0;
}

.dipi_countdown .block_clock .face_wrapper {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
}

.dipi_countdown .block_clock .face {
   text-align: center;
   padding: 20px;
   margin: 5px;
}

.dipi_countdown .block_clock .label {
   color: #ffffff;
   font-size: normal;
   margin-top: 5px;
   margin-bottom: 5px;
   word-break: break-all;
}

.dipi_countdown .block_clock .time {
   color: #ffffff;
   font-size: 4em;
   line-height: 1;
   margin-top: 5px;
   margin-bottom: 5px;
}

.dipi_countdown .flip_clock .label {
   font-size: normal;
   margin-top: 5px;
   margin-bottom: 5px;
   display: block;
}


/* Animation start */

.dipi_countdown .flip_clock .count.curr.top {
   -webkit-transform: rotateX(0deg);
   -moz-transform: rotateX(0deg);
   -ms-transform: rotateX(0deg);
   -o-transform: rotateX(0deg);
   transform: rotateX(0deg);
   z-index: 3;
}

.dipi_countdown .flip_clock .count.next.bottom {
   -webkit-transform: rotateX(90deg);
   -moz-transform: rotateX(90deg);
   -ms-transform: rotateX(90deg);
   -o-transform: rotateX(90deg);
   transform: rotateX(90deg);
   z-index: 2;
}


/* Animation end */

.dipi_countdown .flip_clock .flip .count.curr.top {
   -webkit-transition: all 250ms ease-in-out;
   -moz-transition: all 250ms ease-in-out;
   -ms-transition: all 250ms ease-in-out;
   -o-transition: all 250ms ease-in-out;
   transition: all 250ms ease-in-out;
   -webkit-transform: rotateX(-90deg);
   -moz-transform: rotateX(-90deg);
   -ms-transform: rotateX(-90deg);
   -o-transform: rotateX(-90deg);
   transform: rotateX(-90deg);
}

.dipi_countdown .flip_clock .flip .count.next.bottom {
   -webkit-transition: all 250ms ease-in-out 250ms;
   -moz-transition: all 250ms ease-in-out 250ms;
   -ms-transition: all 250ms ease-in-out 250ms;
   -o-transition: all 250ms ease-in-out 250ms;
   transition: all 250ms ease-in-out 250ms;
   -webkit-transform: rotateX(0deg);
   -moz-transform: rotateX(0deg);
   -ms-transform: rotateX(0deg);
   -o-transform: rotateX(0deg);
   transform: rotateX(0deg);
}

.dipi_countdown .flip_clock .face_wrapper {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

.dipi_countdown .forwarding_wrapper {
   display: none;
}

.dipi_countdown .disabled .forwarding_wrapper {
   display: block;
}

@media all and (max-width: 767px) {
   .dipi_countdown .flip_clock {
       width: 100%;
   }
   .dipi_countdown .flip_clock .face {
       margin: 1px;
   }
   .dipi_countdown .flip_clock .time {
       height: 70px;
       width: 48px;
   }
   .dipi_countdown .flip_clock .count {
       font-size: 1.5em;
       line-height: 68px;
   }
   .dipi_countdown .flip_clock .label {
       font-size: 0.8em;
       top: 72px;
   }
   .dipi_countdown .block_clock .face {
       padding: 2px;
       margin: 1px;
   }
   .dipi_countdown .block_clock .time {
       font-size: 2.5em;
   }
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .flip_clock {
   width: 100%;
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .flip_clock .face {
   margin: 1px;
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .flip_clock .time {
   height: 70px;
   width: 48px;
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .flip_clock .count {
   font-size: 1.5em;
   line-height: 68px;
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .flip_clock .label {
   font-size: 0.8em;
   top: 72px;
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .block_clock .face {
   padding: 2px;
   margin: 1px;
}

.et_fb_preview_active--responsive_preview--phone_preview .dipi_countdown .block_clock .time {
   font-size: 2.5em;
}
.dipi-counter-container{position: relative;}
.dipi_counter {
	position: relative;
	/* display: -webkit-box; */
	display: -webkit-inline-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dipi_counter {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dipi_counter .dipi_counter_number {
	position: absolute;
	width: 100%;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dipi_counter .half_circle .dipi_counter_number {
	transform: translate(-50%, 0);
}

.dipi_counter_number_wrapper {
	width: 100%;
}
.dipi_counter .half_circle svg.circle-container {
	fill: transparent;
}
.dipi_counter .half_circle svg.circle-container .circle-text {
	visibility: hidden;
}
.dipi_counter .half_circle svg.circle-container .foreground-circle {
	stroke: transparent;
}

.dipi_counter .half_circle .circle-container {
	overflow: visible;
}
.dipi_counter .half_circle .dipi_label {
	position: absolute;
	top: 50%;
	transform: translateY(100%);
}

.dipi_counter .half_circle .dipi_label.dipi_start_label {
	left: 0;
}
.dipi_counter .half_circle .dipi_label.dipi_end_label {
	right: 0;
}
.dipi_counter .dipi_counter_number_wrapper.half_circle {
	margin: auto;
	position: relative;
}

.dipi-pixel-divider{
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;    
}

.dipi-td-first,
.dipi-td-second {
    /* flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 0;  */
    max-width: 100%;
    display: flex;
    overflow: hidden;
}

.dipi-td-first:not(.dipi-td-decoration-line),
.dipi-td-second:not(.dipi-td-decoration-line) {
    border-style: solid;
}

.dipi-td-first img,
.dipi-td-second img{
    width: 100%;
}

.dipi-td-content{
    border-style: solid;
}

.dipi-td-left img,
.dipi-td-right img{
    display: block;
    width:auto;
    height: auto;
}

.dipi-pixel-divider.dipi-pixel-divider-row .dipi-td-decoration-line{
    flex-grow: 1;
    flex-shrink: 1;
    /* width: 100%; */
}
.dipi-pixel-divider.dipi-pixel-divider-column{
    flex-direction: column;
}
.dipi-pixel-divider.dipi-pixel-divider-row .dipi-td-decoration-icon {
    flex: 0 1 auto;
}
.dipi-pixel-divider.dipi-pixel-divider-column .dipi-td-decoration-line,
.dipi-pixel-divider.dipi-pixel-divider-column .dipi-td-decoration-image{
    width: 100%;
}
.dipi-pixel-divider.dipi-pixel-divider-column .dipi-td-decoration-line {
    flex:1 !important;
}
.dipi-pixel-divider.dipi-pixel-divider-column.dipi-pixel-divider-mirror .dipi-td-second{
    transform: scaleY(-1);
}
.dipi-pixel-divider.dipi-pixel-divider-row.dipi-pixel-divider-mirror .dipi-td-second{
    transform: scaleX(-1);
}

.dipi-td-content .dipi-td-lottie{width:100%;}

.dipi-pixel-divider .et-pb-icon{
    display: block;
}

.CodeMirror-scroll {
    max-height: 400px !important;
}
.dipi_expanding_cta .dipi-content-image-icon-wrap,
.dipi_expanding_cta .dipi_expanding_cta_container .dipi_expanding_cta-content-wrapper {
    border-style: solid;
}

.dipi_expanding_cta .dipi_expanding_cta_container .dipi_expanding_cta-content-wrapper,
.dipi_expanding_cta_container {
    position: relative;
    z-index: 1;
}

.dipi_expanding_cta .dipi-content-image-icon-wrap.dipi-icon-wrap {
    width: fit-content;
}

.dipi_expanding_cta .dipi_extending_cta-overlay {
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

/* Styling of Expanded CTA & Overlay */
.dipi_expanding_cta .dipi_expanding_cta_container .dipi_expanding_cta_container-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: normal;
    border-style: solid;
}

.dipi_expanding_cta .dipi_expanding_cta_container .dipi_expanding_cta_container-background,
.dipi_expanding_cta .dipi_expanding_cta_container .dipi_expanding_cta-content-wrapper,
.dipi_expanding_cta .dipi_expanding_cta_container>.et_parallax_bg_wrap {
    transition: transform 500ms ease-in-out, box-shadow 500ms ease-in-out !important;
    /* without !important, transition won't work when border is set*/
}

.dipi_expanding_cta.dipi-expanded-cta .dipi_expanding_cta_container .dipi_expanding_cta_container-background,
.dipi_expanding_cta.dipi-expanded-cta .dipi_expanding_cta_container .dipi_expanding_cta-content-wrapper {
    transform: scale(1.2);
}

.dipi_expanding_cta.dipi-expanded-cta .dipi_extending_cta-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}

/* Animated CTA Section slide out menu and back to top button */
.dipi-has-expanding-cta-body header#main-header {
    transition: all 500ms ease-in-out !important;
}

.dipi-has-expanding-cta-body .et_pb_scroll_top {
    transition: all .5s ease-in-out;
}

/* Non theme builder header */
body.dipi-expanded-body.dipi-hide_header_in-expanded-body header#main-header {
    margin-top: -100px;
}

/* Theme builder header */
.dipi-has-expanding-cta-body .et-l--header .et_pb_section_0_tb_header,
.dipi-has-expanding-cta-body .et-l--header .et_pb_sticky {
    transition: all .5s ease-in-out;
}

body.dipi-expanded-body.dipi-hide_header_in-expanded-body .et-l--header .et_pb_section--fixed,
body.dipi-expanded-body.dipi-hide_header_in-expanded-body .et-l--header .et_pb_sticky {
    top: -100% !important;
}

body.dipi-expanded-body.dipi-hide_btt_in-expanded-body .et_pb_scroll_top {
    right: -100%;
}

/* hide the horizontal scrollbar when CTA section expands */

body.dipi-expanded-body #et-main-area {
    /* overflow-x:hidden causing the issue of not showing expanding cta in mobile */
    overflow-x: clip;
    /* use overflow-x: clip since 20240420 */
}

.dipi-expanded-body .et-l.et-l--header,
body.dipi-expanding_cta-on-top-removing .et-l.et-l--header,
body.dipi-has-expanding-cta-body #theme-builder-area--et_header_layout {
    z-index: 99999;
}

.dipi-expanding_cta-on-top {
    z-index: 9999 !important;
}

.dipi-expanding_cta-on-top-removing {
    z-index: 9990 !important;
}

.dipi_expanding_cta .dipi-content-heading,
.dipi_expanding_cta .dipi-desc,
.dipi_expanding_cta .dipi_expanding_cta-content-wrapper .dipi-button-wrapper {
    text-align: center;
}

.dipi_expanding_cta .dipi_extending_cta-overlay {
    background-color: rgba(12, 113, 195, 0.63);
}

.dipi_expanding_cta .dipi_expanding_cta-content {
    margin: auto;
}

.dipi_content_button,
.dipi_second_button {
    display: inline-block;
}

.dipi_expanding_cta .dipi_expanding_cta_container .dipi_expanding_cta-content-wrapper {
    overflow: hidden;
}

.dipi_filterable_gallery .dipi-filter-bar {
    display: flex;
    flex-wrap: wrap;
    border-style: solid;
    transition: all 500ms ease 0ms;
  }
  @media(min-width: 981px) {
    .dipi_filterable_gallery .sticky_filter_bar .dipi-filter-bar{
      position: sticky;
      z-index: 1;
    }
  }
   .dipi-filter-bar-item {
    border-style: solid;
    cursor: pointer;
    align-self: center;
    
  }
  .dipi_filterable_gallery .grid-item.hidden {
    display: none;
  }
  .dipi-filterable-gallery-icon{
    padding: 20px;
    font-size: 18px;
    color: #FFFFFF;
    transition: all .3s;
  }
  .dipi-filterable-gallery-icon.dipi-filterable-gallery-icon-circle {
    background-color: rgba(255,255,255,0.22);
  }
  .dipi_filterable_gallery_overlay.background-hover {
    background-color: rgba(10,0,0,0.45);
  }
  .dipi_filterable_gallery .dipi-pagination {
    display: flex;
    justify-content: center;
    gap:5px;
    margin-top: 30px;
    padding: 12px;
  }
  .dipi_filterable_gallery .dipi-pagination.long-mobile {
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
    -webkit-mask-image: linear-gradient(to right,rgb(0,0,0) 86%,transparent 100%);
  }
  .dipi_filterable_gallery .dipi-pagination .dipi-pagination-btn{
    font-weight: bold;
    cursor: pointer;
    border-style: solid;
    padding: 5px 12px;
    flex-shrink: 0;
  }
  .dipi_filterable_gallery .dipi-pagination .dipi-pagination-btn.active
  {
    border-style: solid;
    background: #ff4200;
    color: #ffffff;
  }
  .dipi_filterable_gallery .dipi-loadmore-btn {
    cursor: pointer;
    border-style: solid;
    padding: 5px 12px;
  }
  .watch_end_of_grid {
    min-height: 10px;
    margin: 0;
  }
  .dipi-fg-lighbox-opened img.mfp-img {
    padding: 0;
    margin: 40px auto;
    max-height: calc(100vh - 80px) !important;
    object-fit: contain;
    min-width: 300px;
  }
  .dipi-fg-lighbox-opened .mfp-figure {
    max-height: 100vh;
    overflow:auto;
  }
  .dipi-fg-lighbox-opened .mfp-bottom-bar {
    position: relative;
  }
  .dipi-fg-lighbox-opened .mfp-figure:after {
    content: unset;
  }
  .dipi-fg-lighbox-opened .mfp-figure figure {
    position: relative;
  }
  .dipi-fg-lighbox-opened .mfp-figure figure figcaption {
    position: absolute;
    width: 100%;
  }
  .dipi-fg-lighbox-opened .mfp-img {
    position: relative;
  }
  .dipi-fg-lighbox-opened .mfp-img{
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444;
  }
  @media(max-width: 980px ) and (min-width: 768px) {
    .dipi_filterable_gallery .grid-item.tablet_show {
        display: block;   
    }
    .dipi_filterable_gallery .grid-item.tablet_hidden {
        display: none;
    }
  }
  @media(max-width: 767px ) {
    .dipi_filterable_gallery .grid-item.phone_show {
        display: block;   
    }
    .dipi_filterable_gallery .grid-item.phone_hidden {
        display: none;
    }
  }
  
  .dipi_filterable_gallery .dipi-filter-bar .dipi-filter-bar-item {
    transition: all 500ms ease 0ms;
  }
  .dipi_filterable_gallery .dipi-filtered-gallery-container {
    border-style: solid;
  }
  .dipi_filterable_gallery .dipi-filtered-gallery-item {
    display: none;
  }
  .dipi_filterable_gallery  .grid-item > a > .img-container,
  .dipi_filterable_gallery  .grid-item > .img-container {
    overflow: hidden;
    position: relative;
  }
  .dipi_filterable_gallery .dipi-filtered-gallery-item.active {
    display: block;
  }
  .dipi_filterable_gallery .dipi-filter-bar {
    gap: 20px;
  }
  .dipi_filterable_gallery .alert {
    display: none;
  }
  body.et-fb .dipi_filterable_gallery .alert,
  body.et-bfb .dipi_filterable_gallery .alert{
    display: block;
    background-color: #fff9f9;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #888;
    border: 1px solid #ffe6e6;
    margin-bottom: 15px;
  }
  .dipi_filterable_gallery .dipi-filter-bar-item-title {
    display: flex;
    gap: 0.5em;
  }
  .dipi_filterable_gallery .dipi-filter-bar-count:before {
    content: "(";
  }
  .dipi_filterable_gallery .dipi-filter-bar-count:after {
    content: ")";
  }
  .dipi_filterable_gallery .dipi_filterable_gallery_wrapper.layout_grid .grid{
    display: flex;
    flex-wrap: wrap;
  }
  .dipi_filterable_gallery .dipi_lightbox_link_icon {
    display: flex;
    gap: 10px;
  }
  .dipi_filterable_gallery .dipi_filterable_gallery_wrapper.layout_grid .grid-sizer,
  .dipi_filterable_gallery .dipi_filterable_gallery_wrapper.layout_grid .gutter-sizer {
    display: none;
  }
  .dipi_filterable_gallery .dipi_filterable_gallery_wrapper.layout_grid .grid img {
    width: 100%;
    object-fit: cover;
  }
  .dipi_filterable_gallery .dipi_filterable_gallery_wrapper.layout_grid .grid .grid-item {
    position: relative;
  }
  
  .dipi_filterable_gallery .grid-item img {
    display: block;
    width: 100%;
  }
  
  .dipi_filterable_gallery .grid .grid-item {
    border-style: solid;
  }
  
  .dipi_filterable_gallery .grid .grid-item:hover {
    transition: all .3s ease;
  }
  .dipi_filterable_gallery_overlay {
      /* z-index: -1; */
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0;
  }
  .dipi_filterable_gallery_overlay.background {
      /* background: rgba(21,2,42,0.3); */
      -webkit-transition: all .6s;
      opacity: 1;
      transition: all .6s;
  }
  .dipi_filterable_gallery_overlay.background-hover {
      /* background: rgba(21,2,42,0.3); */
      -webkit-transition: all .6s;
      opacity: 0;
      transition: all .6s;
  }
  .dipi_filterable_gallery_overlay.content {
      background: transparent;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-font-smoothing: antialiased;
      line-height: normal;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      flex-direction: column;
  }
  .dipi_filterable_gallery .grid-item:hover .dipi_filterable_gallery_overlay.background{opacity: 0;}
  .dipi_filterable_gallery .grid-item:hover .dipi_filterable_gallery_overlay.background-hover,
  .dipi_filterable_gallery .grid-item:hover .dipi_filterable_gallery_overlay.content {opacity: 1;z-index: 3;}
  
  .dipi-filterable-gallery-icon-circle {
      padding: 15px;
      border-radius: 100%;
  }
  .dipi_filterable_gallery .dipi-filterable-gallery-icon-circle-border,
  .dipi_filterable_gallery.et_pb_with_border .dipi-filterable-gallery-icon-circle-border {
      border: 2px solid;
  }
  .dipi_filterable_gallery  .grid.hide_lightbox .grid-item > .img-container{
      cursor: auto;
  }
  .dipi_filterable_gallery  .grid.show_lightbox .grid-item > .img-container{
      cursor: pointer;
  
  }
  .dipi-filterable-gallery-icon {
      margin-bottom: 20px;
      transition: all .3s;
  }
  
  .dipi_filterable_gallery .grid.show_overlay .dipi_filterable_gallery_overlay  {
      display: flex;
  }
  .dipi_filterable_gallery .grid.hide_overlay .dipi_filterable_gallery_overlay  {
      display: none;
  }
  @media (max-width: 980px) {
      .dipi_filterable_gallery .grid.show_overlay_tablet .dipi_filterable_gallery_overlay  {
          display: flex;
      }
      .dipi_filterable_gallery .grid.hide_overlay_tablet .dipi_filterable_gallery_overlay  {
          display: none;
      }
      .dipi_filterable_gallery  .grid.hide_lightbox_tablet .grid-item > .img-container{
          cursor: auto;
      }
      .dipi_filterable_gallery  .grid.show_lightbox_tablet .grid-item > .img-container{
          cursor: pointer;
      }
      .dipi_filterable_gallery .sticky_filter_bar_tablet .dipi-filter-bar{
        position: sticky;
        z-index: 1;
      }
  }
  
  @media (max-width: 767px) {
      .dipi_filterable_gallery .grid.show_overlay_phone .dipi_filterable_gallery_overlay  {
          display: flex;
      }
      .dipi_filterable_gallery .grid.hide_overlay_phone .dipi_filterable_gallery_overlay  {
          display: none;
      }
      .dipi_filterable_gallery  .grid.hide_lightbox_phone .grid-item > .img-container{
          cursor: auto;
      }
      .dipi_filterable_gallery  .grid.show_lightbox_phone .grid-item > .img-container{
          cursor: pointer;
      }
      .dipi_filterable_gallery .sticky_filter_bar_phone .dipi-filter-bar{
        position: sticky;
        z-index: 1;
      }
  }
  
  body.noscroll {
      overflow: hidden;
  }
  
  .img-container.dipi-fg-animation img{transition: all ease-in-out;transition-duration: .5s;}
  .img-container.dipi-fg-animation.dipi-fg-zoom-in:hover img{transform: scale(1.05);}
  
  .img-container.dipi-fg-animation.dipi-fg-zoom-out img{transform: scale(1.05);}
  .img-container.dipi-fg-animation.dipi-fg-zoom-out:hover img{transform: scale(1);
  }
  
  .img-container.dipi-fg-animation.dipi-fg-move-up img{transform: scale(1.1);}
  .img-container.dipi-fg-animation.dipi-fg-move-up:hover img{transform: scale(1.1) translateY(-10px);}
  
  .img-container.dipi-fg-animation.dipi-fg-move-down img{transform: scale(1.1);}
  .img-container.dipi-fg-animation.dipi-fg-move-down:hover img{transform: scale(1.1) translateY(10px);}
  
  .img-container.dipi-fg-animation.dipi-fg-move-right img{transform: scale(1.1);}
  .img-container.dipi-fg-animation.dipi-fg-move-right:hover img{transform: scale(1.1) translateX(10px);}
  
  .img-container.dipi-fg-animation.dipi-fg-move-left img{transform: scale(1.1);}
  .img-container.dipi-fg-animation.dipi-fg-move-left:hover img{transform: scale(1.1) translateX(-10px);}
  
  .img-container.dipi-fg-animation.dipi-fg-rotate img{transform: scale(1.1);}
  .img-container.dipi-fg-animation.dipi-fg-rotate:hover img{transform: scale(1.2) rotate(5deg);}
  
  .dipi_filterable_gallery .grid-item {
    overflow: hidden;
  }

/*** Filter Bar ***/
.dipi_filterable_grid .dipi-filter-bar {
  display: flex;
  flex-wrap: wrap;
  border-style: solid;
  transition: all 300ms ease 0ms;
}

.dipi_filterable_grid .dipi-filter-bar {
  gap: 20px;
}

.dipi_filterable_grid .dipi-post-meta {
  margin: 10px;
}

.dipi_filterable_grid .dipi-author>img {
  height: 24px;
  width: 24px;
  border-radius: 100px;
  margin-bottom: -6px;
}

.dipi_filterable_grid .dipi-fg-readmore-button {
  display: inline-block;
  margin: 10px;
  cursor: pointer;
}

.dipi-filter-bar-item {
  border-style: solid;
  cursor: pointer;
  align-self: center;
}

@media(min-width: 981px) {
  .dipi_filterable_grid .sticky_filter_bar .dipi-filter-bar {
    position: sticky;
    z-index: 1;
  }
}

.dipi_filterable_grid .dipi-filter-bar-item,
.dipi_filterable_grid .dipi-filter-bar-item.active {
  transition: all 300ms ease 0ms !important;
}

.dipi_filterable_grid .dipi-filter-bar-item-desc {
  font-size: 0.8em
}

.dipi_filterable_grid .grid-item.hidden {
  display: none;
}

.dipi-filterable-grid-icon {
  padding: 20px;
  font-size: 18px;
  color: #FFFFFF;
  transition: all .3s;
}

.dipi-filterable-grid-icon.dipi-filterable-grid-icon-circle {
  background-color: rgba(255, 255, 255, 0.22);
}

.dipi_filterable_grid_overlay.background-hover {
  background-color: rgba(10, 0, 0, 0.45);
}

.dipi-filterable-grid-icon:hover {
  background-color: rgba(21, 2, 42, 0.5);
}

.dipi_filterable_grid .dipi-pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 30px;
  padding: 12px;
  position: relative;
  z-index: 1;
}

.dipi_filterable_grid .dipi-pagination.long-mobile {
  overflow-x: auto;
  width: 100%;
  justify-content: flex-start;
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 86%, transparent 100%);
  mask-image: linear-gradient(to right, rgb(0, 0, 0) 86%, transparent 100%);
}

@media (max-width: 767px) {
  .dipi_filterable_grid .dipi-pagination .dipi-pagination-btn:not(.active):not(.active-prev):not(.active-next):not(:first-child):not(:nth-child(2)):not(:nth-last-child(2)):not(:last-child) {
    display: none;
  }

  .dipi_filterable_grid .dipi-pagination .dipi-pagination-btn.active-prev:not(:nth-child(2)):not(:nth-child(3)):before {
    content: "...";
    margin-right: 1em;
  }

  /* commented by Roberto
    This code is causing the issue when deactivated pagination button is having background.
    .dipi_filterable_grid .dipi-pagination .dipi-pagination-btn.active-prev {
      padding-left: 0 !important;
    }
    .dipi_filterable_grid .dipi-pagination .dipi-pagination-btn.active-next {
      padding-right: 0 !important;
    }*/
  .dipi_filterable_grid .dipi-pagination .dipi-pagination-btn.active-next:not(:nth-last-child(2)):not(:nth-last-child(3)):after {
    content: "...";
    margin-left: 1em;
  }
}

.dipi_filterable_grid .dipi-pagination .dipi-pagination-btn {
  font-weight: bold;
  cursor: pointer;
  border-style: solid;
  padding: 5px 12px;
  white-space: nowrap;
  flex-shrink: 0;
}

.dipi_filterable_grid .dipi-pagination .dipi-pagination-btn.active {
  border-style: solid;
  background: #ff4200;
  color: #ffffff;
}

.dipi_filterable_grid .dipi-loadmore-btn {
  cursor: pointer;
  border-style: solid;
  padding: 5px 12px;

}

.watch_end_of_grid {
  min-height: 10px;
  margin: 0;
}

@media(max-width: 980px) and (min-width: 768px) {
  .dipi_filterable_grid .grid-item.tablet_show {
    display: block;
  }

  .dipi_filterable_grid .grid-item.tablet_hidden {
    display: none;
  }

  .dipi_filterable_grid .sticky_filter_bar .dipi-filter-bar {
    position: sticky;
    z-index: 1;
  }
}

@media(max-width: 767px) {
  .dipi_filterable_grid .grid-item.phone_show {
    display: block;
  }

  .dipi_filterable_grid .grid-item.phone_hidden {
    display: none;
  }
}

.dipi_filterable_grid .dipi-filtered-posts-container {
  border-style: solid;
}

.dipi_filterable_grid .dipi-filtered-posts-item {
  display: none;
}

.dipi_filterable_grid .grid-item>a>.img-container,
.dipi_filterable_grid .grid-item>.img-container {
  overflow: hidden;
  position: relative;
}

.dipi_filterable_grid .dipi-filtered-posts-item.active {
  display: block;
}

.dipi_filterable_grid .alert {
  display: none;
}

body.et-fb .dipi_filterable_grid .alert,
body.et-bfb .dipi_filterable_grid .alert {
  display: block;
  background-color: #fff9f9;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #888;
  border: 1px solid #ffe6e6;
  margin-bottom: 15px;
}

.dipi_filterable_grid .dipi-filtered-posts-item .grid {
  transition: all .2s ease-in-out;
}

.dipi_filterable_grid .dipi-filter-bar-item-title {
  gap: 0.5em;
  display: flex;
}

.dipi_filterable_grid .dipi-filter-bar-count:before {
  content: "(";
}

.dipi_filterable_grid .dipi-filter-bar-count:after {
  content: ")";
}

.dipi_filterable_grid .dipi_filterable_grid_wrapper.layout_grid .grid {
  display: flex;
  flex-wrap: wrap;
}

.dipi_filterable_grid .dipi_lightbox_link_icon {
  display: flex;
  gap: 10px;
}

.dipi_filterable_grid .dipi_filterable_grid_wrapper.layout_grid .grid-sizer,
.dipi_filterable_grid .dipi_filterable_grid_wrapper.layout_grid .gutter-sizer {
  display: none;
}

.dipi_filterable_grid .dipi_filterable_grid_wrapper.layout_grid .grid .img-container img {
  width: 100%;
  object-fit: cover;
}

.dipi_filterable_grid .dipi_filterable_grid_wrapper.layout_grid .grid .grid-item {
  position: relative;
}

/*.dipi_filterable_grid:not(.et_fb_element_controls_visible),*/
.dipi_filterable_grid .grid-item {
  overflow: hidden !important;
}

.dipi_filterable_grid .grid-item .img-container img {
  display: block;
  width: 100%;
}

.dipi_filterable_grid .grid .grid-item {
  border-style: solid;
}

.dipi_filterable_grid .grid .grid-item,
.dipi_filterable_grid .grid .grid-item:hover {
  transition: all .3s ease;
}

.dipi_filterable_grid_overlay {
  /* z-index: -1; */
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.dipi_filterable_grid_overlay.background {
  /* background: rgba(21,2,42,0.3); */
  -webkit-transition: all .6s;
  opacity: 1;
  transition: all .6s;
}

.dipi_filterable_grid_overlay.background-hover {
  /* background: rgba(21,2,42,0.3); */
  -webkit-transition: all .6s;
  opacity: 0;
  transition: all .6s;
}

.dipi_filterable_grid_overlay.content {
  background: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.dipi_filterable_grid .grid-item:hover .dipi_filterable_grid_overlay.background {
  opacity: 0;
}

.dipi_filterable_grid .grid-item:hover .dipi_filterable_grid_overlay.background-hover,
.dipi_filterable_grid .grid-item:hover .dipi_filterable_grid_overlay.content {
  opacity: 1;
  z-index: 3;
}

.dipi-filterable-grid-icon-circle {
  padding: 15px;
  border-radius: 100%;
}

.dipi_filterable_grid .dipi-filterable-grid-icon-circle-border,
.dipi_filterable_grid.et_pb_with_border .dipi-filterable-grid-icon-circle-border {
  border: 2px solid;
}

.dipi_filterable_grid .grid.hide_lightbox .grid-item>.img-container {
  cursor: auto;
}

.dipi_filterable_grid .grid.hide_lightbox .grid-item>a>.img-container,
.dipi_filterable_grid .grid.show_lightbox:not(.use_post_link) .grid-item>.img-container,
.dipi_filterable_grid .lightbox-icon {
  cursor: pointer;
}

.dipi-filterable-grid-icon {
  margin-bottom: 20px;
  transition: all .3s;
}

.dipi_filterable_grid .grid.show_overlay .dipi_filterable_grid_overlay {
  display: flex;
}

.dipi_filterable_grid .grid.hide_overlay .dipi_filterable_grid_overlay {
  display: none;
}

@media (max-width: 980px) {
  .dipi_filterable_grid .grid.show_overlay_tablet .dipi_filterable_grid_overlay {
    display: flex;
  }

  .dipi_filterable_grid .grid.hide_overlay_tablet .dipi_filterable_grid_overlay {
    display: none;
  }

  .dipi_filterable_grid .grid.show_lightbox_tablet .grid-item>a>.img-container,
  .dipi_filterable_grid .grid.hide_lightbox_tablet .grid-item>.img-container {
    cursor: auto;
  }

  .dipi_filterable_grid .grid.hide_lightbox_tablet .grid-item>a>.img-container,
  .dipi_filterable_grid .grid.show_lightbox_tablet .grid-item>.img-container {
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .dipi_filterable_grid .grid.show_overlay_phone .dipi_filterable_grid_overlay {
    display: flex;
  }

  .dipi_filterable_grid .grid.hide_overlay_phone .dipi_filterable_grid_overlay {
    display: none;
  }

  .dipi_filterable_grid .grid.hide_lightbox_phone .grid-item>a>.img-container,
  .dipi_filterable_grid .grid.hide_lightbox_phone .grid-item>.img-container {
    cursor: auto;
  }

  .dipi_filterable_grid .grid.show_lightbox_phone .grid-item>a>.img-container,
  .dipi_filterable_grid .grid.show_lightbox_phone .grid-item>.img-container {
    cursor: pointer;
  }

  .dipi_filterable_grid .sticky_filter_bar_phone .dipi-filter-bar {
    position: sticky;
    z-index: 1;
  }
}

body.noscroll {
  overflow: hidden;
}

.dipi_filterable_grid .img-container.dipi-fg-animation img {
  transition: all ease-in-out;
  transition-duration: .5s;
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-zoom-in:hover img {
  transform: scale(1.05);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-zoom-out img {
  transform: scale(1.05);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-zoom-out:hover img {
  transform: scale(1);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-up img {
  transform: scale(1.1);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-up:hover img {
  transform: scale(1.1) translateY(-10px);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-down img {
  transform: scale(1.1);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-down:hover img {
  transform: scale(1.1) translateY(10px);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-right img {
  transform: scale(1.1);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-right:hover img {
  transform: scale(1.1) translateX(10px);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-left img {
  transform: scale(1.1);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-move-left:hover img {
  transform: scale(1.1) translateX(-10px);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-rotate img {
  transform: scale(1.1);
}

.dipi_filterable_grid .img-container.dipi-fg-animation.dipi-fg-rotate:hover img {
  transform: scale(1.2) rotate(5deg);
}

.dipi-grid-item-excerpt {
  word-break: break-word;
}
.dipi-fancy-text-container .fancy-text-wrap {
    position: relative;
}

.fancy-text-wrap.dipi_morphext {
    visibility: visible;
}

.fancy-text-wrap {
    visibility: hidden;
    text-decoration: inherit;
}

.fancy-text-wrap .animated {
    text-decoration: inherit;
    display: inline-block;
}

.fancy-text-suffix,
.fancy-text-wrap,
.fancy-text-prefix {
    display: inline-block;
}
.dipi_fancy_text .fancy-text-prefix {
    white-space: break-spaces;
}

/* Fix for Safari bug with revealing footer */
/* .et_pb_row {
    -webkit-transform: translateZ(0);
} */



/* Fix fox backface shining through when using image background */
.dipi-flip-box-front-side-wrapper,
.dipi-flip-box-back-side-wrapper {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Fix for module settings buttons in VB partially coverd by module while flipping */
.dipi_flip_box .et-fb-component-settings--module, .dipi_flip_box .et-pb-draggable-spacing, .dipi_flip_box .et-fb-module-button-wrap--add {
    -webkit-transform: translateZ(10000px);
    transform: translateZ(10000px);
}

/* Fix for 3d flip box translateZ issue */ 
.dipi_flip_box .dipi-3d-flip-box .dipi-flip-box-front-side .dipi-flip-box-front-side-wrapper,
.dipi_flip_box .dipi-3d-flip-box .dipi-flip-box-back-side .dipi-flip-box-back-side-wrapper {
    overflow: visible;
}
.dipi_flip_box .dipi-flip-box-front-side .dipi-flip-box-front-side-wrapper, 
.dipi_flip_box .dipi-flip-box-back-side .dipi-flip-box-back-side-wrapper {
    border-style: solid;
    border-width: 0;
}
/* Safari Bug */
.dipi-flip-box-front-side,
.dipi-flip-box-back-side {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.dipi-flip-box-inner-wrapper,
/*@since 20240430
* @author Roberto
Commented to showing backside in safari
.dipi-flip-box-front-side,
.dipi-flip-box-back-side,*/
.dipi-flip-box-front-side-wrapper,
.dipi-flip-box-back-side-wrapper,
.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-inner-wrapper {
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
}

/* @since 20240805
    *author Roberto
    Add to support 3D Content Effect */
.dipi-3d-flip-box .dipi-flip-box-front-side,
.dipi-3d-flip-box .dipi-flip-box-back-side {
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
}

/* Module CSS */
.dipi-flip-box-front-side-innner, .dipi-flip-box-back-side-innner {
    padding: 20px;
}

.dipi_flip_box>.dipi-flip-box-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dipi-flip-box-container .dipi-flip-box-inner {
    position: relative;
    margin: 0;
    padding: 0;
    -moz-perspective: 1000;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-inner-wrapper {
    position: relative;
}

.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-front-side, 
.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-back-side {
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.dipi-flip-box-front-side-wrapper, .dipi-flip-box-back-side-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dipi-flip-box-container .dipi-flip-box-front-side-innner, .dipi-flip-box-container .dipi-flip-box-back-side-innner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-front-side {
    position: relative;
    bottom: 0;
}

.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-back-side {
    position: absolute;
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-top-bottom .dipi-flip-box-front-side, 
.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-top-bottom:hover .dipi-flip-box-back-side, 
.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-bottom-top .dipi-flip-box-back-side, 
.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-bottom-top:hover .dipi-flip-box-back-side {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-top-bottom:hover .dipi-flip-box-front-side {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-top-bottom .dipi-flip-box-back-side {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-bottom-top:hover .dipi-flip-box-front-side {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0)
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-bottom-top .dipi-flip-box-back-side {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-left-right .dipi-flip-box-front-side, .dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-left-right:hover .dipi-flip-box-back-side, .dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-right-left .dipi-flip-box-front-side, .dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-right-left:hover .dipi-flip-box-back-side {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-left-right:hover .dipi-flip-box-front-side {
    -webkit-transform: rotateX(0deg) rotateY(180deg);
    transform: rotateX(0deg) rotateY(180deg);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-left-right .dipi-flip-box-back-side {
    -webkit-transform: rotateX(0deg) rotateY(-180deg);
    transform: rotateX(0deg) rotateY(-180deg);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-right-left:hover .dipi-flip-box-front-side {
    -webkit-transform: rotateX(0deg) rotateY(-180deg);
    transform: rotateX(0deg) rotateY(-180deg);
}

.dipi-flip-box-container .dipi-flip-box-inner.dipi-flip-right-left .dipi-flip-box-back-side {
    -webkit-transform: rotateX(0deg) rotateY(180deg);
    transform: rotateX(0deg) rotateY(180deg);
}

.dipi-flip-box-container .dipi-3d-flip-box .dipi-flip-box-front-side .dipi-flip-box-front-side-innner, 
.dipi-flip-box-container .dipi-3d-flip-box .dipi-flip-box-back-side .dipi-flip-box-back-side-innner {
    -webkit-transform: translateZ(90px) scale(.91);
    transform: translateZ(90px) scale(.91);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube {
    -webkit-transition: .5s cubic-bezier(0.5, -0.5, 0.5, 1.5);
    -o-transition: .5s cubic-bezier(0.5, -0.5, 0.5, 1.5);
    transition: .5s cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ttb .dipi-flip-box-inner-wrapper {
    -webkit-transform: rotateX(-90deg) translateY(50%) rotateX(90deg);
    transform: rotateX(-90deg) translateY(50%) rotateX(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ttb .dipi-flip-box-front-side {
    -webkit-transform: rotateX(90deg) translateY(50%) rotateX(-90deg);
    transform: rotateX(90deg) translateY(50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ttb .dipi-flip-box-back-side {
    -webkit-transform: rotateX(-90deg) translateY(50%) rotateX(-90deg);
    transform: rotateX(-90deg) translateY(50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ttb .dipi-flip-box-3d-flank {
    -webkit-transform: translateY(-50%) rotateX(90deg);
    transform: translateY(-50%) rotateX(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ttb:hover .dipi-flip-box-inner-wrapper {
    -webkit-transform: rotateX(-90deg) translateY(50%) rotateX(-90deg);
    transform: rotateX(-90deg) translateY(50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-btt .dipi-flip-box-inner-wrapper {
    -webkit-transform: rotateX(90deg) translateY(-50%) rotateX(-90deg);
    transform: rotateX(90deg) translateY(-50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-btt .dipi-flip-box-front-side {
    -webkit-transform: rotateX(90deg) translateY(50%) rotateX(-90deg);
    transform: rotateX(90deg) translateY(50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-btt .dipi-flip-box-back-side {
    -webkit-transform: rotateX(-90deg) translateY(50%) rotateX(-90deg);
    transform: rotateX(-90deg) translateY(50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-btt .dipi-flip-box-3d-flank {
    -webkit-transform: translateY(50%) rotateX(-90deg);
    transform: translateY(50%) rotateX(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-btt:hover .dipi-flip-box-inner-wrapper {
    -webkit-transform: rotateX(90deg) translateY(-50%) rotateX(90deg);
    transform: rotateX(90deg) translateY(-50%) rotateX(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ltr .dipi-flip-box-inner-wrapper {
    -webkit-transform: rotateY(90deg) translateX(50%) rotateY(-90deg);
    transform: rotateY(90deg) translateX(50%) rotateY(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ltr .dipi-flip-box-front-side {
    -webkit-transform: rotateY(90deg) translateX(-50%) rotateY(-90deg);
    transform: rotateY(90deg) translateX(-50%) rotateY(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ltr .dipi-flip-box-back-side {
    -webkit-transform: rotateY(90deg) translateX(50%) rotateY(90deg);
    transform: rotateY(90deg) translateX(50%) rotateY(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ltr .dipi-flip-box-3d-flank {
    -webkit-transform: translateX(-50%) rotateY(-90deg);
    transform: translateX(-50%) rotateY(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-ltr:hover .dipi-flip-box-inner-wrapper {
    -webkit-transform: rotateY(90deg) translateX(50%) rotateY(90deg);
    transform: rotateY(90deg) translateX(50%) rotateY(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-rtl .dipi-flip-box-inner-wrapper {
    -webkit-transform: rotateY(-90deg) translateX(-50%) rotateY(90deg);
    transform: rotateY(-90deg) translateX(-50%) rotateY(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-rtl .dipi-flip-box-front-side {
    -webkit-transform: rotateY(90deg) translateX(-50%) rotateY(-90deg);
    transform: rotateY(90deg) translateX(-50%) rotateY(-90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-rtl .dipi-flip-box-back-side {
    -webkit-transform: rotateY(90deg) translateX(50%) rotateY(90deg);
    transform: rotateY(90deg) translateX(50%) rotateY(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-rtl .dipi-flip-box-3d-flank {
    -webkit-transform: translateX(50%) rotateY(90deg);
    transform: translateX(50%) rotateY(90deg);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube.dipi-flip-rtl:hover .dipi-flip-box-inner-wrapper {
    -webkit-transform: rotateY(-90deg) translateX(-50%) rotateY(-90deg);
    transform: rotateY(-90deg) translateX(-50%) rotateY(-90deg);
}

.dipi-flip-box-3d-flank {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.dipi-flip-box-3d-flank, .dipi-flip-box-inner, .dipi-flip-box-inner-wrapper, .dipi-flip-box-3d-cube .dipi-flip-box-inner-wrapper, .dipi-flip-box-front-side, .dipi-flip-box-back-side {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
}

.dipi-flip-box-3d-flank, .dipi-flip-box-inner, .dipi-flip-box-inner-wrapper, .dipi-flip-box-front-side, .dipi-flip-box-back-side {
    -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
    -o-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
    transition-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.dipi-flip-box-container .dipi-flip-box-3d-cube .dipi-flip-box-front-side, .dipi-flip-box-container .dipi-flip-box-3d-cube:hover .dipi-flip-box-back-side {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}

.dipi-flip-box-container .dipi-flip-box-3d-cube .dipi-flip-box-3d-flank {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 0;
}

.dipi-flip-box-container .dipi-flip-box-front-side>div, .dipi-flip-box-container .dipi-flip-box-back-side>div {
    width: 100%;
}

.dipi-flip-box-container .dipi-flip-box-front-side .dipi-image-wrap, .dipi-flip-box-container .dipi-flip-box-back-side .dipi-image-wrap {
    width: 100%;
    margin: auto;
    position: relative;
}

.dipi-flip-box-container .dipi-flip-box-front-side .dipi-image-wrap img, .dipi-flip-box-container .dipi-flip-box-back-side .dipi-image-wrap img {
    border-style: solid;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: middle;
}

.dipi-flip-box-container .dipi-flip-box-front-side .dipi-front-icon-circle, .dipi-flip-box-container .dipi-flip-box-back-side .dipi-back-icon-circle {
    padding: 25px;
    border-radius: 100%;
    line-height: 1;
}

.dipi-flip-box-container .dipi-flip-box-front-side .dipi-front-icon-border, .dipi-flip-box-container .dipi-flip-box-back-side .dipi-back-icon-border {
    border: 3px solid;
}

.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-front-side .dipi-text, .dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-back-side .dipi-text {
    padding: 15px 0 0;
}

.dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-front-side .dipi-text .dipi-desc, .dipi-flip-box-container .dipi-flip-box-inner .dipi-flip-box-back-side .dipi-text .dipi-desc {
    margin-bottom: 15px;
}

.dipi-flip-box-container .dipi-flip-box-front-side .dipi-flip-box-heading, .dipi-flip-box-container .dipi-flip-box-back-side .dipi-flip-box-heading {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}

.dipi-flip-box-container .dipi-front-button, .dipi-flip-box-container .dipi-back-button {
    display: inline-block;
    -webkit-transition: all .2s !important;
    -o-transition: all .2s !important;
    transition: all .2s !important;
}

/* .dipi-flip-box-container .dipi-front-button:hover:after,
.dipi-flip-box-container .dipi-back-button:hover:after {
    font-size: inherit !important;
}

.dipi-flip-box-container .dipi-front-button:hover:before,
.dipi-flip-box-container .dipi-back-button:hover:before {
    font-size: inherit !important;
} */
.dipi-floating-multi-images {
    height: 460px;
}
div.dipi_floating_multi_images_child {
    position: absolute;
    display: inline-block;
    margin: 0;
    transition: .3s;
    line-height: 0;
    will-change: transform;
    animation-name: dipi-updown-effect;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    transform-style: preserve-3d;
    -webkit-animation-name: dipi-updown-effect;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-style: preserve-3d;
}

.dipi_floating_multi_images_child .dipi-fi-icon,
.dipi_floating_multi_images_child img {
    border-style: solid;
}


@keyframes dipi-updown-effect {
    0% {
        transform: translate3d(0, 10px, 0)
    }

    100% {
        transform: translate3d(0, -10px, 0)
    }
}

@-webkit-keyframes dipi-updown-effect {
    0% {
        -webkit-transform: translate3d(0, 10px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -10px, 0)
    }
}


@keyframes dipi-leftright-effect {
    0% {
        transform: translate3d(10px, 0, 0)
    }

    100% {
        transform: translate3d(-10px, 0, 0)
    }
}

@-webkit-keyframes dipi-leftright-effect {
    0% {
        -webkit-transform: translate3d(10px, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-10px, 0, 0)
    }
}


@keyframes dipi-topleftright-effect {
    0% {
        transform: translate3d(-10px, -10px, 0) scale3d(0.95, 0.95, 1) rotate3d(1, 0, 0, 0deg)
    }

    100% {
        transform: translate3d(10px, 10px, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg)
    }
}

@-webkit-keyframes dipi-topleftright-effect {
    0% {
        -webkit-transform: translate3d(-10px, -10px, 0) scale3d(0.95, 0.95, 1) rotate3d(1, 0, 0, 0deg)
    }

    100% {
        -webkit-transform: translate3d(10px, 10px, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg)
    }
}


@keyframes dipi-toprightleft-effect {
    0% {
        transform: translate3d(10px, 0, 0) scale3d(0.95, 0.95, 1)
    }

    100% {
        transform: translate3d(-10px, 10px, 0) scale3d(1, 1, 1)
    }
}

@-webkit-keyframes dipi-toprightleft-effect {
    0% {
        -webkit-transform: translate3d(10px, 0, 0) scale3d(0.95, 0.95, 1)
    }

    100% {
        -webkit-transform: translate3d(-10px, 10px, 0) scale3d(1, 1, 1)
    }
}


@keyframes dipi-rotate-effect {
    0% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    100% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
}

@-webkit-keyframes dipi-rotate-effect {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg)
    }
}


@keyframes dipi-zoom-effect {
    0% {
        transform: scale3d(0.9, 0.9, 1)
    }

    100% {
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes dipi-zoom-effect {
    0% {
        -webkit-transform: scale3d(0.9, 0.9, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1)
    }
}


@keyframes dipi-zoomrotate-effect {
    0% {
        transform: translate3d(0, 5px, 0) scale3d(0.95, 0.95, 1) rotate3d(0, 0, 1, 5deg)
    }

    100% {
        transform: translate3d(0, -5px, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, -5deg)
    }
}

@-webkit-keyframes dipi-zoomrotate-effect {
    0% {
        -webkit-transform: translate3d(0, 5px, 0) scale3d(0.95, 0.95, 1) rotate3d(0, 0, 1, 5deg)
    }

    100% {
        -webkit-transform: translate3d(0, -5px, 0) scale3d(1, 1, 1) rotate3d(0, 0, 1, -5deg)
    }
}


@keyframes dipi-zoomtop-effect {
    0% {
        transform: translate3d(0, 10px, 0) scale3d(0.95, 0.95, 1)
    }

    100% {
        transform: translate3d(0, -10px, 0) scale3d(1, 1, 1)
    }
}

@-webkit-keyframes dipi-zoomtop-effect {
    0% {
        -webkit-transform: translate3d(0, 10px, 0) scale3d(0.95, 0.95, 1)
    }

    100% {
        -webkit-transform: translate3d(0, -10px, 0) scale3d(1, 1, 1)
    }
}


@keyframes dipi-zoombottom-effect {
    0% {
        transform: translate3d(0, -10px, 0) scale3d(0.95, 0.95, 1)
    }

    100% {
        transform: translate3d(0, 10px, 0) scale3d(1, 1, 1)
    }
}

@-webkit-keyframes dipi-zoombottom-effect {
    0% {
        -webkit-transform: translate3d(0, -10px, 0) scale3d(0.95, 0.95, 1)
    }

    100% {
        -webkit-transform: translate3d(0, 10px, 0) scale3d(1, 1, 1)
    }
}


@keyframes dipi-zoomleft-effect {
    0% {
        transform: translate3d(10px, 0, 0) scale3d(0.95, 0.95, 1)
    }

    100% {
        transform: translate3d(-10px, 0, 0) scale3d(1, 1, 1)
    }
}

@-webkit-keyframes dipi-zoomleft-effect {
    0% {
        -webkit-transform: translate3d(10px, 0, 0) scale3d(0.95, 0.95, 1)
    }

    100% {
        -webkit-transform: translate3d(-10px, 0, 0) scale3d(1, 1, 1)
    }
}


@keyframes dipi-zoomright-effect {
    0% {
        transform: translate3d(-10px, 0, 0) scale3d(0.95, 0.95, 1)
    }

    100% {
        transform: translate3d(10px, 0, 0) scale3d(1, 1, 1)
    }
}

@-webkit-keyframes dipi-zoomright-effect {
    0% {
        -webkit-transform: translate3d(-10px, 0, 0) scale3d(0.95, 0.95, 1)
    }

    100% {
        -webkit-transform: translate3d(10px, 0, 0) scale3d(1, 1, 1)
    }
}
.dipi-anim-preload .dipi_hover_box * {
    transition: none !important;
}

.dipi-anim-preload .dipi-hover-box-container {
    display: none !important;
}

.dipi-hover-box-container, .dipi-hover-box-content, .dipi-hover-box-hover {
    width: 100%;
}

.dipi-hover-box-container {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    transition: 1.3s;
    transition-property: all!important;
    border-style: solid;
}

.dipi-hover-box-inner-wrapper {
    position: relative;
    transition: 1.3s;
    border-style: solid;
    transition-property: all!important;
}
 .dipi-hover-box-content, 
 .dipi-hover-box-hover {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    padding: 30px;
    border-style: solid;
    transition: 1s;
    transition-property: all!important;
}

.dipi-hover-button:after {
    font-size: inherit !important; 
    line-height: inherit !important;
}
.dipi-hover-button[data-icon]:not([data-icon=""]):after{
    content: attr(data-icon);
}

.dipi-hover-box-slide-top .dipi-hover-box-hover {
    transform: translateX(0) translateY(100%);
    backface-visibility: hidden;
}

.dipi_hover_box:hover .dipi-hover-box-slide-top .dipi-hover-box-hover {
    transform: translateX(0) translateY(0);
}

.dipi-hover-box-slide-bottom .dipi-hover-box-hover {
    transform: translateX(0) translateY(-100%);
    backface-visibility: hidden;
}

.dipi_hover_box:hover .dipi-hover-box-slide-bottom .dipi-hover-box-hover {
    transform: translateX(0) translateY(0);
}

.dipi-hover-box-slide-left .dipi-hover-box-hover {
    transform: translateX(-100%) translateY(0);
    backface-visibility: hidden;
}

.dipi_hover_box:hover .dipi-hover-box-slide-left .dipi-hover-box-hover {
    transform: translateX(0) translateY(0);
}

.dipi-hover-box-slide-right .dipi-hover-box-hover {
    transform: translateX(100%) translateY(0);
    backface-visibility: hidden;
}

.dipi_hover_box:hover .dipi-hover-box-slide-right .dipi-hover-box-hover {
    transform: translateX(0) translateY(0);
}

.dipi-hover-box-fade .dipi-hover-box-content,
.dipi_hover_box:hover .dipi-hover-box-fade .dipi-hover-box-hover {
    opacity: 1;
}

.dipi_hover_box:hover .dipi-hover-box-fade .dipi-hover-box-content,
.dipi-hover-box-fade .dipi-hover-box-hover {
    opacity: 0;
}

.dipi-hover-box-zoom .dipi-hover-box-content,
.dipi_hover_box:hover .dipi-hover-box-zoom .dipi-hover-box-hover {
    opacity: 1;
    transform: scale(1);
}

.dipi_hover_box:hover .dipi-hover-box-zoom .dipi-hover-box-content,
.dipi-hover-box-zoom .dipi-hover-box-hover {
    opacity: 0;
    transform: scale(.8);
}

.dipi_hover_box:hover .dipi-hover-box-container .dipi-hover-box-content .dipi-hover-box-content-innner {
    opacity: 0;
    transition: opacity .3s linear;
    transition-property: all!important;
}
.dipi-hover-box-container .dipi-hover-box-content .dipi-hover-box-content-innner {
    transition: opacity .3s linear;
    transition-property: all!important;
}

.dipi-hover-box-container .dipi-hover-box-content > div,
.dipi-hover-box-container .dipi-hover-box-hover > div {
  width: 100%;
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-icon-wrap, 
.dipi-hover-box-container .dipi-hover-box-hover .dipi-icon-wrap {
    padding: 15px 0 0
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-image-wrap,
.dipi-hover-box-container .dipi-hover-box-hover .dipi-image-wrap {
    width: 100%;
    margin: auto;
    position: relative;
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-image-wrap img, 
.dipi-hover-box-container .dipi-hover-box-hover .dipi-image-wrap img {
    border-style: solid;
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-content-icon-circle,
.dipi-hover-box-container .dipi-hover-box-hover .dipi-hover-icon-circle {
    padding: 25px;
    border-radius: 100%;
    line-height: 1;
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-content-icon-border,
.dipi-hover-box-container .dipi-hover-box-hover .dipi-hover-icon-border {
    border: 3px solid
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-text,
.dipi-hover-box-container .dipi-hover-box-hover .dipi-text {
    padding: 15px 0
}

.dipi-hover-box-container .dipi-hover-box-content .dipi-hover-box-heading, 
.dipi-hover-box-container .dipi-hover-box-hover .dipi-hover-box-heading {
    margin: 0;
    font-weight: 700;
    font-size: 20px
}

.dipi-hover-box-container .dipi-content-button,
.dipi-hover-box-container .dipi-hover-button {
    display: inline-block;
    transition: all .2s !important;
    transition-property: all!important;
}

.dipi-hover-box-container .dipi-content-button:hover:after,
.dipi-hover-box-container .dipi-hover-button:hover:after {
  font-size: inherit  !important;
}

.dipi-hover-box-container .dipi-content-button:hover:before,
.dipi-hover-box-container .dipi-hover-button:hover:before {
  font-size: inherit !important;
}

/**
 * Alignment : Top;
 */
.hover_box_align_front_top .dipi-hover-box-content,
.hover_box_align_front_top_left .dipi-hover-box-content,
.hover_box_align_front_top_right .dipi-hover-box-content {
    align-items: flex-start !important;
}

.hover_box_align_front_top .dipi-hover-box-content-innner {
    text-align: center;
}

.hover_box_align_front_top_left .dipi-hover-box-content-innner {
    text-align: left;
}

.hover_box_align_front_top_right .dipi-hover-box-content-innner {
    text-align: right;
}

.hover_box_align_front_top .dipi-content-image-icon-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
}

.hover_box_align_front_top_left .dipi-content-image-icon-wrap {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.hover_box_align_front_top_right .dipi-content-image-icon-wrap {
    margin-left: auto !important;
    margin-right: 0 !important;
}
/**
 * Letf, Center, Right
 */
.hover_box_align_front_left .dipi-hover-box-content-innner {
    text-align: left;
}

.hover_box_align_front_left .dipi-content-image-icon-wrap {
    margin-left: 0 !important; 
    margin-right: auto !important;
}

.hover_box_align_front_center .dipi-hover-box-content-innner {
    text-align: center;
}

.hover_box_align_front_right .dipi-hover-box-content-innner {
    text-align: right;
}

.hover_box_align_front_right .dipi-content-image-icon-wrap {
    margin-left: auto !important; 
    margin-right: 0 !important;
}

/**
 * Bottom
 */
.hover_box_align_front_bottom .dipi-hover-box-content,
.hover_box_align_front_bottom_left .dipi-hover-box-content,
.hover_box_align_front_bottom_right .dipi-hover-box-content {
    align-items: flex-end !important;
}

.hover_box_align_front_bottom .dipi-hover-box-content-innner {
    text-align: center;
}

.hover_box_align_front_bottom_left .dipi-hover-box-content-innner {
    text-align: left;
}

.hover_box_align_front_bottom_right .dipi-hover-box-content-innner {
    text-align: right;
}

.hover_box_align_front_bottom .dipi-content-image-icon-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
}

.hover_box_align_front_bottom_left .dipi-content-image-icon-wrap {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.hover_box_align_front_bottom_right .dipi-content-image-icon-wrap {
    margin-left: auto !important;
    margin-right: 0 !important;
}

/**
 * Alignment Bacl : Top;
 */
.hover_box_align_back_top .dipi-hover-box-hover,
.hover_box_align_back_top_left .dipi-hover-box-hover,
.hover_box_align_back_top_right .dipi-hover-box-hover {
    align-items: flex-start !important;
}

.hover_box_align_back_top .dipi-hover-box-hover-innner {
    text-align: center;
}

.hover_box_align_back_top_left .dipi-hover-box-hover-innner {
    text-align: left;
}

.hover_box_align_back_top_right .dipi-hover-box-hover-innner {
    text-align: right;
}

.hover_box_align_back_top .dipi-hover-image-icon-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
}

.hover_box_align_back_top_left .dipi-hover-image-icon-wrap {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.hover_box_align_back_top_right .dipi-hover-image-icon-wrap {
    margin-left: auto !important;
    margin-right: 0 !important;
}
/**
 * Letf, Center, Right
 */
.hover_box_align_back_left .dipi-hover-box-hover-innner {
    text-align: left;
}

.hover_box_align_back_left .dipi-hover-image-icon-wrap {
    margin-left: 0 !important; 
    margin-right: auto !important;
}

.hover_box_align_back_center .dipi-hover-box-hover-innner {
    text-align: center;
}

.hover_box_align_back_right .dipi-hover-box-hover-innner {
    text-align: right;
}

.hover_box_align_back_right .dipi-hover-image-icon-wrap {
    margin-left: auto !important; 
    margin-right: 0 !important;
}

/**
 * Bottom
 */
.hover_box_align_back_bottom .dipi-hover-box-hover,
.hover_box_align_back_bottom_left .dipi-hover-box-hover,
.hover_box_align_back_bottom_right .dipi-hover-box-hover {
    align-items: flex-end !important;
}

.hover_box_align_back_bottom .dipi-hover-box-hover-innner {
    text-align: center;
}

.hover_box_align_back_bottom_left .dipi-hover-box-hover-innner {
    text-align: left;
}

.hover_box_align_back_bottom_right .dipi-hover-box-hover-innner {
    text-align: right;
}

.hover_box_align_back_bottom .dipi-hover-image-icon-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
}

.hover_box_align_back_bottom_left .dipi-hover-image-icon-wrap {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.hover_box_align_back_bottom_right .dipi-hover-image-icon-wrap {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.dipi_hover_box  .et_pb_section_video_bg video {
    object-fit: cover;
    transition: 1.3s;
    transition-property: all!important;
}
:root{
	--dipi-hg-grid-columns: 3;
}
.dipi_hover_gallery {
	overflow: hidden;
}
.et-vb-group-tab--active {
	color: #326bff !important;
	font-weight: 700;
}
.dipi_hover_gallery .et_pb_module_inner,
.dipi_hover_gallery .dipi-hover-gallery {
	height: inherit;
	min-height: inherit;
	max-height: inherit;
}

.et_pb_module.dipi_hover_gallery .et_pb_module_inner {
	position: unset;
}

.dipi-hover-gallery {
	height: 100%;
	border-style: solid;
}
.dipi_hover_gallery.et_pb_module > div.et_pb_module_inner,
.dipi_hover_gallery.et_pb_module > div.dipi-hg__images {
	height: 100%;
}
/* .et-fb .dipi_hover_gallery.et_pb_module> div:not(.et-fb-component-settings--module):not(.et-vb-module-options){
	height: 100%;
} */

.et_pb_module.dipi_hover_gallery > .et_pb_module_inner {
	height: 100%;
}

.dipi-hg__images,
.dipi-hg__images .dipi-hg-image {
	position: absolute;
	width: 100%;
	height: 100%;

	z-index: 1;
	overflow: hidden;
}

.dipi-hg__images .dipi-hg-image > div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.dipi-hg__images .dipi-hg-image {
	animation-duration: var(--dipi-hg-animation-speed);
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-FadeIn,
.dipi-hg__images .dipi-hg-image.dipi-hg-ZoomIn {
	transition: opacity var(--dipi-hg-animation-speed)
		cubic-bezier(0.24, 0.85, 0.2, 1);
	opacity: 0;
}
.dipi-hg__images .dipi-hg-image > div {
	transition: transform var(--dipi-hg-animation-speed)
		cubic-bezier(0.24, 0.85, 0.2, 1);
}
.dipi-hg__images .dipi-hg-image.dipi-hg-ZoomIn.active,
.dipi-hg__images .dipi-hg-image.dipi-hg-FadeIn.active {
	opacity: 1;
}
.dipi-hg__images
	.dipi-hg-image:not(.dipi-hg-SliceAnim):not(.dipi-hg-FadeIn).active
	> div {
	transform: scale(1.2);
	pointer-events: none;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-FadeRight {
	animation-name: dipi-hg-faderight;
}
.dipi-hg__images .dipi-hg-image.dipi-hg-FadeRight.active {
	animation-name: dipi-hg-faderight-active;
}
.dipi-hg__images .dipi-hg-image.dipi-hg-FadeUp {
	animation-name: dipi-hg-fadetop;
}
.dipi-hg__images .dipi-hg-image.dipi-hg-FadeUp.active {
	animation-name: dipi-hg-fadetop-active;
}
.dipi-hg__images .dipi-hg-image.dipi-hg-FadeDown {
	animation-name: dipi-hg-fadebottom;
}
.dipi-hg__images .dipi-hg-image.dipi-hg-FadeDown.active {
	animation-name: dipi-hg-fadebottom-active;
}
.dipi-hg__images .dipi-hg-image.dipi-hg-FadeLeft {
	animation-name: dipi-hg-fadeleft;
}
.dipi-hg__images .dipi-hg-image.dipi-hg-FadeLeft.active {
	animation-name: dipi-hg-fadeleft-active;
}

.dipi-hg__images .dipi-hg-image.dipi-hg-ZoomInZoomOut {
	animation-name: dipi-hg-ZoomInZoomOut;
}
.dipi-hg__images .dipi-hg-image.dipi-hg-ZoomInZoomOut.active {
	animation-name: dipi-hg-ZoomInZoomOut-active;
}

@keyframes dipi-hg-faderight-active {
	0% {
		opacity: 0;
		left: 100%;
	}
	100% {
		opacity: 1;
		left: 0%;
	}
}
@keyframes dipi-hg-faderight {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes dipi-hg-fadeleft-active {
	0% {
		opacity: 0;
		right: 100%;
	}
	100% {
		opacity: 1;
		right: 0%;
	}
}
@keyframes dipi-hg-fadeleft {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes dipi-hg-fadetop-active {
	0% {
		opacity: 0;
		bottom: 100%;
	}
	100% {
		opacity: 1;
		bottom: 0%;
	}
}
@keyframes dipi-hg-fadetop {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes dipi-hg-fadebottom-active {
	0% {
		opacity: 0;
		top: 100%;
	}
	100% {
		opacity: 1;
		top: 0%;
	}
}
@keyframes dipi-hg-fadebottom {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes dipi-hg-ZoomInZoomOut-active {
	0% {
		transform: scale(1);
		opacity: 0;
	}
	50% {
		transform: scale(1.5);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes dipi-hg-ZoomInZoomOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.dipi-hover-gallery {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dipi_hover_gallery .dipi-hg__items {
	position: relative;
	z-index: 2;
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	width: 100%;
	grid-template-columns: repeat(var(--dipi-hg-grid-columns), 1fr);
	width: 80%;
}

.dipi-hg-button {
	display: inline-block;
	align-self: flex-start;
}

.dipi-hg__items .et_pb_module.dipi_hover_gallery_item {
	margin-bottom: 0 !important;
}
.dipi-hg__item {
	display: flex;
	flex-direction: column;
}

.dipi_hover_gallery_item {
	background-color: #ffffffff;
	padding: 20px;
	border-radius: 0px;
	border-style: solid;
}
.dipi_hover_gallery_item.active {
	border-style: solid;
}

.dipi_hover_gallery_item .et_pb_module_inner,
.dipi_hover_gallery_item .et_pb_module_inner .dipi-hg__item {
	height: 100%;
}
.dipi_hover_gallery_item .et_pb_module_inner .dipi-hg__item {
	display: flex;
	flex-direction: column;
}

.dipi-hg__item .dipi-content-icon-border,
.dipi-hg__item .dipi-hover-icon-border {
	border: 3px solid;
}
.dipi-image-wrap img {
	border-style: solid;
}
.dipi-hg__item__content p:last-of-type,
.dipi-hg__item__content p:empty {
	padding-bottom: 0;
}

.dipi-hover-box-content-icon {
	border-style: solid;
}
.dipi-hg-title,
.dipi-hg__item__content,
.dipi-content-image-icon-wrap .dipi-hover-box-content-icon,
.dipi-content-image-icon-wrap .dipi-image-wrap,
.dipi_hover_gallery .dipi_hover_gallery_item.active:hover,
.dipi_hover_gallery .dipi_hover_gallery_item:hover,
.dipi_hover_gallery .dipi_hover_gallery_item,
.dipi_hover_gallery .dipi_hover_gallery_item.active {
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
	.dipi-hg__items {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 480px) {
	.dipi-hg__items {
		grid-template-columns: repeat(1, 1fr);
	}
}

.dipi-hg-slice-clones {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: stretch;
}
.dipi-hg-slice-clones .dipi-hg-slice {
	width: 20%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.dipi-hg-slice-clones .dipi-hg-slice img {
	position: relative;
	object-fit: cover;
	max-width: none;
}
.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(1) {
	animation-delay: 0ms;
}
.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(2) {
	animation-delay: 150ms;
}
.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(3) {
	animation-delay: 300ms;
}
.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(4) {
	animation-delay: 450ms;
}
.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(5) {
	animation-delay: 600ms;
}

.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(2) img {
	left: -100%;
}
.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(3) img {
	left: -200%;
}
.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(4) img {
	left: -300%;
}
.dipi-hg-slice-clones .dipi-hg-slice:nth-of-type(5) img {
	left: -400%;
}

.dipi-hg-SliceAnim:not(.active) {
	z-index: 3;
}
.dipi-hg-SliceAnim:not(.active).prev {
	z-index: 2;
}
.dipi-hg-SliceAnim.active .dipi-hg-slice-clones .dipi-hg-slice {
	animation-name: dipi-hg-slice-active;
	animation-duration: var(--dipi-hg-animation-speed);
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
.dipi-hg-SliceAnim:not(.active) .dipi-hg-slice-clones .dipi-hg-slice {
	animation-name: dipi-hg-slice;
	animation-duration: var(--dipi-hg-animation-speed);
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

/* CSS animation animate  */
@keyframes dipi-hg-slice {
	0% {
		top: 0%;
	}
	99.999% {
		top: -100%;
	}
	100% {
		top: 100%;
	}
}
/* CSS animation animate  */
@keyframes dipi-hg-slice-active {
	0% {
		top: 100%;
	}
	100% {
		top: 0%;
	}
}

.dipi_hover_gallery .dipi_hover_gallery_item .dipi-hg-title,
.dipi_hover_gallery .dipi_hover_gallery_item .dipi-hg__item__content,
.dipi_hover_gallery .dipi_hover_gallery_item .dipi-hg-button-wrapper {
	width: 100%;
}


.dipi_image_rotator .hidden {
    display: none;
}

.dipi_image_rotator .dipi-image-rotator-playpause-buttons {
    position: relative;
    z-index: 2;
}

.dipi_image_rotator .dipi-image-rotator-images {
    position: relative;
    line-height: 0;
}

.dipi_image_rotator .rotate_on_wheel .dipi-image-rotator-images {
    cursor: all-scroll;
}

.dipi_image_rotator .rotate_on_drag .dipi-image-rotator-images {
    cursor: grab;
}

.dipi_image_rotator .rotate_on_drag.dragging .dipi-image-rotator-images {
    cursor: grabbing;
}

.dipi_image_rotator .dipi-image-rotator .dipi-image-rotator-images img {
    width: 100%;
    height: auto
}

.dipi_image_rotator .dipi-image-rotator img.indicator-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    z-index: 1;
}

.dipi_image_rotator .dipi-img-rotator-play,
.dipi_image_rotator .dipi-img-rotator-pause {
    cursor: pointer;
    display: inline-block;
}

.dipi_image_rotator .dipi-image-rotator-inner {
    display: flex;
    flex-direction: column;
}

.dipi_image_rotator .dipi-image-rotator.button-pos-bottom .dipi-image-rotator-inner {
    flex-direction: column-reverse;
}

.dipi-image-rotator-preload {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dipi-image-rotator {
    position: relative!important;
}

.dipi-image-rotator-loaded .dipi-image-rotator-preload {
    display: none;
}

.dipi-image-magnifier .magnify {
	display: block !important;
}

.dipi-image-magnifier img {
	width: 100%;
	height: auto;
}
.dipi-image-hotspot > img {
    width: 100%;
    display: block;
}
.dipi_image_hotspot  .dipi-image-hotspot img {
  border-style: solid;
}
.dipi-image-hotspot-on-top {
  z-index: 9999 !important;
  }
  .ds-image-hotspot-on-top-removing {
  z-index: 9990 !important;
  }
  .dipi-image-hotspot-on-top header .et_builder_inner_content {
    z-index: 10000;
  }
@media all and (max-width: 767px){
    .dipi-image-hotspot {
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .dipi_image_hotspot_child .dipi-tooltip-wrap.dipi-tooltip-wrap {
        max-width: calc(100vw - 20px);
        position: fixed; 
        transform: translateY(-40%) translateX(-50%);
        margin: 0;
        left: 50%;
        bottom: auto;
    }
    [class^='dipi-image-hotspot-zindex'],
    .dipi-image-hotspot-on-top-removing,
    .dipi-image-hotspot-on-top {
      filter: none !important; /* To make position:fixed working */
    }
}
/*
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

 
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}
*/
@keyframes fadeInUpShortXCenter {
  from {
    opacity: 0;
    transform: translate3d(-50%, 10px, 0);
  }

  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fadeInUpShortXCenter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
  }
}


.dipi-tooltip-position-top.fadeInUpShort,
.dipi-tooltip-position-bottom.fadeInUpShort
{
  -webkit-animation-name: fadeInUpShortXCenter;
  animation-name: fadeInUpShortXCenter;
}


@keyframes fadeInDownShortXCenter {
  from {
    opacity: 0;
    transform: translate3d(-50%, -10px, 0);
  }

  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}
  
@-webkit-keyframes fadeInDownShortXCenter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
  }
}

.dipi-tooltip-position-top.fadeInDownShort,
.dipi-tooltip-position-bottom.fadeInDownShort
 {
  animation-name: fadeInDownShortXCenter;
  -webkit-animation-name: fadeInDownShortXCenter;
}

@keyframes fadeInLeftShortXCenter {
  from {
    opacity: 0;
    transform: translate3d(calc(-10px - 50%), 0, 0);
  }

  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}

@-webkit-keyframes fadeInLeftShortXCenter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-10px - 50%), 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
  }
}
.dipi-tooltip-position-top.fadeInLeftShort,
.dipi-tooltip-position-bottom.fadeInLeftShort
{
  animation-name: fadeInLeftShortXCenter;
  -webkit-animation-name: fadeInLeftShortXCenter;
}

@keyframes fadeInRightShortXCenter {
  from {
    opacity: 0;
    transform: translate3d(calc(10px - 50%), 0, 0);
  }

  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fadeInRightShortXCenter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(10px - 50%), 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(-50%);
  }
}
.dipi-tooltip-position-top.fadeInRightShort,
.dipi-tooltip-position-bottom.fadeInRightShort {
  animation-name: fadeInRightShortXCenter;
  -webkit-animation-name: fadeInRightShortXCenter;
}

@keyframes zoomInShortXCenter {
  from {
    opacity: 0;
    transform: translateX(-50%)  scale3d(.95, .95, .95);
  }

  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInShortXCenter {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale3d(.95, .95, .95);
  }

  50% {
    opacity: 1;
  }
}
.dipi-tooltip-position-top.zoomInShort,
.dipi-tooltip-position-bottom.zoomInShort {
  animation-name: zoomInShortXCenter;
  -webkit-animation-name: zoomInShortXCenter;
}


@keyframes fadeInUpShortYCenter {
  from {
    opacity: 0;
    transform: translate3d(0, calc(-50% + 10px), 0);
  }

  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@-webkit-keyframes fadeInUpShortYCenter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-50% + 10px), 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(-50%);
  }
}


.dipi-tooltip-position-left.fadeInUpShort,
.dipi-tooltip-position-right.fadeInUpShort
{
  -webkit-animation-name: fadeInUpShortYCenter;
  animation-name: fadeInUpShortYCenter;
}


@keyframes fadeInDownShortYCenter {
  from {
    opacity: 0;
    transform: translate3d(0, calc(-50% - 10px), 0);
  }

  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
  
@-webkit-keyframes fadeInDownShortYCenter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(-50% - 10px), 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(-50%);
  }
}

.dipi-tooltip-position-left.fadeInDownShort,
.dipi-tooltip-position-right.fadeInDownShort
 {
  animation-name: fadeInDownShortYCenter;
  -webkit-animation-name: fadeInDownShortYCenter;
}

@keyframes fadeInLeftShortYCenter {
  from {
    opacity: 0;
    transform: translate3d(-10px, -50%, 0);
  }

  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

@-webkit-keyframes fadeInLeftShortYCenter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(-50%);
  }
}
.dipi-tooltip-position-left.fadeInLeftShort,
.dipi-tooltip-position-right.fadeInLeftShort
{
  animation-name: fadeInLeftShortYCenter;
  -webkit-animation-name: fadeInLeftShortYCenter;
}

@keyframes fadeInRightShortYCenter {
  from {
    opacity: 0;
    transform: translate3d(10px, -50%, 0);
  }

  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@-webkit-keyframes fadeInRightShortYCenter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(-50%);
  }
}
.dipi-tooltip-position-left.fadeInRightShort,
.dipi-tooltip-position-right.fadeInRightShort {
  animation-name: fadeInRightShortYCenter;
  -webkit-animation-name: fadeInRightShortYCenter;
}

@keyframes zoomInShortYCenter {
  from {
    opacity: 0;
    transform: translateY(-50%)  scale3d(.95, .95, .95);
  }

  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInShortYCenter {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale3d(.95, .95, .95);
  }

  50% {
    opacity: 1;
  }
}
.dipi-tooltip-position-left.zoomInShort,
.dipi-tooltip-position-right.zoomInShort {
  animation-name: zoomInShortYCenter;
  -webkit-animation-name: zoomInShortYCenter;
}

@media (max-width: 767px) {
  /*@keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-40%) translateX(-50%);
    }
  
    to {
      opacity: 1;
      transform: translateY(-40%) translateX(-50%);
    }
  }*/
  @keyframes fadeInUpShortXCenter
  {
    from {
      opacity: 0;
      transform: translate3d(-50%, 10px, 0);
    }
    to {
      opacity: 1;
      transform: translateY(-40%) translateX(-50%);
    }
  }
  @keyframes fadeInDownShortXCenter
  {
    from {
      opacity: 0;
      transform: translate3d(-50%, -10px, 0);
    }
    to {
      opacity: 1;
      transform: translateY(-40%) translateX(-50%);
    }
  }
  @keyframes fadeInLeftShortXCenter
  {
    from {
      opacity: 0;
      transform: translate3d(calc(-10px - 50%), 0, 0);
    }
    to {
      opacity: 1;
      transform: translateY(-40%) translateX(-50%);
    }
  }
  @keyframes fadeInRightShortXCenter
  {
    from {
      opacity: 0;
      transform: translate3d(calc(10px - 50%), 0, 0);
    }
    to {
      opacity: 1;
      transform: translateY(-40%) translateX(-50%);
    }
  }
  @keyframes fadeInUpShortYCenter
  {
    from {
      opacity: 0;
      transform: translate3d(0, calc(-50% + 10px), 0);
    }
    to {
      opacity: 1;
      transform: translateY(-40%) translateX(-50%);
    }
  }
  @keyframes fadeInDownShortYCenter
  {
    to {
      opacity: 1;
      transform: translateY(-40%) translateX(-50%);
    }
  }
  @keyframes fadeInLeftShortYCenter
  {
    from {
      opacity: 0;
      transform: translate3d(0, calc(-50% - 10px), 0);
    }
    to {
      opacity: 1;
      transform: translateY(-40%) translateX(-50%);
    }
  }
  @keyframes fadeInRightShortYCenter
  {
    from {
      opacity: 0;
      transform: translate3d(20px, -50%, 0);
    }
    to {
      opacity: 1;
      transform: translateY(-40%) translateX(-50%);
    }
  }
}

.dipi_image_hotspot .dipi-tooltip-on-top {
  z-index: 9999 !important;
}


.dipi-hidetooltip-on .dipi-tooltip-wrap {
  display: none !important;
}




.dipi_image_hotspot .dipi-hotspot{
    cursor: pointer;
    line-height: 100%;
}

.dipi_image_hotspot .dipi_image_hotspot_child {
	position: absolute !important;
}

.dipi_image_hotspot_child .dipi-hotspot-icon {
	font-size: 24px;
    position: relative;
    z-index: 2;
}

.dipi_image_hotspot_child .dipi-tooltip-icon {
    font-size: 40px;
}

.dipi_image_hotspot_child .dipi-hotspot > img {
    border-style: solid;
    width: 100px;
    height: auto;
}

.dipi_image_hotspot .dipi-tooltip-wrap {
    width: 300px;
    padding: 10px;
    /*visibility: hidden;*/
    display: none;
    background: #fff;
    position: absolute;
    transform: translate(-50%);
    z-index: 99999999999;
    border-style: solid;
    transition: all 0.3s ease-in-out;
    overflow: visible !important;
}

/*.dipi-image-hotspot-child:hover .dipi-tooltip-wrap {
	opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out;
} */
.dipi-image-hotspot-child .dipi-tooltip-wrap {
    transition: all 0.3s ease-in-out;
}

.dipi_image_hotspot .dipi-tooltip-arrow::before {
    border: 10px solid transparent;
    content: '';
    position: absolute;
    display: block;    
    width: 0px;
}

.dipi_image_hotspot .dipi-tooltip-arrow-left::before {
    border-right: 0;
    border-left: 10px solid #000;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
}

.dipi_image_hotspot .dipi-tooltip-arrow-right::before {
    border-left: 0;
    border-right: 10px solid #000;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
}

.dipi_image_hotspot .dipi-tooltip-arrow-top::before {
    left: 50%;
    bottom: 0;
    border-bottom: 0;
    border-top: 10px solid #000;
    transform: translate(-50%, 100%);
}

.dipi_image_hotspot .dipi-tooltip-arrow-bottom::before {
    left: 50%;
    top: 0;
    border-top: 0;
    border-bottom: 10px solid #000;
    transform: translate(-50%, -100%);
}

.dipi_image_hotspot .dipi-tooltip-position-left {
    transform: translateY(-50%);
    right: 100%;
    top: 50%;
    margin-right: 15px;
}

.dipi_image_hotspot .dipi-tooltip-position-right {
    transform: translateY(-50%);
    top: 50%;
    left: 100%;
    margin-left: 15px;
}

.dipi_image_hotspot .dipi-tooltip-position-top {
    transform: translateX(-50%);
    bottom: 100%;
    left: 50%;
    margin-bottom: 15px;
}

.dipi_image_hotspot .dipi-tooltip-position-bottom {
    transform: translateX(-50%);
    top: 100%;
    left: 50%;
    margin-top: 15px;
}

.dipi_image_hotspot .dipi-tooltip-image-icon,
.dipi_image_hotspot .dipi-tooltip-desc,
.dipi_image_hotspot .dipi-tooltip-button-wrap {
	margin-bottom: 15px !important;
}

.dipi_image_hotspot .dipi-tooltip-image-icon > img {
    border-style: solid;
    width: 100px;
    height: auto;
}

.dipi_image_hotspot .dipi-tooltip-button-wrap {
    width: 100%;
}
.dipi_image_hotspot .dipi_image_hotspot_child .dipi-hotspot img.dipi-hotspot-image[src=""] {
    width: 0 !important
}
@media (max-width: 767px) {
    .dipi_image_hotspot  .dipi-tooltip-position-right {
        transform: translateX(-50%);
        top: 100%;
        left: 0;
        margin-top: 20px;
    }
    .dipi_image_hotspot .dipi-tooltip-position-left {
        transform: translateX(-50%);
        top: 100%;
        left: 50%;
        margin-top: 20px;
    }
    .dipi_image_hotspot .dipi-tooltip-arrow-right:before, 
    .dipi_image_hotspot .dipi-tooltip-arrow-left:before,
    .dipi_image_hotspot .dipi-tooltip-arrow-top:before, 
    .dipi_image_hotspot .dipi-tooltip-arrow-bottom:before,
    .dipi_image_hotspot .dipi-tooltip-arrow::before {  
        display: none;  
    }
}


.dipi_image_hotspot  .dipi-tooltip-wrap.animated {
    animation-duration: 0.8s;
    animation-fill-mode: both;
  }

/* interactivity */
.dipi_image_hotspot  .dipi-tooltip-wrap:after {
    content: " ";
    position: absolute;
    display: block;
}
.dipi_image_hotspot  .dipi-tooltip-wrap.dipi-tooltip-position-right:after {
    width: 15px;
    height: 100%;
    top: 0;
    left: -15px;
}
.dipi_image_hotspot  .dipi-tooltip-wrap.dipi-tooltip-position-left:after {
    width: 15px;
    height: 100%;
    top: 0;
    right: -15px;
}
.dipi_image_hotspot  .dipi-tooltip-wrap.dipi-tooltip-position-top:after {
    width: 100%;
    height: 15px;
    left: 0;
    bottom: -15px;
}

.dipi_image_hotspot  .dipi-tooltip-wrap.dipi-tooltip-position-bottom:after{
    width: 100%;
    height: 15px;
    left: 0;
    top: -15px;
}

.dipi-svg-sonar-container
{
        pointer-events: none;
    position: absolute;
    top: 51%;
    left: 51%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.dipi-sonar-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;

    border-radius: 50%;
    border: 1px solid #fff;

    width: 20px;
    height: 20px;

    animation-name: dipi-svg-sonar-animation;
    opacity: 0;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 0 0;
}
 
.dipi-sonar-circle:nth-child(2) {animation-delay: .6s;}
.dipi-sonar-circle:nth-child(3) {animation-delay: 1.2s;}
.dipi-sonar-circle:nth-child(4) {animation-delay: 1.8s;}


@keyframes dipi-svg-sonar-animation{
    0% {
        transform: scale(0) translate(-50%,-50%);
        opacity: 0;
    }
    50% {
        transform: scale(1.5) translate(-50%,-50%);
        opacity: 0.5;
    }
    100% {
        transform: scale(3) translate(-50%,-50%);
        opacity: 0;
    }
}
  
/* .dipi-svg-sonar-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.dipi-svg-sonar g{
    animation-name: dipi-svg-sonar-animation;
    opacity: 0;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .dipi-svg-sonar g:nth-child(2){animation-delay: .6s;}
  .dipi-svg-sonar g:nth-child(3){animation-delay: 1.2s;}
  .dipi-svg-sonar g:nth-child(4){animation-delay: 1.8s;}
  @keyframes dipi-svg-sonar-animation{
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100% {
      -webkit-transform: scale(3);
      transform: scale(3);
      opacity: 0;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
  } */

.dipi-image-mask{position: relative;overflow:visible;}
.dipi-image-mask--mask {
  z-index: 2;
  position: relative;
}
.dipi-image-mask--mask svg {
  width: 100%;
  height: 100%;
  display: block;
}
.dipi-image-mask--image {
  height:100%;
  position: absolute;  top:0;left:0;
  top:0;
  left:0;
  z-index: 1;
  width: 100%;
}

.dipi-imageselect-checkboxes-wrap {
  display: flex;
  flex-wrap: wrap;
  height: 250px;
  overflow-y: scroll;
}

/* Scrollbar style */
.dipi-imageselect-checkboxes-wrap::-webkit-scrollbar {
  width: 5px;
}

.dipi-imageselect-checkboxes-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}

.dipi-imageselect-checkboxes-wrap::-webkit-scrollbar-thumb {
  background: #2b87da;
  border-radius: 5px;
}

.dipi-imageselect-checkbox {
  width: 25%;
  padding: 4px;
}

.dipi-imageselect-checkbox .dipi-imageselect-img img {
  max-width: 100%;
}

.dipi-imageselect-checkbox .dipi-imageselect-img i.dipi-imageselect-checkmark {
  transform: scale(0);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c3ZnanM9Imh0dHA6Ly9zdmdqcy5jb20vc3ZnanMiIHZlcnNpb249IjEuMSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAzMzAgMzMwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Ik0xNjUsMEM3NC4wMTksMCwwLDc0LjAxOSwwLDE2NXM3NC4wMTksMTY1LDE2NSwxNjVzMTY1LTc0LjAxOSwxNjUtMTY1UzI1NS45ODEsMCwxNjUsMHogTTE2NSwzMDAgICBjLTc0LjQ0LDAtMTM1LTYwLjU2MS0xMzUtMTM1UzkwLjU2LDMwLDE2NSwzMHMxMzUsNjAuNTYxLDEzNSwxMzVTMjM5LjQzOSwzMDAsMTY1LDMwMHoiIGZpbGw9IiM1ZWIzNGIiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiLz4KCTxwYXRoIGQ9Ik0yMjYuODcyLDEwNi42NjRsLTg0Ljg1NCw4NC44NTNsLTM4Ljg5LTM4Ljg5MWMtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMy0wLjAwMSAgIGMtNS44NTgsNS44NTgtNS44NTgsMTUuMzU1LDAsMjEuMjEzbDQ5LjQ5Niw0OS40OThjMi44MTMsMi44MTMsNi42MjgsNC4zOTQsMTAuNjA2LDQuMzk0YzAuMDAxLDAsMCwwLDAuMDAxLDAgICBjMy45NzgsMCw3Ljc5My0xLjU4MSwxMC42MDYtNC4zOTNsOTUuNDYxLTk1LjQ1OWM1Ljg1OC01Ljg1OCw1Ljg1OC0xNS4zNTUsMC0yMS4yMTMgICBDMjQyLjIyNywxMDAuODA3LDIzMi43MywxMDAuODA2LDIyNi44NzIsMTA2LjY2NHoiIGZpbGw9IiM1ZWIzNGIiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=);
  background-size: contain;
}

.dipi-imageselect-img {
  position: relative;
  background-color: #eef2f6;
  border-radius: 6px;
  transition: all .2s ease;
  padding: 25%;
  opacity: 0.8;
}

.dipi-imageselect-img img {
  display: block;
}

.dipi-imageselect-checkbox:hover .dipi-imageselect-img {
  opacity: 1;
}

.dipi-imageselect-checkbox input[type='checkbox']:checked+.dipi-imageselect-img {
  background: #fff;
  box-shadow: 0 5px 5px rgba(152, 167, 184, 0.1), 0px 0px 5px rgba(152, 167, 184, 0.15);
  opacity: 1;
}

.dipi-imageselect-checkbox input[type='checkbox']:checked+.dipi-imageselect-img .dipi-imageselect-checkmark {
  transform: scale(1);
  transition: transform .3s ease;
}

.dipi-imageselect-checkbox input[type='checkbox'] {
  visibility: hidden;
  position: absolute;
}
.divi-pixel-mockup {
    width: 100%;
    position: relative;
}
.divi-pixel-mockup picture,
.divi-pixel-mockup>picture>img {
    width: 100%;
}

.div-pixel-mockup-screen>img {
    width: 100%;
    height: 100%;
}

.div-pixel-mockup-screen {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
    
}
.divi-pixel-mockup[data-mockup='iphone-pro-front'],
.divi-pixel-mockup[data-mockup='iphone-pro-right'],
.divi-pixel-mockup[data-mockup='iphone-pro-left'] {overflow: hidden;}
.divi-pixel-mockup[data-mockup='iphone-pro-front'] .div-pixel-mockup-screen ,
.divi-pixel-mockup[data-mockup='iphone-pro-right'] .div-pixel-mockup-screen,  
.divi-pixel-mockup[data-mockup='iphone-pro-left'] .div-pixel-mockup-screen {
    border-radius: 40px;
}

.div-pixel-mockup-screen.transformed {
    opacity: 1;
}

.div-pixel-mockup-screen .swiper-container {
    width: 100%;
    height: 100%;
}

.dipi-image-showcase-wrapper,
.dipi_image_showcase_child {
    height: 100%;
}

.dipi_image_showcase .div-pixel-mockup-img {
    /* z-index: 2; */
    position: relative;
}
.dipi_image_showcase_child>.et_pb_module_inner img{
    width:100%;height: 100%;
}
.divi-pixel-mockup-vs .dipi_image_showcase_child>.et_pb_module_inner img{
    width:100%;
    height: auto;
    transition: all .3s ease-in-out;
}


.dipi_image_showcase_child{height: 100%;}
.dipi_image_showcase_child  > .et_pb_module_inner {
    width: 100%;
    height: 100%;
}
.dipi_info_circle .dipi-info-circle-out {
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: 50%;
  top: 50%;
}

.dipi_info_circle .dipi-info-circle,
.dipi_info_circle .dipi_info_circle_container:before {
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  border-style: solid;
  border-width: 0;
}

.dipi_info_circle .dipi_info_circle-in {
  width: 80%;
  height: 80%;
  background-color: #f8f8f8;
  left: 50%;
  top: 50%;
  overflow: hidden;
  display: flex;
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity;
  border-style: solid;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: normal;
}

.dipi_info_circle .dipi_info_circle_container {
  margin: auto;
  width: 400px;
  height: 400px;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}

.dipi_info_circle .dipi_info_circle_container .dipi-info-circle-items .dipi_info_circle_item_container,
.dipi_info_circle .dipi_info_circle_container .dipi-info-circle-items .dipi_info_circle_item_container:hover {
  /* border of list */
  border-style: none;
}

/*.dipi_info_circle .dipi_info_circle_container:before{
  content: ' ';
  width: calc(80% + 1px);
  height: calc(80% + 1px);
  left: 50%;
  top: 50%;
  z-index: 1;
  position: absolute;
  pointer-events: none;
}*/

.dipi_info_circle .dipi-info-circle.dipi_info_circle-small {
  text-align: center;
  z-index: 5;
  cursor: pointer;
}

.dipi_info_circle .dipi_info_circle_container.icon_ani .dipi-info-circle.dipi_info_circle-small {
  visibility: hidden;
  line-height: 1em;
}

.dipi_info_circle .dipi-info-circle.dipi_info_circle-small,
.dipi_info_circle .dipi-info-circle.dipi_info_circle-small .dipi-info-icon {
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.dipi_info_circle .dipi_info_circle_item-info_image_icon-wrapper {
  line-height: 100%;
}

.dipi_info_circle .dipi_info_circle_item .dipi_info_circle_item_container .dipi-info-image-icon-wrap.dipi-image-wrapper,
.dipi_info_circle .dipi_info_circle_item .dipi_info_circle_item_container .dipi-info-image-icon-wrap.dipi-image-wrapper:hover {
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.dipi_info_circle .dipi-info-circle.dipi_info_circle-small .dipi-info-image-icon-wrap.dipi-image-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.dipi_info_circle .dipi-info-circle.dipi_info_circle-small .dipi-info-image-icon-wrap.dipi-image-wrapper .dipi-info-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.dipi_info_circle .dipi_info_circle_item_container.active .dipi_info_circle-in {
  z-index: 2 !important;
  opacity: 1;
  transition-duration: 1000ms;
}

.dipi_info_circle .dipi_info_circle_item_container .dipi_info_circle-in .content_link {
  width: 100%;
  height: 100%;
}

/* Animation code */
.dipi_info_circle .bounceInInfoCircle {
  animation-name: bounceInInfoCircle;
}

/* Show as list */
@media only screen and (min-width: 981px) {
  .dipi_info_circle .dipi_info-circle_list .dipi-info-circle-out {
    display: none;
  }

  .dipi_info_circle .dipi_info-circle_list .dipi-info-circle,
  .dipi_info_circle .dipi_info-circle_list .dipi_info_circle_container:before {
    position: unset;
    border-radius: unset!important;
    transform: unset;
  }

  .dipi_info_circle .dipi_info-circle_list .dipi_info_circle-in {
    width: unset!important;
    height: unset!important;
    left: 0 !important;
    top: 0 !important;
    opacity: 1;
    position: relative;
  }

  .dipi_info_circle .dipi_info-circle_list .dipi_info_circle_container {
    width: auto;
    height: auto;
  }

  .dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list .dipi-info-circle-items .dipi_info_circle_item_container,
  .dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list .dipi-info-circle-items .dipi_info_circle_item_container:hover {
    /* border of list */
    border-style: solid;
  }

  .dipi_info_circle .dipi_info-circle_list .dipi_info_circle_container:before {
    content: '';
  }

  .dipi_info_circle .dipi_info-circle_list .dipi-info-circle.dipi_info_circle-small {
    transform: unset;
  }

  /* Animation code */
  .dipi_info_circle .dipi_info-circle_list .bounceInInfoCircle {
    animation-name: bounceIn;
  }
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
  .dipi_info_circle .dipi_info-circle_list_tablet .dipi-info-circle-out {
    display: none;
  }

  .dipi_info_circle .dipi_info-circle_list_tablet .dipi-info-circle,
  .dipi_info_circle .dipi_info-circle_list_tablet .dipi_info_circle_container:before {
    position: unset;
    border-radius: unset!important;
    transform: unset;
  }

  .dipi_info_circle .dipi_info-circle_list_tablet .dipi_info_circle-in {
    width: unset!important;
    height: unset!important;
    left: 0 !important;
    top: 0 !important;
    opacity: 1;
    position: relative;
  }

  .dipi_info_circle .dipi_info-circle_list_tablet .dipi_info_circle_container {
    width: auto;
    height: auto;
  }

  .dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list_tablet .dipi-info-circle-items .dipi_info_circle_item_container,
  .dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list_tablet .dipi-info-circle-items .dipi_info_circle_item_container:hover {
    /* border of list */
    border-style: solid;
  }

  .dipi_info_circle .dipi_info-circle_list_tablet .dipi_info_circle_container:before {
    content: '';
  }

  .dipi_info_circle .dipi_info-circle_list_tablet .dipi-info-circle.dipi_info_circle-small {
    transform: unset;
  }

  /* Animation code */
  .dipi_info_circle .dipi_info-circle_list_tablet .bounceInInfoCircle {
    animation-name: bounceIn;
  }
}



@media only screen and (max-width: 767px) {
  .dipi_info_circle .dipi_info-circle_list_phone .dipi-info-circle-out {
    display: none;
  }

  .dipi_info_circle .dipi_info-circle_list_phone .dipi-info-circle,
  .dipi_info_circle .dipi_info-circle_list_phone .dipi_info_circle_container:before {
    position: unset;
    border-radius: unset!important;
    transform: unset;
  }

  .dipi_info_circle .dipi_info-circle_list_phone .dipi_info_circle-in {
    width: unset!important;
    height: unset!important;
    left: 0 !important;
    top: 0 !important;
    opacity: 1;
    position: relative;
  }

  .dipi_info_circle .dipi_info-circle_list_phone .dipi_info_circle_container {
    width: auto;
    height: auto;
  }

  .dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list_phone .dipi-info-circle-items .dipi_info_circle_item_container,
  .dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list_phone .dipi-info-circle-items .dipi_info_circle_item_container:hover {
    /* border of list */
    border-style: solid;
  }

  .dipi_info_circle .dipi_info-circle_list_phone .dipi_info_circle_container:before {
    content: '';
  }

  .dipi_info_circle .dipi_info-circle_list_phone .dipi-info-circle.dipi_info_circle-small {
    transform: unset;
  }

  /* Animation code */
  .dipi_info_circle .dipi_info-circle_list_phone .bounceInInfoCircle {
    animation-name: bounceIn;
  }
}

@keyframes bounceInInfoCircle {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale3d(.6, .6, .6);
  }

  20% {
    transform: translateX(-50%) translateY(-50%) scale3d(1.05, 1.05, 1.05);
  }

  40% {
    transform: translateX(-50%) translateY(-50%) scale3d(.95, .95, .95);
  }

  60% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale3d(1.02, 1.02, 1.02);
  }

  80% {
    transform: translateX(-50%) translateY(-50%) scale3d(.98, .98, .98);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
  }
}

@media only screen and (min-width: 981px) {
  .dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list {
      height: auto!important;
  }
}

@media only screen and (max-width: 980px) {
  .dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list_tablet {
      height: auto!important;
  }
}

@media only screen and (max-width: 767px) {
  .dipi_info_circle .dipi_info_circle_container.dipi_info-circle_list_phone {
      height: auto!important;
  }
}

.et-db #et-boc .et-l #et-fb-app .dipi_info_circle .dipi_info_circle_item,
.et-db #et-boc .et-l #et-fb-app .dipi_info_circle .dipi_info_circle_item .et_pb_module_inner,
.dipi_info_circle .dipi_info_circle_item,
.dipi_info_circle .dipi_info_circle_item .et_pb_module_inner {
  position: unset !important;
}

.dipi_info_circle .dipi_info_circle_item>.et_parallax_bg_wrap {
  display: none;
}

.dipi_info_circle .dipi_info_circle_item-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 0;
  animation-delay: 400ms;
}

.dipi_info_circle .dipi_info_circle_item .dipi-content-text {
  text-align: center;
}
.dipi-lottie-wrapper {
    display: flex;
    flex-direction: column;
}

.dipi-lottie-content {
    padding: 20px;
}

.dipi-lottie-desc {
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 30px;
}

@media (min-width: 981px) {
    .dipi-lottie-wrapper.dipi_lottie_placement_left {
        flex-direction: row;
    }

    .dipi-lottie-wrapper.dipi_lottie_placement_right {
        flex-direction: row-reverse;
    }
}

@media(max-width: 980px) {
    .dipi-lottie-wrapper.dipi_lottie_placement_left_tablet {
        flex-direction: row;
    }

    .dipi-lottie-wrapper.dipi_lottie_placement_right_tablet {
        flex-direction: row-reverse;
    }
}

@media(max-width: 767px) {
    .dipi-lottie-wrapper.dipi_lottie_placement_left_phone {
        flex-direction: row;
    }

    .dipi-lottie-wrapper.dipi_lottie_placement_right_phone {
        flex-direction: row-reverse;
    }
}

.CodeMirror-scroll {
    max-height: 400px !important;
}
/* .et-db #et-boc .et-fb-modules-list ul>li.dipi_masonry_gallery {
    background-color: #2c3d49 !important;
    color: white !important;
    overflow: visible !important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.et-db #et-boc .et-fb-modules-list ul>li.dipi_masonry_gallery span {
    font-size: 10px !important;
} */

.dipi_masonry_gallery,
.dipi_masonry_gallery .grid-item {
    overflow: hidden !important;
    border-style: solid;
}

.dipi_masonry_gallery .grid-item.hidden {
    display: none;
}

.dipi_masonry_gallery .dipi-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
    padding: 12px;
}

.dipi_masonry_gallery .dipi-pagination.long-mobile {
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
    mask-image: linear-gradient(to right, rgb(0, 0, 0) 86%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 86%, transparent 100%);
}

.dipi_masonry_gallery .dipi-pagination .dipi-pagination-btn {
    font-weight: bold;
    cursor: pointer;
    border-style: solid;
    padding: 5px 12px;
    flex-shrink: 0;
}

.dipi_masonry_gallery .dipi-pagination .dipi-pagination-btn.active {
    border-style: solid;
    background: #ff4200;
    color: #ffffff;
}

.dipi_masonry_gallery .dipi-loadmore-btn {
    cursor: pointer;
    border-style: solid;
    padding: 5px 12px;
}

.watch_end_of_grid {
    min-height: 10px;
    margin: 0;
}

@media(max-width: 980px) and (min-width: 768px) {
    .dipi_masonry_gallery .grid-item.tablet_show {
        display: block;
    }

    .dipi_masonry_gallery .grid-item.tablet_hidden {
        display: none;
    }
}

@media(max-width: 767px) {
    .dipi_masonry_gallery .grid-item.phone_show {
        display: block;
    }

    .dipi_masonry_gallery .grid-item.phone_hidden {
        display: none;
    }
}

.dipi_masonry_gallery .grid-item img {
    display: block;
    width: 100%;
}

.dipi_masonry_gallery_overlay {
    /* z-index: -1; */
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.dipi_masonry_gallery_overlay.background {
    /* background: rgba(21,2,42,0.3); */
    -webkit-transition: all .6s;
    opacity: 1;
    transition: all .6s;
}

.dipi_masonry_gallery_overlay.background-hover {
    /* background: rgba(21,2,42,0.3); */
    -webkit-transition: all .6s;
    opacity: 0;
    transition: all .6s;
}

.dipi_masonry_gallery_overlay.content {
    background: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.et_pb_gallery_image:hover .dipi_masonry_gallery_overlay.background {
    opacity: 0;
}

.et_pb_gallery_image:hover .dipi_masonry_gallery_overlay.background-hover,
.et_pb_gallery_image:hover .dipi_masonry_gallery_overlay.content {
    opacity: 1;
    z-index: 3;
}

.dipi-mansonry-gallery-icon-circle {
    padding: 15px;
    border-radius: 100%;
}

.dipi_masonry_gallery .dipi-mansonry-gallery-icon-circle-border,
.dipi_masonry_gallery.et_pb_with_border .dipi-mansonry-gallery-icon-circle-border {
    border: 2px solid;
}

.dipi_masonry_gallery .grid.hide_lightbox .grid-item>.img-container {
    cursor: auto;
}

.dipi_masonry_gallery .grid.show_lightbox .grid-item>.img-container {
    cursor: pointer;
}

.dipi-mansonry-gallery-icon {
    margin-bottom: 20px;
}

.dipi_masonry_gallery .grid.show_overlay .dipi_masonry_gallery_overlay {
    display: flex;
}

.dipi_masonry_gallery .grid.hide_overlay .dipi_masonry_gallery_overlay {
    display: none;
}

@media (max-width: 980px) {
    .dipi_masonry_gallery .grid.show_overlay_tablet .dipi_masonry_gallery_overlay {
        display: flex;
    }

    .dipi_masonry_gallery .grid.hide_overlay_tablet .dipi_masonry_gallery_overlay {
        display: none;
    }

    .dipi_masonry_gallery .grid.hide_lightbox_tablet .grid-item>.img-container {
        cursor: auto;
    }

    .dipi_masonry_gallery .grid.show_lightbox_tablet .grid-item>.img-container {
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .dipi_masonry_gallery .grid.show_overlay_phone .dipi_masonry_gallery_overlay {
        display: flex;
    }

    .dipi_masonry_gallery .grid.hide_overlay_phone .dipi_masonry_gallery_overlay {
        display: none;
    }

    .dipi_masonry_gallery .grid.hide_lightbox_phone .grid-item>.img-container {
        cursor: auto;
    }

    .dipi_masonry_gallery .grid.show_lightbox_phone .grid-item>.img-container {
        cursor: pointer;
    }
}

body.noscroll {
    overflow: hidden;
}

.img-container.dipi-mg-animation img {
    transition: all ease-in-out;
    transition-duration: .5s;
}

.img-container.dipi-mg-animation.dipi-mg-zoom-in:hover img {
    transform: scale(1.05);
}

.img-container.dipi-mg-animation.dipi-mg-zoom-out img {
    transform: scale(1.05);
}

.img-container.dipi-mg-animation.dipi-mg-zoom-out:hover img {
    transform: scale(1);
}

.img-container.dipi-mg-animation.dipi-mg-move-up img {
    transform: scale(1.1);
}

.img-container.dipi-mg-animation.dipi-mg-move-up:hover img {
    transform: scale(1.1) translateY(-10px);
}

.img-container.dipi-mg-animation.dipi-mg-move-down img {
    transform: scale(1.1);
}

.img-container.dipi-mg-animation.dipi-mg-move-down:hover img {
    transform: scale(1.1) translateY(10px);
}

.img-container.dipi-mg-animation.dipi-mg-move-right img {
    transform: scale(1.1);
}

.img-container.dipi-mg-animation.dipi-mg-move-right:hover img {
    transform: scale(1.1) translateX(10px);
}

.img-container.dipi-mg-animation.dipi-mg-move-left img {
    transform: scale(1.1);
}

.img-container.dipi-mg-animation.dipi-mg-move-left:hover img {
    transform: scale(1.1) translateX(-10px);
}

.img-container.dipi-mg-animation.dipi-mg-rotate img {
    transform: scale(1.1);
}

.img-container.dipi-mg-animation.dipi-mg-rotate:hover img {
    transform: scale(1.2) rotate(5deg);
}

.dipi_price_list_item .dipi_price_list_item_wrapper {
	display: flex;
}

.dipi_price_list_item .dipi_price_list_text_wrapper {
	padding: 2%;
	width: 100%;
	flex: 1;
	overflow-wrap: break-word;
}

.dipi_price_list_item .dipi_price_list_header {
	display: flex;
}

.dipi_price_list_item .dipi_price_list_separator {
	flex: 1;
	flex-basis: 10%;
}

.dipi_price_list_item .dipi_price_list_image_wrapper img {
	display: block;
	width: 100%;
	border-style: solid;
}

.dipi_price_list_separator {
	border-bottom-style: dotted;
}

.dipi_pricing_table {
	border-style: solid;
}
.dipi_pricing_table.et_pb_module .et_pb_module.dipi_pricing_table_item {
	margin-bottom: 10px;
}
.dipi-pt-ribbon {
	position: absolute;
	top: 0;
	left: 0;
}
.dipi-pt-feature {
	justify-content: center;
	align-items: center;
}
.dipi-pt-btn-wrap,
.dipi-pt-text {
	text-align: center;
}
.dipi-pt-feature-icon {
	margin-right: 5px;
}
.et_pb_module.dipi_pricing_table {
	position: relative;
	overflow: visible;
}
.dipi_pricing_table .et_pb_module_inner {
	position: initial;
}
.dipi-pt-feature,
.dipi-pt-image,
.dipi-pt-icon {
	display: flex;
}

.dipi-pt-image .et_pb_image_wrap {
	display: block;
}
.dipi-pt-image .et_pb_image_wrap img {
	width: 100%;
	display: block;
	border-style: solid;
}

/* Default Style */
.dipi-pt-price-container {
	text-align: center;
}
.dipi-pt-price {
	font-size: 80px;
	line-height: 1.03em;
	font-weight: 300;
	vertical-align: middle;
}
.dipi-pt-price-prefix,
.dipi-pt-price-suffix {
	font-size: 16px;
	color: #999;
}
.dipi-pt-price-prefix {
	vertical-align: top;
}
.dipi-pt-price-suffix {
	vertical-align: bottom;
}
.dipi-pt-feature,
.dipi-pt-feature .dipi-pt-feature-icon {
	font-size: 16px;
}

.dipi_pricing_table p:empty {
	display: none;
}
.dipi_pricing_table p:not(.has-background):last-of-type {
	padding-bottom: 0;
}
.dipi-pt-btn-wrap a {
	display: inline-block;
}

.dipi-pt-feature-icon {
	border-style: solid;
}

.dipi_pricing_table_item.dipi-pt-item--Ribbon {
	position: absolute;
}

.dipi-pt-item--ribbon-top_left {
	top: 0;
	left: 0;
}
.dipi-pt-item--ribbon-top_right {
	top: 0;
	right: 0;
}
.dipi-pt-item--ribbon-bottom_left {
	bottom: 0;
	left: 0;
}
.dipi-pt-item--ribbon-bottom_right {
	bottom: 0;
	right: 0;
}
.et_pb_image_wrap {
	overflow: hidden;
}

.dipi-pt-ribbon-image {
	z-index: 1;
}

.dipi-reading-progress-wrap .dipi-reading-progress {
    position: fixed;
    width: 100%;
    left: 0;
    height: 5px;
    z-index: 100000;
}

.et-tb-has-header .dipi-reading-progress-wrap .dipi-reading-progress-main {
    position: relative;
}

.dipi-reading-progress-wrap .dipi-reading-progress-top {
    top: 0;
}

.admin-bar .dipi-reading-progress-wrap .dipi-reading-progress-top {
    top: 30px;
}

@media (max-width: 782px) {
    .admin-bar .dipi-reading-progress-wrap .dipi-reading-progress-top {
        top: 46px;
    }
}

.dipi-reading-progress-wrap .dipi-reading-progress-bottom {
    bottom: 0;
}

.dipi-reading-progress-wrap-builder .dipi-reading-progress {
    position: unset;
    margin-top: 20px;
    background-color: aliceblue;
}

.dipi-reading-progress-wrap .dipi-reading-progress .dipi-reading-progress-fill {
    height: 5px;
    width: 0%;
    transition: width 50ms ease;
}

.dipi-builder-reading-progress-fill {
    width: 27.5% !important;
}

.dipi-builder-reading-progress-bar-preview {
    background-color: bisque;
    border-radius: 3px;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    position: relative;
}

.dipi-builder-reading-progress-bar-preview:before {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    top: 100%;
    left: 50%;
    border-top: 12px solid bisque;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

@-webkit-keyframes bars {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes bars {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.dipi-progress-striped {
    animation: bars 5s linear infinite;
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, #fff 50%, transparent 50%, transparent 50%, #fff 50%, #fff 50%, transparent 50%, transparent);
}
.dipi_reveal .dipi-reveal-button {
   cursor: pointer;
   display: inline-block;
}
.dipi_reveal .dipi-reveal {
   text-align: center;
   transition: all 0.8s;
}
.dipi-reveal-container-parent,
.dipi-reveal-container {
   overflow: hidden !important;
   position: relative;
   transition: height 0.8s, padding 0.8s;
}
.dipi_reveal .dipi-reveal-button:before,
.dipi_reveal .dipi-reveal-button:after
{
   content: attr(data-icon);
}
.dipi-reveal-container-parent .dipi-reveal-container.dipi-reveal-oa-html ~ .dipi-reveal-overlay,
.dipi-reveal-container.dipi-reveal-oa-html .dipi-reveal-overlay,
.dipi-reveal-container.dipi-reveal-oa-css:after {
   position: absolute;
   left: 0;
   top: 0;
   right:0;
   bottom: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   transition: all 0.8s;
   visibility: visible;
   pointer-events: none;
}
.dipi-reveal-container-parent .dipi-reveal-container-collapsed.dipi-reveal-oa-html ~ .dipi-reveal-overlay,
.dipi-reveal-container-collapsed.dipi-reveal-oa-html .dipi-reveal-overlay,
.dipi-reveal-container-collapsed:not(.et_pb_hovered_child):after {
  z-index:0; /* 2 is same value as default z-index of column */
}
.dipi-reveal-container-parent .dipi-reveal-container-collapsed.dipi-reveal-oa-html ~ .dipi-reveal-overlay,
.dipi-reveal-container-collapsed.dipi-reveal-oa-html .dipi-reveal-overlay,
.dipi-reveal-container-collapsed.dipi-reveal-oa-css:after {
   opacity: 1;
}

/* Show Reveal module on top alway in visual builder */
.et-db #et-boc .et-l #et-fb-app  .et_pb_hovered.dipi_reveal.et_fb_element_controls_visible {
   z-index: 9999999999;
}

.dipi_scroll_image {
    transition: all 500ms;
    overflow: hidden!important;
}

.dipi-scroll-image {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.dipi-scroll-image .dipi-image-scroll-container {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.dipi-scroll-image .dipi-image-scroll-content:hover {
    display: none;
}

.dipi-image-scroll-container .dipi-image-scroll-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: all 600ms;
}

.dipi-image-scroll-container .dipi-image-scroll-overlay,
.dipi-image-scroll-container .dipi-image-scroll-content {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    z-index: 4;
}
.dipi-image-scroll-container:hover .dipi-image-scroll-overlay:not(.reveal),
.dipi-image-scroll-container:hover .dipi-image-scroll-overlay.reveal_fade,
.dipi-image-scroll-container:hover .dipi-image-scroll-content {
    opacity: 0 !important;
    z-index: -1;
}
.dipi-image-scroll-container:hover .dipi-image-scroll-overlay.reveal_top {
    transform: translateY(-100%);
}
.dipi-image-scroll-container:hover .dipi-image-scroll-overlay.reveal_bottom {
    transform: translateY(100%);
}
.dipi-image-scroll-container:hover .dipi-image-scroll-overlay.reveal_left {
    transform: translateX(-100%);
}
.dipi-image-scroll-container:hover .dipi-image-scroll-overlay.reveal_right {
    transform: translateX(100%);
}
.dipi-image-scroll-container .dipi-image-scroll-overlay.reveal_top,
.dipi-image-scroll-container .dipi-image-scroll-overlay.reveal_bottom,
.dipi-image-scroll-container .dipi-image-scroll-overlay.reveal_left,
.dipi-image-scroll-container .dipi-image-scroll-overlay.reveal_right {
    transition: 0.6s ease;
}

.dipi-image-scroll-container:hover .dipi-image-scroll-content .dipi-image-scroll-icon {
    display: none;
}

.dipi-image-scroll-container .dipi-image-scroll-image img {
    transition: all 10s;
}

.dipi_scroll_image .dipi-container-scroll-anim-reset .dipi-image-scroll-image img {
    transition: all 0s !important;
}

.dipi-image-scroll-icon {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.dipi-image-scroll-container .dipi-image-scroll-vertical.dipi-image-scroll-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.dipi-image-scroll-container .dipi-image-scroll-horizontal {
    position: relative;
    width: 100%;
    height: 100%;
}

.dipi-image-scroll-container .dipi-image-scroll-horizontal.dipi-image-scroll-image img {
    max-width: none;
    height: 100%;
}

.dipi-image-scroll-content {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    z-index: 6 !important;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
}

.dipi-image-scroll-content > img {
    cursor: pointer;
    border-style: solid;
}

.dipi-image-container-scroll {
    overflow: auto;
}
.dipi-image-scroll-horizontal .dipi-image-container-scroll {
    overflow-y: hidden;
}
.dipi-image-container-scroll img {
    display: block;
}

.dipi-icon-animate.dipi-image-scroll-vertical .dipi-image-scroll-icon,
.dipi-icon-animate.dipi-image-scroll-vertical .dipi-image-scroll-content > img {
    -webkit-animation-name: dp-scroll-vertical;
    animation-name: dp-scroll-vertical;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes dp-scroll-vertical {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes dp-scroll-vertical {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}

.dipi-icon-animate.dipi-image-scroll-horizontal .dipi-image-scroll-icon,
.dipi-icon-animate.dipi-image-scroll-horizontal .dipi-image-scroll-content > img {
    -webkit-animation-name: dp-scroll-horizontal;
    animation-name: dp-scroll-horizontal;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes dp-scroll-horizontal {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes dp-scroll-horizontal {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
}

.dipi-star-rating span {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default;
    line-height: 0.8; /* Need to avoid showing gap in large start rating */
}

.dipi-star-rating span.dipi-star-full:before {
    content: "\2605";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.dipi-star-rating span.dipi-star-1:before{ width: 10%; }
.dipi-star-rating span.dipi-star-2:before{ width: 20%; }
.dipi-star-rating span.dipi-star-3:before{ width: 30%; }
.dipi-star-rating span.dipi-star-4:before{ width: 40%; }
.dipi-star-rating span.dipi-star-5:before{ width: 50%; }
.dipi-star-rating span.dipi-star-6:before{ width: 60%; }
.dipi-star-rating span.dipi-star-7:before{ width: 70%; }
.dipi-star-rating span.dipi-star-8:before{ width: 80%; }
.dipi-star-rating span.dipi-star-9:before{ width: 90%; }

.dipi_star_rating .dipi-description{
    margin-top: 10px;
    margin-bottom: 10px;
}

.display-type-inline .dipi-title {
    margin-right: 8px;
}

.display-type-block .dipi-star-rating, .display-type-block .dipi-title {
    display: block;
}

.display-type-inline .dipi-star-rating, .display-type-inline .dipi-title {
    display: inline-block;
}

.dipi-svg-animator-inner-wrapper {
    display: flex;
}

.dipi_svg_animator .dipi-svg-animator-container svg {
    display: block;
}
.dipi_text_highlighter .dipi-text-highlight-wrapper {
    overflow: visible;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.dipi_text_highlighter .dipi-text-affixes {
    vertical-align: middle;
}

.dipi_text_highlighter .dipi-text-highlight-text {
    z-index: 1;
    position: relative;
}

.dipi_text_highlighter .dipi-text-highlight-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
    stroke-linecap: round;
    /* stroke-linejoin: round; */
}

.dipi_text_highlighter .dipi-text-highlight-wrapper path {
    fill: none;
}
.dipi-testimonial-main .swiper-container {
    height: auto;
    display: flex;
    align-items: start;
    overflow: hidden !important;
}

.dipi-testimonial-review-popup-open .dipi-testimonial-item,
.dipi-testimonial-main .dipi-testimonial-item {
    border-style: solid;
}

.dipi-testimonial-main .dipi-testimonial-img {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-style: solid;
    overflow: hidden;
}

.dipi-testimonial-main .dipi-testimonial-img>img,
.dipi-review-popup-text .dipi-testimonial-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dipi-testimonial-rating {
    margin-bottom: 20px;
}

.dipi-testimonial-text {
    margin-bottom: 10px;
}

.dipi-testimonial-name {
    margin-bottom: 10px;
}

.dipi-company-name {
    margin-bottom: 10px;
}

.dipi-profile-info>div {
    margin-bottom: 0 !important;
    line-height: 1.2;
}

.dipi-testimonial-main .swiper-3d .dipi-testimonial-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dipi-testimonial-main .swiper-container .dipi-testimonial-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-wrap: nowrap;
    overflow: visible
}

.dipi-testimonial-main .swiper-container .dipi-testimonial-item {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0 !important;
    flex-direction: column;
    float: none !important;
    clear: none !important;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    overflow: hidden;
}

.dipi-testimonial-main .swiper-pagination {
    text-align: center;
    width: 100%!important;
}

.dipi-testimonial-main .swiper-pagination .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.dipi-testimonial-main .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px;
}

.dipi-testimonial-main .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.dipi-testimonial-main .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.dipi-testimonial-rating {
    font-size: 20px;
}

.dipi-testimonial-rating span {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default;
}

.dipi-testimonial-main .swiper-button-next,
.dipi-testimonial-main .swiper-button-prev {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 50px;
    margin-top: 0;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}

.dipi-testimonial-main .swiper-button-next:after,
.dipi-testimonial-main .swiper-button-prev:after {
    content: attr(data-icon);
    display: block;
    font-family: ETmodules;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.dipi-testimonial-main .swiper-button-prev {
    left: -66px;
}

.dipi-testimonial-main .swiper-button-next {
    right: -66px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: pointer;
    pointer-events: all;
}

.dipi-review-popup-text {
    width: 620px;
    margin: 60px auto;
    padding: 30px;
    background: #fff;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .dipi-review-popup-text {
        width: 90% !important;
    }
}

@media only screen and (max-width: 420px) {
    .dipi-review-popup-text {
        margin-top: 20%;
    }
}

.dipi-review-popup-text .mfp-close {
    top: -15px;
    right: -15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    opacity: 1;
    background: #000;
    color: #fff;
}

.mfp-wrap .mfp-container .dipi-review-popup-text .mfp-close:hover {
    background: #000 !important;
    color: #fff !important;
}

.mfp-wrap .mfp-container .dipi-review-popup-text .mfp-close:active {
    top: -15px !important;
}

.dipi-testimonial-review-popup-open .dipi-review-popup-bottom {
    margin-top: 30px;
}

.dipi-testimonial-review-popup-open .dipi-review-popup-bottom .dipi-testimonial-img {
    margin-right: 10px;
}

.dipi-testimonial-review-popup-open .dipi-review-popup-bottom {
    display: flex;
    align-items: center;
}

.dipi-mfp-with-zoom .dipi-review-popup-text {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(0.8);
}

.dipi-mfp-with-zoom.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.dipi-mfp-with-zoom.mfp-ready .dipi-review-popup-text {
    opacity: 1;
    transform: scale(1);
}

.dipi-mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.dipi-mfp-with-zoom.mfp-removing .dipi-review-popup-text {
    transform: scale(0.8);
    opacity: 0;
}

.dipi-mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


.dipi_testimonial.et_pb_module .swiper-arrow-button.show_on_hover {
    opacity: 0;
}

.dipi_testimonial .swiper-button-prev.swiper-arrow-button.show_on_hover {
    left: 0 !important;
}

.dipi_testimonial .swiper-button-next.swiper-arrow-button.show_on_hover {
    right: 0 !important;
}

.dipi_testimonial.et_pb_module:hover .swiper-arrow-button.show_on_hover,
.dipi_testimonial.et_pb_module .swiper-arrow-button.show_on_hover:hover {
    opacity: 1;
}

.dipi_testimonial .swiper-button-prev.swiper-arrow-button.show_on_hover:before,
.dipi_testimonial .swiper-button-next.swiper-arrow-button.show_on_hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    content: " ";
    position: absolute;
}

.dipi_testimonial .swiper-button-prev.swiper-arrow-button.show_on_hover:before {
    left: 50%;
}

.dipi_testimonial .swiper-button-next.swiper-arrow-button.show_on_hover:before {
    right: 50%;
}

.dipi-testimonial-review-popup-open .dipi-testimonial-img {
    overflow: hidden;
}
.dipi_tile_scroll {
    overflow: hidden;
}

.dipi-tile-scroll-items {}

.dipi_tile_scroll .dipi_tile_scroll_container {
    display: flex;
    overflow: hidden;
    margin: auto;
}

.dipi_tile_scroll .dipi-tile-scroll-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.dipi_tile_scroll .dipi-tile-scroll-content {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dipi_tile_scroll .dipi-content-image-icon-wrap,
.dipi_tile_scroll .dipi-content-heading,
.dipi_tile_scroll .dipi-desc,
.dipi_tile_scroll .dipi-button-wrapper {
    text-align: center;
}

.dipi_tile_scroll .dipi-content-image {
    display: inline-flex;
}

.dipi_tile_scroll .dipi-tile-scroll-content-wrapper {
    border-style: solid;
}

.dipi_tile_scroll .content-ico-circle {
    border-radius: 100% !important;
    border-style: solid;
    background: #eee;
}

.dipi_tile_scroll .dipi_content_button[data-icon]:not([data-icon=""]):after {
    content: attr(data-icon);
}

.dipi_tile_scroll .dipi-tile-scroll-items {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dipi_tile_scroll .anim_direct_row .dipi-tile-scroll-items {
    flex-direction: column;
}

.dipi_tile_scroll .anim_direct_column .dipi-tile-scroll-items .dipi_tile_scroll_item_container {
    flex-direction: column;
}

.dipi_tile_scroll .dipi-tile-scroll-items>.et_pb_module {
    margin: 0 !important;
    min-height: auto!important;
}

.dipi_tile_scroll_item_container {
    display: flex;
}

.dipi_tile_scroll_item .dipi-tile-scroll__line-img {
    border-style: solid;
    background-size: cover;
    background-position: 50% 50%;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
}
.dipi-tilt-image--has-parallax .dipi-tilt-image {
	transform-style: preserve-3d;
}

.dipi_tilt_image {
	display: block;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	line-height: 0 !important;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.dipi_tilt_image .dipi-tilt-overlay-icon-circle {
	padding: 10px;
	border-radius: 100%;
}

.et-pb-icon.dipi-tilt-overlay-icon.dipi-tilt-overlay-image-icon-wrap.dipi-tilt-overlay-icon-circle.dipi-tilt-overlay-icon-border {
	border: 3px solid;
}

.dipi-tilt-overlay-desc {
	font-size: 14px;
	line-height: 15px;
	padding-bottom: 30px;
}

.dipi_tilt_image .dipi-tilt-image {
	border-style: solid;
}

.dipi-tilt-image-wrap > img {
	position: relative;
	border-style: solid;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dipi-tilt-image-wrap {
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: visible !important;
	transform-style: preserve-3d !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dipi-tilt-image-wrap a {
	width: 100%;
}

.dipi-tilt-image-overlay {
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	/* Safari Overlay Fix ohne Z? */
	/* transform: translateZ(0); */
	backface-visibility: hidden;
	border-style: solid;
}

.dipi-tilt-overlay {
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	transform: translateZ(0);
	backface-visibility: hidden;
	border-style: solid;
	display: flex;
	align-items: center;
}

.dipi-tilt-overlay-wrap {
	width: 100%;
	padding: 20px;
	margin: 20px;
}

.dipi-tilt-overlay-icon {
	margin-bottom: 20px;
}

.dipi-tilt-overlay-image-icon-wrap {
	padding: 0 0 15px 0;
	margin: auto;
	position: relative;
}

.dipi-tilt-overlay-image-icon-wrap img {
	border-style: solid;
}

.dipi-tilt-overlay-btn {
	display: block;
}

.dipi_tilt_image .dipi-tilt-overlay-btn:hover:after {
	font-size: inherit !important;
}

.dipi_tilt_image .dipi-tilt-overlay-btn:hover:before {
	font-size: inherit !important;
}
.dipi_tilt_image .js-tilt-glare {
	transform: translateZ(10px);
	-webkit-transform: translateZ(10px);
}
/* Fix for Divi Advanced Font Settings default */
.dipi_tilt_image h1.dipi-tilt-overlay-title {
	font-size: 30px;
}
.dipi_tilt_image h2.dipi-tilt-overlay-title {
	font-size: 26px;
}
.dipi_tilt_image h3.dipi-tilt-overlay-title {
	font-size: 22px;
}
.dipi_tilt_image h4.dipi-tilt-overlay-title {
	font-size: 18px;
}
.dipi_tilt_image h5.dipi-tilt-overlay-title {
	font-size: 16px;
}
.dipi_tilt_image h6.dipi-tilt-overlay-title {
	font-size: 14px;
}
:where(.et_pb_button) {
	text-decoration: none !important;
}

.dipi-tilt-overlay-wrap .dipi-tilt-overlay-btn .dipi-overlay-button:after {
	line-height: inherit;
	font-size: inherit !important;
	margin-left: -1em;
	left: auto;
	opacity: 0;
	display: inline-block;
}

.dipi_timeline_container {
    position: relative;
}

.dipi-timeline-line__active,
.dipi-timeline-line {
    border-style: solid;
    border-width: 2px;
    position: absolute;
    border-left: none !important;
    z-index: 0;
}

.dipi_timeline .ribbon-icon {
    font-size: 20px;
    transition: color 300ms ease 0ms, background-color 300ms ease 0ms;
}

.dipi_timeline .ribbon-icon img {
    width: 100%;
}

.dipi-timeline-line {
    overflow: inherit !important;
    border-color: #eaebec;
}

.dipi_timeline .dipi_timeline_custom_classes:not(.dipi_timeline_show-card-arrow) .dipi_timeline_item_card-wrap:after {
    border-style: hidden;
}

.dipi_timeline_layout_left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item_container,
.dipi_timeline_layout_mixed.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
.dipi_timeline_layout_mixed.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container {
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.dipi_timeline_layout_mixed.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container>.dipi_timeline_ribbon,
.dipi_timeline_layout_mixed.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container>.dipi_timeline_ribbon {
    /*text-align: right;*/
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;

}

.dipi_timeline_layout_left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
.dipi_timeline_layout_left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
.dipi_timeline_layout_mixed.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
.dipi_timeline_layout_mixed.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
}

.dipi_timeline_layout_mixed .dipi-timeline-line__active,
.dipi_timeline_layout_mixed .dipi-timeline-line {
    /*border-right-width: 0 !important;*/
    left: 50%;
    right: auto;
    transform: translateX(-50%);

}

.dipi_timeline_layout_right .dipi-timeline-line__active,
.dipi_timeline_layout_right .dipi-timeline-line {
    /* left: calc(16px); */
    /* line_area_size / 2 */
}

.dipi_timeline_layout_left .dipi-timeline-line__active,
.dipi_timeline_layout_left .dipi-timeline-line {
    /* right: calc(16px - 4px); */
    /* line_area_size/2 - borderwidth * 2 */
    left: auto;
}

.dipi_timeline_layout_right .dipi_timeline_item_container>.dipi_timeline_ribbon,
.dipi_timeline_layout_left .dipi_timeline_item_container>.dipi_timeline_ribbon {
    display: none;
}

.dipi_timeline_layout_mixed .dipi_timeline_item_card .dipi_timeline_ribbon {
    display: none;
}

.dipi_timeline_layout_left .dipi_timeline_item_card .dipi_timeline_ribbon,
.dipi_timeline_layout_right .dipi_timeline_item_card .dipi_timeline_ribbon {
    display: flex;
}

.dipi_timeline_layout_right .dipi_timeline_item .ribbon-icon-wrap,
.dipi_timeline_layout_left .dipi_timeline_item .ribbon-icon-wrap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    /* max-width: 32px; */
}

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

    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -moz-box-direction: reverse;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container {
        flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container>.dipi_timeline_ribbon,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container>.dipi_timeline_ribbon,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container>.dipi_timeline_ribbon,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container>.dipi_timeline_ribbon {
        justify-content: flex-end;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_container .dipi-timeline-line__active,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_container .dipi-timeline-line,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_container .dipi-timeline-line__active,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_container .dipi-timeline-line {
        /*border-right-width: 0 !important;*/
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-line__active,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-line,
    .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-line__active,
    .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-line {
        /* left: calc(16px); */
        /* line_area_size / 2 */
        right: auto;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-line__active,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-line,
    .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-line__active,
    .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-line {
        /* right: calc(16px - 4px); */
        /* line_area_size/2 - borderwidth * 2 */
        left: auto;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item_container>.dipi_timeline_ribbon,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item_container>.dipi_timeline_ribbon,
    .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item_container>.dipi_timeline_ribbon,
    .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item_container>.dipi_timeline_ribbon {
        display: none;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_item_card .dipi_timeline_ribbon,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_item_card .dipi_timeline_ribbon {
        display: none;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_item_container>.dipi_timeline_ribbon,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_item_container>.dipi_timeline_ribbon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item_card .dipi_timeline_ribbon,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item_card .dipi_timeline_ribbon,
    .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item_card .dipi_timeline_ribbon,
    .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item_card .dipi_timeline_ribbon {
        display: flex;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item .ribbon-icon-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item .ribbon-icon-wrap,
    .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item .ribbon-icon-wrap,
    .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item .ribbon-icon-wrap {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex: 1;
        flex-grow: 1;
        margin-left: 0;
        margin-right: 0;
        /* max-width: 32px; */
    }
}

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

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container {
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container {
        flex-direction: row !important;
        -webkit-box-direction: normal !important;
        -webkit-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -moz-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container>.dipi_timeline_ribbon,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container>.dipi_timeline_ribbon,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container>.dipi_timeline_ribbon,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container>.dipi_timeline_ribbon {
        justify-content: flex-end !important;
        -webkit-box-pack: end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    div.et_pb_module .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    div.et_pb_module .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end !important;
        -webkit-box-pack: end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    div.et_pb_module .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    div.et_pb_module .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_container .dipi-timeline-line__active,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_container .dipi-timeline-line,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_container .dipi-timeline-line__active,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_container .dipi-timeline-line {
        /*border-right-width: 0 !important;*/
        left: 50%;
        right: auto !important;
        transform: translateX(-50%);
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-line__active,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-line,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-line__active,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-line {
        /* left: calc(16px); */
        /* line_area_size / 2 */
        right: auto !important;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-line__active,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-line,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-line__active,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-line {
        /* right: calc(16px - 4px); */
        /* line_area_size/2 - borderwidth * 2 */
        left: auto !important;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item_container>.dipi_timeline_ribbon,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item_container>.dipi_timeline_ribbon,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item_container>.dipi_timeline_ribbon,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item_container>.dipi_timeline_ribbon {
        display: none;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_item_card .dipi_timeline_ribbon,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_item_card .dipi_timeline_ribbon {
        display: none;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_item_container>.dipi_timeline_ribbon,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_item_container>.dipi_timeline_ribbon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item_card .dipi_timeline_ribbon,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item_card .dipi_timeline_ribbon,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item_card .dipi_timeline_ribbon,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item_card .dipi_timeline_ribbon {
        display: flex;
    }

    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item .ribbon-icon-wrap,
    .et-bfb:not(.et-bfb) #et-boc .et-l div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item .ribbon-icon-wrap,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item .ribbon-icon-wrap,
    div.et_pb_module.dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item .ribbon-icon-wrap {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex: 1;
        flex-grow: 1;
        margin-left: 0;
        margin-right: 0;
        /* max-width: 32px; */
    }
}
.dipi_timeline_item {
    z-index: 1;
}

.dipi_timeline_item_content {
    position: relative;
}

.dipi_timeline_item_button {
    display: inline-block;
}

.dipi_timeline .dipi_timeline_item_image .et_pb_image_wrap {
    display: block;
}

.dipi_timeline {
    word-wrap: break-word;
}

.dipi_timeline_item_image {
    border: 0 solid #333;
    text-align: center;
}

.dipi_timeline_item_container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: table;
}

.et_pb_sticky_module .dipi_timeline_item_image .et_pb_image_wrap {
    width: 100%;
    max-width: 100%;
}

.dipi_timeline_item.et_pb_text_align_left .dipi_timeline_item_container .dipi_timeline_item_content {
    text-align: left;
}

.dipi_timeline_item.et_pb_text_align_right .dipi_timeline_item_container .dipi_timeline_item_content {
    text-align: right;
}

.dipi_timeline_item.et_pb_text_align_justified .dipi_timeline_item_container .dipi_timeline_item_content {
    text-align: justify;
}

.dipi_timeline_item.et_pb_text_align_center .dipi_timeline_item_container .dipi_timeline_item_content {
    text-align: center;
}

.dipi_timeline_item_container p:last-of-type {
    padding-bottom: 0;
}

.dipi_timeline_item_image {
    /* display: inline-block; */
    /* remove this code to make icon placement working*/
    margin-bottom: 30px;
    line-height: 0;
    max-width: 100%;
}

.dipi_timeline_ribbon_text {
    border-style: solid;
    border-color: #333333;
    border-width: 0;
}

.dipi_timeline_item .et_pb_module_header a,
.dipi_timeline_item h4 a {
    text-decoration: none;
}

.dipi_timeline_item .dipi_timeline_item_image .et_pb_image_wrap {
    display: block;
    margin: auto;
}

.dipi_timeline_item .et_pb_button_wrapper {
    white-space: nowrap;
    margin-top: 20px;
}

.dipi_timeline_item_position_left .dipi_timeline_item_image,
.dipi_timeline_item_position_right .dipi_timeline_item_image {
    width: 60px;
    display: table-cell;
    line-height: 0;
}

.dipi_timeline_item_position_left .dipi_timeline_item_image img,
.dipi_timeline_item_position_right .dipi_timeline_item_image img {
    width: inherit;
}

.dipi_timeline_item .ribbon-icon {
    line-height: 1;
}

.dipi_timeline_item .ribbon-icon,
.dipi_timeline_item_position_left .et-pb-icon,
.dipi_timeline_item_position_right .et-pb-icon {
    display: inline-flex;
}

.dipi_timeline_item .ribbon-icon,
.dipi_timeline_item_position_left .et-pb-icon-circle,
.dipi_timeline_item_position_right .et-pb-icon-circle {
    padding: 15px;
}

.et-db #et-boc .et-l .dipi_timeline_item .ribbon-icon-circle-border,
.et-db #et-boc .et-l .dipi_timeline_item_position_left .et-pb-icon-circle-border,
.et-db #et-boc .et-l .dipi_timeline_item_position_right .et-pb-icon-circle-border,
.dipi_timeline_item .ribbon-icon-circle-border,
.dipi_timeline_item_position_left .et-pb-icon-circle-border,
.dipi_timeline_item_position_right .et-pb-icon-circle-border {
    border: 2px solid;
}

.et-db #et-boc .et-l .dipi_timeline .dipi_timeline_item .ribbon-ico-circle,
.et-db #et-boc .et-l .dipi_timeline .dipi_timeline_item_card-wrap .et-pb-icon-circle,
.dipi_timeline .dipi_timeline_item .ribbon-ico-circle,
.dipi_timeline .dipi_timeline_item_card-wrap .et-pb-icon-circle {
    border-radius: 100%;
}

.et-db #et-boc .et-l .dipi_timeline .dipi_timeline_item .ribbon-ico-circle-border,
.et-db #et-boc .et-l .dipi_timeline .dipi_timeline_item_card-wrap .et-pb-icon-circle-border,
.dipi_timeline .dipi_timeline_item .ribbon-ico-circle-border,
.dipi_timeline .dipi_timeline_item_card-wrap .et-pb-icon-circle-border {
    border: 2px solid;
}

.dipi_timeline_item_position_left .dipi_timeline_item_content,
.dipi_timeline_item_position_right .dipi_timeline_item_content {
    display: table-cell;
    vertical-align: top;
}

.dipi_timeline_item_position_left .dipi_timeline_item_content {
    padding-left: 15px;
}

.dipi_timeline_item_position_left .dipi_timeline_item_container {
    text-align: left;
}

.dipi_timeline_item_position_right .dipi_timeline_item_content {
    padding-right: 15px;
}

.dipi_timeline_item_position_right .dipi_timeline_item_container {
    text-align: right;
}

.dipi_timeline_item_position_right .dipi_timeline_item_image {
    left: auto;
    right: 0;
}

.dipi_timeline_item_position_right .et-pb-icon {
    margin-right: 0;
    margin-left: 20px;
}

.ribbon-icon {
    font-family: ETmodules;
}

.dipi_timeline_item .ribbon-icon:after {
    line-height: inherit;
    font-size: inherit !important;
    content: attr(data-icon);
    line-height: 1;
}

.et-db #et-boc .et-l .dipi_timeline_item:hover .ribbon-icon,
.et-db #et-boc .et-l .dipi_timeline_item .ribbon-icon.active,
.dipi_timeline_item:hover .ribbon-icon,
.dipi_timeline_item .ribbon-icon.active {
    color: #ffffff;
}

/*.et-db #et-boc .et-l .dipi_timeline_item:hover .ribbon-icon.ribbon-icon-circle,*/
.et-db #et-boc .et-l .dipi_timeline_item .ribbon-icon.ribbon-icon-circle.active,
/*.dipi_timeline_item:hover .ribbon-icon.ribbon-icon-circle,*/
.dipi_timeline_item .ribbon-icon.ribbon-icon-circle.active {
    background-color: #2C3D49;
}

.et-db #et-boc .et-l .dipi_timeline_item .ribbon-icon-circle,
.dipi_timeline_item .ribbon-icon-circle {
    border-radius: 100%;
}

.dipi_timeline_item_container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dipi_timeline_ribbon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dipi_timeline_item_card-wrap {
    width: 100%;
}

.dipi_timeline .dipi_timeline_item_card-wrap.need_animation {
    opacity: 0;
}

.dipi_timeline_layout_mixed .dipi_timeline_ribbon,
.dipi_timeline_layout_mixed .dipi_timeline_item_card-wrap {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.dipi_timeline_item .ribbon-icon-wrap {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 1rem;
    position: relative;
}

/* .et-db #et-boc .et-l .dipi_timeline_item .dipi_timeline_item_card, Commented since 20240213: With this code, background, border, box-shadow setting of child module is not working in backend builder*/
.dipi_timeline_item .dipi_timeline_item_card {
    border-style: solid;
    background: #F2F3F3;
    border-width: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Arrow Setting */
.dipi_timeline_item_card-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
}

.dipi_timeline_item_card-wrap:after {
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.dipi_timeline_layout_left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
.dipi_timeline_layout_mixed.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
.dipi_timeline_layout_mixed.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after {
    right: -12px;
    border-left-style: solid;
    /* border-left-width: 12px; */
}

.dipi_timeline_layout_right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
.dipi_timeline_layout_mixed.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
.dipi_timeline_layout_mixed.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after {
    left: -12px;
    border-right-style: solid;
    /* border-right-width: 12px; */
}

@media (max-width:980px) {

    .dipi_timeline_item .dipi_timeline_item_position_left_tablet .dipi_timeline_item_image,
    .dipi_timeline_item .dipi_timeline_item_position_right_tablet .dipi_timeline_item_image {
        width: 60px;
        display: table-cell;
        line-height: 0;
    }

    .dipi_timeline_item .dipi_timeline_item_position_left_tablet .dipi_timeline_item_image img,
    .dipi_timeline_item .dipi_timeline_item_position_right_tablet .dipi_timeline_item_image img {
        width: inherit;
    }

    .dipi_timeline_item .ribbon-icon,
    .dipi_timeline_item .dipi_timeline_item_position_left_tablet .et-pb-icon,
    .dipi_timeline_item .dipi_timeline_item_position_right_tablet .et-pb-icon {
        display: inline-flex;
    }

    .dipi_timeline_item .ribbon-icon-circle,
    .dipi_timeline_item .dipi_timeline_item_position_left_tablet .et-pb-icon-circle,
    .dipi_timeline_item .dipi_timeline_item_position_right_tablet .et-pb-icon-circle {
        padding: 10px;
    }

    .dipi_timeline_item .ribbon-icon-circle-border,
    .dipi_timeline_item .dipi_timeline_item_position_left_tablet .et-pb-icon-circle-border,
    .dipi_timeline_item .dipi_timeline_item_position_right_tablet .et-pb-icon-circle-border {
        border: 2px solid;
    }

    .dipi_timeline_item .dipi_timeline_item_position_left_tablet .dipi_timeline_item_content,
    .dipi_timeline_item .dipi_timeline_item_position_right_tablet .dipi_timeline_item_content {
        display: table-cell;
        vertical-align: top;
    }

    .dipi_timeline_item .dipi_timeline_item_position_left_tablet .dipi_timeline_item_content {
        padding-left: 15px
    }

    .dipi_timeline_item .dipi_timeline_item_position_left_tablet .dipi_timeline_item_container {
        text-align: left;
    }

    .dipi_timeline_item .dipi_timeline_item_position_right_tablet .dipi_timeline_item_content {
        padding-right: 15px;
    }

    .dipi_timeline_item .dipi_timeline_item_position_right_tablet .dipi_timeline_item_container {
        padding-right: 52px;
        text-align: right;
    }

    .dipi_timeline_item .dipi_timeline_item_position_right_tablet .dipi_timeline_item_image {
        left: auto;
        right: 0;
    }

    .dipi_timeline_item .dipi_timeline_item_position_right_tablet .et-pb-icon {
        margin-right: 0;
        margin-left: 20px;
    }

    .dipi_timeline_item .dipi_timeline_item_position_top_tablet .dipi_timeline_item_image {
        display: inline-block;
        width: auto;
    }

    .dipi_timeline_item .ribbon-icon,
    .dipi_timeline_item .dipi_timeline_item_position_top_tablet .et-pb-icon {
        display: inline-flex;
    }

    .dipi_timeline_item .ribbon-icon-circle,
    .dipi_timeline_item .dipi_timeline_item_position_top_tablet .et-pb-icon-circle {
        padding: 10px;
    }

    .dipi_timeline_item .dipi_timeline_item_position_top_tablet .dipi_timeline_item_content {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .dipi_timeline_item .dipi_timeline_item_position_top_tablet .dipi_timeline_item_container {
        /* text-align: center; */
        padding-right: 0;
    }

    .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_ribbon,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet .dipi_timeline_item_card-wrap {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_item_card-wrap,
    .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_item_card-wrap {
        flex-basis: auto;
        -webkit-flex-basis: auto;
    }

    .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
    .dipi_timeline .dipi_timeline_layout_left_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after {
        right: -12px;
        border-left-style: solid;
        /* border-left-width: 12px; */
        border-right-style: none;
        left: auto;
    }

    .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
    .dipi_timeline .dipi_timeline_layout_right_tablet .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
    .dipi_timeline .dipi_timeline_layout_mixed_tablet.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after {
        left: -12px;
        border-right-style: solid;
        /* border-right-width: 12px; */
        border-left-style: none;
        right: auto;
    }
}

@media (max-width:767px) {

    .dipi_timeline_item .dipi_timeline_item_position_left_phone .dipi_timeline_item_image,
    .dipi_timeline_item .dipi_timeline_item_position_right_phone .dipi_timeline_item_image {
        width: 60px;
        display: table-cell;
        line-height: 0;
    }

    .dipi_timeline_item .dipi_timeline_item_position_left_phone .dipi_timeline_item_image img,
    .dipi_timeline_item .dipi_timeline_item_position_right_phone .dipi_timeline_item_image img {
        width: inherit;
    }

    .dipi_timeline_item .ribbon-icon,
    .dipi_timeline_item .dipi_timeline_item_position_left_phone .et-pb-icon,
    .dipi_timeline_item .dipi_timeline_item_position_right_phone .et-pb-icon {
        display: inline-flex;
    }

    .dipi_timeline_item .ribbon-icon-circle,
    .dipi_timeline_item .dipi_timeline_item_position_left_phone .et-pb-icon-circle,
    .dipi_timeline_item .dipi_timeline_item_position_right_phone .et-pb-icon-circle {
        padding: 10px;
    }

    .dipi_timeline .dipi_timeline_item .ribbon-icon-circle-border,
    .dipi_timeline_item .dipi_timeline_item_position_left_phone .et-pb-icon-circle-border,
    .dipi_timeline_item .dipi_timeline_item_position_right_phone .et-pb-icon-circle-border {
        border: 2px solid;
    }

    .dipi_timeline_item .dipi_timeline_item_position_left_phone .dipi_timeline_item_content,
    .dipi_timeline_item .dipi_timeline_item_position_right_phone .dipi_timeline_item_content {
        display: table-cell;
        vertical-align: top;
    }

    .dipi_timeline_item .dipi_timeline_item_position_left_phone .dipi_timeline_item_content {
        padding-left: 15px;
    }

    .dipi_timeline_item .dipi_timeline_item_position_left_phone .dipi_timeline_item_container {
        text-align: left;
    }

    .dipi_timeline_item .dipi_timeline_item_position_right_phone .dipi_timeline_item_content {
        padding-right: 15px;
    }

    .dipi_timeline_item .dipi_timeline_item_position_right_phone .dipi_timeline_item_container {
        padding-right: 52px;
        text-align: right;
    }

    .dipi_timeline_item .dipi_timeline_item_position_right_phone .dipi_timeline_item_image {
        left: auto;
        right: 0;
    }

    .dipi_timeline_item .dipi_timeline_item_position_right_phone .et-pb-icon {
        margin-right: 0;
        margin-left: 20px;
    }

    .dipi_timeline_item .dipi_timeline_item_position_top_phone .dipi_timeline_item_image {
        display: inline-block;
        width: auto
    }

    .dipi_timeline_item .ribbon-icon,
    .dipi_timeline_item .dipi_timeline_item_position_top_phone .et-pb-icon {
        display: inline-flex;
    }

    .dipi_timeline_item .ribbon-icon-circle,
    .dipi_timeline_item .dipi_timeline_item_position_top_phone .et-pb-icon-circle {
        padding: 10px;
    }

    .dipi_timeline_item_position_top_phone .dipi_timeline_item_content {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .dipi_timeline_item .dipi_timeline_item_position_top_phone .dipi_timeline_item_container {
        /* text-align: center; */
        padding-right: 0;
    }

    .dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_ribbon,
    .dipi_timeline .dipi_timeline_layout_mixed_phone .dipi_timeline_item_card-wrap {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_item_card-wrap,
    .dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_item_card-wrap {
        flex-basis: auto;
        -webkit-flex-basis: auto;
    }

    .dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
    .dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
    .dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
    .dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
    .dipi_timeline .dipi_timeline_layout_left_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item.dipi_timeline_item_custom-card-arrow .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after {
        right: -12px;
        border-left-style: solid;
        /* border-left-width: 12px; */
        border-right-style: none;
        left: auto !important;
    }

    .dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
    .dipi_timeline .dipi_timeline_layout_right_phone .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
    .dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-right .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(odd) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after,
    .dipi_timeline .dipi_timeline_layout_mixed_phone.startpos-left .dipi_timeline_container .dipi-timeline-items .dipi_timeline_item:nth-child(even) .dipi_timeline_item_container .dipi_timeline_item_card-wrap:after {
        left: -12px;
        border-right-style: solid;
        /* border-right-width: 12px; */
        border-left-style: none;
        right: auto !important;
    }
}

.dipi-typing {
	display: flex;
	flex-direction: row;
}

.dipi-typing-wrap {
	border-style: solid;
}

.dipi-typing-text-prefix {
	border-style: solid;
}

.dipi-typing-text-suffix {
	border-style: solid;
}
