@charset "UTF-8";
/* CSS Document */

/* Flex Box */
.d-f {
    display: flex;
}

.f-w {
    flex-wrap: wrap;
}

.f-s {
    flex-shrink: 0;
}

.f-gap {
    gap: 20px;
}

.f-col {
    flex-direction: column;
}

.f-row {
    flex-direction: row;
}

.ai-c {
    align-items: center;
}

.ai-l {
    align-items: left;
}

.jc-c {
    justify-content: center;        
}

.jc-s {
    justify-content: flex-start;
}

.jc-sb {
    justify-content: space-between;
}

.t-c {
    text-align: center
}
/* END Flex Box */

/***** Logo Tile Swiper *****/    
/* Swiper Base */    
.svc-bnr__tag {
    padding: 8px 12px;
    border-radius: var(--br);
    color: var(--yellow);
    background-color: var(--light-yellow);
    text-align: var(--ta-c);
    font-size: var(--fs-9);
    font-family: var(--ff-cir-bold);
    display: inline-block;
    font-weight: var(--fw-n);
}

h1.svc-bnr__h1 {
    font-size: var(--fs-1);
    font-family: var(--ff-cir-bold);
    color: var(--white);
    text-align: var(--ta-c);
    letter-spacing: var(--ls-1);
    font-weight: var(--fw-n);
    line-height: 0.5;
    margin-bottom: var(--spcr-3);
}    

p.svc-bnr__p {
    font-size: var(--fs-5);
    font-family: var(--ff-cir-book);
    color: var(--white);
    text-align: var(--ta-c);
    font-weight: var(--fw-n);
    letter-spacing: var(--ls-3);
    line-height: 1; 
}

p.svc-bnr__p span {
    font-family: var(--ff-cir-bold);
    color: var(--yellow);
}

@media(max-width: 767.98px) {
    h1.svc-bnr__h1 {
        font-size: 4.8rem;
    }
}

h2.svc__h2 {
    font-family: var(--ff-cir-bold);
    font-size: var(--fs-2);
    letter-spacing: var(--ls-1);
    font-weight: var(--fw-n);
    line-height: 0.8;
    margin-top: -6px;
}

p.svc__p {
    font-family: var(--ff-cir-book);
    font-size: var(--fs-6);
    font-weight: normal;
    letter-spacing: var(--ls-3);
    line-height: 1.3;
    max-width: 500px;
    width: 100%;
}

.svc-clr {
    background-color: #d0eeff;
}

.svc-pfl .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--black)!important;
}

.svc-pfl .swiper-pagination-bullet {
    background-color: #fff!important;
    opacity: 1!important;
}	

.svc-pfl .swiper-button-next::after,
.svc-pfl .swiper-button-prev::after {
    font-weight: 700!important;
    color: var(--dark-grey);
    font-size: 20px!important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.svc-pfl .swiper-button-next:hover::after,
.svc-pfl .swiper-button-prev:hover::after {
    color: var(--black)!important;
}

.svc-pfl .swiper-button-next {
    justify-content: end!important;
    right: var(--spcr-2);
}

.svc-pfl .swiper-button-prev {
    justify-content: start!important;
    left: var(--spcr-2);
}

.svc-pfl .svc-pfl__logo {
    height: 220px;
    border-radius: var(--br-2);
    background-color: #fff;
}

.svc-pfl .svc-pfl__logo-sz {
    margin: 0 auto;
    height: 220px;
    display: block;
}

.svc-pfl .swiper-button-prev,
.svc-pfl .swiper-button-next {
    position: absolute;
    top: 110px;
}

.svc-pfl .swiper {
    height: 250px;
}

.svc-pfl .swiper::before {
    left: 0px;
}

.svc-pfl .swiper:after {
    right: 0px;
    transform: rotate(180deg);
}

.svc-pfl .swiper-pagination-horizontal {
    bottom: 0px!important;
    line-height: 0;
}

@media(max-width: 575.98px) {
    .svc-pfl {
        padding: 0 var(--spcr-2);
    }
}
/* END Swiper Base */

/* Logo Tile Animation */    
@-webkit-keyframes logoUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(24px);
        transform: translateY(24px);
    }

    to {
        opacity: 1;
    }
}

@keyframes logoUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(24px);
        transform: translateY(24px);
    }

    to {
        opacity: 1;
    }
}
/* END Logo Tile Animation */

/* Colour Animation */
.tr--bg-clr {
    transition: background .85s ease-in-out;
    -moz-transition: background 0.85s ease-in-out;
    -webkit-transition: background 0.85s ease-in-out;
    -o-transition: background 0.85s ease-in-out;
}	

.tr--txt-clr {
    transition: color .85s ease-in-out;
    -moz-transition: color 0.85s ease-in-out;
    -webkit-transition: color 0.85s ease-in-out;
    -o-transition: color 0.85s ease-in-out;
}

.sw--grey {
    background-color: #f1f1f1;
}

.sw--beige {
    background-color: #f5ead9;
}

.sw--purple {
    background-color: #eadefb;
}

.sw--blue {
    background-color: #d0eeff;
}

.sw--blue-2 {
    background-color: #d0eeff;
}

.sw--grey-2 {
    background-color: #f1f1f1;
}
/* END Colour Animation */
/***** END Logo Tile Swiper *****/

/***** Process *****/
.fl-w {
    width: 100%;
}

