.elementor-258 .elementor-element.elementor-element-57d2564{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;}.elementor-258 .elementor-element.elementor-element-8051d4d{--display:flex;}body.elementor-page-258:not(.elementor-motion-effects-element-type-background), body.elementor-page-258 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EE7209;}/* Start custom CSS for container, class: .elementor-element-57d2564 */.myWrapper {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    /*width: 100vw;
    height: 100vh;*/
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    scrollbar-width: none;
    box-sizing: border-box;
}

.mySlide {
    position: relative;
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 100vw;
    /*height: 100vh;*/
    /*padding: 30px;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.introTitle {
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
    right: 120px;
    align-items: center;
    justify-content: center;
    font-family: neuzeit-grotesk;
    font-weight: 400;
    font-size: 6vw;
    line-height: 1.2;
    color: rgba(255,255,255,1);
    flex-shrink: 0;
}

@media (max-width: 768px) {
	.introTitle {
	    left: 60px;
        right: 60px;
        /*text-align: center;*/
	}
}

.myPrev {
    display: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    aspect-ratio: 100/175;
    width: 60px;
    background-image: url(/wp-content/alasdair/prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(0);
    transition: filter 0.5s ease;
}

@media (max-width: 768px) {
	.myPrev {
	    left: 20px;
	    width: 30px;
	}
}

.myNext {
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    aspect-ratio: 100/175;
    width: 60px;
    background-image: url(/wp-content/alasdair/next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(0);
    transition: filter 0.5s ease;
}

@media (max-width: 768px) {
	.myNext {
	    right: 20px;
	    width: 30px;
	}
}

.mySlideHeadline {
    display: block;
    position: absolute;
    bottom: 60px;
    left: 0px;
    right: 0px;
    font-family: neuzeit-grotesk;
    font-weight: 400;
    font-size: 3vw;
    line-height: 1.2;
    color: rgba(255,255,255,1);
    text-align: right;
    padding: 10px 30px;
    background-color: rgba(0,0,0,.3);
}

@media (max-width: 768px) {
	.mySlideHeadline {
	    text-align: left;
	    font-size: 6vw;
	}
}

.ai-top-light {
    display: block;
    position: fixed;
    top: 30px;
    left: 30px;
    aspect-ratio: 1/1;
    width: 100px;
    background-image: url(/wp-content/alasdair/Ai-Logo-Top-Light.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.5s ease;
}

@media (max-width: 768px) {
	.ai-top-light {
	    left: 20px;
	    width: 30px;
	    width: 64px;
	}
}

.ai-top-dark {
    display: block;
    position: fixed;
    top: 30px;
    left: 30px;
    aspect-ratio: 1/1;
    width: 100px;
    background-image: url(/wp-content/alasdair/Ai-Logo-Top-Dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
}

@media (max-width: 768px) {
	.ai-top-dark {
	    left: 20px;
	    width: 30px;
	    width: 64px;
	}
}

.svgBlack {
    filter: invert(1);
}

.deskBkgnd {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-size: cover;
    background-position: center;
}

.mobiBkgnd {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
	.deskBkgnd {
	    display: none;
	}
	.mobiBkgnd {
	    display: block;
	}
}/* End custom CSS */