.navigating {
    right: 15px;
    font-size: 2rem;
}

.squeezed .navigating {
    right: 0;
}

.squeezed {
    padding: 0 !important;
}

.isv-wrapper {
    background-color: #3155a4;
}

.image-header img {
    max-height: 50px;
    width: auto;
}

.back_link {
    position: relative;
    z-index: 0;
    text-align: center;
    overflow: hidden;
    padding: 1rem;
    color: black;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
}

.isv-slide-img:not(.isv-slide-iframe) {
    cursor: pointer;
}

.isv-slide-img.img-absolute {
    position: absolute;
    transition: all 1s ease;
}

.isv-slide-img.img-absolute.clicked {
    scale: 1.8;
    transition: all 1s ease;
    transform-origin: left;
}

.isv-slide-img.img-absolute.forward {
    z-index: 10000;
}

.back_link:hover {
    cursor: pointer;
}

.buttons-row {
    display: flex;
    justify-content: space-between;
}

.back_button {
    position: relative;
    display: inline-flex;
    justify-content: start;
    align-items: start;


    border-radius: 4px;

}

.main-description {
    font-size: 18px;
}

.jumbotron .isv-slide-extra-content p {
    font-size: 16px;
}

.back_button.hovering.offhover .back_link::before {
    animation: 0.7s unrotate;
    background-image: linear-gradient(#3155a4, #3155a4);
}

.back_button.offhover .back_link::before {

    background-image: none;
}

.description-row {
    display: flex;
    margin: 4rem 0 2rem;
    gap: 3rem;
}

.back_button.hovering .back_link::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-repeat: no-repeat;
    background-size: 86% 20%, 80% 80%;
    background-position-y: 90%;
    background-image: linear-gradient(#3155a4, #3155a4);
    animation: rotate 0.7s;

}

.contact-section p {
    display: inline;
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 2rem;
}

.contact-info-demo {
    flex-direction: column;
    margin-right: 10px;
}

.isv-wrapper .jumbotron {
    padding: 48px 15px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #3155a4;
    color: white;
}

.contact-section a {
    color: white;
}

.btn-white {
    color: #3155a4;
    text-transform: none;
}

.info-top {
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    margin-top: 3rem;
    justify-content: space-between;
}

.top-part {
    max-width: 1580px;
    display: block;
    margin: 0 auto;
}

.slidedeck-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-image-wrapper {

    max-height: 400px;
    max-width: 650px;
    position: relative;
}

.isv-slide-stepcount.no-img {
    top: 0;
}

.isv-slide-extra-header {
    margin-bottom: 10px;
    width: 96%;
}

.isv-slide-extra-header h3 {
    font-size: 18px;
}

.isv-slide-extra-content {
    animation: slide-in-bottom 1s cubic-bezier(0.0, 0.0, 0.450, 0.940) both;
    animation-delay: 1s;
    font-size: 16px;
}

.isv-slide-content p {
    font-size: 16px !important;
}

.arrow {
    border: 1px solid #3155a4;
    border-radius: 25px;
    padding: 2px;
    transition: 0.3s ease-out;
    color: #3155a4;
    background-color: white;
}

.isv-slide-content {
    animation: slide-in-bottom 1s cubic-bezier(0.0, 0.0, 0.450, 0.940) both;
    animation-delay: 0.5s;
    overflow-y: auto;
    max-height: 86%;

}

.isv-slide-content.with-extras {
    max-height: 55%;
}

.isv-slide-content.away {
    animation: slide-out-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.isv-slide-title.away {
    animation: slide-out-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.isv-slide-title {
    animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    margin-bottom: 20px;
}

.fade-bg {
    opacity: 0;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100dvw;
    background-color: black;
    z-index: -1;
}

.fade-bg.clicked {
    transition: all 1s ease;
    z-index: 9999 !important;
    opacity: 0.5;

}

.btn.close-button {
    background-color: transparent;
    font-weight: 900;
    font-size: 32px;
    color: white;
    border: 7px solid white;
    border-radius: 61px;
    padding: 0 12px;
}

.close-button:not(.show) {
    display: none !important;


}

.close-button.show {
    display: block;
    z-index: 10000;
    position: fixed;
    top: 15dvh;
    left: 90vw;
}

.isv-slide-img {
    scale: 1.1;
    animation: tilt-in-fwd-tr 0.4s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    opacity: 1;
    display: block;
    max-width: 650px;
    height: auto;
    max-height: 350px;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
    transform-origin: left;
}

.isv-slide-iframe {
    width: 75%;
    aspect-ratio: 2/1;
}

.isv-slide-stepcount.squeezed {
    padding-right: 0 !important;
}

.isv-slide-stepcount {
    margin-top: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-right: 86px;
    gap: 2rem;
}

.isv-slide.active {
    display: initial;
}

.isv-slide {
    display: none;
}

.new-top-part {
    padding-bottom: 48px !important;
}

.slide-wrapper {

    background-color: #274b99;
}

.slide-wrapper .container {
    display: flex;
    align-items: center;
}

.container.top-part {
    padding-top: 48px;
    padding-bottom: 48px;
}

.title-and-nav {
    display: flex;
    flex-direction: column-reverse;
}

.title-small {
    display: none;
}

.tour-links {
    display: flex;
    margin: 3rem 0;
    align-items: center;

}

.image-column {
    flex: 8;
}

.content-section {
    flex: 4;
}

.gray-content {
    position: relative;
    background-color: #f4f4f4;
    z-index: 27;
}

.gray-content .container>*:first-child {
    padding: 48px 0;
}

.slider-footer-contact-left {
    flex: 8;
}

.slider-footer-contact-right {
    flex: 4;
}

@media only screen and (max-width: 1550px) {
    .navigating-img {
        right: 0;
        width: max-content;
        padding-right: 0;
    }

    .steps-img-wrap {
        top: -15px;
        display: block;
        padding-right: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {

    .isv-slide-img.img-absolute.clicked {
        scale: 1.8;
        transition: all 1s ease;
        transform-origin: left;
    }

    .isv-slide-img {

        max-width: 500px;

    }


}

@media only screen and (max-width: 991px) {
    .slide-wrapper {
        flex-direction: column;
    }

    .slide-wrapper .container {
        flex-direction: column;
        transform-origin: center;
    }

    .slider-footer-contact-left {
        display: none;
    }

    .slider-footer-contact-right {
        flex: 1;
    }

    .isv-slide-stepcount {
        margin-top: 0;
        padding-right: 0;
        display: block;
        text-align: center;
        position: initial;
    }

    .isv-slide-img {
        scale: 1;
    }

    .isv-slide-img {
        max-width: 600px;
    }

    .contact-section {
        width: 100%;
        margin-top: 15px;
        justify-content: space-between;
    }

    .isv-slide-stepcount.no-img {
        padding-right: 0;
        text-align: center;
    }

    .title-small {
        display: block;
    }

    .title-large {
        display: none;
    }

    .navigating {
        position: relative;
        right: 0;
        font-size: 2rem;
    }

    .content-section {
        height: auto;
    }

    .isv-slide-extra-wrapper {
        margin-top: 20px;
        position: relative;
        width: 100%;
    }

    .info-top {
        flex-direction: column;
        align-items: center;
    }
}

.spacer {
    width: 12.5%;
}

.demo-logo-image {
    border-right: 2px solid gray;
}

.demo-title {
    font-size: 30px;
    font-weight: 600;
}

.isv-slide-title h3 {
    font-size: 25px;
}

@media only screen and (max-width: 767px) {
    .isv-slide-img {
        max-width: 500px;
    }
}

@media only screen and (max-width: 600px) {
    .slot-row {
        display: block;
    }

    .slot-content {
        margin-bottom: 4rem;
    }

    .isv-slide-img {
        max-width: 400px;
    }

    .slot-content-top {
        height: auto;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .slot-single {
        width: 100%;
    }

    .slot-single-top {
        border-right: none;
    }

    .slot-single-bottom {
        margin-bottom: 2rem;
        border-right: none;
    }

    .slot-last>.slot-single-bottom:after {
        display: none !important;
    }
}

@keyframes slide-in-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-out-bottom {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(50px);
        opacity: 0;
    }
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-50px) rotateX(90deg);
        opacity: 0;
    }

    100% {
        transform: translateY(0) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes slide-out-top {
    0% {

        transform: translateY(0) rotateX(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(-50px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes scale-in {
    0% {
        transform: scale(0);

        opacity: 0;
    }

    100% {
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes slit-in {
    0% {
        transform: rotateX(90deg);
        ;
        opacity: 0;
    }

    100% {

        transform: rotateX(0deg);
        ;
        opacity: 1;
    }
}

@keyframes tilt-in-fwd-tr {
    0% {
        transform: rotateY(20deg);
        opacity: 0;
    }

    100% {
        transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        opacity: 1;
    }
}

@keyframes tilt-out-fwd-bl {
    0% {
        transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        opacity: 1;
    }

    100% {

        transform: rotateY(-20deg) rotateX(0deg);
        opacity: 0;
    }
}

@keyframes rotate {
    0% {
        transform: scaleX(0);
        transform-origin: 100% 100%;
        opacity: 1;
    }

    100% {
        transform: scaleX(1);
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@keyframes unrotate {
    0% {
        transform: scaleX(1);
        transform-origin: 100% 100%;
        opacity: 1;
    }

    100% {
        transform: scaleX(0);
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

.isv-slide-content::-webkit-scrollbar,
.isv-slide-extra-content::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f6f6f6;
}

/* Handle */
.isv-slide-content::-webkit-scrollbar-thumb,
.isv-slide-extra-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #3155a4;
}

.isv-slide-content::-webkit-scrollbar-thumb:window-inactive,
.isv-slide-extra-content::-webkit-scrollbar-thumb:window-inactive {
    background: #3155a4;
}

.isv-slide-content::-webkit-scrollbar-thumb,
.isv-slide-extra-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 17px;
    border-radius: 17px;
    background: #3155a4;
    border: 3px solid #d0d0d0;
}

.isv-slide-content::-webkit-scrollbar,
.isv-slide-extra-content::-webkit-scrollbar {
    width: 16px;
}

.isv-slide-content::-webkit-scrollbar-track,
.isv-slide-extra-content::-webkit-scrollbar-track {
    background: #d0d0d0;
    border-radius: 7px;
}

.isv-slide-content::-webkit-scrollbar-thumb:window-inactive,
.isv-slide-extra-content::-webkit-scrollbar-thumb:window-inactive {
    background: #3155a4;
}