.ln {
    border-top: 1px solid var(--mid-lgt-grey);
}

/* Accordion */
.svc-acc__nm {
    position: relative;
    left: 20px;
}

.svc-acc ul.svc-acc__ul {
    counter-reset: section;
}

.svc-acc__nm::before {
    position: absolute;
    font-family: var(--ff-cir-book);
    color: var(--dark-grey);
    content: counter(section)".";
    letter-spacing: var(--ls-3);
    font-size: var(--fs-6);
    left: -20px;
    counter-increment: section;
    text-align: right;
}

.svc-acc__em:link,
.svc-acc__em:visited {
    text-decoration: none;
    font-family: var(--ff-cir-medium);
    color: inherit;
}

.svc-acc__em:hover,
.svc-acc__em:active {
    color: var(--yellow);
}

.svc-acc--1 {
    width: 100%;
    max-width: 600px;
}

.svc-acc li.li--grey {
    background-color: var(--light-grey);
}
/* Accordion */
/***** END Process *****/

/***** Reviews *****/
.swiper-rvw {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    max-height: 165px;
    height: auto;
}        

.swiper-rvw .swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 165px;
}

.swiper-rvw .svc-rvw__clt {
    padding: 0 var(--spcr-2);
    max-width: 460px;
    width: 100%;
}

.swiper-rvw .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--yellow)!important;
    opacity: 1!important;
}

.swiper-rvw .swiper-pagination-bullet {
    background-color: var(--dark-grey)!important;
}

.swiper-rvw .swiper-pagination-bullets {
    bottom: var(--swiper-pagination-bottom,0px)!important;
}

.svc-rvw--bg {
    background-color: var(--black);
}  

p.svc-rvw__p {
    font-family: var(--ff-cir-medium);
    font-size: var(--fs-5)!important;
    color: var(--yellow);
    font-weight: normal;
    letter-spacing: var(--ls-3);
    line-height: 1.3;
}

span.svc-rvw__pers {
    font-family: var(--ff-cir-book);
    font-size: var(--fs-7);
    color: var(--light-grey);
    font-weight: var(--fw-n);
    letter-spacing: var(--ls-3);
    line-height: 1;            
}

@media(max-width: 575.98px) {
    p.svc-rvw__p {
        font-size: var(--fs-6)!important;
    }
    .swiper-rvw {
        max-height: 150px!important;
    }
    .swiper-rvw .swiper-slide {
        max-height: 150px!important;
    }

}
/***** END Reviews *****/

/***** FAQ *****/
.svc-acc--2 {
    width: 100%;
    max-width: 600px;
}

/* Acc Layout */
.svc-acc ul.svc-acc__ul {
    list-style-type: none;
}

.svc-acc li.svc-acc__li {
    border-radius: var(--br-2);
    width: 100%;
    padding: var(--spcr-2);
    cursor: pointer;
}

.svc-acc li.li--white {
    background-color: var(--white);
}
/* Acc Layout */

/* Acc Button */
.svc-acc button {
    border: none;
    background: none;
    outline: none;
    width: 100%;
    text-align: left;
    font-family: var(--ff-cir-book);
    color: var(--black);
    letter-spacing: var(--ls-3);
    font-size: var(--fs-6);
}

.svc-acc p.svc-acc__p {
    font-family: var(--ff-cir-book);
    font-size: var(--fs-7);
    line-height: 1.4;
    margin-top: var(--spcr-1);
    color: var(--black);
    letter-spacing: var(--ls-3);
    max-width: 520px;
}

.svc-acc button:hover,
.svc-acc button:focus {
    cursor: pointer;
}
/* Acc Button */

/* Acc Icon */
.svc-acc .svc-acc__plus-icn {
    display: block;
    width: 12px;
    height: 12px;
    position: relative;
}

.svc-acc button:hover .svc-acc__plus-icn::before,
.svc-acc button:hover .svc-acc__plus-icn::after {
    background-color: var(--yellow);
}

.svc-acc .svc-acc__plus-icn::before {
    height: 100%;
    left: calc(50% - 1px);
    top: 0;
    width: 2px;
}

.svc-acc .svc-acc__plus-icn::after {
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
}

.svc-acc .svc-acc__plus-icn::before,
.svc-acc .svc-acc__plus-icn::after {
    background-color: var(--black);
    content: "";
    position: absolute;
    transition-duration: .5s;
    transition-property: transform, background;
    transition-timing-function: ease;
    box-sizing: inherit;
}

.svc-acc button[aria-expanded='true'] .svc-acc__plus-icn::before {
    transform:  rotate(270deg);
}

.svc-acc button[aria-expanded='true'] .svc-acc__plus-icn::after {
    transform:  rotate(180deg);
}

.svc-acc button[aria-expanded='true'] .svc-acc__plus-icn::before,        
.svc-acc button[aria-expanded='true'] .svc-acc__plus-icn::after {
    background-color: var(--yellow);
}
/* Acc Icon */

/* Acc Answer */
.svc-acc .svc-acc__ans {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s linear, max-height 0.3s linear;
    will-change: opacity, max-height;
}    

.svc-acc button[aria-expanded='true'] + .svc-acc__ans {
    opacity: 1;
    max-height: 50rem;
    transition: all 0.3s linear;
    will-change: opacity, max-height;
}
/* Acc Answer */
/***** END FAQ *****/