<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel {
    position: relative;
    overflow: hidden;
    height: 50vh; /* Or set a fixed height */
}

/* SLIDER */

.carousel .slider {
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    transition: 0.8s;
}

/* SLIDES */

.carousel .slider &gt; * {
    font-size: 1rem;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 100%;
    width: 100%;
    background: none 50% no-repeat;
    background-size: cover;
}

/* PREV/NEXT, CONTAINERS &amp; ANCHORS */

.carousel .prevNext {
    position: absolute;
    z-index: 0;
    top: 50%;
    width: 100%;
    height: 0;
}

.carousel .prevNext &gt; div+div {
    visibility: hidden; /* Hide all but first P/N container */
}

.carousel .prevNext a {
    background: #000000;
    position: absolute;
    width:       60px;
    height:      60px;
    line-height: 65px; /* If you want to place numbers */
    text-align: center;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: #ffffff;
    font-size: 4em;
    text-align: center;
    vertical-align: middle;
    border-radius: 0!important;
    margin: 0px!important;
}
.carousel .prevNext a:hover {
    opacity: 1!important;
    color: #ffffff!important;
}
.carousel .prevNext a+a {
    left: auto;
    right: 0;
}

/* NAVIGATION */

.carousel .bullets {
    position: absolute;
    z-index: 0;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
.carousel .bullets &gt; a {
    display: inline-block;
    width:       20px;
    height:      20px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: solid 1px #3d3a3c;
}
.carousel .bullets &gt; a+a {
    background: rgba(255, 255, 255, 0.5); /* Dim all but first */
}
.carousel .bullets &gt; a:hover {
    background: rgba(255, 255, 255, 0.7) !important;
}

/* NAVIGATION BUTTONS */
/* ALL: */
.carousel &gt;s:target ~ .bullets &gt;* {      background: rgb(182, 179, 181);}
/* ACTIVE */
#s1:target ~ .bullets &gt;*:nth-child(1) {background: rgb(120, 120, 120);}
#s2:target ~ .bullets &gt;*:nth-child(2) {background: rgb(120, 120, 120);}
#s3:target ~ .bullets &gt;*:nth-child(3) {background: rgb(120, 120, 120);}
#s4:target ~ .bullets &gt;*:nth-child(4) {background: rgb(120, 120, 120);}

#s5:target ~ .bullets &gt;*:nth-child(1) {background: rgb(120, 120, 120);}
#s6:target ~ .bullets &gt;*:nth-child(2) {background: rgb(120, 120, 120);}
#s7:target ~ .bullets &gt;*:nth-child(3) {background: rgb(120, 120, 120);}
#s8:target ~ .bullets &gt;*:nth-child(4) {background: rgb(120, 120, 120);}
#s9:target ~ .bullets &gt;*:nth-child(5) {background: rgb(120, 120, 120);}
#s10:target ~ .bullets &gt;*:nth-child(6) {background: rgb(120, 120, 120);}
#s11:target ~ .bullets &gt;*:nth-child(7) {background: rgb(120, 120, 120);}
#s12:target ~ .bullets &gt;*:nth-child(8) {background: rgb(120, 120, 120);}
/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.carousel &gt;s:target ~ .prevNext &gt;* {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext &gt;*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext &gt;*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext &gt;*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext &gt;*:nth-child(4) {visibility: visible;}

#s5:target ~ .prevNext &gt;*:nth-child(1) {visibility: visible;}
#s6:target ~ .prevNext &gt;*:nth-child(2) {visibility: visible;}
#s7:target ~ .prevNext &gt;*:nth-child(3) {visibility: visible;}
#s8:target ~ .prevNext &gt;*:nth-child(4) {visibility: visible;}
#s9:target ~ .prevNext &gt;*:nth-child(5) {visibility: visible;}
#s10:target ~ .prevNext &gt;*:nth-child(6) {visibility: visible;}
#s11:target ~ .prevNext &gt;*:nth-child(7) {visibility: visible;}
#s12:target ~ .prevNext &gt;*:nth-child(8) {visibility: visible;}
/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider {transform: translateX(-300%); -webkit-transform: translateX(-300%);}

#s5:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s6:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s7:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s8:target ~ .slider {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
#s9:target ~ .slider {transform: translateX(-400%); -webkit-transform: translateX(-400%);}
#s10:target ~ .slider {transform: translateX(-500%); -webkit-transform: translateX(-500%);}
#s11:target ~ .slider {transform: translateX(-600%); -webkit-transform: translateX(-600%);}
#s12:target ~ .slider {transform: translateX(-700%); -webkit-transform: translateX(-700%);}
/* More slides? Add here more rules */


/* YOU'RE THE DESIGNER!
   ____________________
   All above was mainly to get it working :)
   carousel CUSTOM STYLES / OVERRIDES HERE: */

.carousel{
    color: #fff;
    text-align: center;
}
.carousel .slider h2 {
    margin-top: 18vh;
    font-weight: 200;
    word-spacing: 0.2em;
    font-size: 3em;
}
.carousel a {
    border-radius: 50%;
    margin: 0 3px;
    color: rgba(0,0,0,0.8);
    text-decoration: none;
}


/*new style*/


#article{
    margin: 0!important;
}
.border-radius{
    border-radius: 5px;
}
.box-height{
    height: 110px!important;
}
.box-height2{
    height: 110px!important;
}
p{
    font-size: 15px !important;
}
.bg-black{
    background-color: #262626 !important;
}
.mic-nav{
    font-size: 15px;
    color: white !important;
    text-decoration: underline!important;
}
a.mic-nav:hover{
    color: #41c363 !important;
    text-decoration: underline;
}
.menu-links li{
    display: inline;
}
.gradient1{
    height: 15px;
    background-image: linear-gradient(to right, #3ec871 , #4fb8ce)!important;
}
.gradient2{
    background-image: linear-gradient(to right, #3ec871 , #4fb8ce)!important;
}
.icon-box{
    width: 17%;
    float: left;
}
.icon-text{
    width: 73%;
    float: right;
}

.mkt .btn { width: auto!important;}

.btn-bg-color{
    background-color: #009288!important;
    border-color: #018379!important;
}
.btn-text-color{
    color: #41C363!important;
}
#tx-black{
    color: black!important;
    font-size: 20px;
    font-weight: bold!important;
}
.mic-nav-space{
    text-decoration: none!important;
}
.mb-center{
    width: 80% !important;
    margin: 0 10% !important;
}



@media (max-width:320px) {
    .menu-links li a{
        margin-left: 15px;
    }
}
@media (max-width:560px) {
    .menu-links li a{
        margin-left: 15px;
    }
}

@-webkit-keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
}
@keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
}
@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: .2;
    }
}
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: .2;
    }
}
@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes slide-in-bottom-2 {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-bottom-2 {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.sticky-header {
    z-index: 1;
    background: #ffffff;
    position: sticky;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
}
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}
h3.hero-header-txt{
    font-weight: 100!important;
    margin-top: 0px!important;
    font-size: 1.1vw!important;
}
.menu-logo {
    animation: none!important;
    -moz-animation: none!important;
    -webkit-animation: none!important;
    -o-animation: none!important;
}
.menu-links a {
    color: #fffffd!important;
}
.menu-links a:hover, .menu-links a:focus {
    color: #41c363!important;
    text-decoration: none;
}
.sticky-container-1{
    position: relative;
    margin-top: 100px;
}
.sticky-container-2{
    position: sticky;
    top: 200px;
    height: 49vh;
}
.buy-rasp-pi a:hover, .buy-rasp-pi a:focus {
    color: #000000 !important;
    text-decoration: none;
}

/*End-up-nw-all*/
.slide-5-img{
    background-image: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/campaign/bbc-microbit/2020/imag-slider-01.png);
    height: 50vh;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 4vh;
    background-position: center;
}
.slide-6-img{
    background-image: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/campaign/bbc-microbit/2020/new-slider-02.png);
    height: 50vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.slide-7-img{
    background-image: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/campaign/bbc-microbit/2020/new-slider-03.png);
    height: 50vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .mkt p {
        font-size: 10px!important;
    }

    .mkt .btn{
        font-size: 10px!important;
    }

}
@media (min-width: 768px) and (max-width: 1200px) {
    p.mkt {
        font-size: 10px!important;
    }

    .mkt .btn{
        font-size: 10px!important;
    }

}
@media (max-width: 560px) {
    .carousel .slider h2 {
        font-size: 2em;
    }
    .carousel .prevNext a {
        width: 30px;
    }
}
@media (min-width: 561px) {
    .carousel-top {
        margin-top: 13vh;
    }
    .carousel .slider h2 {
        font-size: 2.5em;
        margin-top: 13vh;
    }
}</pre></body></html>