#border {
    border: 1.5px solid #47d7ac;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    pointer-events: none;
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 1000;
}

img {
    position: absolute;
}

.mainPanel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #1f1866;
}

.introTxtWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    margin: 5%;
    margin-top: -5%;
}

.introTxtOverflow {
    width: 100%;
    height: fit-content;
    overflow: hidden;
}

.introTxt {
    position: relative;
    width: 100%;
    padding: .5em 0;
    margin-top: -.35em;
    transform: scale(.95);
}

.introTxtWrap {
    position: absolute;
}
.bgpatern{
    margin-top: -75%;
    width: 150%;
    transform: rotate(-90deg);
    filter: brightness(20);
    /* margin-left: 5%; */
}
.introCirc {
    border-radius: 500em;
    position: absolute;
    width: 800px;
    height: 800px;
    background: #e6ede9;
    transform: scale(0);
}

#buikContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    /* background-color: grey; */
}

.buikItem {
    height: 140%;
    margin-left: -5%;
    bottom: 0px;
}

.btnArrow:hover {
    background-color: #b3ffe8;
    transition-duration: .5s;
}

.btnArrow {
    opacity: 0;
    transition-duration: .5s;
    width: 1.45em;
    height: 1.45em;
    position: absolute;
    top: 25%;
    object-fit: contain;
    background-color: #fff;
    padding: .85em;
    cursor: pointer !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.066), 0 10px 10px rgba(0, 0, 0, 0.12);
    border-radius: 500em;
    display: none;
}

#btnArrowRight {
    right: .75em;
}

#btnArrowRight {
    right: .25em;
}

#btnArrowLeft {
    transform: scaleX(-1);
    left: .25em;
}

.ctaPh {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
    bottom: 0px;
    flex-direction: column;
}

#slideCounter {
    display: flex;
}

.ctaContainer {
    width: 90%;
    position: relative;
    background-color: #fff;
    padding: .8em 0;
    margin-bottom: 20px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.066), 0 10px 10px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ctaVraag {
    color: #1f1866;
    font-weight: 700;
    width: 90%;
    text-align: center;
    position: relative;
    line-height: 1.25em;
    font-size: 1.75em;
    margin-bottom: .5em;
}

.bn632-hover {
    font-size: 20px;
    padding: .65em 1.25em;

}

.btnUitlegWrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.ctaUitleg {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.5em;
}

.ctaUitlegTxt {
    color: #1f1866;
    line-height: 1.25em;
    text-align: center;
    font-size: .75em;
    margin-bottom: .5em;
    margin-top: 1.25em;
    position: absolute;
    width: 85%;
}

.buikWrap {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
}
.buikNameWrap{
    color: #1f1866;
    text-align: center;
    line-height: 1em;
    text-transform: uppercase;
    margin: .8em;
}
.buikName{
    margin: 0;
    background-color: #fff;
    padding: .5em 1em;
    border-radius: .5em;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.066), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.cursorPh{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-top: 55%;
    pointer-events: none;
}
.cursor{
    width: 40px;
    transform: rotate(-10deg);
    position: absolute;
    opacity: 0;
}