:root {
    --white: #fff;
    --arthur-purple: #5b315f;
    --arthur-red: #40503d;
    --arthur-grey: #666;
    --black: #302e2c;
    --ebb: #edebea;
    --true-black: #000;
    --dark-grey: #333;
    --dark-grey-2: #666666;
    --medium-grey: #979797;
    --light-grey: #f4f3f2;
    --alt-grey: #dbdbdb;
    --off-white: #f8f8f8;
    --silver: silver;
    --base-background-color: var(--white);
    --base-font-size: 100%;
    --base-font-family: 'Roboto', sans-serif;
    --base-font-color: var(--black);
    --content-max-width: 1208px;
    --content-block-padding: 5rem;
    --content-inline-padding: 0.75rem;
    --page-grid-columns: 4;
    --page-grid: repeat(var(--page-grid-columns), minmax(0, 1fr));
    --page-grid-gutter: 1rem;
    --header-background-color: var(--arthur-red);
    --navbar-height: 4.5rem;
    --logo-height: 73px;
    --title-section-header-font-size: 2.25rem;
    --title-section-header-line-height: 1.25;
    --title-section-para-font-size: 1rem;
    --title-section-para-line-height: 1.25;
}

.header--small,
.header--small-mobile {
    height: 30rem;
}
.header.header--onlynav {
    height: 4.5rem;
    height: var(--navbar-height);
    background-image: none;
}
.header.header--light {
    --button-color: var(--black);
    --button-hover-color: var(--arthur-red);
    color: #302e2c;
    color: var(--black);
    background-color: #fff;
    background-color: var(--white);
}
.header__buttons {
    position: absolute;
    /* bottom: -2.375rem; */
    bottom: -4.375rem;
    left: 50%;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    align-items: end;
    width: 100%;
    max-width: 1366px;
    max-width: var(--content-max-width);
	padding:0;
    /* padding: 0 0.75rem;
    padding: 0 var(--content-inline-padding); */
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
    transform: translate3d(-50%, 0, 0);
}
.header__buttons__link {
    position: relative;
    display: block;
    grid-column-end: span 2;
    height: 6rem;
    padding: 0.625rem 1.25rem 0.625rem 0.4375rem;
    /*color: #fff;*/
    color: var(--white);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.333;
    text-decoration: none;
    /* background-color: #8fbc8f; */
   /* background-color: #3b3b3b;*/
   /*  background-color: var(--arthur-red); */
     
    transition: height 0.3s ease-in-out;
}
.header__buttons__link span {
    position: relative;
    z-index: 1;
}
.header__buttons__link:nth-child(2n) {
    background-color: #274c36;
    /* background-color: var(--arthur-purple); */
}
.header__buttons__link:after,
.header__buttons__link:before {
    position: absolute;
    content: '';
}
.header__buttons__link:after {
    right: 0.25rem;
    bottom: 0.25rem;
    width: 1rem;
    height: 1rem;
    background-image: url(assets/images/icons/arrow-light.png);
    background-size: contain;
}
.hero {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    width: 100%;
    max-width: 1366px;
    max-width: var(--content-max-width);
    height: 100%;
    margin: 0 auto;
    padding: 10rem 0.75rem;
    padding: 10rem var(--content-inline-padding);
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
}
.hero__heading {
    grid-column: 1/-1;
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 1;
}
/* .footer {
    width: 100%;
    color: #fff;
    color: var(--white);
    background-color: #000;
    background-color: var(--true-black);
}
.footer a {
    color: inherit;
    text-decoration: none;
} */

/* Becky */

.footer__main__section a:hover {
    color: var(--arthur-red);
}

.footer__main__section a:hover svg path {
    fill: var(--arthur-red);
}

@media (min-width: 85.375rem) {
    .footer__main__section a:hover {
        border-bottom: 2px solid var(--arthur-red);
    }
}
/*
.footer__main {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    width: 100%;
    max-width: 1366px;
    max-width: var(--content-max-width);
    margin: 0 auto;
    padding: 3rem 0.75rem 2.5rem;
    padding: 3rem var(--content-inline-padding) 2.5rem;
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
}
.footer__main__logo {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 2.375rem;
}
.footer__main__logo img {
    max-width: 100%;
}
.footer__main__section {
    grid-column: 1 / span 4;
}
.footer__main__section:not(.contact-footer) {
    padding-top: 40px;
    border-top: 1px solid #666;
    border-top: 1px solid var(--arthur-grey);
}
.footer__main__section .menu-item {
    margin: 0.25rem 0;
}
.footer__main__section .menu-item:first-child {
    margin-top: 0;
}
.footer__main__section .menu-item:last-child {
    margin-bottom: 0;
}
.footer__main__section .menu-item:nth-child(-n + 3) {
    font-weight: 700;
} */
.contact-footer {
    grid-row: 1/2;
}
.contact-footer__company {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    margin-left: 3.125rem;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1;
}

.social-footer {
    display: flex;
    grid-row: 3/4;
    justify-content: space-between;
}
.social-footer h5 {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1;
}
.social-footer__links {
    display: flex;
    align-items: center;
}
.social-footer__links .social-link {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}
.social-footer__links .social-link__icon svg {
    height: 1.375rem;
    vertical-align: bottom;
}
.social-footer__links .social-link__text {
    display: none;
}
.internal-footer {
    grid-row: 2/3;
    font-size: 1.625em;
}
.footer__legal {
    background-color: #302e2c;
    background-color: var(--black);
}

#menu-legals li:not(:last-child) {
    padding-bottom: 8px;
}

.footer__legal__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    max-width: 1366px;
    max-width: var(--content-max-width);
    margin: 0 auto;
    padding: 1.625rem 0.75rem 1.5rem;
    padding: 1.625rem var(--content-inline-padding) 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
}
.wpcf7-acceptance .wpcf7-list-item {
    font-size: 1.125rem;
    display: block;
    margin: 0.5rem 0 1rem 0;
    line-height: 1.25;
    font-weight: 300;
}

.contact-us__main .content__inner {
    position: initial;
}

.contact-us__main .content__inner::before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/02/before.svg');
    background-repeat: no-repeat;
    width: 253px;
    height: 245px;
    bottom: 0;
    left: 0;
}

.contact-us__main .content__inner::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/02/Group-13.svg');
    background-repeat: no-repeat;
    width: 262px;
    height: 548px;
    bottom: 40%;
    right: 0;
}

@media (max-width: 768px) {
    .contact-us__main .content__inner::after,
    .contact-us__main .content__inner::before {
        display: none;
    }
	
	.latest-jobs__info-wrapper{
		/* display: none; */
	}
}

.contact-us__main .wpcf7-acceptance a {
    color: var(--arthur-red);
}
.footer__legal__inner div:first-child {
    display: flex;
    flex-direction: column;
    font-weight: 700;
}
.footer__legal__inner div:last-child {
    margin-bottom: 1.5rem;
    font-weight: 700;
}
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    height: 4.5rem;
    height: var(--navbar-height);
    padding: 0 0.75rem 0 0;
    padding: 0 var(--content-inline-padding) 0 0;
}
.navbar,
.navbar__left {
    display: flex;
    width: 100%;
}
.navbar__left {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.navbar__menu-toggle {
    position: relative;
    width: 3rem;
    height: 3rem;
    padding: 0.375rem;
    color: inherit;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.navbar__menu-toggle:focus {
    outline: none;
}
.navbar__menu-toggle__bars {
    position: relative;
    width: 100%;
    height: 100%;
}
.navbar__menu-toggle__bars:after,
.navbar__menu-toggle__bars:before {
    position: absolute;
    left: 0;
    height: 4px;
    background-color: currentColor;
    transform: translateY(-50%);
    transition: all 0.25s ease-in-out;
    content: '';
}
.navbar__menu-toggle__bars:before {
    top: 25%;
    width: 100%;
}
.navbar__menu-toggle__bars:after {
    top: 75%;
    width: 50%;
}
.navbar__menu-toggle.navbar__menu-toggle--active
    .navbar__menu-toggle__bars:after,
.navbar__menu-toggle.navbar__menu-toggle--active
    .navbar__menu-toggle__bars:before {
    top: 50%;
}
.navbar__menu-toggle.navbar__menu-toggle--active
    .navbar__menu-toggle__bars:before {
    transform: translateY(-50%) rotate(45deg);
}
.navbar__menu-toggle.navbar__menu-toggle--active
    .navbar__menu-toggle__bars:after {
    width: 100%;
    transform: translateY(-50%) rotate(135deg);
}
.navbar__brand img {
    max-height: 73px;
    max-height: var(--logo-height);
    vertical-align: bottom;
}
.navbar__menu,
.navigation-menu {
    display: none;
    visibility: hidden;
}
.navigation-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    flex-direction: column;
    padding: 0 0.75rem 0 0;
    padding: 0 var(--content-inline-padding) 0 0;
    overflow: auto;
    color: #333;
    color: var(--dark-grey);
    background-color: #edebea;
    background-color: var(--ebb);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}
.admin-bar .navigation-menu {
    top: 32px;
}

/** Styles for when scammer bar is present **/

.navigation-menu.home {
    top: 48px;
}

.admin-bar .navigation-menu.home {
    top: calc(46px + 48px);
}

/** Changing menu overlay for larger screen sizes **/
@media (min-width: 783px) {
    .admin-bar .navigation-menu.home {
        top: calc(32px + 48px);
    }
}

.navigation-menu--leaving,
.navigation-menu--visible {
    display: flex;
    visibility: visible;
}
.navigation-menu--visible {
    pointer-events: all;
}
.navigation-menu__header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    height: 4.5rem;
    height: var(--navbar-height);
    min-height: 4.5rem;
    min-height: var(--navbar-height);
}
.navigation-menu__header img {
    max-height: 100%;
}
.navigation-menu__brand img {
    height: 73px;
    height: var(--logo-height);
    vertical-align: bottom;
}
.navigation-menu__content {
    display: grid;
    flex: 1 0;
    grid-template-rows: 1fr auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    height: calc(100% - 6.75rem);
    margin: 4.25rem auto 2.5rem;
    padding-left: 0.75rem;
    padding-left: var(--content-inline-padding);
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
}
.navigation-menu--visible .navigation-menu__content {
    -webkit-animation: navigation-menu-slide-enter 0.5s ease-in-out;
    animation: navigation-menu-slide-enter 0.5s ease-in-out;
}
.navigation-menu--leaving .navigation-menu__content {
    -webkit-animation: navigation-menu-slide-exit 0.5s ease-in-out;
    animation: navigation-menu-slide-exit 0.5s ease-in-out;
}
.navigation-menu__internal {
    grid-column: 1/-1;
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1.8;
}

.navigation-menu__internal a:hover {
    color: var(--arthur-red);
    border-bottom: 2px solid var(--arthur-red);
}

.navigation-menu__internal .menu-item:nth-child(4) {
    margin-top: 1rem;
}
.navigation-menu__internal .menu-item:nth-child(-n + 3) {
    font-weight: 700;
}
.navigation-menu__social {
    display: flex;
    grid-column: 1/-1;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid #666;
    border-top: 1px solid var(--arthur-grey);
}
.navigation-menu__social__header {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
}
.navigation-menu__social__links {
    display: flex;
    align-items: center;
}
.navigation-menu__social__links .social-link {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.navigation-menu__social__links a {
    border-bottom: 2px solid transparent;
}

/* Becky */
.navigation-menu__social__links a:hover * {
    color: var(--arthur-red);
}

@media (min-width: 85.375rem) {
    .navigation-menu__social__links a:hover {
        border-bottom: 2px solid var(--arthur-red);
    }
    .navigation-menu__social__links .social-link {
        margin-bottom: 1rem;
    }
}

.navigation-menu__social__links .social-link__icon svg {
    height: 1.375rem;
    vertical-align: bottom;
}

/** REMOVED THIS FOR HOVER EFFECT ON ICONS **/

/* .navigation-menu__social__links .social-link__icon svg path {
    fill: #333333;
} */

.navigation-menu__social__links .social-link__text {
    display: none;
}
@-webkit-keyframes navigation-menu-slide-enter {
    0% {
        transform: translatex(-2rem);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes navigation-menu-slide-enter {
    0% {
        transform: translatex(-2rem);
    }
    to {
        transform: translateX(0);
    }
}
@-webkit-keyframes navigation-menu-slide-exit {
    0% {
        transform: translatex(0);
    }
    to {
        transform: translateX(-2rem);
    }
}
@keyframes navigation-menu-slide-exit {
    0% {
        transform: translatex(0);
    }
    to {
        transform: translateX(-2rem);
    }
}
.button {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1.75rem;
    font-family: inherit;
    text-align: center;
    border-radius: 1px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media screen and (max-width: 1366px) {
    .button {
        grid-column-end: span 2;
    }
}
.button,
.button > a {
    text-decoration: none;
}
.button > a {
    color: inherit;
}
.button img,
.button svg {
    max-width: 1.5rem;
    max-height: 1.5rem;
}
.button svg {
    width: 100%;
    height: 100%;
}
.button svg + span {
    margin-left: 0.75rem;
}
.button:focus {
    outline: none;
}
.button--secondary {
    color: #333;
    color: var(--dark-grey);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    background-color: #fff;
    background-color: var(--white);
    border: 1px solid silver;
    border: 1px solid var(--silver);
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.button--secondary:focus,
.button--secondary:hover {
    color: #e40046;
    color: var(--arthur-red);
    border-color: #e40046;
    border-color: var(--arthur-red);
}
.button--purple {
    padding: 1.25rem 1.75rem;
    color: #fff;
    color: var(--white);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    background-color: #5b315f;
    background-color: var(--arthur-purple);
    border: 1px solid #5b315f;
    border: 1px solid var(--arthur-purple);
}
.button--purple:focus,
.button--purple:hover {
    color: #5b315f;
    color: var(--arthur-purple);
    background-color: transparent;
}
.button--primary {
    padding: 1.25rem 1.75rem;
    color: #fff;
    color: var(--white);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    background-color: #e40046;
    background-color: var(--arthur-red);
    border: 1px solid #e40046;
    border: 1px solid var(--arthur-red);
}
.button--primary:focus,
.button--primary:hover {
    color: #e40046;
    color: var(--arthur-red);
    background-color: transparent;
}
.button--light,
.navbar .menu-item > .button--primary {
    color: #e40046;
    color: var(--arthur-red);
    background-color: #fff;
    background-color: var(--white);
    border: 1px solid #fff;
    border: 1px solid var(--white);
}
.button--light:focus,
.navbar .menu-item > .button--primary:focus {
    outline: none;
}
.button--light:focus,
.button--light:hover,
.navbar .menu-item > .button--primary:focus,
.navbar .menu-item > .button--primary:hover {
    color: #fff;
    color: var(--white);
}
.button--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
}
.button--icon img,
.button--icon svg {
    max-width: 1.5rem;
    max-height: 1.5rem;
}
.button--icon svg {
    width: 100%;
    height: 100%;
}
.content {
    color: var(--black);
    color: var(--font-color, var(--black));
    background-color: var(--white);
    background-color: var(--background-color, var(--white));
}
.content__inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    width: 100%;
    max-width: 1366px;
    max-width: var(--content-max-width);
    margin: 0 auto;
    padding: var(
        --section-padding,
        calc(var(--content-inline-padding) * 2) var(--content-inline-padding)
    );
    grid-row-gap: 0;
    row-gap: 0;
    grid-row-gap: var(--row-gap, 0);
    row-gap: var(--row-gap, 0);
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
}
.content__small-header {
    display: flex;
    grid-column: 1 / span 2;
    grid-column: 1 / var(--small-header-span, span 2);
}
.content__title {
    display: flex;
    align-self: start;
    color: var(--black);
    color: var(--font-color, var(--black));
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1;
}
.content__line {
    align-self: start;
    width: 100%;
    max-width: 4.5rem;
    height: 1px;
    margin-top: 0.5rem;
    margin-left: 0.375rem;
    background-color: currentColor;
    border: none;
}

.sectors__line {
    background-color: #fff;
}

.post-link {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    grid-template-columns: repeat(var(--post-link-columns, 9), minmax(0, 1fr));
    padding-bottom: 1rem;
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
    border-bottom: 1px dashed #666;
    border-bottom: 1px dashed var(--arthur-grey);
    transition: height 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
}
.post-link:not(:last-child) {
    margin-bottom: 2.5rem;
}
.post-link__category {
    grid-row: 1/2;
    grid-column: 1/2;
}
.post-link__title {
    grid-column: 1/-1;
    color: #302e2c;
    color: var(--black);
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.25;
    text-decoration: none;
}
.post-link__date {
    display: none;
    visibility: hidden;
}
.post-link__excerpt {
    grid-column: 1/-1;
    color: #666;
    color: var(--arthur-grey);
    font-size: 1rem;
    line-height: 1.5;
}
.post-link__image {
    grid-row: 2/3;
    grid-column: 1/-1;
    height: 10rem;
}
.post-link__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.carousel {
    height: 100%;
}
.carousel__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
}
.carousel__certified {
    height: 4rem;
    margin-right: 24px;
    image-rendering: -webkit-optimize-contrast;
}
.carousel__reviews-wrapper {
    display: flex;
    margin-top: 32px;
    width: min-content;
}
.carousel__content-wrapper .certifiable {
    background-color: transparent !important;
}
.carousel__slide--active,
.carousel__slide--leaving,
.carousel__slide--visible,
.carousel_slide--active,
.carousel_slide--leaving,
.carousel_slide--visible,
.slick-current {
    visibility: visible;
}
.carousel__slide--active,
.carousel_slide--active,
.slick-current {
    pointer-events: all;
}
.carousel__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: var(--header-phone);
    background-position: 50%;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;
}
.carousel__slide--active .carousel__background,
.carousel__slide--visible .carousel__background,
.carousel_slide--active .carousel__background,
.carousel_slide--visible .carousel__background,
.slick-current .carousel__background {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.carousel__slide--leaving .carousel__background {
    visibility: visible;
    opacity: 0;
    pointer-events: none;
}
.carousel__content-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 7;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;
}
.carousel__slide--active .carousel__content-wrapper,
.carousel__slide--visible .carousel__content-wrapper,
.carousel_slide--active .carousel__content-wrapper,
.carousel_slide--visible .carousel__content-wrapper,
.slick-current .carousel__content-wrapper {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.carousel__slide--leaving .carousel__content-wrapper {
    visibility: visible;
    opacity: 0;
    pointer-events: none;
}
.carousel__content {
    display: grid;
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    width: 100%;
    max-width: 1366px;
    max-width: var(--content-max-width);
    height: 100%;
    margin: 0 auto;
    padding: 6rem 0.75rem;
    padding: 6rem var(--content-inline-padding);
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
}
.carousel__content__heading {
    grid-column: 1/-1;
    align-self: end;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1;
}
.carousel__content__heading:first-child:last-child {
    grid-row: 1/-1;
    align-self: start;
}
.carousel__content__subheading {
    grid-column: 1/-1;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
}
.carousel__images {
    position: absolute;
    bottom: -7.5rem;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 74%;
    pointer-events: none;
}
.carousel__images__devices {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    transform: translate3d(4rem, 0, 0);
    transform: translate3d(var(--device-offset, 4rem), 0, 0);
    opacity: 0;
    transition: opacity 0.75s ease-in-out 0.5s, transform 0.75s ease-in-out 0.5s;
}
.carousel__images__devices--fg {
    z-index: 3;
}
.carousel__images__devices--bg {
    z-index: 1;
}
.carousel__slide--active .carousel__images__devices,
.carousel__slide--visible .carousel__images__devices,
.carousel_slide--active .carousel__images__devices,
.carousel_slide--visible .carousel__images__devices,
.slick-current .carousel__images__devices {
    transform: translateZ(0);
    opacity: 1;
}
.carousel__slide--leaving .carousel__images__devices {
    transform: translate3d(4rem, 0, 0);
    transform: translate3d(var(--device-offset, 4rem), 0, 0);
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.carousel__images__devices__lined,
.carousel__images__devices__solid {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.carousel__images__person {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 90%;
    transform: translate3d(2rem, 0, 0);
    transform: translate3d(calc(var(--device-offset, 4rem) * 0.5), 0, 0);
    opacity: 0;
    transition: opacity 0.75s ease-in-out 0.5s, transform 0.75s ease-in-out 0.5s;
}
.carousel__slide--active .carousel__images__person,
.carousel__slide--visible .carousel__images__person,
.carousel_slide--active .carousel__images__person,
.carousel_slide--visible
    .carousel__images__person
    .slick-current
    .carousel__images__person {
    transform: translateZ(0);
    opacity: 1;
}
.carousel__slide--leaving .carousel__images__person {
    transform: translate3d(2rem, 0, 0);
    transform: translate3d(calc(var(--device-offset, 4rem) * 0.5), 0, 0);
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.5s, transform 0.5s ease-in-out 0.25s;
}
@-webkit-keyframes carousel-slide-enter {
    0% {
        transform: translate3d(2rem, 0, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes carousel-slide-enter {
    0% {
        transform: translate3d(2rem, 0, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes carousel-fade-exit {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes carousel-fade-exit {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes carousel-slide-exit {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(2rem, 0, 0);
    }
}
@keyframes carousel-slide-exit {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(2rem, 0, 0);
    }
}
@-webkit-keyframes carousel-device-slide-enter {
    0% {
        transform: translate3d(4rem, 0, 0);
        transform: translate3d(var(--device-offset, 4rem), 0, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes carousel-device-slide-enter {
    0% {
        transform: translate3d(4rem, 0, 0);
        transform: translate3d(var(--device-offset, 4rem), 0, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes carousel-device-slide-exit {
    0% {
        transform: translateZ(0);
        opacity: 1;
    }
    to {
        transform: translate3d(4rem, 0, 0);
        transform: translate3d(var(--device-offset, 4rem), 0, 0);
        opacity: 0;
    }
}
@keyframes carousel-device-slide-exit {
    0% {
        transform: translateZ(0);
        opacity: 1;
    }
    to {
        transform: translate3d(4rem, 0, 0);
        transform: translate3d(var(--device-offset, 4rem), 0, 0);
        opacity: 0;
    }
}
.sectors-section {
    --bar-color: var(--black);
    --font-color: var(--white);
    --background-color: var(--arthur-red);
    --section-padding: 5rem var(--content-inline-padding);
    --small-header-margin: 2.75rem;
    --arrow-image: url(assets/images/icons/arrow-light.png);
    position: relative;
}
.sectors-section .content__inner {
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
    z-index: 10;
}
.sectors-section--mono {
    --bar-color: var(--white);
    --font-color: var(--black);
    --background-color: var(--light-grey);
    --arrow-image: url(assets/images/icons/arrow-dark.png);
}
.sectors-section__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.sectors-section__background.sectors-section__background--active {
    opacity: 1;
}
.sectors-section__list {
    grid-column: 1/-1;
}
.sectors-section__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 0 1.625rem;
    color: var(--font-color);
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1;
    text-decoration: none;
    border-bottom: 2px solid;
}
.sectors-section__link:before {
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 1;
    font-weight: 400;
    font-size: 0.8rem;
    content: attr(data-index);
}
.sectors-section__link span:last-child {
    display: none;
    visibility: hidden;
}
.testimonials {
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 0;
}
.testimonials__buttons {
    display: flex;
}
.testimonials__button {
    padding: 0;
    background: none;
    border: none;
}
.testimonials__button:not(:disabled) {
    cursor: pointer;
}
.testimonials__button svg {
    width: 4rem;
    height: 4rem;
}
.testimonials__button svg circle {
    transition: fill 0.25s ease-in-out;
    fill: #e40046;
    fill: var(--arthur-red);
}
.testimonials__button svg path {
    transition: stroke 0.25s ease-in-out;
    stroke: #fff;
    stroke: var(--white);
}
.testimonials__button:disabled {
    opacity: 0.2;
}
.testimonials__button:disabled circle {
    fill: #302e2c;
    fill: var(--black);
}
.testimonials__button:disabled path {
    stroke: #fff;
    stroke: var(--white);
}
.testimonials__button:focus {
    outline: none;
}
.testimonials__button:not(:disabled):focus svg circle:nth-child(2),
.testimonials__button:not(:disabled):hover svg circle:nth-child(2) {
    fill: #fff;
    fill: var(--white);
}
.testimonials__button:not(:disabled):focus svg path,
.testimonials__button:not(:disabled):hover svg path {
    stroke: #e40046;
    stroke: var(--arthur-red);
}
.testimonials__button[data-testimonials-left] {
    justify-self: end;
    transform: translate3d(-1.25rem, 0, 0);
}
.testimonials__button[data-testimonials-left] svg {
    transform: rotate(180deg);
}
.testimonials__button[data-testimonials-right] {
    justify-self: end;
    transform: translate3d(1.25rem, 0, 0);
}
.testimonials__icon {
    position: relative;
    height: 7.5rem;
    color: #e40046;
    color: var(--arthur-red);
    font-weight: 700;
    font-size: 10rem;
    line-height: 0;
    transform: scaleX(-1);
}
.testimonials__icon:before {
    position: absolute;
    bottom: 12px;
    width: 100%;
    height: 4px;
    background-color: #dbdbdb;
    background-color: var(--alt-grey);
    content: '';
}
.testimonials__list {
    position: relative;
    width: 100%;
}
.testimonials__content {
    position: absolute;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
}
.testimonials__content.testimonials__content--visible {
    opacity: 1;
    transition-delay: 0.5s;
}
.testimonials__content__quote {
    display: -webkit-box;
    margin-bottom: 1.5rem;
    overflow: hidden;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.4;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.testimonials__content__person {
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    line-height: 1.6;
}
.testimonials__content__person__name {
    color: #e40046;
    color: var(--arthur-red);
    font-weight: 600;
}
.testimonials__content__person__role {
    color: #666;
    color: var(--arthur-grey);
}
.knowledge-section {
    --font-color: var(--arthur-grey);
    --background-color: var(--ebb);
    --section-padding: 5rem var(--content-inline-padding);
    --small-header-margin: 0.175rem;
    --small-header-span: span 3;
    --row-gap: 2.5rem;
}
.knowledge-section--white {
    --background-color: var(--white);
}
.knowledge-section .testimonials__content__quote {
    color: #302e2c;
    color: var(--black);
}
.knowledge-section__link {
    grid-column: 1/5;
}
.knowledge-section__list {
    --post-link-columns: 4;
    grid-column: 1/-1;
}
.input-element {
    padding: 1rem;
    padding: var(--input-padding, 1rem);
    padding-left: 1rem;
    padding-left: var(--input-padding-left, var(--input-padding, 1rem));
    color: #333;
    color: var(--dark-grey);
    font-size: 1.25rem;
    font-family: inherit;
    line-height: 0.75;
    background-color: #fff;
    background-color: var(--white);
    border: 1px solid #979797;
}
.input-element::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}
.input-element:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}
.input-element::placeholder {
    color: inherit;
    opacity: 0.5;
}
.input-element:focus {
    border: 1px solid;
    outline: 1px solid currentColor;
}
.check-box,
.radio-box {
    position: relative;
}
.check-box[focus-within] > .check-box__label:before,
.radio-box[focus-within] > .radio-box__label:before {
    border-color: #302e2c !important;
    border-color: var(--black) !important;
    border-width: 2px !important;
}
.check-box:focus-within > .check-box__label:before,
.radio-box:focus-within > .radio-box__label:before {
    border-color: #302e2c !important;
    border-color: var(--black) !important;
    border-width: 2px !important;
}
.check-box__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    opacity: 0;
}
.check-box__input + label {
    display: flex;
    align-items: center;
    height: 2.5rem;
    padding-left: 3.5rem;
    cursor: pointer;
    font-size: 1rem;
}
.check-box__input + label:before {
    position: absolute;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #666;
    border: 1px solid var(--arthur-grey);
    border-radius: 2px;
    content: '';
}
.check-box__input--hide {
    width: 0;
}
.check-box__input--hide + label {
    padding-left: 0;
}
.check-box__input--hide + label:before {
    display: none;
}
.check-box__input:not(.check-box__input--hide):checked + label:before {
    background-color: #e40046;
    background-color: var(--arthur-red);
    background-image: url(assets/images/icons/done.png);
    background-repeat: no-repeat;
    background-position: 50%;
    border-color: #dbdbdb;
    border-radius: 4px;
}
.radio-box__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    opacity: 0;
}
.radio-box__input + label {
    position: relative;
    display: flex;
    align-items: center;
    height: 2.5rem;
    padding-left: 3.5rem;
    cursor: pointer;
}
.radio-box__input + label:before {
    position: absolute;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #666;
    border: 1px solid var(--arthur-grey);
    border-radius: 50%;
    content: '';
}
.radio-box__input:checked + label:after {
    position: absolute;
    top: 0.375rem;
    left: 0.375rem;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #e40046;
    background-color: var(--arthur-red);
    border-radius: 50%;
    content: '';
}
.radio-box__input:focus + label:before {
    border-width: 2px;
}
.noUi-target.noUi-horizontal {
    margin: 3rem 1rem;
    height: 4px;
    background: #dbdbdb;
    background: var(--alt-grey);
    border: none;
    border-radius: 2px;
    box-shadow: none;
}
.noUi-target.noUi-horizontal .noUi-connect,
.noUi-target.noUi-horizontal .noUi-handle {
    background-color: #5b315f;
    background-color: var(--arthur-purple);
}
.noUi-target.noUi-horizontal .noUi-handle {
    top: -0.625rem;
    right: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    border-radius: 50%;
    box-shadow: none;
}
.noUi-target.noUi-horizontal .noUi-handle:after,
.noUi-target.noUi-horizontal .noUi-handle:before {
    display: none;
}
.noUi-target.noUi-horizontal .noUi-origin > .noUi-tooltip {
    bottom: 1rem;
    padding: 0.125rem 0.5rem;
    color: #fff;
    color: var(--white);
    font-size: 0.875rem;
    line-height: 1.6;
    white-space: nowrap;
    background-color: #5b315f;
    background-color: var(--arthur-purple);
    border-radius: 2px;
}
.noUi-target.noUi-horizontal .noUi-origin > .noUi-tooltip:before {
    position: absolute;
    bottom: -0.25rem;
    left: 50%;
    width: 0;
    height: 0;
    border-color: #5b315f transparent transparent;
    border-style: solid;
    border-width: 0.25rem 0.25rem 0;
    border-top: 0.25rem solid var(--arthur-purple);
    transform: translateX(-50%);
    content: '';
}
.noUi-target.noUi-horizontal .noUi-pips-horizontal {
    right: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    height: auto;
}
.noUi-target.noUi-horizontal
    .noUi-pips-horizontal
    .noUi-marker-horizontal.noUi-marker {
    display: none;
}
.callback-form__input .input-element::-moz-placeholder,
.contact-us__form .wpcf7-form-control.wpcf7-text::-moz-placeholder {
    color: #333;
    color: var(--dark-grey);
    opacity: 1;
}
.callback-form__input .input-element:-ms-input-placeholder,
.contact-us__form .wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
    color: #333;
    color: var(--dark-grey);
    opacity: 1;
}
.callback-form__input .input-element::placeholder,
.contact-us__form .wpcf7-form-control.wpcf7-text::placeholder {
    color: #333;
    color: var(--dark-grey);
    opacity: 1;
}
.drop-down {
    position: relative;
    cursor: pointer;
}
.drop-down--visible .drop-down__contents {
    display: block;
    visibility: visible;
}
.drop-down__button {
    width: 100%;
    cursor: pointer;
}
.drop-down__contents {
    position: absolute;
    top: 2.5rem;
    right: calc(0.5rem + 1px);
    z-index: 2;
    display: none;
    width: 95%;
    padding: 1rem;
    background-color: #fff;
    background-color: var(--white);
    border-radius: 2px;
    visibility: hidden;
    filter: drop-shadow(0 8px 60px rgba(22, 22, 22, 0.26));
}
.drop-down__contents:before {
    position: absolute;
    top: -0.5rem;
    right: 0.75rem;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0;
    border-bottom: 0.5rem solid #fff;
    border-bottom-color: var(--white);
    content: '';
}
.drop-down__scrollbox {
    max-height: 100%;
    max-height: calc(var(--max-height, 100%) - var(--padding-block, 0) * 2);
    padding-right: 1.625rem;
    scrollbar-width: thin;
    scrollbar-color: #333 #f4f3f2;
    scrollbar-color: var(--dark-grey) var(--light-grey);
    overflow: auto;
}
.drop-down__scrollbox::-webkit-scrollbar {
    width: 5px;
}
.drop-down__scrollbox::-webkit-scrollbar-track {
    background-color: #f4f3f2;
    background-color: var(--light-grey);
    border-radius: 6.5px;
}
.drop-down__scrollbox::-webkit-scrollbar-thumb {
    background-color: #333;
    background-color: var(--dark-grey);
    border-radius: 6.5px;
}
.drop-down__item {
    padding: 1rem 0;
    color: #302e2c;
    color: var(--black);
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0;
    border-bottom: 1px solid #dbdbdb;
}
.drop-down__item:first-child {
    padding-top: 0;
}
.drop-down__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.contact-section {
    --font-color: var(--white);
    --background-color: var(--arthur-red);
    --section-padding: 5rem var(--content-inline-padding);
    --small-header-margin: 1.5rem;
    --row-gap: 2.5rem;
    background-image: url(assets/images/contact-us-background.jpg);
    background-size: cover;
    background-position: 50% 0;
    overflow-anchor: none;
    overflow: hidden;
	width:100%;
}

.contact-section__text {
    grid-column: 1/-1;
}
.contact-section__title {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 1;
}
.contact-section__para {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.6;
}
.contact-section__method {
    margin-bottom: 2rem;
    font-weight: 700;
}
.contact-section__method div {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.6;
}
.contact-section__method address {
    font-size: 1.375rem;
    line-height: 1;
}
.wpcf7-form-control-wrap.reason:before {
    position: absolute;
    top: 2rem;
    right: 1rem;
    height: 0;
    width: 0;
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid var(--white);
    transform: translateY(-50%);
    content: '';
}
.contact-section__form {
    grid-column: 1/-1;
}
.contact-section__form .wpcf7-form,
.contact-section__form .wpjb-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
}
.contact-section__form .wpjb .wpjb-form div label.wpjb-label {
    display: none;
    visibility: hidden;
}
.contact-section__form .wpjb .wpjb-form div.wpjb-field {
    position: relative;
    width: 100%;
}

.contact-section__form .wpcf7-form-control-wrap,
.contact-section__form .wpjb .wpjb-form div.wpjb-element-input-file,
.contact-section__form .wpjb .wpjb-form div.wpjb-element-input-text,
.contact-section__form .wpjb .wpjb-form div.wpjb-element-input-textarea,
.contact-section__form .wpjb .wpjb-form div.wpjb-element-input-checkbox,
.contact-section__form label[data-file] {
    position: relative;
    display: block;
    grid-column: 1/-1;
}

.contact-section__form .wpjb .wpjb-form div.wpjb-element-input-checkbox {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.contact-section__form label[data-file] {
    cursor: pointer;
}
.contact-section__form label[data-file] .wpcf7-form-control-wrap {
    display: none;
}
.contact-section__form label[data-file] [data-label] {
    display: inline-block;
    max-width: calc(100% - 8.75rem);
    height: 1.375rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contact-section__form label[data-file]:before {
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    display: flex;
    align-items: center;
    padding: 0 1.75rem;
    color: #e40046;
    color: var(--arthur-red);
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1;
    background-color: #fff;
    background-color: var(--white);
    border-style: solid;
    border-width: 1px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    content: attr(data-file);
}
.contact-section__form label[data-file]:hover:before {
    color: #fff;
    color: var(--white);
    background-color: transparent;
}
.contact-section__form .wpcf7-form-control.wpcf7-select,
.contact-section__form .wpcf7-form-control.wpcf7-text,
.contact-section__form .wpcf7-form-control.wpcf7-textarea,
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-text
    .wpjb-field
    input,
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-textarea
    .wpjb-field
    textarea,
.contact-section__form .wpjb .wpjb-upload-inner,
.contact-section__form [data-file] {
    width: 100%;
    margin-bottom: 0;
    padding: 1rem 0.625rem;
    color: #fff;
    color: var(--white);
    /* font-weight: 300; */
    font-size: 1.125rem;
    font-family: inherit;
    background-color: transparent;
    border: 1px solid #fff;
    border: 1px solid var(--white);
    transition: transform 0.5s ease-out;
}
.contact-section__form .wpcf7-form-control.wpcf7-select::-moz-placeholder,
.contact-section__form .wpcf7-form-control.wpcf7-text::-moz-placeholder,
.contact-section__form .wpcf7-form-control.wpcf7-textarea::-moz-placeholder,
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-text
    .wpjb-field
    input::-moz-placeholder,
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-textarea
    .wpjb-field
    textarea::-moz-placeholder,
.contact-section__form .wpjb .wpjb-upload-inner::-moz-placeholder,
.contact-section__form [data-file]::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
.contact-section__form .wpcf7-form-control.wpcf7-select:-ms-input-placeholder,
.contact-section__form .wpcf7-form-control.wpcf7-text:-ms-input-placeholder,
.contact-section__form .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder,
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-text
    .wpjb-field
    input:-ms-input-placeholder,
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-textarea
    .wpjb-field
    textarea:-ms-input-placeholder,
.contact-section__form .wpjb .wpjb-upload-inner:-ms-input-placeholder,
.contact-section__form [data-file]:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
.contact-section__form .wpcf7-form-control.wpcf7-select::placeholder,
.contact-section__form .wpcf7-form-control.wpcf7-text::placeholder,
.contact-section__form .wpcf7-form-control.wpcf7-textarea::placeholder,
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-text
    .wpjb-field
    input::placeholder,
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-textarea
    .wpjb-field
    textarea::placeholder,
.contact-section__form .wpjb .wpjb-upload-inner::placeholder,
.contact-section__form [data-file]::placeholder {
    color: inherit;
    opacity: 1;
}
.contact-section__form .wpcf7-form-control.wpcf7-select:focus,
.contact-section__form .wpcf7-form-control.wpcf7-text:focus,
.contact-section__form .wpcf7-form-control.wpcf7-textarea:focus,
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-text
    .wpjb-field
    input:focus,
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-textarea
    .wpjb-field
    textarea:focus,
.contact-section__form .wpjb .wpjb-upload-inner:focus,
.contact-section__form [data-file]:focus {
    outline: 1px solid currentColor;
}
.contact-section__form .wpcf7-form-control.wpcf7-select.wpcf7-not-valid,
.contact-section__form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
.contact-section__form .wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid,
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-text
    .wpjb-field
    input.wpcf7-not-valid,
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-textarea
    .wpjb-field
    textarea.wpcf7-not-valid,
.contact-section__form .wpjb .wpjb-upload-inner.wpcf7-not-valid,
.contact-section__form [data-file].wpcf7-not-valid {
    margin-bottom: 1.75rem;
    transform: translateX(0.5rem);
}
.contact-section__form .wpjb .wpjb-upload-inner {
    min-height: 3.625rem;
}
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-text
    .wpjb-field.wpjb-field-has-error
    input,
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-text
    .wpjb-field.wpjb-field-has-error
    textarea {
    margin-bottom: 1.75rem;
    transform: translateX(0.5rem);
}
.contact-section__form .wpjb .wpjb-form .wpjb-error {
    background: transparent;
    outline: none;
}
.contact-section__form .wpcf7-not-valid-tip,
.contact-section__form .wpjb .wpjb-form ul.wpjb-errors {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-left: 0.5rem;
    color: #fff;
    color: var(--white);
    font-size: 0.9rem;
    line-height: 1.6;
    border-left: 1px solid;
    -webkit-animation: wpcf7-not-valid-tip 0.5s ease-in-out;
    animation: wpcf7-not-valid-tip 0.5s ease-in-out;
    pointer-events: none;
}
.contact-section__form .wpcf7-not-valid-tip:before,
.contact-section__form .wpjb .wpjb-form ul.wpjb-errors:before {
    font-weight: 700;
    content: 'Error:\00a0';
}
.contact-section__form .wpjb .wpjb-form ul.wpjb-errors li {
    margin: 0;
    color: #fff;
    color: var(--white);
    list-style-type: none;
}
.contact-section__form .wpjb .wpjb-upload-inner .wpjb-button.wpjb-upload-media,
.contact-section__form .wpjb .wpjb-upload-inner .wpjb-icon-upload-cloud,
.contact-section__form .wpjb .wpjb-upload-inner .wpjb-upload-info {
    display: none;
    visibility: hidden;
}
.contact-section__form .wpjb .wpjb-upload-ui {
    min-height: 3.625rem;
}
.contact-section__form .wpjb .wpjb-upload-inner a.wpjb-button.wpjb-upload-file {
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    display: flex;
    align-items: center;
    width: 8.625rem;
    padding: 0 1.75rem;
    font-size: 0;
    line-height: 1;
    background-color: #fff !important;
    background-color: var(--white) !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.contact-section__form
    .wpjb
    .wpjb-upload-inner
    a.wpjb-button.wpjb-upload-file:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #e40046;
    color: var(--arthur-red);
    font-weight: 700;
    font-size: 0.9375rem;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    content: 'Choose file';
}
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-file
    .wpjb-field
    .wpjb-upload {
    position: relative;
}
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-file
    .wpjb-field
    .wpjb-upload
    .wpjb-uploads {
    position: absolute;
    top: 0.25rem;
    left: 0;
    width: calc(100% - 8.875rem);
    padding: 1rem;
    font-size: 1.25rem;
}
.contact-section__form
    .wpjb
    .wpjb-form
    div.wpjb-element-input-file
    .wpjb-field
    .wpjb-upload
    .wpjb-uploads:empty:before {
    position: absolute;
    width: 100%;
    font-size: 1.125rem;
    content: 'Upload your CV';
}
.contact-section__form .wpcf7-submit,
.contact-section__form .wpjb-submit {
    grid-column: 1/-1;
    padding: 1.25rem 1.75rem;
    color: #e40046;
    color: var(--arthur-red);
    font-weight: 700;
    font-size: 1rem;
    font-family: inherit;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    background-color: var(--white);
    border: 1px solid;
    cursor: pointer;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.contact-section__form .wpcf7-submit:focus,
.contact-section__form .wpcf7-submit:hover,
.contact-section__form .wpjb-submit:focus,
.contact-section__form .wpjb-submit:hover {
    color: #fff;
    color: var(--white);
    background-color: transparent;
}
.contact-section__form .wpcf7-submit:focus,
.contact-section__form .wpjb-submit:focus {
    outline: none;
}

/*
======================================================
LLK adjustments Mike 07/09/22
======================================================
*/

.contact-section .form-thankyou {
    padding: 40px 25px 100px;
    background-color: var(--white);
    border-radius: 5px;
    margin-top: -20px;
    display: none;
    position: relative;
    overflow: hidden;
    max-width: 440px;
}

.areas_container{
	max-width: 1187px !important;
	overflow: revert !important;
	width:100% !important;
}

.areas_container_div{
	display: flex;
    gap: 10px;
    justify-content: center;
    transition: transform 0.5s ease;
}

.areas_container_item {
    flex: 0 0 auto;
    width: 100%;
    padding: 0px;
    margin: 0 !important;
    box-sizing: border-box;
    position: relative;
}

.latest_jobs_container{
	max-width: 1204px !important;
	width:100% !important;
	margin:auto;
}

.getintouch_container{
	max-width: 1205px !important;
	width:100% !important;
	margin:auto;
	padding:100px 0;
	display: flex;
}

.getintouch_Box{
	width: 50%;
    float: left;
    margin-right: 10px;
}

.getintouch_Form{
	width:48%;
	float:left;
}

@media (min-width: 85.375rem) {
    .contact-section .form-thankyou {
        padding: 50px 35px 210px;
    }
}

.contact-section .form-thankyou h3 {
    color: var(--arthur-red);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

@media (min-width: 85.375rem) {
    .contact-section .form-thankyou h3 {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
}

.contact-section .form-thankyou .text {
    margin-bottom: 60px;
}

.contact-section .form-thankyou .text p {
    margin-bottom: 30px;
    color: var(--black);
    font-size: 1rem;
}

@media (min-width: 85.375rem) {
    .contact-section .form-thankyou .text p {
        font-size: 1.13rem;
    }
}

.contact-section .form-thankyou .text p a {
    color: var(--arthur-red);
    text-decoration: underline;
}

.contact-section .form-thankyou .text p a:hover {
    color: var(--black);
}

.contact-section .form-thankyou img {
    display: block;
    position: absolute;
    bottom: -15px;
    right: -11px;
    width: 160px;
}

@media (min-width: 85.375rem) {
    .contact-section .form-thankyou img {
        width: 190px;
    }
}

/*
======================================================
END LLK adjustments Mike 07/09/22
======================================================
*/

.contact-section__images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
@-webkit-keyframes wpcf7-not-valid-tip {
    0% {
        transform: translate3d(-1rem, 0, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
.contact-section__heading {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.6;
}
.wpcf7 form .wpcf7-response-output {
    display: none !important;
    visibility: hidden;
}
div.wpjb-flash-info {
    color: #000 !important;
}
.contact-section__form .wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 3.5rem;
    padding: 0 0.625rem;
    color: #fff;
    color: var(--white);
    background: transparent;
    border: 1px solid #fff;
    border: 1px solid var(--white);
}
.contact-section__form .wpcf7-form-control.wpcf7-select:focus,
.wpcf7-form-control.wpcf7-select:focus {
    outline: 1px solid #fff;
    outline: 1px solid var(--white);
}
.contact-section__form .wpcf7-form-control.wpcf7-select option,
.wpcf7-form-control.wpcf7-select option {
    color: #000;
}

.wpcf7 .wpcf7-submit {
    z-index: 1;
}
.jobs-container__header {
    margin-bottom: 2rem;
    color: #302e2c;
    color: var(--black);
    font-size: 1.25rem;
    line-height: 1.6;
}
.jobs-container__header b {
    font-weight: 700;
}
.jobs-container__list {
    transition: max-height 0.4s linear;
}
.jobs-container__toggles {
    display: none;
    visibility: hidden;
}
.listed-job {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1rem 2.5rem;
    transition: height 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
    -webkit-transform: translate3d(0, 0, 0);
}
.listed-job:not(.listed-job--featured) {
    border-bottom: 1px dashed #666;
    border-bottom: 1px dashed var(--arthur-grey);
    overflow: hidden;
}
.listed-job:not(.listed-job--featured):first-child {
    border-top: 1px dashed #666;
    border-top: 1px dashed var(--arthur-grey);
}
.listed-job.listed-job--featured {
    --tag-color: var(--arthur-red);
    position: relative;
    margin-bottom: 1rem;
    padding: 3rem 1rem 1rem;
    background-color: #fff;
    background-color: var(--white);
    border: 1px solid #dbdbdb;
    border: 1px solid var(--alt-grey);
    border-radius: 1px;
    box-shadow: 0 8px 20px 0 rgba(22, 22, 22, 0.13);
    filter: drop-shadow(0 8px 20px rgba(22, 22, 22, 0.13));
}
.listed-job__featured {
    position: absolute;
    /* left: -8px; */
    left: 8px;
    top: 0.5rem;
    padding: 2px 8px;
    color: #fff;
    color: var(--white);
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.6;
    text-transform: uppercase;
    background-color: #e40046;
    background-color: var(--arthur-red);
}
.listed-job__featured-123:before {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 0;
    border-color: transparent #e40046 transparent transparent;
    border-left: 0 solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid var(--arthur-red);
    border-top: 0 solid transparent;
    content: '';
}

.single-job .listed-job__title {
    max-width: 30rem;
}

.listed-job__title {
    max-width: 56rem;
    margin-bottom: 0.75rem;
    color: #333;
    color: var(--dark-grey);
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.25;
}
.listed-job__salary {
    max-width: 56rem;
    margin: 0.75rem 0;
    color: var(--arthur-red);
    color: var(--tag-color, var(--arthur-red));
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5;
}
.listed-job__desc {
    max-width: 56rem;
    margin: 0.75rem 0 auto;
    font-size: 1rem;
    line-height: 1.5;
}
.listed-job__tags {
    display: flex;
    margin-top: 2.5rem;
}
.listed-job__tag {
    padding: 0.75rem 1rem 0.875rem;
    color: #fff;
    color: var(--white);
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1;
    text-transform: uppercase;
    background-color: var(--true-black);
    background-color: var(--tag-color, var(--true-black));
    border-radius: 2px;
}
.listed-job__tag:not(:last-child) {
    margin-right: 0.5rem;
}
.searchbar {
    position: absolute;
    top: -3.75rem;
    right: 0.75rem;
    right: var(--content-inline-padding);
    left: 0.75rem;
    left: var(--content-inline-padding);
    z-index: 10;
    padding: 0.5rem 0.5rem 0.625rem;
    background-color: #fff;
    background-color: var(--white);
    border-radius: 4px;
    box-shadow: 0 8px 60px 0 rgba(22, 22, 22, 0.13);
}
.searchbar > form {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 0.375rem;
    row-gap: 0.375rem;
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}
.searchbar__query {
    --input-padding-left: 3.625rem;
    grid-column: 1/-1;
    padding-left: 3.625rem;
    background-image: url(assets/images/icons/search.png);
    background-repeat: no-repeat;
    background-position: 1rem 50%;
    background-size: 1.625rem;
    border-color: silver;
    border-color: var(--silver);
    border-radius: 2px;
}
.searchbar__query:focus {
    --input-padding: calc(1rem - 1px);
    --input-padding-left: calc(3.625rem - 1px);
    background-position: calc(1rem - 1px) 50%;
    border-width: 2px;
    outline: none;
}
.searchbar__dropdown {
    position: relative;
    height: 100%;
    padding: 1.25rem;
    padding: var(--input-padding, 1.25rem);
    color: #666;
    color: var(--arthur-grey);
    text-align: left;
    border-color: silver;
    border-color: var(--silver);
}
.searchbar__dropdown:before {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    background-image: url(assets/images/icons/caret_down.png);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: translate3d(0, -50%, 0);
    content: '';
}
.searchbar__dropdown:focus {
    padding: calc(1.25rem - 1px);
    padding: calc(var(--input-padding, 1.25rem) - 1px);
    padding-left: calc(1.25rem - 1px);
    padding-left: calc(
        var(--input-padding-left, var(--input-padding, 1.25rem)) - 1px
    );
    border-color: #333;
    border-color: var(--dark-grey);
    border-width: 2px;
    outline: none;
}
.searchbar__dropdown:focus:before {
    right: calc(0.75rem - 1px);
}
.searchbar__button {
    border-radius: 2px;
    grid-column: 1/-1;
    font-weight: 500;
}
.viewed-box {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
    grid-row-gap: 1rem;
    row-gap: 1rem;
}
.viewed-box__text {
    grid-column: 1/-1;
    color: #666;
    color: var(--arthur-grey);
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
}
.viewed-box__text strong {
    color: #000;
    color: var(--true-black);
    font-weight: 700;
}
.viewed-box__bar {
    grid-column: 1/-1;
    --bar-width: calc(var(--viewed, 1) / var(--total, 2) * 100%);
    width: 100%;
    height: 0.5rem;
    background-color: #edebea;
    background-color: var(--ebb);
    background-image: linear-gradient(
        90deg,
        #e40046 var(--bar-width),
        #edebea var(--bar-width)
    );
    background-image: linear-gradient(
        90deg,
        var(--arthur-red) var(--bar-width),
        var(--ebb) var(--bar-width)
    );
    border-radius: 4px;
}
.viewed-box__button {
    grid-column: 1/-1;
    margin-top: 1.5rem;
}
.viewed-box__button--hidden {
    display: none;
    visibility: hidden;
}
.request-help {
    display: flex;
    flex-direction: column;
    width: 19rem;
    filter: drop-shadow(0 8px 60px rgba(22, 22, 22, 0.13));
}
.request-help__header {
    height: 4.75rem;
    padding: 1rem;
    color: #fff;
    color: var(--white);
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 2.28;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(153.65deg, #5b315f, #3b1b3e);
    border-radius: 4px 4px 0 0;
}
.request-help__content {
    position: relative;
    display: flex;
    flex: 1 0;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    background-color: var(--white);
}
.request-help__team {
    position: relative;
    top: -1.5rem;
    display: flex;
    height: 8.5rem;
}
.request-help__pic {
    width: 8.5rem;
    height: 8.5rem;
    padding: 0.25rem;
    background-color: #fff;
    background-color: var(--white);
    border-radius: 50%;
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.08));
}
.request-help__pic:not(.request-help__pic--static) {
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.request-help__pic:nth-child(2):last-child {
    margin-left: 0.5rem;
}
.request-help__pic:nth-child(2):not(:last-child),
.request-help__pic:nth-child(3) {
    z-index: 0;
    transform: translateX(-50%) scale(0.82);
}
.request-help__pic:nth-child(2):not(:last-child) {
    left: 4.5rem;
}
.request-help__pic:nth-child(3) {
    left: -4.5rem;
}
.request-help__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}
.request-help__name {
    margin-top: -0.5rem;
    margin-bottom: 0.75rem;
    color: #302e2c;
    color: var(--black);
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.25;
}
.request-help__info {
    max-width: 18rem;
    margin: 0 1rem 0.75rem;
    color: #666;
    color: var(--arthur-grey);
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: center;
}
.request-help__buttons {
    display: flex;
    width: 100%;
    padding: 1rem;
    background-color: #fff;
    background-color: var(--white);
    border-top: 1px solid #dbdbdb;
    border-top: 1px solid var(--alt-grey);
    border-radius: 0 0 4px 4px;
}
.request-help__buttons .button:last-child {
    flex: 1 0;
    padding: 1rem;
}
.request-help__email {
    margin-right: 0.5rem;
    padding: 1rem;
}
.callback-form,
.request-help__email span {
    display: none;
    visibility: hidden;
}
.callback-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    flex-direction: column;
    padding: 0.5rem;
    overflow: auto;
    color: #333;
    color: var(--dark-grey);
    background-color: #edebea;
    background-color: var(--ebb);
    transform: scale(0);
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    pointer-events: none;
}
.admin-bar .callback-form {
    top: 32px;
}
.callback-form--leaving,
.callback-form--visible {
    display: flex;
    visibility: visible;
}
.callback-form--visible {
    pointer-events: all;
}
.callback-form__content,
.callback-form__header {
    margin-bottom: 1rem;
}
.callback-form__header {
    display: flex;
    align-items: center;
}
.callback-form__title {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.75;
}
.callback-form__cancel {
    margin-left: auto;
}
.callback-form__cancel .button__text {
    display: none;
    margin-right: 0.875rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 0.75;
}
.callback-form__cancel .button__icon {
    position: relative;
    width: 0.75rem;
    transform: rotate(45deg);
}
.callback-form__cancel .button__icon:after,
.callback-form__cancel .button__icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: currentColor;
    transform: translate3d(-50%, -50%, 0);
    content: '';
}
.callback-form__cancel .button__icon:before {
    width: 0.75rem;
    height: 2px;
}
.callback-form__cancel .button__icon:after {
    width: 2px;
    height: 0.75rem;
}
.callback-form__content {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    width: 100%;
    max-width: 1366px;
    max-width: var(--content-max-width);
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
    margin-left: auto;
    margin-right: auto;
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
}
.callback-form__input,
.callback-form__sendto,
.callback-form__submit {
    grid-column: 1/-1;
}
.callback-form__sendto {
    display: grid;
    grid-template: 1fr 1fr/5.5rem 1fr;
    height: 6.5rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem 1rem;
    color: #fff;
    color: var(--white);
    line-height: 1.6;
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    background-color: #5b315f;
    background-color: var(--arthur-purple);
    background-image: linear-gradient(153.65deg, #5b315f, #3b1b3e);
    border-radius: 4px;
}
.callback-form__sendto .callback-form__photo {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 5.5rem;
    height: 5.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}
.callback-form__sendto h2 {
    grid-row: 1/2;
    align-self: end;
    font-weight: 700;
    font-size: 1.75rem;
}
.callback-form__sendto p {
    grid-row: 2/3;
    align-self: start;
    font-size: 1.25rem;
}
.callback-form__sendto .callback-form__photo[src=''],
.callback-form__sendto p:empty {
    display: none;
    visibility: hidden;
}
.callback-form__sendto .callback-form__photo[src=''] + h2 {
    grid-row: 1/3;
    grid-column: 1/3;
    align-self: center;
    justify-self: center;
    max-width: 80%;
    text-align: center;
}
.callback-form__input .input-element {
    width: 100%;
    min-height: 3.625rem;
    text-align: left;
}
.callback-form__input .input-element--textarea {
    height: 12.625rem;
    resize: none;
}
.callback-form__drop-down {
    position: relative;
}
.callback-form__drop-down:before {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    background-image: url(assets/images/icons/caret_down.png);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: translate3d(0, -50%, 0);
    content: '';
}
.callback-form__drop-down span:empty {
    opacity: 1;
}
.callback-form__drop-down span:empty:before {
    content: 'Time slot';
}
.callback-form .drop-down__contents {
    --max-height: 18.75rem;
    --padding-block: 1rem;
    max-height: 18.75rem;
    padding: 1rem 0.5rem 1rem 1rem;
}
.callback-form__submit {
    margin-top: 1rem;
}
.callback-form__input {
    transition: padding 0.3s ease-in-out;
}
.callback-form__input.callback-form__input--invalid {
    padding-left: 0.5rem;
    border-left: 3px solid #e40046;
    border-left: 3px solid var(--arthur-red);
}
.callback-form__input.callback-form__input--invalid .input-element {
    border-color: #e40046;
    border-color: var(--arthur-red);
    outline: 1px solid #e40046;
    outline: 1px solid var(--arthur-red);
}
.social-feed {
    --section-padding: 5rem var(--content-inline-padding);
    --row-gap: 1.5rem;
    --small-header-margin: 1.5rem;
    overflow: hidden;
}
.social-feed__container,
.social-feed__controls,
.social-feed__switches {
    grid-column: 1/-1;
}
.social-feed__container {
    position: relative;
}
.social-feed__feed {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.social-feed__feed[data-active] {
    opacity: 1;
    transition-delay: 0.4s;
}
.social-feed__feed[data-feed-twitter] {
    position: absolute;
    top: 0;
    height: 100%;
}
.social-feed__container .social-feed__feed > .ctf#ctf {
    overflow: visible;
}
.social-feed__container .social-feed__feed > .ctf#ctf .ctf-item {
    display: flex;
    flex-direction: column;
    padding: 0.75rem 1rem;
    background-color: #fff;
    background-color: var(--white);
    border-top: 0;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    transition: opacity 0.25s ease-in-out;
}
.social-feed__container
    .social-feed__feed
    > .ctf#ctf
    .ctf-item.social-feed__container
    .social-feed__feed
    > .ctf#ctf
    .ctf-item--hidden {
    opacity: 0;
}
.social-feed__container .social-feed__feed > .ctf#ctf .ctf-author-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1rem;
}
.social-feed__container
    .social-feed__feed
    > .ctf#ctf
    .ctf-author-box
    .ctf-tweet-meta {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
}
.social-feed__container .social-feed__feed > .ctf#ctf .ctf-corner-logo {
    float: none;
    margin-right: 0.75rem;
    color: #302e2c;
    color: var(--black);
}
.social-feed__container .social-feed__feed > .ctf#ctf .ctf-tweet-content {
    min-height: 13.125rem;
    margin: 0;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid hsla(0, 0%, 40%, 0.19);
}
.social-feed__container
    .social-feed__feed
    > .ctf#ctf
    .ctf-tweet-content
    .ctf-tweet-text {
    color: #666;
    color: var(--arthur-grey);
    font-size: 1rem;
    line-height: 1.5;
}
.social-feed__container
    .social-feed__feed
    > .ctf#ctf
    .ctf-tweet-content
    .ctf-tweet-text
    a {
    color: #5b315f;
    color: var(--arthur-purple);
    font-weight: 700;
}
.social-feed__container .social-feed__feed>.ctf#ctf .ctf-tweet-content .ctf-tweet-text a[href*="//t.co/"]
{
    display: block;
    margin-top: 1.5rem;
}
.social-feed__container .social-feed__feed > .ctf#ctf .ctf-tweet-actions {
    position: relative;
    height: 2.375rem;
    margin-top: 0;
    background-image: url(assets/images/icons/logo_icon.png);
    background-repeat: no-repeat;
    background-position: 0 1rem;
    background-size: 20px 19px;
}
.social-feed__container
    .social-feed__feed
    > .ctf#ctf
    .ctf-tweet-actions:before {
    position: absolute;
    top: 1rem;
    left: 1.875rem;
    color: #666;
    color: var(--arthur-grey);
    font-size: 0.875rem;
    line-height: 1.6;
    content: '@ArthurFinancial';
}
.social-feed__container .ctf-tweets,
.social-feed__images {
    display: grid;
    grid-auto-columns: calc(100vw - 1.5rem);
    grid-auto-columns: calc(100vw - var(--content-inline-padding) * 2);
    grid-auto-flow: column;
    align-items: start;
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    transform: translateX(0);
    transform: translateX(
        calc(0px - var(--offset-amount, 0) * var(--offset-multi, 0))
    );
    transition: transform 0.25s ease-in-out;
}
.social-feed__controls {
    display: grid;
    grid-auto-flow: column;
    justify-self: end;
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.social-feed__controls img {
    width: 4rem;
    height: 4rem;
}
.social-item {
    display: flex;
    flex-direction: column;
    max-width: calc(100vw - 1.5rem);
    max-width: calc(100vw - var(--content-inline-padding) * 2);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
}
.social-feed .social-feed__feed > .ctf#ctf .ctf-item,
.social-item {
    transition: opacity 0.25s ease-in-out;
}
.social-feed .social-feed__feed > .ctf#ctf .ctf-item.social-item--hidden,
.social-item.social-item--hidden {
    opacity: 0;
}
.social-item__footer,
.social-item__header {
    display: flex;
    align-items: center;
    color: #666;
    color: var(--arthur-grey);
    font-size: 0.875rem;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-position: 0.875rem;
}
.social-item__header {
    height: 3.375rem;
    padding-left: 3.125rem;
    background-image: url(assets/images/icons/instagram.png);
    background-size: 1.375rem;
}
.social-item__content {
    position: relative;
}
.social-item__content .social-item__link {
    display: block;
    width: 100%;
}
.social-item__content .social-item__link:before {
    float: left;
    padding-top: 100%;
    content: '';
}
.social-item__content .social-item__link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: bottom;
}
.social-item__footer {
    height: 3.625rem;
    padding-left: 2.75rem;
    background-image: url(assets/images/icons/logo_icon.png);
    background-size: 1.25rem 1.125rem;
}
.social-feed__button {
    width: 4rem;
    height: 4rem;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.25s ease-in-out;
}
.social-feed__button svg circle {
    transition: fill 0.25s ease-in-out;
}
.social-feed__button svg path {
    transition: stroke 0.25s ease-in-out;
    stroke: #fff;
    stroke: var(--white);
}
.social-feed__button[data-feed-left] {
    transform: rotate(180deg);
}
.social-feed__button:focus {
    outline: none;
}
.social-feed__button:disabled {
    opacity: 0.2;
}
.social-feed__button:not(:disabled):focus svg circle:nth-child(2),
.social-feed__button:not(:disabled):hover svg circle:nth-child(2) {
    fill: #fff;
    fill: var(--white);
}
.social-feed__button:not(:disabled):focus svg path,
.social-feed__button:not(:disabled):hover svg path {
    stroke: #302e2c;
    stroke: var(--black);
}
.social-feed__switches {
    display: flex;
    align-self: center;
}
.social-feed__switch {
    position: relative;
    min-width: 7.375rem;
    height: 4rem;
    margin-right: 0.25rem;
    color: silver;
    font-weight: 700;
    font-size: 1rem;
    font-family: Aeonik, Roboto, sans-serif;
    font-family: var(--base-font-family);
    line-height: 1;
    border: 1px solid #edebea;
    border: 1px solid var(--ebb);
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.social-feed__switch:after {
    position: absolute;
    right: -1px;
    bottom: -1px;
    left: -1px;
    height: 3px;
    background-color: #e40046;
    background-color: var(--arthur-red);
    transform: scaleY(0);
    transition: transform 0.3s ease-in-out;
    content: '';
}
.social-feed__switch:hover,
.social-feed__switch[data-active] {
    color: #302e2c;
    color: var(--black);
}
.social-feed__switch[data-active] {
    border-bottom-color: #e40046;
    border-bottom-color: var(--arthur-red);
}
.social-feed__switch[data-active]:after {
    transform: scaleY(1);
}
.circle-container {
    position: relative;
    height: 0;
    padding: 50% 0;
    background-color: #e61958;
    color: #fff;
    color: var(--white);
    text-align: center;
    border-radius: 100%;
}
.circle-container__inner {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}
.circle-container__title {
    margin-bottom: 1em;
    color: #fff;
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 700;
}
.circle-container__text {
    font-size: 1.25rem;
}
.clients .carousel,
.lfw .carousel {
    background-image: var(--header-phone);
}
.about-us
    .carousel__slide--visible:first-child:last-child
    .carousel__images:after,
.about-us
    .carousel__slide--visible:first-child:last-child
    .carousel__images:before,
.about-us
    .carousel__slide--visible:first-child:last-child
    .carousel__images__person,
.clients
    .carousel__slide--visible:first-child:last-child
    .carousel__images:after,
.clients
    .carousel__slide--visible:first-child:last-child
    .carousel__images:before,
.clients
    .carousel__slide--visible:first-child:last-child
    .carousel__images__person,
.knowledge-resources
    .carousel__slide--visible:first-child:last-child
    .carousel__images:after,
.knowledge-resources
    .carousel__slide--visible:first-child:last-child
    .carousel__images:before,
.knowledge-resources
    .carousel__slide--visible:first-child:last-child
    .carousel__images__person,
.lfw .carousel__slide--visible:first-child:last-child .carousel__images:after,
.lfw .carousel__slide--visible:first-child:last-child .carousel__images:before,
.lfw .carousel__slide--visible:first-child:last-child .carousel__images__person,
.the-team
    .carousel__slide--visible:first-child:last-child
    .carousel__images:after,
.the-team
    .carousel__slide--visible:first-child:last-child
    .carousel__images:before,
.the-team
    .carousel__slide--visible:first-child:last-child
    .carousel__images__person {
    -webkit-animation: none;
    animation: none;
}
.about-us .carousel__slide .carousel__images__person,
.clients .carousel__slide .carousel__images__person,
.knowledge-resources .carousel__slide .carousel__images__person,
.lfw .carousel__slide .carousel__images__person,
.the-team .carousel__slide .carousel__images__person {
    bottom: 6rem;
    left: 0;
}
.about-us
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__solid,
.clients
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__solid,
.knowledge-resources
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__solid,
.lfw
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__solid,
.the-team
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__solid,
.page-id-32735
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__solid {
    bottom: 0;
    left: -4.5rem;
    width: 11.25rem;
    height: 11.25rem;
    background-image: url(assets/images/devices/logo-circle-white.svg);
}
.about-us
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__lined,
.clients
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__lined,
.knowledge-resources
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__lined,
.lfw
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__lined,
.the-team
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__lined,
.page-id-32735
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__lined {
    bottom: 4.5rem;
    left: 0;
    width: 6.75rem;
    height: 6.75rem;
    background-image: url(assets/images/devices/lines-red.png);
}
.about-us
    .carousel__slide
    .carousel__images__devices--bg
    .carousel__images__devices__solid,
.clients
    .carousel__slide
    .carousel__images__devices--bg
    .carousel__images__devices__solid,
.knowledge-resources
    .carousel__slide
    .carousel__images__devices--bg
    .carousel__images__devices__solid,
.lfw
    .carousel__slide
    .carousel__images__devices--bg
    .carousel__images__devices__solid,
.the-team
    .carousel__slide
    .carousel__images__devices--bg
    .carousel__images__devices__solid,
.page-id-32735
    .carousel__slide
    .carousel__images__devices--bg
    .carousel__images__devices__solid {
    /* bottom: -7rem; */
    /* left: 13.375rem; */
    /* width: 21.5rem; */
    /* height: 29.25rem; */
    /* background-image: url(assets/images/devices/logo-sausage-white.svg); */
}
.contact-section__images img {
    position: absolute;
}
.contact-section__images img[data-index='0'] {
    bottom: -21.375rem;
    left: -10.375rem;
    width: 26.625rem;
    opacity: 0.6;
}
.contact-section__images img[data-index='1'] {
    top: -3.25rem;
    right: -5.5rem;
    width: 12.875rem;
    opacity: 0.9;
}
.single-job,
.single-sector {
    --header-background-color: var(--arthur-purple);
    --header-background-image: linear-gradient(153.65deg, #5b315f, #3b1b3e);
}
.single-job .header,
.single-sector .header {
    margin-bottom: 21.875rem;
}
.single-job .header__content,
.single-sector .header__content {
    display: grid;
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    align-items: start;
    width: 100%;
    max-width: 1366px;
    max-width: var(--content-max-width);
    height: 100%;
    margin: 0 auto;
    padding: 8.5rem 0.75rem;
    padding: 8.5rem var(--content-inline-padding);
    overflow: hidden;
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
}
.single-job .header__title,
.single-sector .header__title {
    grid-column: 1/-1;
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 1;
}
.single-job .header__jobtags,
.single-sector .header__jobtags {
    display: none;
    visibility: hidden;
}
.single-job .header__jobtags li,
.single-sector .header__jobtags li {
    margin-right: 0.5rem;
    padding: 0.75rem 1.5rem 0.75rem 1.875rem;
    color: #666;
    color: var(--arthur-grey);
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: #fff;
    background-color: var(--white);
    border-radius: 2px;
}
.single-job .header__jobtags li:last-child,
.single-sector .header__jobtags li:last-child {
    margin-right: 0;
}
.single-job .header__help,
.single-sector .header__help {
    position: absolute;
    top: 26.375rem;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.single-job .header__parallax,
.single-sector .header__parallax {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}
.single-job .header__parallax__inner,
.single-sector .header__parallax__inner {
    position: absolute;
    right: 0;
    bottom: -10rem;
    left: 0;
}
.single-job .header__parallax__inner .header__parallax__lined,
.single-sector .header__parallax__inner .header__parallax__lined {
    position: absolute;
    right: -5.125rem;
    bottom: 1.375rem;
    width: 13.25rem;
    height: 13.25rem;
    background-image: url(assets/images/devices/lines-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
}

/*
======================================================
LLK adjustments Mike 05/09/22
======================================================
*/

.single-sector .header {
    height: auto !important;
}

.single-sector .header__content {
    row-gap: 0;
}

@media (min-width: 85.375rem) {
    .single-sector .header__content {
        padding-bottom: 6rem !important;
        min-height: 660px;
        align-content: start;
    }
}

.single-sector .header__title {
    margin-bottom: 35px;
}

.single-sector .header__subtitle {
    margin-bottom: 20px;
}

@media (min-width: 40rem) {
    .carousel__certified {
        margin-right: 64px;
    }
    .single-sector .header__subtitle {
        max-width: 600px;
    }
}

.single-sector .header__subtitle p {
    font-size: 1.25rem;
}

.single-sector .header__paragraphs {
    grid-column: 1/-1;
}

@media (min-width: 40rem) {
    .single-sector .header__paragraphs {
        grid-column: 1/6;
        max-width: 700px;
    }
}

@media (min-width: 85.375rem) {
    .single-sector .header__paragraphs {
        grid-column: 2/8;
    }
}

.single-sector .header__paragraphs p {
    margin-bottom: 20px;
}

.single-sector .header__help {
    top: calc(100% - 50px);
}

@media (min-width: 40rem) {
    .single-sector .header__help,
    .single-job .header__help {
        top: calc(100% - 158px) !important;
    }

    .single-sector .header__help .request-help,
    .single-job .header__help .request-help {
        grid-column: 3/-1 !important;
        max-width: 630px;
        margin-left: auto;
    }
}

@media (min-width: 85.375rem) {
    .single-sector .header__help {
        top: 13rem !important;
    }

    .single-job .header__help {
        top: 9.125rem !important;
    }

    .single-sector .header__help .request-help,
    .single-job .header__help .request-help {
        grid-column: 9/12 !important;
    }
}

/*
======================================================
END LLK adjustments Mike 05/09/22
======================================================
*/

.careers .jobs-section .viewed-box,
.lfw-section .viewed-box,
.sector-roles .viewed-box {
    display: none;
    visibility: hidden;
}
.general-page
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__solid,
.knowledge-resources
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__solid,
.live-jobs
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__solid {
    right: 1.5rem;
    bottom: 6.25rem;
    width: 10.375rem;
    height: 10.375rem;
    background-image: url(assets/images/devices/logo-circle-red.svg);
}
.general-page
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__lined,
.knowledge-resources
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__lined,
.live-jobs
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__lined {
    bottom: 2.5rem;
    left: -7.5rem;
    width: 12.25rem;
    height: 12.25rem;
    background-image: url(assets/images/devices/large-lines-light.png);
    opacity: 0.82;
}
.general-page
    .carousel__slide
    .carousel__images__devices--bg
    .carousel__images__devices__solid,
.knowledge-resources
    .carousel__slide
    .carousel__images__devices--bg
    .carousel__images__devices__solid,
.live-jobs
    .carousel__slide
    .carousel__images__devices--bg
    .carousel__images__devices__solid {
    right: -15.75rem;
    bottom: 6.25rem;
    width: 19.5rem;
    height: 26.75rem;
    background-image: url(assets/images/devices/logo-sausage-red.svg);
}
.general-block {
    --section-padding: 2.5rem var(--content-inline-padding);
}
.general-block__content {
    grid-column: 1/-1;
    color: #666;
    color: var(--arthur-grey);
    font-size: 1rem;
    line-height: 1.5;
}
.general-block__content p {
    margin: 1.5rem 0;
    color: #333;
    color: var(--dark-grey);
}
.general-block__content p:first-child {
    margin-top: 0;
}
.general-block__content p:last-child {
    margin-bottom: 0;
}
.general-block__content b,
.general-block__content strong {
    color: #302e2c;
    color: var(--black);
}
.general-block__content em {
    font-style: italic;
}
.general-block__content ul {
    list-style: disc;
}
.general-block__content ol {
    list-style: decimal;
}
.general-block__content ol,
.general-block__content ul {
    padding-left: 2rem;
}
.general-block__content ol li,
.general-block__content ul li {
    margin: 0.75rem 0;
}
.general-block__content ol li::marker,
.general-block__content ul li::marker {
    color: #e40046;
    color: var(--arthur-red);
    font-weight: 700;
}
.about-section {
    --font-color: var(--arthur-grey);
    --section-padding: 9.375rem var(--content-inline-padding) 5rem;
    --small-header-margin: 2rem;
    --row-gap: 1rem;
    /* background-image: linear-gradient(169.36deg, #fff, #efefef); */
    background-color: var(--white);
}
.about-section .content__title,
.about-section__title,
.knowledge-section .content__title {
    color: #302e2c;
    color: var(--black);
}
.about-section__title {
    grid-column: 1/5;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 2.25rem;
    font-size: var(--title-section-header-font-size);
    line-height: 1.25;
    line-height: var(--title-section-header-line-height);
}
.about-section__info {
    grid-column: 1/-1;
    margin-bottom: 1.25rem;
    color: #666;
    color: var(--arthur-grey);
    font-size: 1rem;
    font-size: var(--title-section-para-font-size);
    line-height: 1.25;
    line-height: var(--title-section-para-line-height);
}
.about-section__link {
    align-self: start;
}
.about-section__images {
    position: absolute;
    top: 9.375rem;
    left: 60%;
    width: 13.875rem;
    height: 11.625rem;
    margin-top: -2.375rem;
    pointer-events: none;
}
.about-section__images__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.about-section__images__layer img {
    position: absolute;
    pointer-events: all;
}
.about-section__images__layer:first-child img {
    top: 35.034%;
    left: 8.661%;
    width: 53.937%;
}
.about-section__images__layer:nth-child(2) img {
    bottom: -2.5%;
    left: 46.818%;
    width: 50.181%;
}
.about-section__images__layer:nth-child(3) img {
    top: 0;
    left: 0;
    width: 82.318%;
}
.about-section__images__layer:nth-child(4) img {
    bottom: -2.5%;
    left: 23.196%;
    width: 26.377%;
}
.home
    .carousel__slide[data-slide='0']
    .carousel__images__devices--fg
    .carousel__images__devices__solid {
    bottom: 0;
    left: -4.5rem;
    width: 11.25rem;
    height: 11.25rem;
    background-image: url(assets/images/devices/logo-circle-white.svg);
}
.home
    .carousel__slide[data-slide='0']
    .carousel__images__devices--fg
    .carousel__images__devices__lined {
    bottom: 7rem;
    left: 1.75rem;
    width: 6rem;
    height: 6rem;
    background-image: url(assets/images/devices/lines-red.png);
}
.home
    .carousel__slide[data-slide='0']
    .carousel__images__devices--bg
    .carousel__images__devices__solid {
    bottom: 0;
    left: 4.375rem;
    width: 21.5rem;
    height: 24.25rem;
    background-image: url(assets/images/devices/logo-sausage-white.svg);
}
.home
    .carousel__slide[data-slide='1']
    .carousel__images
    .carousel__images__devices--fg
    .carousel__images__devices__solid {
    bottom: 0;
    left: -4.5rem;
    width: 11.25rem;
    height: 11.25rem;
    background-image: url(assets/images/devices/logo-circle-red.svg);
}
.home
    .carousel__slide[data-slide='1']
    .carousel__images
    .carousel__images__devices--fg
    .carousel__images__devices__lined {
    bottom: 7rem;
    left: 1.75rem;
    width: 6rem;
    height: 6rem;
    background-image: url(assets/images/devices/lines-white.png);
}
.home
    .carousel__slide[data-slide='1']
    .carousel__images
    .carousel__images__devices--bg
    .carousel__images__devices__solid {
    bottom: 0;
    left: 4.375rem;
    width: 21.5rem;
    height: 24.25rem;
    background-image: url(assets/images/devices/logo-sausage-red.svg);
}
.home
    .carousel__slide[data-slide='2']
    .carousel__images
    .carousel__images__devices--fg
    .carousel__images__devices__solid {
    bottom: -1rem;
    left: -4.5rem;
    width: 11.25rem;
    height: 11.25rem;
    background-image: url(assets/images/devices/logo-circle-red.svg);
}
.home
    .carousel__slide[data-slide='2']
    .carousel__images
    .carousel__images__devices--fg
    .carousel__images__devices__lined {
    bottom: 7rem;
    left: 1.75rem;
    width: 6rem;
    height: 6rem;
    background-image: url(assets/images/devices/lines-red.png);
}
.home
    .carousel__slide[data-slide='2']
    .carousel__images
    .carousel__images__devices--bg
    .carousel__images__devices__solid {
    bottom: -1rem;
    left: 4.375rem;
    width: 21.5rem;
    height: 23.25rem;
    background-image: url(assets/images/devices/logo-sausage-red.svg);
}
.lfw-section {
    --font-color: var(--arthur-grey);
    --section-padding: 5rem var(--content-inline-padding);
    --small-header-margin: 2rem;
    --row-gap: 1.5rem;
}
.lfw-section .jobs-container {
    grid-column: 1/-1;
}
.content.lfw-section .content__inner {
    padding: 80px var(--content-inline-padding);
}
.lfw-section .content__title {
    color: #302e2c;
    color: var(--black);
}
.lfw-section .jobs-container__header {
    display: none;
    visibility: hidden;
}
.lfw-section__title {
    grid-column: 1/-1;
    color: #302e2c;
    color: var(--black);
    font-weight: 700;
    font-size: 40px;
    /* font-size: var(--title-section-header-font-size); */
    line-height: 1.25;
    line-height: var(--title-section-header-line-height);
}
.lfw-section__info {
    grid-column: 1/-1;
    color: #666;
    color: var(--black);
    font-size: 16px;
    line-height: 25px;
    /* font-size: var(--title-section-para-font-size);
    line-height: 1.25;
    line-height: var(--title-section-para-line-height); */
}

/*
======================================================
LLK updates Mike 07/09/22
======================================================
*/

.live-jobs .wpjb-flash-info {
    display: none;
}

/*
======================================================
END LLK updates Mike 07/09/22
======================================================
*/

.live-jobs .searchbar form {
    grid-template-columns: 3.625rem 1fr;
}
.live-jobs .searchbar .drop-down.drop-down--visible:before {
    position: absolute;
    top: 2.5rem;
    right: 1.375rem;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0;
    border-bottom: 0.5rem solid #fff;
    border-bottom-color: var(--white);
    content: '';
    z-index: 3;
}
.live-jobs .searchbar .searchbar__button {
    grid-column-start: auto;
}
.live-jobs .searchbar .searchbar__reset-button {
    grid-column-end: span 1;
    padding: 0;
    color: #e40046;
    color: var(--arthur-red);
    background-color: #fdebf1;
    border: none;
}
.live-jobs .searchbar .searchbar__reset-button svg {
    stroke: currentColor;
}
.live-jobs .jobs-section {
    --font-color: var(--arthur-grey);
    --section-padding: 19.625rem var(--content-inline-padding) 10rem;
    --row-gap: 5rem;
    overflow: visible;
}
.live-jobs .jobs-section .jobs-container {
    grid-column: 1/-1;
}
.live-jobs
    .carousel__slide
    .carousel__images__devices__solid.carousel__images__devices__solid {
    display: none;
}
.post-header {
    --background-color: var(--off-white);
    margin-top: 1.875rem;
    overflow: visible;
}
.post-header__wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    width: 100%;
    padding: 0 0.75rem 3rem;
    padding: 0 var(--content-inline-padding) 3rem;
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
    grid-row-gap: 1rem;
    row-gap: 1rem;
}
.post-header__image {
    position: relative;
    grid-column: 1/-1;
}
.post-header__image:before {
    display: block;
    padding-top: 68%;
    content: '';
}
.post-header__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.category-pill {
    grid-column-end: span 2;
    justify-self: start;
    min-width: 5.25rem;
    padding: 0.25rem 0.25rem 0.375rem;
    color: #fff;
    color: var(--white);
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.4;
    text-align: center;
    background-color: #e40046;
    background-color: var(--arthur-red);
}
.post-header__category {
    grid-column: 1/2;
}
.post-header__title {
    grid-column: 1/-1;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.25;
}
.post-info {
    display: flex;
    grid-column: 1/-1;
    align-items: center;
    color: #666;
    color: var(--arthur-grey);
}
.post-info__avatar {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}
.post-info__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom;
}
.post-info__date {
    font-size: 0.875rem;
}
.post-info__text {
    margin-right: auto;
}
.post-info__author {
    margin-bottom: 0.5rem;
}
.post-info__contact {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}
.post-info__contact__link {
    display: block;
    width: 1.375rem;
    margin-left: 1.625rem;
}
.post-info__contact__link img {
    width: 100%;
    vertical-align: bottom;
}
.post-body {
    --background-color: var(--white);
    --section-padding: 1.75rem var(--content-inline-padding);
}
.post-body .content__inner {
    grid-row-gap: 2rem;
    row-gap: 2rem;
}
.post-body__content,
.post-body__info,
.post-body__sharing {
    grid-column: 1/-1;
}
.post-body__sharing {
    display: flex;
}
.post-body__sharing .share-link {
    margin-right: 0.5rem;
}
.post-body__content {
    color: #666;
    color: var(--arthur-grey);
    font-size: 1rem;
    line-height: 1.5;
}
.post-body__content p {
    margin: 1.5rem 0;
    color: #666;
    color: var(--arthur-grey);
}
.post-body__content p:first-child {
    margin-top: 0;
}
.post-body__content p:last-child {
    margin-bottom: 0;
}
.post-body__content p b,
.post-body__content p strong {
    color: #302e2c;
    color: var(--black);
}
.post-body__content em {
    font-style: italic;
}
.post-body__content ul {
    list-style: disc;
}
.post-body__content ol {
    list-style: decimal;
}
.post-body__content ol,
.post-body__content ul {
    padding-left: 2rem;
}
.post-body__content ol li,
.post-body__content ul li {
    margin: 0.75rem 0;
}
.post-body__content ol li::marker,
.post-body__content ul li::marker {
    color: #e40046;
    color: var(--arthur-red);
    font-weight: 700;
}
.post-body__info {
    padding: 1rem 0;
    border: dashed #666;
    border: dashed var(--arthur-grey);
    border-width: 1px 0;
}
.single .knowledge-section {
    --small-header-margin: -0.5rem;
    background-color: #fff;
    background-color: var(--white);
}
.single .knowledge-section .content__small-header {
    display: flex;
}
.knowledge-resources .header {
    background-image: linear-gradient(148.22deg, #fff, #efefef);
}
.knowledge-resources .knowledge-section {
    --section-padding: 12.625rem var(--content-inline-padding) 5rem;
    --background-color: var(--white);
    overflow: visible;
}
.knowledge-resources .carousel__slide .carousel__images__person {
    bottom: -3rem;
    left: 0;
}
.knowledge-resources .carousel__slide .carousel__images__devices {
    bottom: -4rem;
}
.knowledge-resources
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__solid {
    background-image: url(assets/images/devices/logo-circle-red.svg);
}
.knowledge-resources
    .carousel__slide
    .carousel__images__devices--bg
    .carousel__images__devices__solid {
    background-image: url(assets/images/devices/logo-sausage-red.svg);
}
.knowledge-resources .knowledge-section__list {
    transition: height 0.4s linear;
}
.about-us .carousel__slide .carousel__images__person {
    height: 70%;
}
.about-numbers {
    --section-padding: 2.5rem var(--content-inline-padding);
}
.about-numbers .content__inner {
    position: relative;
    z-index: 1;
}
.about-numbers__block {
    grid-column: 1/-1;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #979797;
    border-bottom: 1px solid var(--medium-grey);
}
.about-numbers__number {
    font-size: 4.5rem;
    line-height: 1;
}
.about-numbers__number .endnum {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.about-numbers__desc,
.about-numbers__number {
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}
.about-numbers__desc {
    margin-top: 1rem;
    font-size: 1.375rem;
    line-height: 1.25;
}
.about-story,
.about-team,
.about-why {
    --section-padding: 2.5rem var(--content-inline-padding);
    --row-gap: 1.5rem;
}
.about-story__title,
.about-team__title,
.about-why__title {
    grid-column: 1/-1;
    font-weight: 700;
    font-size: 2.25rem;
    font-size: var(--title-section-header-font-size);
    line-height: 1.25;
    letter-spacing: 0;
}
.about-story__info,
.about-story__side,
.about-team__info,
.about-team__side,
.about-why__info,
.about-why__side {
    grid-column: 1/-1;
    font-size: 1rem;
    font-size: var(--title-section-para-font-size);
    line-height: 1.25;
    line-height: var(--title-section-para-line-height);
}
.about-story__info strong,
.about-story__side strong,
.about-team__info strong,
.about-team__side strong,
.about-why__info strong,
.about-why__side strong {
    color: #000;
    color: var(--true-black);
}
.about-story__info p:not(:last-child),
.about-story__side p:not(:last-child),
.about-team__info p:not(:last-child),
.about-team__side p:not(:last-child),
.about-why__info p:not(:last-child),
.about-why__side p:not(:last-child) {
    margin-bottom: 1.5rem;
}
.about-why__testimonials {
    position: relative;
    grid-column: 1/-1;
}
.about-why__testimonials .testimonials__content__quote {
    font-size: 1.625rem !important;
}
.about-why__testimonials__icon {
    position: absolute;
    height: 7.5rem;
    font-weight: 700;
    font-size: 24rem;
    line-height: 0;
    transform: scaleX(-1) translateY(-75%);
    opacity: 0.2;
}
.about-why__testimonials__buttons {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.about-why__testimonials__buttons .testimonials__button:first-child {
    margin-right: 1rem;
}
.about-why__testimonials__buttons .testimonials__button svg circle {
    fill: #fff;
    fill: var(--white);
}
.about-why__testimonials__buttons .testimonials__button svg path {
    stroke: #e40046;
    stroke: var(--arthur-red);
}
.about-why__testimonials__buttons
    .testimonials__button:not(:disabled):focus
    svg
    circle:nth-child(2),
.about-why__testimonials__buttons
    .testimonials__button:not(:disabled):hover
    svg
    circle:nth-child(2) {
    fill: #e40046;
    fill: var(--arthur-red);
}
.about-why__testimonials__buttons
    .testimonials__button:not(:disabled):focus
    svg
    path,
.about-why__testimonials__buttons
    .testimonials__button:not(:disabled):hover
    svg
    path {
    stroke: #fff;
    stroke: var(--white);
}
.about-story__side {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
    grid-column: 1/-1;
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
}
.about-why {
    --section-padding: 5rem var(--content-inline-padding);
    --font-color: var(--white);
    --background-color: var(--arthur-red);
    --small-header-margin: 2rem;
    position: relative;
}
.about-why__side {
    position: relative;
    --aspect-ratio: 240/351;
}
.about-why__side:before {
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
    content: '';
}
.about-why__side img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.about-why__side__device {
    position: absolute;
    bottom: 0;
    left: -2rem;
    width: 200px;
    height: 200px;
    background-image: url(assets/images/devices/lines-red.png);
    background-size: contain;
}
.about-team {
    --section-padding: 6.75rem var(--content-inline-padding) 5rem;
    --small-header-margin: 1.5rem;
}
.about-team__image {
    position: relative;
    grid-column: 1/-1;
    margin-bottom: 1.5rem;
}
.about-team__image img {
    position: relative;
    width: 60%;
    margin-left: 20%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-team__image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8.625rem;
    height: 8.625rem;
    background-image: url(assets/images/devices/large-lines-light.png);
    background-size: contain;
    transform: scaleX(-1) translateY(-40%);
    content: '';
}
.about-us .circles {
    position: absolute;
    top: 1000px;
    right: 0;
    width: 160px;
    height: 320px;
    background-image: url(assets/images/devices/circles-grey.png);
    background-size: auto 100%;
}
.the-team .carousel__slide .carousel__images__person {
    bottom: 3rem;
    left: -50%;
    height: 80%;
}
.the-team .team-members {
    --section-padding: 12.625rem var(--content-inline-padding) 5rem;
    --row-gap: 5rem;
    overflow: visible;
}
.the-team .drop-down__contents {
    --max-height: 18.75rem;
    --padding-block: 1rem;
    max-height: 18.75rem;
    padding: 1rem 0.5rem 1rem 1rem;
}
.team-members__list {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
}

/*
======================================================
LLK adjustments Mike 06/09/22
======================================================
*/

.single-sector .team-members {
    position: relative;
    overflow: visible !important;
}

.single-sector .team-members .over-parallax {
    position: relative;
    z-index: 1;
}

.single-sector .team-members .intro-section {
    padding-bottom: 0;
}

@media (min-width: 85.375rem) {
    .single-sector .team-members .intro-section {
        padding-bottom: 40px;
    }
}

.single-sector .team-members .team-intro {
    grid-column: 1/-1;
    margin-top: -20px;
}

@media (min-width: 40rem) {
    .single-sector .team-members .team-intro {
        grid-row-gap: 4rem;
        row-gap: 4rem;
    }
}

@media (min-width: 85.375rem) {
    .single-sector .team-members .team-intro {
        grid-column: 3/12;
    }
}

.single-sector .team-intro h2 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 1;
}

@media (min-width: 85.375rem) {
    .single-sector .team-intro h2 {
        margin-bottom: 2rem;
        font-size: 3.5rem;
    }
}

.single-sector .team-intro .team-intro-content {
    max-width: 520px;
}

@media (min-width: 40rem) {
    .single-sector .team-intro .team-intro-content {
        max-width: 690px;
    }
}

.single-sector .team-intro .team-intro-content p {
    margin-bottom: 20px;
}

@media (min-width: 40rem) {
    .single-sector .team-intro .team-intro-content p {
        font-size: 1.2rem;
    }
}

.single-sector .team-members .team_lined_circle {
    position: absolute;
    top: -40px;
    right: -20px;
    width: 10rem;
    height: 10rem;
    background-image: url('assets/images/devices/lines-red.png');
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 40rem) {
    .single-sector .team-members .team_lined_circle {
        top: -80px;
        right: -10px;
        width: 19rem;
        height: 19rem;
    }
}

@media (min-width: 85.375rem) {
    .single-sector .team-members .team_lined_circle {
        top: -70px;
        right: 0;
        width: 27rem;
        height: 27rem;
    }
}

/*
======================================================
LLK adjustments Mike 06/09/22
======================================================
*/

.team-person {
    display: flex;
    flex-direction: column;
    grid-column-end: span 4;
    background-color: #fff;
    background-color: var(--white);
    border-radius: 8px;
}
.team-person--hidden {
    display: none;
    visibility: hidden;
}
.team-person__info {
    position: relative;
}
.team-person__photo {
    width: 7.5rem;
    height: 7.5rem;
    padding: 0.3125rem;
    border-radius: 100%;
    background-color: #fff;
    background-color: var(--white);
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.08));
}
.team-person__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}
.team-person__name {
    align-self: end;
    color: #302e2c;
    color: var(--black);
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.25;
}
.team-person__role,
.team-person__sector {
    align-self: start;
    color: #666;
    color: var(--arthur-grey);
}
.team-person__phone {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 0.25rem;
    font-weight: 700;
    color: #5b315f;
    color: var(--arthur-purple);
}
.team-person__phone svg {
    width: 1.25rem;
    margin-right: 0.5rem;
}
.team-person__phone svg g {
    stroke: currentColor;
}
.team-person__email {
    padding: 2rem 1rem 0;
}
.team-person__email button {
    width: 100%;
}
.team-person__email-square {
    height: 3.6rem !important;
    width: 3.6rem;
}
.team-person__great-recruiters {
    height: 3.6rem !important;
    padding: 0.6rem;
    margin-left: 0.4rem;
    color: var(--arthur-purple);
}
.team-person__great-recruiters svg {
    height: 1.4rem;
    width: 1.4rem;
    color: var(--arthur-purple);
}
.team-person__great-recruiters svg path {
    transition: all 0.3s ease-in-out;
}
.team-person__great-recruiters span {
    margin-left: 0.6rem !important;
}
.team-person__great-recruiters:focus,
.team-person__great-recruiters:hover svg path {
    fill: var(--arthur-red);
}
.team-person__contact {
    display: flex;
    padding: 0.5rem 1rem 1rem;
}
/* .team-person__contact .button:first-child {
    margin-right: 0.4rem;
} */
.team-person__contact .button:last-child {
    flex: 1;
}
.team-person__contact .button {
    height: 4rem;
}
.single-job-details {
    --section-padding: 2.5rem var(--content-inline-padding) 5rem;
    --row-gap: 1.5rem;
    --small-header-margin: 1.5rem;
}
.single-job-details__date,
.single-job-details__info,
.single-job-details__share {
    grid-column: 1/-1;
}
.single-job-details__share {
    display: flex;
    list-style: none;
}
.single-job-details__share > li {
    margin-right: 0.5rem;
}
.single-job-details__date {
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    color: #666;
    color: var(--arthur-grey);
}
.single-job-details__date time {
    color: #333;
    color: var(--dark-grey);
    font-weight: 700;
}
.single-job-details__info {
    color: #666;
    color: var(--arthur-grey);
}
.single-job-details__info > :not(:last-child) {
    margin-bottom: 2.5rem;
}
.single-job-details__info b,
.single-job-details__info strong {
    color: #333;
    color: var(--dark-grey);
    font-weight: 700;
}
.single-job-details__info em {
    font-style: italic;
}
.single-job-details__info ul {
    list-style: disc;
}
.single-job-details__info ol {
    list-style: decimal;
}
.single-job-details__info ol,
.single-job-details__info ul {
    padding-left: 2rem;
}
.single-job-details__info ol li,
.single-job-details__info ul li {
    margin: 0.75rem 0;
}
.single-job-details__info ol li::marker,
.single-job-details__info ul li::marker {
    color: #e40046;
    color: var(--arthur-red);
    font-weight: 700;
}
.single-job-details__apply {
    margin-top: 1.5rem;
}

/*
======================================================
LLK adjustments Mike 06/09/22
======================================================
*/

.single-job .header {
    margin-bottom: 24rem;
}

@media (min-width: 40rem) {
    .single-job .header {
        margin-bottom: 15rem;
    }
}

.single-job .expired-job {
    background-color: var(--arthur-red);
    padding: 22px 0 16px;
}

.single-job .expired-job .ej-inner {
    max-width: var(--content-max-width);
    margin: 0 auto;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    align-items: start;
    display: grid;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
    padding: 0 var(--content-inline-padding);
}

.single-job .expired-job .ej-inner div {
    grid-column: 1/-1;
}

@media (min-width: 85.375rem) {
    .single-job .expired-job .ej-inner div {
        grid-column: 2/9;
    }
}

.single-job .expired-job span,
.single-job .expired-job a {
    color: var(--white);
    display: inline-block;
    margin-bottom: 6px;
}

.single-job .expired-job span {
    text-transform: uppercase;
    margin-right: 6px;
    font-weight: 700;
}

.single-job .expired-job a {
    font-size: 0.9rem;
    text-decoration: underline;
}

.single-job .single-job-details__apps-closed {
    margin-top: 1.5rem;
    background-color: var(--white);
    color: var(--arthur-red);
}

@media (min-width: 40rem) {
    .single-job .single-job-details__apps-closed {
        grid-column-end: span 3;
        margin-top: 0.5rem;
    }
}

@media (min-width: 85.375rem) {
    .single-job .single-job-details__apps-closed {
        grid-column-start: 3;
        margin-top: 1.125rem;
    }
}

.single-job .related-roles {
    overflow: hidden;
}

.single-job .job-ty-item {
    display: none;
}

/*
======================================================
END LLK adjustments Mike 06/09/22
======================================================
*/

.single-job .contact-section__images img {
    position: absolute;
}
.single-job .contact-section__images img[data-index='1'] {
    top: -4rem;
    right: -6.5rem;
    width: 12.875rem;
    opacity: 0.9;
}
.related-roles {
    --section-padding: 5rem var(--content-inline-padding);
    --background-color: var(--light-grey);
    --small-header-margin: 0.5rem;
    --row-gap: 1.5rem;
    position: relative;
}
.related-roles:before {
    position: absolute;
    top: -3.5rem;
    right: -16.375rem;
    width: 32.25rem;
    height: 45rem;
    background-image: url(assets/images/devices/white-sausage.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
}
.related-roles .related-roles__list,
.single-sector .header__subtitle,
.single-sector .header__title {
    grid-column: 1/-1;
}
.single-sector .header__subtitle {
    font-weight: 700;
    font-size: 1rem;
    font-size: var(--title-section-para-font-size);
    line-height: 1.25;
    line-height: var(--title-section-para-line-height);
}
.single-sector .sector-roles {
    --font-color: var(--arthur-grey);
    --section-padding: 4.5rem var(--content-inline-padding) 5rem;
    --small-header-margin: 0.75rem;
    --row-gap: 2.5rem;
}
.single-sector .sector-roles .content__small-header {
    display: flex;
}
.single-sector .sector-roles .jobs-container {
    grid-column: 1/-1;
}
.single-sector .sector-roles .jobs-container__header {
    display: none;
    visibility: hidden;
}
.single-sector
    .sector-roles
    .listed-job:not(.listed-job--featured):first-child {
    padding-top: 0;
    border-top: none;
}
.single-sector .team-members {
    --background-color: var(--light-grey);
    --section-padding: 5rem var(--content-inline-padding);
    --small-header-margin: 0;
    --row-gap: 2.5rem;
}
.careers .culture-section {
    --section-padding: 5rem var(--content-inline-padding);
    --small-header-margin: 2.75rem;
    --row-gap: 1.5rem;
}
.careers .culture-section__title {
    grid-column: 1/-1;
    color: #333;
    color: var(--dark-grey);
    font-weight: 700;
    font-size: 2.25rem;
    font-size: var(--title-section-header-font-size);
    line-height: 1.25;
    letter-spacing: 0;
}
.careers .culture-section__info {
    grid-column: 1/-1;
    color: #666;
    color: var(--arthur-grey);
    font-size: 1rem;
    font-size: var(--title-section-para-font-size);
    line-height: 1.25;
    line-height: var(--title-section-para-line-height);
}
.careers .culture-section__info p:not(:last-child) {
    margin-bottom: 1.5rem;
}
section.content.reasons_video {
    background-color: #f4f3f2;
    --small-header-margin: 2.75rem;
}
section.content.reasons_video .reasons_video_video {
    grid-column: 3/9;
    margin-top: 3rem;
    grid-column-end: 11;
    z-index: 1;
}
section.content.reasons_video .reasons_video_video iframe {
    width: 100%;
    height: 500px;
}
@media (max-width: 39.9375rem) {
    section.content.reasons_video .reasons_video_video {
        grid-column: 1/12;
    }
    section.content.reasons_video .reasons_video_video iframe {
        width: 100%;
        height: 230px;
    }
}
section.content.reasons_video .reasons_video__images div img {
    width: 100%;
}
section.content.reasons_video
    .reasons_video__images
    .reasons_video__images__layer_sausage {
    position: absolute;
    top: 125px;
    right: -250px;
    z-index: 0;
    width: 400px;
}
section.content.reasons_video
    .reasons_video__images
    .reasons_video__images__layer_circle {
    position: absolute;
    top: 445px;
    right: 110px;
    width: 225px;
    z-index: 0;
}
section.content.reasons_video
    .reasons_video__images
    .reasons_video__images__layer_linedevice {
    position: absolute;
    left: -50px;
    width: 250px;
    top: 600px;
    z-index: 0;
}
section.content.interest {
    background-color: #e63f46;
}
section.content.interest .content__inner {
    padding-top: 50px;
}
section.content.interest.ready_to_apply {
    background-color: #5b315f;
}
section.content.interest .content__small-header {
    color: white;
}
section.content.interest:not(.ready_to_apply) .content__small-header {
    margin-top: -35px;
}
section.content.interest .content__small-header .content__title {
    color: white;
    align-self: center;
}
section.content.interest .content__small-header .content__line {
    align-self: center;
}
section.content.interest h2.culture-section__title {
    color: white;
    align-self: center;
    margin: 25px 0;
}
section.content.interest .interest__images img {
    width: 100%;
}
section.content.interest .interest__images .interest__images__layer_linedevice {
    width: 400px;
    height: 400px;
    top: -120px;
    position: absolute;
}
section.content.interest.ready_to_apply
    .interest__images
    .interest__images__layer_linedevice {
    width: 310px;
    height: 310px;
    top: -60px;
    right: -115px;
}
@media (max-width: 39.9375rem) {
    section.content.interest
        .interest__images
        .interest__images__layer_linedevice {
        display: none;
    }
}
section.content.interest .interest_button {
    margin-top: 50px;
    margin-left: 50px;
    grid-column: 9/10;
}
section.content.interest .interest_button a {
    display: block;
    width: 12rem;
    margin-left: 1rem;
    padding: 2.25rem 1.25rem;
    color: var(--button-color, var(--arthur-red));
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    background-color: var(--white);
    border: 1px solid;
    border-radius: 2px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}
section.content.interest .interest_button a:hover {
    color: var(--button-hover-color, var(--white));
    background-color: transparent;
}

.culture-section__image {
    position: relative;
    grid-column: 1/-1;
    justify-self: center;
    width: 23.125rem;
    height: 23.125rem;
    margin-top: 1.875rem;
    margin-bottom: 0.5rem;
}
.culture-section__image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.benefits-section {
    --section-padding: 5rem var(--content-inline-padding);
    --background-color: var(--light-grey);
    --small-header-margin: 1.5rem;
    --row-gap: 1.5rem;
    position: relative;
}
.benefits-section__title {
    grid-column: 1/-1;
    color: #333;
    color: var(--dark-grey);
    font-weight: 700;
    font-size: 2.25rem;
    font-size: var(--title-section-header-font-size);
    line-height: 1.25;
    letter-spacing: 0;
}
.benefits-section__info {
    grid-column: 1/-1;
    color: #666;
    color: var(--arthur-grey);
    font-size: 1rem;
    font-size: var(--title-section-para-font-size);
    line-height: 1.25;
    line-height: var(--title-section-para-line-height);
}
.benefits-section__info p:not(:last-child) {
    margin-bottom: 1.5rem;
}
.benefits-section:before {
    position: absolute;
    top: -3.5rem;
    right: -16.375rem;
    width: 32.25rem;
    height: 45rem;
    background-image: url(assets/images/devices/white-sausage.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
}
.benefits-section__list {
    grid-column: 1/-1;
    font-size: 1rem;
    font-size: var(--title-section-para-font-size);
    line-height: 1.25;
    line-height: var(--title-section-para-line-height);
}
.benefits-section__list li {
    display: grid;
    grid-template-columns: 3rem 1fr;
    grid-gap: 1rem;
    gap: 1rem;
    padding-left: 0;
}
.benefits-section__list li img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.benefits-section__list li h4 {
    margin-bottom: 0.375rem;
    font-weight: 700;
}
.benefits-section__list li p:not(:last-child) {
    margin-bottom: 0.5rem;
}
.benefits-section__list li:not(:last-child) {
    margin-bottom: 2rem;
}
.benefits-section__link {
    grid-column: 1/-1;
    margin-top: 1.5rem;
    font-size: 1rem;
    font-size: var(--title-section-para-font-size);
    line-height: 1.25;
    line-height: var(--title-section-para-line-height);
}
.benefits-section__link > a {
    color: #e40046;
    color: var(--arthur-red);
    text-decoration: underline;
}
.benefits-section__link > a:hover {
    text-decoration: none;
}
.careers .jobs-section .content__small-header {
    display: flex;
}
.careers .jobs-section .content__inner {
    padding-top: 110px;
    padding-bottom: 80px;
}
.careers .jobs-section {
    --section-padding: 5rem var(--content-inline-padding);
    --small-header-margin: 2rem;
    --row-gap: 1.5rem;
}
.careers .jobs-section .jobs-container {
    grid-column: 1/-1;
}
.careers .jobs-section .jobs-container__header {
    display: none;
    visibility: hidden;
}
.careers .jobs-section .listed-job__salary {
    color: #e40046;
    color: var(--arthur-red);
}
.careers .jobs-section .jobs-section__title {
    grid-column: 3/12;
    color: var(--dark-grey);
    font-weight: 700;
    font-size: var(--title-section-header-font-size);
    line-height: 1.25;
    letter-spacing: 0;
}
.careers
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__solid {
    bottom: 0.5rem;
    left: -3.5rem;
    width: 11rem;
    height: 11rem;
    background-image: url(assets/images/devices/logo-circle-red.svg);
}
.careers
    .carousel__slide
    .carousel__images__devices--fg
    .carousel__images__devices__lined {
    bottom: 6rem;
    left: 7.75rem;
    width: 8rem;
    height: 8rem;
    background-image: url(assets/images/devices/large-lines-light.png);
}
.careers
    .carousel__slide
    .carousel__images__devices--bg
    .carousel__images__devices__solid {
    bottom: 0.5rem;
    left: 5.125rem;
    width: 21rem;
    height: 28.5rem;
    background-image: url(assets/images/devices/logo-sausage-red.svg);
}
.careers .jobs-container {
    margin-bottom: 5rem;
}
.contact-us__header {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    grid-gap: 1rem;
    gap: 1rem;
    grid-gap: var(--page-grid-gutter);
    gap: var(--page-grid-gutter);
    width: 100%;
    margin: 0;
    padding: 64px 104px;
    color: #fff;
    background-color: var(--arthur-red);
}

@media screen and (max-width: 768px) {
    .contact-us__header {
        padding: 31px 15px;
    }
}
.contact-us__main-heading,
.contact-us__sub-heading,
.contact-us__great-wrapper {
    grid-column: 1/5;
}
.contact-us__great-wrapper {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 85px;
    padding-top: 50px;
}
.contact-us__main-heading {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1;
}
.contact-us__sub-heading {
    /* color: #666;
    color: var(--arthur-grey); */
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
}
.contact-us__great-wrapper {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 2rem;
    border: 1px solid #eeeeee;
}
.contact-us__widget-wrapper {
    display: flex;
}
.contact-us__great-wrapper p {
    padding-bottom: 1rem;
}
.contact-us__great-image {
    height: 4.3rem;
    margin-right: 1.9rem;
    padding: 0.4rem 1.9rem 0.4rem 0;
    image-rendering: -webkit-optimize-contrast;
    border-right: 1px solid #000000;
}
.contact-us__devices {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
.contact-us__main {
    position: relative;
    --section-padding: 2.5rem var(--content-inline-padding) 5rem;
    --small-header-margin: 0.5rem;
    --row-gap: 2rem;
}
.contact-us__text {
    grid-column: 1/-1;
}
.contact-us__company {
    margin-bottom: 1rem;
    color: #000;
    color: var(--true-black);
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1;
}
.contact-us__address {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.6;
}
.contact-us__address address {
    margin-bottom: 2rem;
}
.directions-link {
    display: flex;
    align-items: flex-end;
    color: #e40046;
    color: var(--arthur-red);
    font-weight: 700;
    line-height: 0.75;
}
.directions-link__icon svg {
    width: 1rem;
    height: 1rem;
    margin-right: 0.75rem;
    padding-bottom: 4px;
}
/*Becky */

.directions-link__text {
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
}

.directions-link__text:hover {
    border-bottom: 2px solid var(--arthur-red);
}
.contact-us__method {
    margin-bottom: 2.5rem;
}
.contact-us__method div {
    margin-bottom: 0.375rem;
    color: #666;
    color: var(--arthur-grey);
    font-size: 1.375rem;
    line-height: 1.5;
}
.contact-us__method address {
    font-weight: 700;
    color: #000;
    color: var(--true-black);
    font-size: 1.375rem;
    line-height: 1;
}

.contact-us__method a:hover {
    border-bottom: 2px solid var(--arthur-red);
}

.contact-us__method address a[href^='mailto'] {
    color: #e40046;
    color: var(--arthur-red);
}
.contact-us__method:last-child {
    margin-bottom: 0;
}
.contact-us__form {
    --font-color: var(--black);
    --input-color: var(--black);
    grid-column: 1/-1;
}
.contact-us__form .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
}
.contact-us__form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    grid-column: 1/-1;
}
.contact-us__form .wpcf7-form-control-wrap.reason_for_message {
    position: relative;
}
.contact-us__form .wpcf7-form-control-wrap.reason_for_message:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0;
    height: 0;
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid var(--black);
    border-bottom: 0;
    transform: translateY(-50%);
    content: '';
}
.contact-us__form label[data-file] {
    position: relative;
    display: block;
    grid-column: 1/-1;
    cursor: pointer;
}
.contact-us__form label[data-file] .wpcf7-form-control-wrap {
    display: none;
}
.contact-us__form label[data-file] [data-label] {
    display: inline-block;
    max-width: calc(100% - 8.75rem);
    height: 1.375rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contact-us__form label[data-file]:before {
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    display: flex;
    align-items: center;
    padding: 0 1.75rem;
    color: #fff;
    color: var(--white);
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1;
    background-color: #e40046;
    background-color: var(--arthur-red);
    border-style: solid;
    border-width: 1px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    content: attr(data-file);
}
.contact-us__form label[data-file]:hover:before {
    color: #e40046;
    color: var(--arthur-red);
    background-color: transparent;
}
.contact-us__form .wpcf7-form-control.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact-us__form .wpcf7-form-control.wpcf7-select,
.contact-us__form .wpcf7-form-control.wpcf7-text,
.contact-us__form .wpcf7-form-control.wpcf7-textarea,
.contact-us__form [data-file] {
    width: 100%;
    margin-bottom: 0;
    padding: 1rem 0.625rem;
    color: #666;
    color: var(--arthur-grey);
    font-size: 1.125rem;
    font-family: inherit;
    background-color: #fff;
    background-color: var(--white);
    border-style: solid;
    border-width: 1px;
    border-radius: 1px;
    transition: transform 0.5s ease-out;
}
.contact-us__form .wpcf7-form-control.wpcf7-select::-moz-placeholder,
.contact-us__form .wpcf7-form-control.wpcf7-text::-moz-placeholder,
.contact-us__form .wpcf7-form-control.wpcf7-textarea::-moz-placeholder,
.contact-us__form [data-file]::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
.contact-us__form .wpcf7-form-control.wpcf7-select:-ms-input-placeholder,
.contact-us__form .wpcf7-form-control.wpcf7-text:-ms-input-placeholder,
.contact-us__form .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder,
.contact-us__form [data-file]:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
.contact-us__form .wpcf7-form-control.wpcf7-select::placeholder,
.contact-us__form .wpcf7-form-control.wpcf7-text::placeholder,
.contact-us__form .wpcf7-form-control.wpcf7-textarea::placeholder,
.contact-us__form [data-file]::placeholder {
    color: inherit;
    opacity: 1;
}
.contact-us__form .wpcf7-form-control.wpcf7-select:focus,
.contact-us__form .wpcf7-form-control.wpcf7-text:focus,
.contact-us__form .wpcf7-form-control.wpcf7-textarea:focus,
.contact-us__form [data-file]:focus {
    outline: 1px solid currentColor;
}
.contact-us__form .wpcf7-form-control.wpcf7-select.wpcf7-not-valid,
.contact-us__form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
.contact-us__form .wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid,
.contact-us__form [data-file].wpcf7-not-valid {
    margin-bottom: 1.75rem;
    border-color: #e40046;
    border-color: var(--arthur-red);
    outline-color: #e40046;
    outline-color: var(--arthur-red);
    transform: translateX(0.5rem);
}
.contact-us__form .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-left: 0.5rem;
    color: #e40046;
    color: var(--arthur-red);
    font-size: 0.9rem;
    line-height: 1.6;
    border-left: 1px solid;
    -webkit-animation: wpcf7-not-valid-tip 0.5s ease-in-out;
    animation: wpcf7-not-valid-tip 0.5s ease-in-out;
    pointer-events: none;
}
.contact-us__form .wpcf7-not-valid-tip:before {
    font-weight: 700;
    content: 'Error:\00a0';
}
.contact-us__form .wpcf7-submit {
    grid-column: 1/-1;
    margin-top: 1rem;
    padding: 1rem 1.75rem;
    color: #fff;
    color: var(--white);
    font-weight: 500;
    font-size: 1rem;
    font-family: inherit;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: #e40046;
    background-color: var(--arthur-red);
    border: 1px solid;
    cursor: pointer;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.contact-us__form .wpcf7-submit:hover {
    color: #e40046;
    color: var(--arthur-red);
    background-color: transparent;
}
.contact-us__form .wpcf7-submit:focus {
    outline: none;
}
.contact-us__images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
@keyframes wpcf7-not-valid-tip {
    0% {
        transform: translate3d(-1rem, 0, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
.contact-us__heading {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.6;
}
.contact-us__form__header {
    margin-bottom: 1rem;
    color: #302e2c;
    color: var(--black);
    font-weight: 700;
    font-size: 1.25rem;
}
.contact-us__map {
    width: 100%;
    height: 32.5rem;
}
.clients
    .carousel__slide--visible:first-child:last-child
    .carousel__images:after,
.clients
    .carousel__slide--visible:first-child:last-child
    .carousel__images:before,
.clients
    .carousel__slide--visible:first-child:last-child
    .carousel__images__person {
    -webkit-animation: none;
    animation: none;
}
.clients .carousel__slide .carousel__images__person {
    bottom: 0;
    left: -15.5rem;
}
.clients-services {
    --small-header-margin: 2rem;
    --section-padding: 5rem var(--content-inline-padding);
    --row-gap: 1.5rem;
}
.clients-services .content__small-header {
    display: flex;
}
.clients-services__title {
    grid-column: 1/-1;
    color: #333;
    color: var(--dark-grey);
    font-weight: 700;
    font-size: 2.25rem;
    font-size: var(--title-section-header-font-size);
    line-height: 1.25;
    letter-spacing: 0;
}
.clients-services__info {
    grid-column: 1/-1;
    color: #666;
    color: var(--arthur-grey);
    font-size: 1rem;
    font-size: var(--title-section-para-font-size);
    line-height: 1.25;
    line-height: var(--title-section-para-line-height);
}
.clients-services__info strong {
    color: #000;
    color: var(--true-black);
}
.clients-services__info p:not(:last-child) {
    margin-bottom: 1.5rem;
}
.clients-services__circles {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
    grid-column: 1/-1;
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
    margin: 3rem 0;
}
.clients-clients {
    position: relative;
    --section-padding: 5rem var(--content-inline-padding);
    --row-gap: 1.5rem;
    --small-header-margin: 2.5rem;
}
.clients-clients:before {
    position: absolute;
    top: -4rem;
    right: -4rem;
    width: 12rem;
    height: 12rem;
    background-image: url(assets/images/devices/lines-grey.png);
    background-size: contain;
    content: '';
}
.clients-clients__list {
    justify-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    display: flex;
    grid-column-end: span 10;
    /* display: grid;
    grid-column: 1/-1;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr)); */
}
.clients-clients__logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    flex: 0 0 25%;
}
.clients-clients__logo img {
    max-width: 60%;
    max-height: 60%;
    -o-object-fit: contain;
    object-fit: contain;
}

.clients-clients__logo:before {
    top: -1px;
    right: -0.5rem;
    width: 1rem;
    height: 1px;
}
.clients-clients__logo:after {
    top: -0.5rem;
    right: -1px;
    width: 1px;
    height: 1rem;
}

.clients-clients__logo:after,
.clients-clients__logo:before {
    position: absolute;
    background-color: #949494;
    content: '';
}

.clients-clients__logo:last-of-type:before {
    top: -0.5rem;
    right: unset;
}

.clients-clients__logo:last-of-type:after {
    right: unset;
    top: -1rem;
}

@media (min-width: 641px) {
    .clients-clients__logo:last-of-type:after,
    .clients-clients__logo:last-of-type:before {
        display: none;
    }
}

.error404 {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 0;
    color: #fff;
    color: var(--white);
    background-color: #e40046;
    background-color: var(--arthur-red);
    background-image: linear-gradient(153.65deg, #e40046, #95032a);
}
.error404__content {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--page-grid);
    width: 100%;
    max-width: 1366px;
    max-width: var(--content-max-width);
    grid-row-gap: 2rem;
    row-gap: 2rem;
    margin: 0 auto;
    padding: 0.75rem;
    padding: var(--content-inline-padding);
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: var(--page-grid-gutter);
    -moz-column-gap: var(--page-grid-gutter);
    column-gap: var(--page-grid-gutter);
}
.error404__heading,
.error404__para,
.error404__subheading {
    grid-column: 1/-1;
}
.error404 .button {
    grid-column-start: 1;
}
.error404__heading {
    font-weight: 700;
    font-size: 7.5rem;
    line-height: 1;
}
.error404__subheading {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.25;
}
.error404__para {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.25;
}
.error404__devices {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    overflow: hidden;
}
.error404__device,
.error404__devices {
    position: absolute;
    pointer-events: none;
}
.error404__device {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
section.advance {
    background-color: #f4f3f2;
}
section.advance .advance__images img {
    width: 100%;
}
section.advance .advance__images .advance__images__layer_white_sausage {
    position: absolute;
    top: 300px;
    right: -50px;
    width: 400px;
}
section.advance .advance__images .advance__images__layer_linedevice {
    width: 300px;
    position: absolute;
    bottom: -50px;
    right: 0;
}

@media (min-width: 769px) {
    .contact-us__form {
        margin-right: auto;
        margin-left: auto;
        width: 500px;
    }
}

@media (min-width: 40rem) {
    :root {
        --content-block-padding: 7.5rem;
        --content-inline-padding: 1.5rem;
        --page-grid-columns: 6;
        --page-grid-gutter: 1.5rem;
        --title-section-header-font-size: 2.5rem;
        --title-section-para-font-size: 1.125rem;
        --title-section-para-line-height: 1.6;
        --navbar-height: 6.625rem;
        --logo-height: 97px;
    }
    .header {
        height: 57.75rem;
    }
    .header.header--small,
    .header.header--small-tablet {
        height: 40.375rem;
    }
    .header.header--medium-tablet {
        height: 50rem;
    }
    .header--onlynav {
        height: 4.5rem;
        height: var(--navbar-height);
    }
    .header__buttons {
        bottom: -3.5rem;
    }
    .header__buttons__link {
        grid-column-end: span 3;
        height: 8.5rem;
        padding: 1rem;
        font-size: 1.25rem;
        line-height: 0.75;
    }
    .hero {
        padding-top: 20.25rem;
    }
    .hero__heading {
        font-size: 5rem;
    }
    /* .footer__main__section {
        grid-column: 2/6;
    } */

    .contact-footer__company {
        margin-bottom: 1.5rem;
        margin-left: 0;
        font-size: 1.75rem;
    }

    .footer__legal__inner {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer__legal__inner div:last-child {
        margin-bottom: 0;
    }
    .navbar {
        justify-content: space-between;
        padding: 1.5rem;
    }
    .navbar__left {
        flex-direction: row;
        justify-content: start;
        width: auto;
    }
    .navbar__menu {
        display: flex;
        visibility: visible;
    }
    .navbar__menu > .menu-item > a {
        display: block;
        /* width: 8.75rem; */
        margin-left: 1rem;
        padding: 1.5rem 1.125rem;
        color: var(--arthur-red);
        /* color: var(--button-color, var(--arthur-red)); */
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 15px;
        text-align: center;
        text-decoration: none;
        background-color: var(--white);
        border: 1px solid var(--arthur-red);
        border-radius: 2px;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }
    .navbar__menu > .menu-item > a:hover {
        color: var(--white);
        background-color: var(--arthur-red);
        border-color: #fff;
    }
    .navigation-menu {
        padding: 0 1.5rem;
    }
    .navigation-menu__header {
        flex-direction: row;
        justify-content: flex-start;
    }
    .navigation-menu__content {
        margin: 4.875rem 0 11.75rem;
        padding-left: 0;
    }
    .navigation-menu__internal {
        grid-column: 2/-2;
        font-size: 2.125rem;
        line-height: 1.5;
    }
    .navigation-menu__internal .menu-item:not(:first-child) {
        margin: 0.5rem 0;
    }
    .navigation-menu__social {
        grid-column: 2/-2;
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }
    .button--secondary {
        font-size: 1.25rem;
        line-height: 0.75;
    }
    .button--primary,
    .button--purple {
        padding: 1.47rem 1.75rem;
        font-size: 1.25rem;
        line-height: 0.9375rem;
    }
    .post-link {
        grid-template-rows: repeat(2, auto) 1fr;
    }
    .post-link__title {
        grid-column: 1/5;
        font-size: 1.75rem;
    }
    .post-link__excerpt {
        grid-column: 1/5;
        font-size: 1.125rem;
        line-height: 1.6;
    }
    .post-link__image {
        grid-row: 1/4;
        grid-column: 5/-1;
        height: 18.375rem;
    }
    .carousel__background {
        background-image: var(--header-tablet);
    }
    .carousel__content {
        grid-template-rows: 1fr 1fr;
    }
    .carousel__content__heading:first-child:last-child {
        align-self: center;
    }
    .carousel__content__heading {
        grid-column: 1/4;
        font-size: 3.25rem;
    }
    .carousel__content__subheading {
        grid-column: 1/4;
        font-size: 1.125rem;
        line-height: 1.66;
    }
    .carousel__images {
        --device-offset: 6rem;
        bottom: 0;
        left: 50%;
        transform: translateX(-25%);
    }
    .sectors-section {
        --section-padding: 7.5rem var(--content-inline-padding);
    }
    .sectors-section .content__title {
        white-space: nowrap;
    }
    .sectors-section__link {
        padding: 2.5rem 1rem 1rem 2.25rem;
        font-size: 2.5rem;
        line-height: 1.25;
    }
    .sectors-section__link:before {
        top: 3.5rem;
        left: 0;
        font-size: 0.875rem;
    }
    .sectors-section__link span {
        position: relative;
        z-index: 1;
    }
    .sectors-section__link span:last-child {
        display: inline-block;
        min-width: 1rem;
        min-height: 1rem;
        padding-right: 2rem;
        color: transparent;
        font-size: 0;
        background-image: var(--arrow-image);
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: 1rem;
        visibility: visible;
        transition: color 0.5s ease-in-out;
    }
    .testimonials__button {
        grid-column: 1/2;
    }
    .testimonials__button[data-testimonials-left],
    .testimonials__button[data-testimonials-right] {
        justify-self: start;
    }
    .knowledge-section {
        --section-padding: 7.5rem var(--content-inline-padding);
    }
    .knowledge-section__link {
        grid-column: 1 / span 2;
    }
    .knowledge-section__list {
        --post-link-columns: 6;
    }
    .input-element {
        padding: 1.25rem;
        padding: var(--input-padding, 1.25rem);
        padding-left: 1.25rem;
        padding-left: var(--input-padding-left, var(--input-padding, 1.25rem));
    }
    .drop-down__contents {
        top: 3rem;
        width: calc(100% - 1rem);
    }
    .contact-section__form .wpcf7-submit,
    .contact-section__form .wpjb-submit {
        /* grid-column: 1/3;
        padding: 2rem 1.75rem; */
		grid-column: auto;
        padding: 20px;
        font-size: 1.25rem;
		width:135px;
    }
    .contact-section__form .wpcf7-form-control.wpcf7-select,
    .wpcf7-form-control.wpcf7-select {
        padding: 0 1rem;
    }
    .listed-job.listed-job--featured {
        padding: 3rem 1.5rem 1rem;
    }
    .listed-job__title {
        font-size: 1.75rem;
        line-height: 1.25;
    }
    .listed-job__salary {
        font-size: 1.25rem;
        line-height: 1.6;
    }
    .listed-job__desc {
        font-size: 1.125rem;
        line-height: 1.6;
    }
    .listed-job__tag {
        padding: 0.9rem 1.875rem;
    }
    .searchbar > form {
        grid-row-gap: 0.5rem;
        row-gap: 0.5rem;
        grid-template-columns: 1fr 1fr;
    }
    .searchbar__query {
        --input-padding-left: 3.875rem;
    }
    .searchbar__query:focus {
        --input-padding: calc(1.25rem - 1px);
        --input-padding-left: calc(3.875rem - 1px);
    }
    .searchbar__button {
        padding: 1.5rem 1.75rem;
    }
    .viewed-box {
        grid-column: 2/6;
    }
    .viewed-box__button {
        grid-column: 2/4;
    }
    .request-help {
        width: 100%;
    }
    .request-help__name {
        font-size: 1.75rem;
    }
    .callback-form__header {
        position: relative;
        align-items: start;
        justify-content: end;
    }
    .callback-form__title {
        position: absolute;
        top: 4.375rem;
        left: 50%;
        font-size: 1.75rem;
        line-height: 1.25;
        transform: translateX(-50%);
    }
    .callback-form__cancel {
        width: auto;
    }
    .callback-form__cancel .button__text {
        display: block;
    }
    .callback-form__input,
    .callback-form__sendto,
    .callback-form__submit {
        grid-column: 2/-2;
    }
    .social-feed {
        --section-padding: 7.5rem var(--content-inline-padding);
        --row-gap: 2.5rem;
    }
    .social-feed__container
        .social-feed__feed
        > .ctf#ctf
        .ctf-tweet-content
        .ctf-tweet-text {
        font-size: 1.25rem;
        line-height: 1.6;
    }
    .social-feed__container .ctf-tweets,
    .social-feed__images {
        grid-auto-columns: 25.875rem;
    }
    .social-feed__controls {
        grid-row-start: 2;
    }
    .social-feed__switches {
        grid-row: 2/3;
    }
    .social-feed__switch {
        min-width: 9.625rem;
        font-size: 1.25rem;
        line-height: 0.75;
    }
    .clients .carousel,
    .lfw .carousel {
        background-image: var(--header-tablet);
    }
    .about-us
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .clients
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .lfw
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .the-team
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .page-id-32735
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -7.625rem;
        left: 0;
        width: 18.375rem;
        height: 18.375rem;
    }
    .about-us
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .clients
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .lfw
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .the-team
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .page-id-32735
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: -2.125rem;
        left: 7.375rem;
        width: 11.125rem;
        height: 11.125rem;
    }
    .about-us
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .clients
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .lfw
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .the-team
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .page-id-32735
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -7.625rem;
        left: 14.5rem;
        width: 35.125rem;
        height: 47.875rem;
    }
    .single-job .header,
    .single-sector .header {
        margin-bottom: 12rem;
    }
    .single-job .header__content,
    .single-sector .header__content {
        padding-top: 12.5rem;
        padding-bottom: 12.5rem;
    }
    .single-job .header__title,
    .single-sector .header__title {
        align-self: flex-end;
        grid-column: 1/-1;
        font-size: 3.5rem;
    }
    .single-job .header__jobtags,
    .single-sector .header__jobtags {
        display: flex;
        grid-column: 1/5;
        visibility: visible;
    }
    .single-job .header__help,
    .single-sector .header__help {
        top: 28.75rem;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-columns: var(--page-grid);
        width: 100%;
        max-width: 1366px;
        max-width: var(--content-max-width);
        padding: 0 0.75rem;
        padding: 0 var(--content-inline-padding);
        grid-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        grid-column-gap: var(--page-grid-gutter);
        -moz-column-gap: var(--page-grid-gutter);
        column-gap: var(--page-grid-gutter);
        pointer-events: none;
    }
    .single-job .header__help .request-help,
    .single-sector .header__help .request-help {
        grid-column: 2/6;
        pointer-events: all;
    }
    .single-job .header__parallax__inner .header__parallax__lined,
    .single-sector .header__parallax__inner .header__parallax__lined {
        right: -10rem;
        bottom: -12.5rem;
        width: 27.375rem;
        height: 27.375rem;
        opacity: 0.6;
    }
    .general-page
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .live-jobs
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: 12rem;
        left: 13.5rem;
        width: 14rem;
        height: 14rem;
        opacity: 0.66;
    }
    .general-page
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .live-jobs
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -7.625rem;
        left: 14.5rem;
        width: 35.125rem;
        height: 47.875rem;
    }
    .general-block__content {
        grid-column: 1/-2;
    }
    .about-section {
        --section-padding: 12.375rem var(--content-inline-padding) 7.5rem;
    }
    .about-section__title {
        grid-column: 1/4;
        align-self: end;
    }
    .about-section__info {
        grid-column: 1/5;
    }
    .about-section__link {
        grid-column-start: 1;
    }
    .about-section__images {
        top: 12.375rem;
        left: 60%;
        width: 30.75rem;
        height: 24.25rem;
    }
    .about-section__images__layer:nth-child(2) img {
        bottom: -15%;
        width: 45.181%;
    }
    .about-section__images__layer:nth-child(4) img {
        bottom: -15%;
    }
    .home .carousel__slide[data-slide='0'] .carousel__images__devices {
        left: 4rem;
    }
    .home
        .carousel__slide[data-slide='0']
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -3.625rem;
        left: 0;
        width: 18.375rem;
        height: 18.375rem;
    }
    .home
        .carousel__slide[data-slide='0']
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: 4.875rem;
        left: 7.375rem;
        width: 11.125rem;
        height: 11.125rem;
    }
    .home
        .carousel__slide[data-slide='0']
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -3.625rem;
        left: 14.5rem;
        width: 35.125rem;
        height: 47.875rem;
    }
    .home .carousel__slide[data-slide='1'] .carousel__images__devices {
        left: 6rem;
    }
    .home
        .carousel__slide[data-slide='1']
        .carousel__images
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -3.625rem;
        left: 0;
        width: 18.375rem;
        height: 18.375rem;
    }
    .home
        .carousel__slide[data-slide='1']
        .carousel__images
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: 4.875rem;
        left: 7.375rem;
        width: 11.125rem;
        height: 11.125rem;
    }
    .home
        .carousel__slide[data-slide='1']
        .carousel__images
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -3.625rem;
        left: 14.5rem;
        width: 35.125rem;
        height: 47.875rem;
    }
    .home
        .carousel__slide[data-slide='2']
        .carousel__images
        .carousel__images__person {
        bottom: 0;
        height: 100%;
    }
    .home
        .carousel__slide[data-slide='2']
        .carousel__images
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -3.625rem;
        left: 0;
        width: 18.375rem;
        height: 18.375rem;
    }
    .home
        .carousel__slide[data-slide='2']
        .carousel__images
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: 4.875rem;
        left: 7.375rem;
        width: 11.125rem;
        height: 11.125rem;
    }
    .home
        .carousel__slide[data-slide='2']
        .carousel__images
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -3.625rem;
        left: 14.5rem;
        width: 35.125rem;
        height: 47.875rem;
    }
    .lfw-section .listed-job:not(.listed-job--featured):first-child {
        padding-top: 0;
        border-top: none;
    }
    .lfw-section
        .listed-job:not(.listed-job--featured):first-child
        .listed-job__tags {
        top: -0.25rem;
    }
    .lfw-section__info,
    .lfw-section__title {
        grid-column: 1/6;
    }
    .live-jobs .searchbar form {
        grid-template-columns: repeat(3, 4rem minmax(0, 1fr));
    }
    .live-jobs .searchbar .drop-down.drop-down--visible .drop-down__contents {
        min-width: 300px;
    }
    .live-jobs
        .searchbar
        .drop-down.drop-down--visible
        .drop-down__contents:before {
        display: none;
    }
    .live-jobs .searchbar .drop-down.sector-dropdown .drop-down__contents {
        right: auto;
        left: 0;
        width: 30rem;
    }
    .live-jobs .jobs-section {
        --section-padding: 16.375rem var(--content-inline-padding) 7.5rem;
    }
    .post-header {
        margin-top: 2.75rem;
    }
    .post-header__image:before {
        padding-top: 56%;
    }
    .category-pill {
        font-size: 0.9rem;
        line-height: 1;
    }
    .post-header__title {
        font-size: 2.5rem;
        line-height: 1.25;
    }
    .post-info {
        grid-template-columns: 4rem 1fr;
    }
    .post-info__avatar {
        width: 4rem;
        height: 4rem;
    }
    .post-info__author {
        margin-bottom: 0;
        color: #302e2c;
        color: var(--black);
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.6;
    }
    .post-info__contact__link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4rem;
        height: 4rem;
        margin-left: 0.5rem;
        border: 1px solid #edebea;
        border: 1px solid var(--ebb);
        border-radius: 1px;
    }
    .post-info__contact__link img {
        width: 1.25rem;
    }
    .post-body__sharing .share-link {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .post-body__sharing {
        flex-direction: column;
        grid-column: 1/2;
        justify-self: end;
    }
    .post-body__content {
        grid-column: 2/7;
        font-size: 1.125rem;
        line-height: 1.6;
    }
    .post-body__info {
        grid-column: 2/7;
    }
    .knowledge-resources .knowledge-section .searchbar > form {
        grid-template-columns: 2fr 1fr;
    }
    .knowledge-resources
        .knowledge-section
        .searchbar
        > form
        .searchbar__query {
        grid-column: 1/2;
    }
    .about-numbers {
        --section-padding: 3rem var(--content-inline-padding) 0;
        position: relative;
    }
    .about-numbers .content__inner:after,
    .about-numbers .content__inner:before {
        position: absolute;
        top: 3.75rem;
        bottom: 0.375rem;
        left: calc((25% - 0.1875rem) * var(--column-end) + 0.25rem);
        left: calc(
            (100% - var(--content-inline-padding)) / var(--page-grid-columns) *
                var(--column-end) - var(--page-grid-gutter) +
                var(--page-grid-gutter) * 0.5 + var(--content-inline-padding)
        );
        width: 1px;
        background-color: #979797;
        background-color: var(--medium-grey);
        content: '';
    }
    .about-numbers .content__inner:before {
        --column-end: 2;
    }
    .about-numbers .content__inner:after {
        --column-end: 4;
    }
    .about-numbers__block {
        grid-column-start: auto;
        grid-column-end: span 2;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .about-numbers__number {
        font-size: 5rem;
        line-height: 1.1;
    }
    .about-numbers__desc {
        font-size: 1.125rem;
        line-height: 1.6;
    }
    .about-story,
    .about-team,
    .about-why {
        --section-padding: 7.5rem var(--content-inline-padding);
    }
    .about-story__info,
    .about-story__title,
    .about-why__info,
    .about-why__title {
        grid-column: 1/6;
    }
    .about-story__side {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 1.5rem;
        grid-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    .about-story__side__block {
        grid-column-end: span 2;
    }
    .about-why__side {
        --aspect-ratio: 5/8;
    }
    .about-team__image {
        grid-row: 2/5;
        grid-column: 5/-1;
        align-self: center;
    }
    .about-team__image img {
        width: 100%;
        margin-left: 0;
    }
    .about-team__image:before {
        width: 12.25rem;
        height: 12.25rem;
    }
    .the-team .team-members .searchbar > form {
        grid-template-columns: 2fr 1fr;
    }
    .the-team .team-members .searchbar > form .searchbar__query {
        grid-column: 1/2;
    }
    .the-team .team-members {
        --section-padding: 10rem var(--content-inline-padding);
    }
    .team-members__list {
        grid-row-gap: 4rem;
        row-gap: 4rem;
    }
    .team-person {
        grid-column-end: span 3;
        filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.08));
    }
    .team-person__info {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        align-items: center;
        padding: 0 0.5rem;
    }
    .team-person__photo {
        position: relative;
        top: -1.5rem;
        width: 8.875rem;
        height: 8.875rem;
    }
    .team-person__name {
        position: relative;
        top: -0.375rem;
        align-self: center;
        font-size: 1.75rem;
        text-align: center;
    }
    .team-person__role,
    .team-person__sector {
        align-self: center;
        font-size: 1.25rem;
        text-align: center;
        line-height: 1.6;
    }
    .team-person__sector {
        margin-top: 0.5em;
    }
    .team-person__phone {
        justify-content: center;
        padding: 1rem 1rem 0;
        font-size: 1.125rem;
        line-height: 1.6;
    }
    .team-person__phone svg {
        width: 1.5rem;
        margin-left: 0;
    }
    .single-job-details {
        --section-padding: 3.5rem var(--content-inline-padding) 7.5rem;
        --row-gap: 2.5rem;
    }
    .single-job-details__info {
        grid-column: 1/-2;
        font-size: 1.125rem;
    }
    .single-job-details__apply {
        grid-column-end: span 3;
        margin-top: 0.5rem;
    }
    .single-job-details__print {
        margin-top: 0.5rem;
    }
    .related-roles .listed-job:not(.listed-job--featured):first-child {
        padding-top: 0;
        border-top: none;
    }
    .related-roles
        .listed-job:not(.listed-job--featured):first-child
        .listed-job__tags {
        top: -0.25rem;
    }
    .single-sector .header__subtitle,
    .single-sector .header__title {
        grid-column: 1/6;
    }
    .single-sector .sector-roles {
        --section-padding: 4.5rem var(--content-inline-padding) 6.5rem;
    }
    .single-sector .team-members {
        --section-padding: 7.5rem var(--content-inline-padding);
        --row-gap: 4.25rem;
    }
    .careers .culture-section__title {
        grid-column: 1/5;
        margin-top: 1rem;
    }
    .careers .culture-section__info {
        grid-column: 1/5;
        margin-bottom: 1rem;
    }
    .culture-section__image {
        grid-row: 2/4;
        grid-column: 5/7;
        align-self: center;
        justify-self: end;
    }
    .benefits-section__list {
        grid-column: 1/6;
        margin-top: 1rem;
    }
    .benefits-section__list li {
        grid-template-columns: 5rem 1fr;
        grid-gap: 2rem;
        gap: 2rem;
    }
    .benefits-section__list li:not(:last-child) {
        margin-bottom: 3rem;
    }
    .benefits-section__link {
        grid-column: 1/6;
        margin-top: 2.5rem;
    }
    .careers .jobs-section {
        --section-padding: 7.5rem var(--content-inline-padding);
    }
    .careers .social-feed__controls {
        grid-row: 4/5;
    }
    .careers
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -7.5rem;
        left: 14.5rem;
        width: 35.125rem;
        height: 47.875rem;
    }

    .contact-us__main-heading,
    .contact-us__sub-heading,
    .contact-us__great-wrapper {
        grid-column: 2/6;
    }
    .contact-us__great-wrapper {
        margin-bottom: 0;
    }
    .contact-us__great-wrapper {
        padding: 30px;
        max-width: 30rem;
        margin: 1.4rem 0 0 0;
        padding-right: 4rem !important;
    }
    .contact-us__main-heading {
        font-size: 3.25rem;
    }
    .contact-us__sub-heading {
        font-size: 1.125rem;
        line-height: 1.66;
    }

    .contact-us__text {
        grid-column: 2/-1;
    }
    .contact-us__form .wpcf7-submit {
        grid-column: 1/3;
        padding: 2rem 1.75rem;
        font-size: 1.25rem;
    }
    .clients-services__circles {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    .clients-services__circles__block {
        grid-column-end: span 2;
    }
    .clients-services {
        --section-padding: 5rem var(--content-inline-padding) 7.5rem;
    }
    .clients-clients__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .error404__heading,
    .error404__para,
    .error404__subheading {
        grid-column: 1/5;
    }
    .error404__heading {
        font-size: 10rem;
    }
    .error404__subheading {
        font-size: 1.75rem;
    }
    .error404__para {
        font-size: 1.25rem;
    }
    .error404__device--circle-white {
        right: 14rem;
        bottom: -2.5rem;
        width: 10rem;
        height: 10rem;
        background-image: url(assets/images/devices/logo-circle-white.svg);
    }
    .error404__device--sausage {
        right: -14.125rem;
        bottom: -2.5rem;
        width: 19rem;
        height: 26rem;
        background-image: url(assets/images/devices/logo-sausage-white.svg);
        transform: translateX(-50%);
    }
    .error404__device--lines-white {
        right: 0;
        bottom: -2.5rem;
        width: 10rem;
        height: 10rem;
        background-image: url(assets/images/devices/lines-white.png);
        transform: scaleX(-1);
    }
    .error404__device--lines-red {
        right: 8rem;
        bottom: 7rem;
        width: 8rem;
        height: 8rem;
        background-image: url(assets/images/devices/lines-red.png);
    }
}
@media (max-width: 860px) {
    .contact-us__great-wrapper,
    .contact-us__main-heading,
    .contact-us__sub-heading {
        grid-column: 1/6 !important;
    }

    .contact-us__great-wrapper {
        padding-left: 0 !important;
    }

    .contact-us__great-wrapper {
        border-top: 1px solid #eeeeee !important;
        border: 0;
    }
}
@media (min-width: 40rem) and (max-width: 85.3125rem) {
    :root {
        --title-section-header-line-height: 1.66;
    }
    .footer__main__logo {
        width: auto;
    }
    .footer__main__logo img {
        width: 3.875rem;
    }

    .footer__legal__inner {
        height: 6.625rem;
    }
    .sectors-section .content__inner {
        grid-row-gap: 1.5rem;
        row-gap: 1.5rem;
    }
    .contact-section__method:last-child {
        margin-bottom: 0;
    }
    .jobs-container__header {
        margin-bottom: 2.5rem;
        font-size: 0.9rem;
        line-height: 1;
    }
    .request-help__team {
        top: -1.75rem;
        height: 7.125rem;
    }
    .request-help__pic {
        width: 7.125rem;
        height: 7.125rem;
    }
    .request-help__name {
        margin-top: -1.25rem;
        margin-bottom: 0.5rem;
    }
    .request-help__info {
        margin-bottom: 0;
        font-weight: 500;
    }
    .request-help__buttons {
        border-top: none;
    }
    .request-help__email {
        width: auto;
        padding: 1rem 2.375rem;
    }
    .request-help__email span {
        display: inline;
        margin-left: 1rem;
        color: #333;
        color: var(--dark-grey);
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 0.75;
        visibility: visible;
    }
    .request-help__email:hover span {
        color: inherit;
    }
    .callback-form {
        padding: 1rem;
    }
    .callback-form__header {
        height: 8.75rem;
    }
    .circle-container__inner {
        top: 20%;
    }
    .circle-container__text {
        font-size: 1.125rem;
    }
    .about-us .carousel__slide .carousel__content__heading,
    .clients .carousel__slide .carousel__content__heading,
    .knowledge-resources .carousel__slide .carousel__content__heading,
    .lfw .carousel__slide .carousel__content__heading,
    .the-team .carousel__slide .carousel__content__heading {
        margin-bottom: 2rem;
    }
    .about-us .carousel__slide .carousel__images,
    .clients .carousel__slide .carousel__images,
    .knowledge-resources .carousel__slide .carousel__images,
    .lfw .carousel__slide .carousel__images,
    .the-team .carousel__slide .carousel__images {
        left: 60%;
        height: 100%;
    }
    .about-us .carousel__slide .carousel__images__person,
    .clients .carousel__slide .carousel__images__person,
    .knowledge-resources .carousel__slide .carousel__images__person,
    .lfw .carousel__slide .carousel__images__person,
    .the-team .carousel__slide .carousel__images__person {
        bottom: -2rem;
        height: 110%;
    }
    .general-page .carousel__slide .carousel__images,
    .knowledge-resources .carousel__slide .carousel__images,
    .live-jobs .carousel__slide .carousel__images {
        left: 60%;
        height: 100%;
    }
    /* .page-id-32735 .carousel__images__person {
        left: -30%;
    } */
    .general-page
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .live-jobs
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -7.625rem;
        left: 0;
        width: 18.375rem;
        height: 18.375rem;
    }
    .general-page
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__lined,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__lined,
    .live-jobs
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__lined {
        bottom: -10.625rem;
        left: -29.25rem;
        width: 21.75rem;
        height: 21.75rem;
        background-image: url(assets/images/devices/large-lines-light.png);
        opacity: 0.66;
    }
    .home .carousel__slide[data-slide='2'] .carousel__content__heading {
        font-size: 3.125rem;
    }
    .lfw-section .jobs-container {
        margin-top: 1rem;
    }
    .lfw-section .listed-job:not(.listed-job--featured) {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1.5rem;
    }
    .live-jobs .searchbar .drop-down {
        grid-column-start: auto;
        grid-column-end: span 2;
    }
    .live-jobs .searchbar .searchbar__button {
        grid-column: 2/-1;
    }
    .live-jobs .carousel__slide .carousel__images {
        left: 60%;
        height: 100%;
    }
    .knowledge-resources .carousel__slide .carousel__images__person {
        left: 10%;
        height: 90%;
    }
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        left: 32rem;
    }
    .about-us .carousel__slide .carousel__images__person {
        bottom: 0;
        left: -5%;
        height: 80%;
    }
    .about-why {
        --row-gap: 1rem;
    }
    .about-why__title {
        margin-top: 1rem;
    }
    .about-why__info {
        margin-bottom: 1.5rem;
    }
    .about-why:before {
        top: -11.5rem;
        right: -21.375rem;
        width: 46.25rem;
    }
    .about-team__title {
        grid-column: 1/4;
        margin-top: 1rem;
    }
    .about-team__info {
        grid-column: 1/5;
        margin-bottom: 0.75rem;
    }
    .the-team .carousel__slide .carousel__images__person {
        bottom: 0;
        left: -40%;
        height: 80%;
    }
    .single-job-details__share .button.button--icon {
        width: 5rem;
        height: 5rem;
    }
    .related-roles {
        --section-padding: 7.5rem var(--content-inline-padding);
    }
    .related-roles:before {
        top: -11.5rem;
        right: -21.375rem;
        width: 46.25rem;
        height: 64.625rem;
    }
    .single-sector .sector-roles .listed-job:not(.listed-job--featured) {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1.75rem;
    }
    .careers .culture-section__image {
        width: auto;
        height: auto;
        margin: 0;
    }
    .benefits-section {
        --row-gap: 2.5rem;
        --section-padding: 7.5rem var(--content-inline-padding);
    }
    .benefits-section__title {
        grid-column: 1/5;
    }
    .benefits-section__info {
        grid-column: 1/6;
    }
    .benefits-section:before {
        top: -11.5rem;
        right: -21.375rem;
        width: 46.25rem;
        height: 64.625rem;
    }
    .careers .jobs-section .jobs-container {
        margin-top: 1rem;
    }
    .careers .jobs-section .listed-job:not(.listed-job--featured) {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1.5rem;
    }
    .careers
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -7.5rem;
        left: 0;
        width: 18.375rem;
        height: 18.375rem;
    }
    .careers
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: 5.25rem;
        left: 13rem;
        width: 10.875rem;
        height: 10.875rem;
        background-image: url(assets/images/devices/lines-white.png);
    }
    .contact-us__main {
        --row-gap: 5rem;
        --small-header-span: span 1;
    }
    .contact-us__main .content__title {
        white-space: nowrap;
    }
    .clients .carousel__slide .carousel__images {
        overflow: visible;
    }
    .clients .carousel__slide .carousel__images__person {
        bottom: 0;
        left: -24rem;
        height: 100%;
    }
    .clients .carousel__slide .carousel__images:after {
        width: 36.5rem;
        height: 27.75rem;
        background-position: 22rem 0, 0 9.375rem;
        background-size: 14.5rem, 18.375rem;
    }
    .clients-clients__logo {
        flex: 0 0 33%;
    }
    .clients-clients__logo:nth-child(3n):after,
    .clients-clients__logo:nth-child(3n):before,
    .clients-clients__logo:nth-child(-n + 3):after,
    .clients-clients__logo:nth-child(-n + 3):before {
        display: none;
    }
    .clients
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: 3.75rem;
        left: 22rem;
        width: 14.5rem;
        height: 14.5rem;
    }
    .clients
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        left: 14rem;
    }
}
@media (min-width: 85.375rem) {
    :root {
        --content-block-padding: 7.5rem;
        --content-inline-padding: 2.5rem;
        --page-grid-columns: 12;
        --page-grid-gutter: 1.5rem;
        --title-section-header-font-size: 3.5rem;
        --title-section-para-font-size: 1.25rem;
        --title-section-para-line-height: 2rem;
    }
    .header {
        height: 48rem;
    }
    .header.header--small,
    .header.header--small-desktop,
    .header.header--small-tablet {
        height: 40rem;
    }
    .header__buttons {
        bottom: -5rem;
    }
    .header__buttons__link {
        grid-column-end: span 6;
        /* font-size: 1.7675rem; */
        font-size: 2rem;
        line-height: 1;
    }
    .header__buttons__link:before {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 12.5rem;
        background-image: var(--background-image);
        background-position: 70%;
        background-size: cover;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        pointer-events: none;
    }
    .header__buttons__link:after {
        right: 0.375rem;
        bottom: 0.375rem;
    }
     
    .header__buttons__link:hover:before {
        opacity: 1;
    }
    .hero {
        padding-top: 13.625rem;
    }
    .hero__heading {
        font-size: 7.125rem;
    }
    /* .footer__main__logo {
        width: auto;
    }
    .footer__main__section {
        grid-column-start: auto;
        grid-column-end: span 3;
    }
    .footer__main__section h5 {
        font-size: 1.75rem;
    }
    .footer__main__section .menu-item {
        font-size: 1.25rem;
        line-height: 1.6;
    }
    .footer__main__section .menu-item:nth-child(-n + 3) {
        margin-bottom: 0.75rem;
        font-size: 1.75rem;
        line-height: 1;
    }
    .footer__main__section:not(.contact-footer) {
        padding-top: 0;
        padding-left: 40px;
        border-top: none;
        border-left: 1px solid #666;
        border-left: 1px solid var(--arthur-grey);
    } */
    .social-footer {
        display: block;
        grid-row: 1/-1;
        grid-column: 5/8;
    }
    .social-footer h5 {
        margin-bottom: 1.5rem;
    }
    .social-footer__links {
        display: block;
    }

    .social-footer__links a {
        border-bottom: 2px solid transparent;
    }

    .social-footer__links .social-link {
        position: relative;
        margin-left: 0;
        margin-bottom: 1rem;
        padding-left: 2.375rem;
    }
    .social-footer__links .social-link__icon svg {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .social-footer__links .social-link__text {
        display: inline;
        font-size: 1.25rem;
        line-height: 1.6;
    }
    .internal-footer {
        grid-row: 1/-1;
        grid-column: 8/12;
    }
    .navbar {
        padding: 1.25rem;
    }
    .navbar__menu > .menu-item > a {
        width: 12rem;
        padding: 1.5rem;
    }
    .navigation-menu {
        padding: 0 1.25rem;
    }
    .navigation-menu__content {
        height: auto;
        margin: 4.25rem auto;
    }
    .navigation-menu__internal {
        grid-column: 3/8;
    }
    .navigation-menu__social__links {
        display: block;
    }
    .navigation-menu__social__links .social-link {
        position: relative;
        margin-left: 0;
        padding-left: 2.375rem;
    }
    .navigation-menu__social__links .social-link__icon svg {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .navigation-menu__social__links .social-link__text {
        display: inline;
        font-size: 1.25rem;
        line-height: 1.6;
    }
    .navigation-menu__social {
        display: block;
        grid-column: 9/11;
        padding-top: 0;
        border-top: none;
    }
    .navigation-menu__social__header {
        margin: 0.75rem 0 1.125rem;
        font-size: 1.75rem;
    }
    .content__small-header {
        display: grid;
        grid-column-end: span 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 0.5rem;
        margin-top: var(--small-header-margin, 0.5rem);
        grid-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        grid-column-gap: var(--page-grid-gutter);
        -moz-column-gap: var(--page-grid-gutter);
        column-gap: var(--page-grid-gutter);
    }
    .content__line {
        margin-left: auto;
        max-width: 4rem;
    }
    .post-link {
        grid-template-rows: repeat(3, auto) 1fr;
        grid-row-gap: 1.5rem;
        row-gap: 1.5rem;
    }
    .post-link__title {
        grid-column: 1/7;
    }
    .post-link__date {
        display: block;
        grid-column: 1/7;
        color: #666;
        color: var(--arthur-grey);
        font-size: 0.875rem;
        line-height: 1.6;
        visibility: visible;
    }
    .post-link__excerpt {
        grid-column: 1/7;
        font-size: 1.25rem;
    }
    .post-link__image {
        grid-row: 1/5;
        grid-column: 7/-1;
        height: auto;
    }
    .header--small-desktop .carousel__content {
        grid-template-rows: auto auto;
    }
    .carousel__content__heading {
        grid-column: 2/8;
        font-size: 5.5rem;
    }
    .carousel__content__subheading {
        grid-column: 2/7;
        font-size: 1.25rem;
        line-height: 2rem;
    }
    .carousel__images {
        --device-offset: 8rem;
        bottom: 0;
        left: 75%;
        width: 50%;
        overflow: visible;
        transform: translateX(-50%);
    }
    .header--small-desktop .carousel__images:before {
        bottom: -19.75rem;
    }
    .header--small-desktop .carousel__images:after {
        bottom: -13.5rem;
    }
    .sectors-section {
        --section-padding: 6.75rem var(--content-inline-padding) 10rem;
    }
    .sectors-section__list {
        grid-column: 3/-1;
    }
    .sectors-section__link {
        padding-left: 3.875rem;
    }
    .sectors-section__link:before {
        left: 1rem;
    }
    .sectors-section__link span:last-child {
        font-size: 1.25rem;
    }
    .testimonials {
        grid-column: 4/-4;
    }
    .testimonials__button {
        grid-row: 1/2;
    }
    .testimonials__button[data-testimonials-left] {
        grid-column: 1/2;
        justify-self: end;
    }
    .testimonials__button[data-testimonials-right] {
        grid-column: 12/13;
    }
    .knowledge-section {
        --section-padding: 10rem var(--content-inline-padding);
    }
    .knowledge-section__link {
        grid-column-start: 3;
    }
    .knowledge-section__list {
        --post-link-columns: 9;
        grid-column: 3/12;
    }
    .drop-down__contents {
        top: 3.5rem;
        left: -1px;
        width: 20.25rem;
    }
    .drop-down__contents:before {
        right: 8rem;
    }
    .contact-section {
        --section-padding: 7.5rem var(--content-inline-padding);
    }
    .contact-section__text {
        grid-column: 3/8;
    }
    .contact-section__title {
        margin-bottom: 1rem;
        font-size: 3.5rem;
    }
    .contact-section__method div,
    .contact-section__para {
        font-size: 1.25rem;
    }
    .contact-section__method address {
        font-size: 1.75rem;
    }
    .contact-section__form {
        grid-column: 8/12;
    }
    .contact-section__form .wpcf7-form,
    .contact-section__form .wpjb-form {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .contact-section__form .wpcf7-form-control.wpcf7-select,
    .contact-section__form .wpcf7-form-control.wpcf7-text,
    .contact-section__form .wpcf7-form-control.wpcf7-textarea,
    .contact-section__form
        .wpjb
        .wpjb-form
        div.wpjb-element-input-text
        .wpjb-field
        input,
    .contact-section__form
        .wpjb
        .wpjb-form
        div.wpjb-element-input-textarea
        .wpjb-field
        textarea,
    .contact-section__form .wpjb .wpjb-upload-inner,
    .contact-section__form [data-file] {
        padding: 1rem;
        font-size: 1.25rem;
        border-radius: 4px;
    }
    .contact-section__form
        .wpjb
        .wpjb-form
        div.wpjb-element-input-file
        .wpjb-field
        .wpjb-upload
        .wpjb-uploads:empty:before,
    .contact-section__heading {
        font-size: 1.25rem;
    }
    .contact-section__form .wpcf7-form-control.wpcf7-select,
    .wpcf7-form-control.wpcf7-select {
        padding: 0 1rem;
    }
    .jobs-container__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .jobs-container__list--grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-columns: var(--page-grid);
        grid-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        grid-column-gap: var(--page-grid-gutter);
        -moz-column-gap: var(--page-grid-gutter);
        column-gap: var(--page-grid-gutter);
    }
    .jobs-container__list--grid .listed-job {
        grid-column-end: span 4;
    }
    .jobs-container__list--grid .listed-job.listed-job--featured {
        grid-column-end: span 6;
        margin-bottom: calc(2.5rem + 1px);
        padding: 3rem 1.5rem 1.5rem;
    }
    .jobs-container__list--grid
        .listed-job.listed-job--featured
        .listed-job__tags {
        position: static;
        margin-top: 1.5rem;
    }
    .jobs-container__list--grid .listed-job:not(.listed-job--featured) {
        margin-top: -1px;
        padding-bottom: 1.875rem;
        border-top: 1px dashed #666;
        border-top: 1px dashed var(--arthur-grey);
    }
    .jobs-container__list--grid
        .listed-job:not(.listed-job--featured)
        .listed-job__tags {
        position: static;
        margin-top: 1.5rem;
    }
    .jobs-container__list--grid
        .listed-job.listed-job--featured
        + .listed-job:not(.listed-job--featured) {
        grid-column-start: 1;
    }
    .jobs-container__toggles {
        display: flex;
        visibility: visible;
    }
    .jobs-container__toggles .button.button--icon {
        width: 5rem;
        height: 5rem;
        margin-left: 0.5rem;
    }
    .jobs-container__toggles
        .button.button--icon:not(.button--selected):not(:hover) {
        color: silver;
        color: var(--silver);
    }
    .jobs-container__toggles .button.button--icon.button--selected {
        position: relative;
        border-bottom: 1px solid #e40046;
        border-bottom: 1px solid var(--arthur-red);
    }
    .jobs-container__toggles .button.button--icon.button--selected:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e40046;
        background-color: var(--arthur-red);
        content: '';
    }
    .listed-job {
        position: relative;
        padding: 2.5rem 1.5rem 3.125rem;
    }
    .listed-job.listed-job--featured .listed-job__tags {
        top: 0.75rem;
        right: 0.75rem;
    }
    .listed-job__desc {
        font-size: 1.25rem;
        line-height: 1.6;
    }
    .listed-job__tags {
        position: absolute;
        top: 2.25rem;
        right: 0.8125rem;
        margin-top: 0;
    }
    .searchbar > form {
        grid-template-columns: 1fr repeat(2, 13.5rem) 11.625rem;
    }
    .searchbar {
        top: -2.5rem;
    }
    .searchbar__query {
        grid-column: 1/2;
    }
    .searchbar__button {
        grid-column: -2/-1;
    }
    .viewed-box {
        grid-column: 5/9;
    }
    .callback-form__title {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .callback-form__input,
    .callback-form__sendto,
    .callback-form__submit {
        grid-column: 5/-5;
    }
    .callback-form .drop-down__contents {
        right: -6.875rem;
        left: auto;
    }
    .social-feed {
        --section-padding: 10rem var(--content-inline-padding);
        --row-gap: 2rem;
    }
    .social-feed__container,
    .social-feed__controls,
    .social-feed__switches {
        grid-column: 3/13;
    }
    .social-feed__controls {
        grid-row-start: 1;
        grid-column: 10/12;
        justify-self: start;
        margin-top: 40px;
    }
    .careers .social-feed__controls {
        grid-column: 3/4;
    }
    .social-feed__switches {
        grid-row: 1/2;
    }
    .social-feed__switch {
        min-width: 12.375rem;
    }
    .clients .carousel,
    .lfw .carousel {
        background-image: var(--header-large);
    }
    .about-us
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .clients
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .lfw
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .the-team
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .page-id-32735
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -10rem;
        left: 6.25rem;
        width: 17rem;
        height: 17rem;
    }
    .about-us
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .clients
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .lfw
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .the-team
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .page-id-32735
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: 3.375rem;
        left: 33.5rem;
        width: 14rem;
        height: 14rem;
        background-image: url(assets/images/devices/lines-red-inverted.png);
        opacity: 0.8;
    }
    .page-id-32735
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: 2rem;
        left: 36.5rem;
    }
    .about-us
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .clients
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .lfw
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .the-team
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .page-id-32735
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -10.5rem;
        left: 19.75rem;
        width: 32.375rem;
        height: 44.125rem;
    }
    .about-us
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__lined,
    .clients
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__lined,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__lined,
    .lfw
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__lined,
    .the-team
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__lined {
        bottom: -9.125rem;
        left: -100%;
        width: 14rem;
        height: 14rem;
        background-image: url(assets/images/devices/lines-white.png);
    }
    .about-us .carousel__slide .carousel__content__heading,
    .clients .carousel__slide .carousel__content__heading,
    .knowledge-resources .carousel__slide .carousel__content__heading,
    .lfw .carousel__slide .carousel__content__heading,
    .the-team .carousel__slide .carousel__content__heading {
        margin-bottom: 2rem;
    }
    .about-us .carousel__slide .carousel__images,
    .clients .carousel__slide .carousel__images,
    .knowledge-resources .carousel__slide .carousel__images,
    .lfw .carousel__slide .carousel__images,
    .the-team .carousel__slide .carousel__images {
        height: 100%;
    }
    .about-us .carousel__slide .carousel__images__person,
    .clients .carousel__slide .carousel__images__person,
    .knowledge-resources .carousel__slide .carousel__images__person,
    .lfw .carousel__slide .carousel__images__person,
    .the-team .carousel__slide .carousel__images__person {
        bottom: -5rem;
        left: 15%;
        height: 130%;
    }
    .contact-section__images img[data-index='0'] {
        bottom: -19rem;
        left: -25rem;
        width: 40rem;
    }
    .single-job .header,
    .single-sector .header {
        margin-bottom: 0;
    }
    .single-job .header__title,
    .single-sector .header__title {
        grid-column: 2/9;
        font-size: 5rem;
    }
    .single-job .header__jobtags,
    .single-sector .header__jobtags {
        grid-column: 2/9;
    }
    .single-job .header__help,
    .single-sector .header__help {
        top: 9.125rem;
    }
    .single-job .header__help .request-help,
    .single-sector .header__help .request-help {
        grid-column: 9/12;
    }
    .single-job .header__parallax__inner .header__parallax__lined,
    .single-sector .header__parallax__inner .header__parallax__lined {
        bottom: -2.625rem;
    }
    .single-job .header__parallax__inner .header__parallax__lined--2,
    .single-sector .header__parallax__inner .header__parallax__lined--2 {
        position: absolute;
        bottom: -2.75rem;
        left: -6.75rem;
        width: 17.25rem;
        height: 17.25rem;
        background-image: url(assets/images/devices/large-lines-light.png);
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.2;
    }
    .general-page .carousel__slide .carousel__images,
    .knowledge-resources .carousel__slide .carousel__images,
    .live-jobs .carousel__slide .carousel__images {
        height: 100%;
    }
    .general-page .carousel__slide .carousel__images__person,
    .knowledge-resources .carousel__slide .carousel__images__person,
    .live-jobs .carousel__slide .carousel__images__person {
        bottom: -5rem;
        left: 15%;
        height: 130%;
    }
    .general-page
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid,
    .live-jobs
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        right: 22rem;
        bottom: -10.5rem;
        width: 17rem;
        height: 17rem;
    }
    .general-page
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined,
    .live-jobs
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        right: 4.25rem;
        bottom: 16rem;
        left: auto;
        width: 13rem;
        height: 13rem;
        background-image: url(assets/images/devices/lines-white-inverted.png);
        opacity: 0.4;
    }
    .general-page
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid,
    .live-jobs
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        right: -6.75rem;
        bottom: -10.5rem;
        left: auto;
        width: 32.375rem;
        height: 44.125rem;
    }
    .general-page
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__lined,
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__lined,
    .live-jobs
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__lined {
        bottom: -9.875rem;
        left: -100%;
        width: 17.25rem;
        height: 17.25rem;
        background-image: url(assets/images/devices/large-lines-light.png);
        opacity: 1;
    }
    .general-block__content {
        grid-column: 2/10;
    }
    .about-section {
        --section-padding: 12rem var(--content-inline-padding) 7.375rem;
    }
    .about-section__info,
    .about-section__title {
        grid-column: 3/8;
    }
    .about-section__link {
        grid-column-start: 3;
    }
    .about-section__images {
        position: relative;
        top: 0;
        left: 0;
        grid-row: 1/4;
        grid-column: 8/13;
        width: auto;
        height: auto;
        min-height: 28.25rem;
    }
    .about-section__images__layer:first-child img {
        top: 29.274%;
    }
    .about-section__images__layer:nth-child(2) img {
        bottom: 0;
        width: 47.781%;
    }
    .about-section__images__layer:nth-child(4) img {
        bottom: 0;
        width: 24.835%;
    }
    .home .carousel__slide .carousel__content {
        grid-template-rows: auto auto;
    }
    .home
        .carousel__slide[data-slide='0']
        .carousel__images
        .carousel__images__person {
        height: 100%;
    }
    .home
        .carousel__slide[data-slide='0']
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -7rem;
        left: -7.5rem;
        width: 19.5rem;
        height: 19.5rem;
    }
    .home
        .carousel__slide[data-slide='0']
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: 3rem;
        left: 0.25rem;
        width: 11.75rem;
        height: 11.75rem;
    }
    .home
        .carousel__slide[data-slide='0']
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -8.5rem;
        left: 8rem;
        width: 37rem;
        height: 50.5rem;
    }
    .home
        .carousel__slide[data-slide='0']
        .carousel__images__devices--bg
        .carousel__images__devices__lined {
        bottom: 18.375rem;
        left: 24.75rem;
        width: 15.75rem;
        height: 15.75rem;
        background-image: url(assets/images/devices/large-lines-light.png);
        opacity: 0.4;
    }
    .home
        .carousel__slide[data-slide='1']
        .carousel__images
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -7rem;
        left: -7.125rem;
        width: 19.5rem;
        height: 19.5rem;
    }
    .home
        .carousel__slide[data-slide='1']
        .carousel__images
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: 3rem;
        left: 0.625rem;
        width: 11.75rem;
        height: 11.75rem;
    }
    .home
        .carousel__slide[data-slide='1']
        .carousel__images
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -8.5rem;
        left: 8.375rem;
        width: 37rem;
        height: 50.5rem;
    }
    .home
        .carousel__slide[data-slide='1']
        .carousel__images
        .carousel__images__devices--bg
        .carousel__images__devices__lined {
        bottom: 18.375rem;
        left: 25.125rem;
        width: 15.75rem;
        height: 15.75rem;
        background-image: url(assets/images/devices/large-lines-light.png);
        opacity: 0.4;
    }
    .home .carousel__slide[data-slide='1'] .carousel__images__person {
        height: 110%;
    }
    .home .carousel__slide[data-slide='2'] .carousel__content__heading {
        grid-column: 2/10;
    }
    .home
        .carousel__slide[data-slide='2']
        .carousel__images
        .carousel__images__person {
        left: 2.5%;
        height: 110%;
    }
    .home
        .carousel__slide[data-slide='2']
        .carousel__images
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -7rem;
        left: -1.125rem;
        left: auto;
        width: 19.5rem;
        height: 19.5rem;
    }
    .home
        .carousel__slide[data-slide='2']
        .carousel__images
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: 3rem;
        left: auto;
        width: 11.75rem;
        height: 11.75rem;
    }
    .home
        .carousel__slide[data-slide='2']
        .carousel__images
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -8.5rem;
        left: 14.375rem;
        width: 37rem;
        height: 50.5rem;
    }
    .home
        .carousel__slide[data-slide='2']
        .carousel__images
        .carousel__images__devices--bg
        .carousel__images__devices__lined {
        bottom: 18.375rem;
        left: 31.125rem;
        width: 15.75rem;
        height: 15.75rem;
        background-image: url(assets/images/devices/lines-red-inverted.png);
        opacity: 0.4;
    }
    .lfw-section {
        --section-padding: 6.25rem var(--content-inline-padding) 10rem;
    }
    .lfw-section .content__inner:before {
        display: none;
        right: -12rem;
        bottom: -18rem;
        width: 28.75rem;
        height: 28.75rem;
    }
    .lfw-section .jobs-container {
        grid-column: 3/12;
    }
    .lfw-section__info,
    .lfw-section__title {
        grid-column: 3/9;
        align-self: end;
    }
    .lfw-section__info {
        margin-bottom: 1.25rem;
    }
    .lfw-section__link {
        grid-column-start: 3;
        align-self: start;
    }
    .live-jobs .searchbar form {
        grid-template-columns: 1fr repeat(3, 10.5rem) 4rem 10.5rem;
    }
    .live-jobs .searchbar .drop-down.drop-down--visible:before {
        top: 3rem;
    }
    .live-jobs .jobs-section {
        --section-padding: 7.5rem var(--content-inline-padding);
    }
    .live-jobs .carousel__slide .carousel__images {
        height: 100%;
    }
    .live-jobs .carousel__slide .carousel__images__person {
        bottom: -5rem;
        left: 15%;
        height: 130%;
    }
    .live-jobs
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        right: auto;
        bottom: -27rem;
        left: 50%;
        width: 33rem;
        height: 33rem;
        background-image: url(assets/images/devices/lines-white.png);
        opacity: 0.7;
    }
    .live-jobs
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__lined {
        left: -110%;
        background-image: url(assets/images/devices/lines-red-inverted.png);
        opacity: 1;
    }
    .post-header {
        margin-top: 3.75rem;
        --background-color: var(--white);
    }
    .post-header__wrapper {
        position: relative;
        grid-template-rows: auto 1fr auto;
        max-width: calc(1366px - 1.5rem);
        max-width: calc(
            var(--content-max-width) - var(--content-inline-padding) * 2
        );
        min-height: 32.5rem;
        grid-row-gap: 1.75rem;
        row-gap: 1.75rem;
        margin: 0 auto;
        padding: 4rem 0;
        background-color: #f8f8f8;
    }
    .post-header__image {
        position: absolute;
        top: -1.75rem;
        left: calc(50% + 0.5rem);
        left: calc(50% + var(--page-grid-gutter) / 2);
        width: 32.5rem;
        height: 32.5rem;
    }
    .post-header__image img {
        z-index: 1;
    }
    .post-header__image:after,
    .post-header__image:before {
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
    }
    .post-header__image:before {
        top: -3.625rem;
        left: -5.625rem;
        width: 17.25rem;
        height: 17.25rem;
        background-image: url(assets/images/devices/large-lines-light.png);
        filter: brightness(0.25) opacity(0.1);
    }
    .post-header__image:after {
        top: -1rem;
        right: -3.75rem;
        width: 12rem;
        height: 12rem;
        background-image: url(assets/images/devices/lines-white.png);
        transform: scaleX(-1);
        opacity: 0.8;
    }
    .category-pill {
        letter-spacing: 0.25px;
    }
    .post-header__category {
        grid-column: 2/3;
        letter-spacing: 0.25px;
    }
    .post-header__info,
    .post-header__title {
        grid-column: 2/7;
    }
    .post-body__sharing {
        grid-column: 2/3;
        justify-self: start;
    }
    .post-body__content {
        grid-column: 4/10;
        font-size: 1.25rem;
    }
    .post-body__info {
        grid-column: 4/10;
    }
    .knowledge-resources .header .carousel__content__heading {
        font-size: 6.25rem;
    }
    .knowledge-resources .knowledge-section .searchbar > form {
        grid-template-columns: 3fr 16.125rem 11.75rem;
    }
    .knowledge-resources
        .knowledge-section
        .searchbar
        > form
        .drop-down__contents {
        left: 2.5rem;
    }
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -6.5rem;
        left: 6.25rem;
    }
    .knowledge-resources
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -6.5rem;
        left: 19.75rem;
    }
    .knowledge-resources .carousel__slide .carousel__images__person {
        left: 25%;
        bottom: 0;
        height: 85%;
    }
    .about-us .carousel__slide .carousel__images__person {
        bottom: 0;
        left: 10%;
        height: 85%;
    }
    .about-numbers {
        --section-padding: 5rem var(--content-inline-padding);
    }
    .about-numbers .content__inner:after,
    .about-numbers .content__inner:before {
        top: 5rem;
        bottom: 5rem;
    }
    .about-numbers .content__inner:before {
        --column-end: 4;
    }
    .about-numbers .content__inner:after {
        --column-end: 8;
    }
    .about-numbers__block {
        grid-column-end: span 4;
        padding-bottom: 2.75rem;
    }
    .about-numbers__desc {
        font-size: 1.75rem;
        line-height: 1.25;
    }
    .about-why__info,
    .about-why__title {
        grid-column: 3/8;
    }
    .about-why__testimonials {
        grid-column: 4/10;
    }
    .about-why__testimonials__icon {
        left: -6rem;
        font-size: 20rem;
    }
    .about-story__info,
    .about-story__title {
        grid-column: 3/10;
    }
    .about-story {
        --section-padding: 5rem var(--container-inline-padding) 10rem;
        --small-header-margin: 1.75rem;
    }
    .about-why {
        --section-padding: 10rem var(--content-inline-padding) 7.5rem;
    }
    .about-why .content__inner {
        grid-template-rows: auto 1fr;
    }
    .about-why:before {
        top: -4.5rem;
        right: auto;
        left: calc(50% + 0.5rem);
        left: calc(50% + var(--page-grid-gutter) / 2);
        width: 53.25rem;
        height: 74.375rem;
    }
    .about-why__side {
        --aspect-ratio: 514/456;
        grid-row: 1/3;
        grid-column: 8/13;
    }
    .about-why__side img {
        top: -3.5rem;
        right: 0;
        left: auto;
        width: 95%;
    }
    .about-team {
        --section-padding: 10rem var(--content-inline-padding) 8.375rem;
    }
    .about-team__info,
    .about-team__title {
        grid-column: 3/8;
    }
    .about-team__info {
        margin-bottom: 1rem;
    }
    .about-team .content_inner {
        align-items: start;
    }
    .about-team__link {
        grid-column-start: 3;
    }
    .about-team__image {
        grid-row: 1/4;
        grid-column: 9/12;
    }
    .about-team__image:before {
        width: 18rem;
        height: 18rem;
    }
    .the-team .carousel__slide .carousel__images__person {
        bottom: 0;
        left: -10%;
        height: 80%;
    }
    .the-team
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: -9.25rem;
        left: -100%;
        background-image: url(assets/images/devices/lines-white-inverted.png);
        opacity: 0.8;
    }
    .the-team
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__lined {
        bottom: 1.75rem;
        left: 12.75rem;
        background-image: url(assets/images/devices/lines-white-inverted.png);
        opacity: 0.8;
    }
    .the-team .team-members .searchbar > form {
        grid-template-columns: 3fr 16.125rem 11.75rem;
    }
    .the-team .team-members .searchbar > form .drop-down__contents {
        left: 2.5rem;
    }
    .the-team .team-members {
        --section-padding: 8.75rem var(--content-inline-padding) 10rem;
    }
    .single-job-details {
        --section-padding: 5rem var(--content-inline-padding) 10rem;
    }
    .single-job-details__share {
        grid-column: 3/6;
    }
    .single-job-details__date {
        align-self: center;
        font-size: 1.25rem;
        grid-column: 6/9;
    }
    .single-job-details__info {
        grid-column: 3/9;
        font-size: 1.25rem;
    }
    .single-job-details__apply {
        grid-column-start: 3;
        margin-top: 1.125rem;
    }
    .single-job-details__print {
        margin-top: 1.125rem;
    }
    .related-roles {
        --section-padding: 10rem var(--content-inline-padding);
    }
    .related-roles:before {
        top: -12.5rem;
        right: auto;
        left: calc(60% + 0.5rem);
        left: calc(60% + var(--page-grid-gutter) / 2);
        width: 53.25rem;
        height: 74.375rem;
    }
    .related-roles .related-roles__list {
        grid-column: 3/12;
    }
    .single-sector .header__title {
        grid-column: 2/9;
    }
    .single-sector .header__subtitle {
        grid-column: 2/8;
    }
    .single-sector
        .sector-roles
        .listed-job:not(.listed-job--featured):first-child
        .listed-job__tags {
        top: -0.25rem;
    }
    .single-sector .sector-roles {
        --section-padding: 7.5rem var(--content-inline-padding) 10rem;
        --row-gap: 3rem;
    }
    .single-sector .sector-roles .jobs-container {
        grid-column: 3/12;
    }
    .single-sector .team-members {
        --section-padding: 10rem var(--content-inline-padding);
    }
    .single-sector .team-members__list {
        --page-grid: repeat(9, minmax(0, 1fr));
        grid-column: 3/12;
    }
    .single-sector .knowledge-section,
    .single-sector .team-members {
        overflow: hidden;
    }
    .single-sector .knowledge-section .content__inner,
    .single-sector .team-members .content__inner {
        position: relative;
    }
    .single-sector .knowledge-section .content__inner:before,
    .single-sector .team-members .content__inner:before {
        position: absolute;
        right: -8.875rem;
        width: 17.75rem;
        height: 17.75rem;
        background-image: url(assets/images/devices/lines-grey.png);
        background-size: contain;
        content: '';
        pointer-events: none;
    }
    .single-sector .team-members .content__inner:before {
        bottom: -8.875rem;
    }
    .single-sector .knowledge-section .content__inner:before {
        top: -8.875rem;
    }
    .careers .carousel__slide .carousel__content__heading {
        font-size: 6rem;
    }
    .careers .culture-section {
        --section-padding: 7.5rem var(--content-inline-padding) 10rem;
    }
    .careers .culture-section__title {
        grid-column: 3/8;
    }
    .reasons_video .culture-section__title {
        grid-column: 3/10;
    }
    .careers .culture-section__info {
        grid-column: 3/8;
        margin-bottom: 1rem;
    }
    .culture-section__image {
        grid-row: 1/4;
        grid-column: 9/12;
    }
    .careers .benefits-section {
        overflow: hidden;
    }
    .careers .benefits-section .content__inner {
        position: relative;
    }
    .careers .benefits-section .content__inner:before {
        position: absolute;
        top: 11rem;
        left: -4rem;
        width: 11.25rem;
        height: 11.25rem;
        background-image: url(assets/images/devices/lines-white.png);
        background-size: contain;
        transform: scaleX(-1);
        filter: brightness(80%);
        opacity: 0.6;
        content: '';
        pointer-events: none;
    }
    .careers .culture-section .content__inner:before {
        bottom: -6rem;
    }
    .careers .testimonials .content__inner:before {
        top: -5.25rem;
    }
    .benefits-section {
        --section-padding: 10rem var(--content-inline-padding);
    }
    .benefits-section__title {
        grid-column: 3/8;
    }
    .benefits-section__info {
        grid-column: 3/9;
    }
    .benefits-section:before {
        top: -12.5rem;
        right: auto;
        left: calc(60% + 0.5rem);
        left: calc(60% + var(--page-grid-gutter) / 2);
        width: 53.25rem;
        height: 74.375rem;
    }
    .benefits-section__list {
        grid-column: 3/12;
        margin-top: 1.5rem;
        columns: 2;
    }
    .benefits-section__list li {
        min-height: 70px;
    }
    .benefits-section__link {
        grid-column: 3/10;
        margin-top: 3.5rem;
    }
    .advance .image {
        grid-column: 3/9;
    }
    .advance .image img {
        width: 100%;
        margin-top: 60px;
    }
    .careers .jobs-section {
        --section-padding: 10rem var(--content-inline-padding);
    }
    .careers .jobs-section .jobs-container {
        grid-column: 3/13;
    }
    .careers .social-feed__container {
        grid-row: 2/3;
    }
    .careers .social-feed__controls,
    .careers .social-feed__switches {
        grid-row: 3/4;
    }
    .careers .carousel__slide .carousel__images__person {
        top: -1rem;
        left: 7.125rem;
        height: 120%;
    }
    .careers
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -10.5rem;
        left: 7.25rem;
        width: 17rem;
        height: 17rem;
    }
    .careers
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        bottom: 0.75rem;
        left: 21.625rem;
        width: 11.5rem;
        height: 11.5rem;
        opacity: 0.8;
    }
    .careers
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -10.5rem;
        left: 20.625rem;
        width: 32.375rem;
        height: 44.125rem;
    }
    .contact-us__main-heading,
    .contact-us__sub-heading {
        grid-column: 2/7;
    }
    .contact-us__main-heading {
        font-size: 5.5rem;
    }
    .contact-us__sub-heading {
        max-width: 97%;
        font-size: 1.25rem;
        line-height: 2rem;
        font-weight: 700;
    }
    .contact-us__great-wrapper {
        margin-top: -6rem;
        grid-column: 8/13;
    }
    .contact-us__devices {
        top: 18.25rem;
    }
    .contact-us__main {
        --section-padding: 7.5rem var(--content-inline-padding);
    }
    .contact-us__text {
        grid-column: 3/7;
    }

    .contact-us__form .wpcf7-form {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .contact-us__form .wpcf7-form-control.wpcf7-select,
    .contact-us__form .wpcf7-form-control.wpcf7-text,
    .contact-us__form .wpcf7-form-control.wpcf7-textarea,
    .contact-us__form [data-file] {
        padding: 1rem;
        font-size: 1.25rem;
    }
    .contact-us__form .wpcf7-submit {
        grid-column: 1/4;
        padding: 2rem 1.75rem;
        font-size: 1.25rem;
    }
    .contact-us__heading {
        font-size: 1.25rem;
    }
    .clients .carousel__slide .carousel__images {
        overflow: visible;
    }
    .clients .carousel__slide .carousel__images__person {
        bottom: 0;
        left: -11rem;
        height: 100%;
    }
    .clients
        .carousel__slide
        .carousel__images
        .carousel__images__devices--bg
        .carousel__images__devices__lined {
        display: none;
    }
    .clients .carousel__slide .carousel__images:after {
        width: 43.5rem;
        height: 27.75rem;
        background-position: 0 0, 25.125rem 9.375rem;
        background-size: 14rem, 18.375rem;
        transform: scaleX(-1);
    }
    .clients .carousel__slide .carousel__content .carousel__content__heading {
        grid-column: 2/10;
    }
    .clients-services {
        --section-padding: 6.25rem var(--content-inline-padding) 10rem;
        position: relative;
    }
    .clients-services .clients-services__info,
    .clients-services .clients-services__title {
        grid-column: 3/9;
    }
    .clients-services:before {
        position: absolute;
        bottom: -13.25rem;
        left: -3.75rem;
        width: 22rem;
        height: 22rem;
        background-image: url(assets/images/devices/lines-red-inverted.png);
        background-size: contain;
        content: '';
    }
    /* .clients-clients__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-column: 3/12;
    } */
    .clients-clients__logo:nth-child(4n):after,
    .clients-clients__logo:nth-child(4n):before,
    .clients-clients__logo:nth-child(-n + 4):after,
    .clients-clients__logo:nth-child(-n + 4):before {
        display: none;
    }
    .clients
        .carousel__slide
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -11rem;
        left: 18rem;
    }
    .clients
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -10.5rem;
        left: 4rem;
    }
    .error404__heading,
    .error404__para,
    .error404__subheading {
        grid-column: 2/8;
    }
    .error404 .button {
        grid-column-start: 2;
    }
    .error404__device--circle-white {
        right: 22.875rem;
        bottom: -4.375rem;
        width: 21.125rem;
        height: 21.125rem;
    }
    .error404__device--sausage {
        right: -13.125rem;
        bottom: -4.375rem;
        width: 40.25rem;
        height: 55rem;
        transform: none;
    }
    .error404__device--lines-white {
        right: -3.75rem;
        bottom: -6.875rem;
        width: 23.5rem;
        height: 23.5rem;
    }
    .error404__device--lines-red {
        right: 15.75rem;
        bottom: 25rem;
        width: 12.75rem;
        height: 12.75rem;
    }
}

@media only screen and (min-width: 1024px) {
    .sectors-section__link:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 0;
        height: 100%;
        background-color: var(--bar-color);
        transition: width 0.25s ease-in-out;
        content: '';
    }
    .sectors-section__link span:last-child {
        font-size: 1.25rem;
    }
    .sectors-section__link:hover:after {
        width: 100%;
    }
    .sectors-section__link:hover span {
        color: inherit;
    }
}

@media (max-width: 1024px){
	.areas_container{
		max-width: 100% !important;
	}
	.areas_container_div{
		display:block;
		padding: 13px;
	}
	
	.areas_container_item {
		margin: 30px 0 !important;
	}
	.header__buttons{
		padding:30px;
	}
	.latest-jobs__content-wrapper{
		/* padding:22px !important; */
        padding: 48px 22px 30px !important;
	}

    .latest-jobs__content-wrapper{
        padding-bottom: 40px;
    }
	.latest-jobs{
		padding-bottom: 30px !important;
	}
}

@media (max-width: 640px){
	.getintouch_container {
		max-width: 100% !important;
		padding: 80px 21px;
		display: block;
		float: left;
	}
	.getintouch_Box, .getintouch_Form {
		width: 100%;
		margin-right: 0;
	}
	.contact-section{
		top: 38px !important;
	}
}

@media (max-width: 85.3125rem) {
    /* .footer__main__section .contact-footer {
        grid-row: 1/2;
    }
    .footer__main__section .social-footer {
        grid-row: 3/4;
    }
    .footer__main__section .internal-footer {
        grid-row: 2/3;
    } */
    .single-job .header__jobtags li,
    .single-sector .header__jobtags li {
        flex: 1 0;
        text-align: center;
    }
    .about-why__testimonials__list {
        margin-top: 3rem;
        margin-left: 3rem;
    }
    .careers .jobs-section .jobs-section__title {
        grid-column: 1/-1;
    }
    .social-feed__controls {
        justify-self: start;
        margin-top: 20px;
        grid-row: 3;
    }
    .benefits-section__title {
        margin: 25px 0;
    }
    section.content.interest .interest_button {
        grid-column: 1/-1;
        margin-left: 0;
        margin-top: 0;
    }
    section.content.interest .interest_button a {
        margin-left: 0;
    }
}
@media (max-width: 39.9375rem) {
    .navigation-menu__internal .menu-item:nth-child(-n + 3) {
        font-size: 1.625rem;
        line-height: 1.55;
    }
    .button {
        grid-column: 1/-1;
    }
    .content__title {
        white-space: nowrap;
    }
    .carousel__images__person {
        bottom: -2rem;
        left: -20%;
    }
    .page-id-32735 .carousel__images__person {
        bottom: 7rem;
    }
    .contact-section .content__small-header {
        display: none;
        visibility: hidden;
    }
    .social-feed .content__small-header {
        margin-bottom: 1rem;
    }
    .about-section {
        --small-header-span: span 3;
    }
    .about-section .content__inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .home .carousel__slide .carousel__images__devices__lined,
    .home .carousel__slide .carousel__images__devices__solid {
        transform: none !important;
    }
    .home
        .carousel__slide[data-slide='0']
        .carousel__images
        .carousel__images__person {
        bottom: -3rem;
        left: -30%;
        height: 100%;
    }
    .home
        .carousel__slide[data-slide='1']
        .carousel__images
        .carousel__images__person {
        bottom: -1rem;
        left: -35%;
        height: 110%;
    }
    .home .carousel__slide[data-slide='2'] .carousel__content__heading {
        font-size: 2.125rem;
    }
    .home
        .carousel__slide[data-slide='2']
        .carousel__images
        .carousel__images__person {
        bottom: 1.5rem;
        left: -20%;
        height: 96%;
    }
    .lfw-section .content__inner:before {
        display: none;
        right: -5rem;
        bottom: -12.5rem;
        width: 16.375rem;
        height: 16.375rem;
    }
    .live-jobs .searchbar .drop-down {
        grid-column: 1/-1;
    }
    .about-numbers__block:not(:first-child) {
        margin-top: 2.5rem;
    }
    .team-person:not(:first-child) {
        margin-top: 1.25rem;
    }
    .team-person__info {
        margin-left: 8.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.375rem;
    }
    .team-person__photo {
        position: absolute;
        bottom: 0;
        left: -8.25rem;
    }
    .single-job-details__print {
        display: none;
        visibility: hidden;
    }
    .single-job .contact-section__title {
        width: 75%;
    }
    .careers .carousel__slide .carousel__images__person {
        bottom: 1rem;
        left: -2rem;
    }
    .clients .carousel__slide .carousel__images:after {
        width: 11rem;
        height: 11rem;
        background-size: 6.625rem, 11rem;
    }
    .clients
        .carousel__slide
        .carousel__images
        .carousel__images__devices--fg
        .carousel__images__devices__solid {
        bottom: -2rem;
        left: -2rem;
    }
    .clients
        .carousel__slide
        .carousel__images
        .carousel__images__devices--bg
        .carousel__images__devices__solid {
        bottom: -3rem;
        left: 7rem;
    }
    .clients-clients__logo:nth-child(2n):after,
    .clients-clients__logo:nth-child(2n):before,
    .clients-clients__logo:nth-child(-n + 2):after,
    .clients-clients__logo:nth-child(-n + 2):before {
        display: none;
    }
    .clients
        .carousel__slide
        .carousel__images__devices--fg
        .carousel__images__devices__lined {
        left: 0.875rem;
    }
}
@media (min-width: 50rem) {
    .navigation-menu__internal .menu-item:nth-child(-n + 3) {
        font-size: 2.25rem;
    }
}
@media (min-width: 60rem) {
    .carousel__background {
        background-image: var(--header-large);
    }
    .about-story__side {
        margin-top: 1.5rem;
    }
    .about-story__side,
    .clients-services__circles {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media (min-width: 60rem) and (max-width: 85.3125rem) {
    .carousel__images {
        left: 65%;
    }
}
@media (max-width: 39.9375rem), (min-width: 85.375rem) {
    .lfw-section .content__inner:before {
        display: none;
        position: absolute;
        background-image: url(assets/images/devices/large-lines-light.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        content: '';
    }
}
@media (min-width: 40rem) and (max-width: 59.9375rem) {
    .about-story__side__block:nth-child(n + 3) {
        grid-column-start: 2;
    }
    .careers .carousel__slide .carousel__images {
        left: 60%;
    }
    .clients-services__circles__block:nth-child(n + 3) {
        grid-column-start: 2;
    }
}

section.day_in_life_carousel {
    position: relative;
}
#day_in_life_carousel {
    position: relative;
}
#day_in_life_carousel .carousel_slide {
    position: relative;
    height: 572px;
    overflow: hidden;
}
#day_in_life_carousel .carousel_slide .carousel__images {
    /*left: 55%;*/
}
#day_in_life_carousel .carousel__images__devices {
    bottom: auto;
    right: 20%;
}
#day_in_life_carousel
    .carousel__images__devices
    .carousel__images__devices__solid {
    right: -30%;
    width: 500px;
    position: relative;
}
#day_in_life_carousel
    .carousel__images__devices
    .carousel__images__devices__solid
    img {
    width: 100%;
}
#day_in_life_carousel .carousel__images__person {
    height: 100%;
}
#day_in_life_carousel
    .carousel__images__devices.carousel__images__devices--fg
    .carousel__images__devices__solid {
    width: 250px;
    top: 400px;
    left: 0;
}
@media (min-width: 85.375rem) {
    #day_in_life_carousel .carousel__content__heading {
        font-size: 56px;
    }
    #day_in_life_carousel .carousel__content__subheading {
        font-size: 26px;
    }
}
#day_in_life_carousel .carousel__content__heading {
    color: white;
}
#day_in_life_carousel .carousel__content__subheading {
    color: white;
}
@media (min-width: 85.375rem) {
    #day_in_life_carousel .carousel__content__subheading {
        grid-column: 2/8;
    }
}
#day_in_life_carousel .carousel__content-wrapper {
    position: relative;
}
#day_in_life_carousel .carousel__images__person {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.75s ease-in-out 0.5s, transform 0.75s ease-in-out 0.5s;
}
#day_in_life_carousel .nav_buttons {
    position: relative;
    grid-column: 5/7;
}
#day_in_life_carousel .slick-current .carousel__images__person {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
#day_in_life_carousel button.slick-arrow {
    position: absolute;
    bottom: 13px;
    left: -55px;
    background-image: url(assets/images/icons/arrow-button-light.png);
    background-color: transparent;
    border: none;
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    cursor: pointer;
    z-index: 1;
    transform: rotate(180deg);
    opacity: 0.3;
}
#day_in_life_carousel button.slick-arrow.slick-next {
    left: 40px;
    transform: rotate(0deg);
    opacity: 1;
}
#day_in_life_carousel a.full_article_link {
    background-color: white;
    padding: 35px 45px;
    text-align: center;
    max-width: 240px;
    color: #e63f46;
    font-size: 18px;
    font-weight: 700;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border: 1px solid;
    grid-column: 2/5;
    margin-top: 25px;
}
#day_in_life_carousel a.full_article_link:hover {
    color: var(--white);
    background-color: transparent;
}
#day_in_life_carousel .carousel__images__devices__lined {
    width: 220px;
    bottom: -116px;
    left: -104%;
}
#day_in_life_carousel .carousel__images__devices__lined img {
    width: 100%;
}
section.day_in_life_carousel .quotemark {
    font-weight: 700;
    font-size: 21rem;
    line-height: 0;
    position: absolute;
    bottom: 180px;
    opacity: 0.2;
    transform: rotate(180deg);
    color: white;
    left: 80px;
}
section.day_in_life_carousel .carousel__content {
    position: relative;
}
section.reasons_video .nav_buttons {
    grid-column: 3/5;
    grid-row: 3;
    margin-top: 40px;
    z-index: 1;
}
section.reasons_video .nav_buttons button.slick-arrow {
    background-image: url(assets/images/icons/arrow-button-light.png);
    background-color: transparent;
    border: none;
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    cursor: pointer;
    z-index: 1;
    transform: rotate(180deg);
    opacity: 0.3;
}
section.reasons_video .nav_buttons button.slick-arrow.slick-next {
    margin-left: 30px;
    transform: rotate(0deg);
    opacity: 1;
}
@media (max-width: 85.375rem) {
    #day_in_life_carousel .carousel_slide .carousel__images {
        height: 55%;
        bottom: 0;
        left: 20%;
    }
    #day_in_life_carousel
        .carousel__images__devices
        .carousel__images__devices__solid {
        right: -16%;
        width: 300px;
        top: 50px;
    }
    #day_in_life_carousel
        .carousel__images__devices.carousel__images__devices--fg
        .carousel__images__devices__solid {
        top: 290px;
        width: 150px;
    }
    #day_in_life_carousel .carousel__images__devices__lined {
        display: none;
    }
    #day_in_life_carousel a.full_article_link {
        padding: 12px 20px;
        font-size: 12px;
        grid-column: 1/-1;
        max-width: 140px;
    }
    #day_in_life_carousel button.slick-arrow {
        left: 10px;
    }
    #day_in_life_carousel button.slick-arrow.slick-next {
        left: 80px;
    }
    section.advance .advance__images .advance__images__layer_white_sausage {
        display: none;
    }
    section.advance .advance__images .advance__images__layer_linedevice {
        display: none;
    }
    section.advance .image {
        grid-column: 1/5;
        margin: 40px 0 0 0;
    }
    section.advance .image img {
        width: 100%;
    }
    #day_in_life_carousel .nav_buttons {
        grid-column: 3/5;
    }
    section.day_in_life_carousel .carousel__images__devices__red_lined {
        display: none;
    }
    section.day_in_life_carousel .carousel__images__devices__lined {
        display: none;
    }
    #day_in_life_carousel .carousel__content {
        padding-top: 2.5rem;
    }
    #day_in_life_carousel .carousel_slide {
        height: 600px;
    }
    section.content.reasons_video {
        overflow: hidden;
        padding: 40px 0;
    }
    section.content.reasons_video
        .reasons_video__images
        .reasons_video__images__layer_sausage {
        right: -35px;
        width: 180px;
        top: 260px;
    }
    section.content.reasons_video
        .reasons_video__images
        .reasons_video__images__layer_circle {
        top: 400px;
        width: 95px;
    }
    section.content.reasons_video
        .reasons_video__images
        .reasons_video__images__layer_linedevice {
        display: none;
    }
    section.content.reasons_video .culture-section__title {
        margin: 25px 0;
    }
    section.content.reasons_video .reasons_video_video {
        margin-top: 0;
    }
    section.content.interest {
        padding: 40px 0;
    }
    section.advance {
        padding: 40px 0;
    }
    section.content.interest.ready_to_apply {
        padding: 0 0 40px 0;
    }
    section.day_in_life_carousel .quotemark {
        bottom: 110px;
        left: 10px;
    }
    section.reasons_video .nav_buttons {
        grid-column: 1/5;
        grid-row: 4;
    }
}
#day_in_life_carousel .slick-list {
    overflow: visible;
}
section.day_in_life_carousel .carousel__images__devices__red_lined {
    bottom: -80px;
    width: 168px;
    right: 20px;
    position: absolute;
}
section.day_in_life_carousel .carousel__images__devices__red_lined img {
    width: 100%;
}
section.day_in_life_carousel .carousel__images__devices__lined {
    position: absolute;
    bottom: -113px;
    width: 220px;
    left: 50px;
}
section.day_in_life_carousel .carousel__images__devices__lined img {
    width: 100%;
}
li.team-person.hide {
    display: none;
}

/* About us - Testimonials */
.reviews-block {
    margin-top: 64px;
    padding-top: 48px;
    padding-bottom: 13px;
    background-color: #f4f4f4;
}
/* .reviews,
.gr-reviews-info {
    background-color: #F4F4F4 !important;
} */
.reviews-btn {
    width: 16.3rem !important;
    background-color: var(--arthur-red) !important;
    border: 1px solid var(--arthur-red) !important;
    padding: 1.47rem 0.75rem !important;
    font-size: 1.25rem !important;
    line-height: 0.9375rem !important;
    margin: 0 auto !important;
    background-image: none !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
}

.reviews-btn:hover,
.reviews-btn:focus {
    color: var(--arthur-red) !important;
    background-color: transparent !important;
}

/* GR info */
.gr-info-reviews-logo,
.gr-reviews-info-label {
    display: none;
}
.reviews-footer-powered {
    color: var(--dark-grey-2) !important;
    font-style: initial !important;
    font-size: 15px !important;
}
.review-item-comment {
    padding: 40px 24px !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    font-style: initial !important;
    font-weight: 500 !important;
    text-align: left !important;
}
.review-item-reviewer-name {
    display: none !important;
}
.reviews-main {
    position: relative;
    z-index: 7;
}
.review-item-reviewer-job {
    text-overflow: initial !important;
    white-space: initial !important;
    padding-bottom: 5px !important;
}
.green-gr-reviews-stars-border .rating {
    border: 0 !important;
}

.certifiable {
    width: 100% !important;
    padding: 0 !important;
    background-color: transparent !important;
}
.rating {
    display: flex !important;
    padding: 0 !important;
}
.gr-reviews-info-main img,
.review-item-reviewer-stars img,
.review-item-reviewer-gr {
    opacity: 0;
    transition: all 0.3s;
}
.visible {
    opacity: 1 !important;
}

.slick-active .review-item-comment {
    box-shadow: 0px 2px 10px #00000014;
}
.review-item-comment {
    background-color: var(--white) !important;
}
.review-item-comment:after {
    border-right-color: var(--white) !important;
}
.reviews {
    width: 100% !important;
}
@media screen and (max-width: 768px) {
	.header__buttons__link {
        height: 5.5rem;
    }
    .review-item-comment:after {
        border-bottom-color: var(--white) !important;
        border-right-color: transparent !important;
    }
    .review-item-reviewer-info {
        width: 100%;
        max-width: 400px !important;
        text-align: left !important;
    }
    .review-item-reviewer {
        width: 100% !important;
    }
    .review-item-comment:after {
        left: 50% !important;
    }
    .great-recruiters__content {
        grid-column: 1/12;
    }
    .great-recruiters__reviews-wrapper {
        margin-top: 40px;
        grid-column: 1/12;
        max-width: 450px;
    }
    .great-recruiters__text {
        font-size: 16px !important;
    }
    .great-recruiters {
        padding-bottom: 25px !important;
        padding-top: 25px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
    .great-recruiters__content {
        grid-column: 1/7;
    }
    .great-recruiters__reviews-wrapper {
        margin-top: 55px;
        grid-column: 1/12;
        max-width: 450px;
    }
}
@media screen and (min-width: 1366px) {
    .great-recruiters__reviews-wrapper {
        display: flex;
        align-items: center;
        grid-column: 8/12;
        height: fit-content;
        margin: auto;
        padding: 40px;
    }
    .great-recruiters__content {
        grid-column: 2/7;
    }
    .great-recruiters__copy-to {
        display: flex !important;
    }
}
@media screen and (min-width: 992px) {
    .reviews {
        width: 900px !important;
    }
    .review-item-comment {
        width: 65% !important;
    }
}
.reviews-header {
    display: none;
}
#gr-score-company {
    width: 11rem;
}

.contact-us__header #gr-score-company::after,
.carousel__content-wrapper #gr-score-company::after,
.great-recruiters #gr-score-company::after {
    content: 'Powered by Great RecruitersÂ®';
    position: relative;
    font-size: 12px;
}

.contact-us__header #gr-score-company::after {
    color: var(--dark-grey-2);
    top: -0.9rem;
}
.carousel__content-wrapper #gr-score-company::after {
    color: var(--white);
    top: -1.2rem;
}
.about-us .reviews,
.about-us .reviews-header {
    background-color: #f4f4f4;
}

/* Reviews */
.slick-dots li button {
    background: var(--white) !important;
    border-radius: 50% !important;
    border: 1px solid var(--arthur-red) !important;
    height: 10px !important;
    width: 10px !important;
}

.slick-active::after {
    background: var(--arthur-red) !important;
    border-radius: 50% !important;
    height: 12px !important;
    width: 12px !important;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-dots li button:before,
.slick-dots li button:after {
    display: none !important;
}

.reviews-list {
    display: none !important;
}

.slick-initialized {
    display: block !important;
}

.slick-initialized .slick-slide {
    margin: 0 20px !important;
}

/* Homepage - GR */
.great-recruiters {
    display: grid;
    padding-bottom: 35px;
    padding-top: 35px;
    background: #f4f4f4;
}

.great-recruiters__title {
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 28px;
}

.great-recruiters__text {
    padding-bottom: 20px;
    color: #666666;
    font-size: 20px;
}

.great-recruiters__certified {
    height: 70px;
    margin-right: 32px !important;
    padding-right: 32px;
    border-right: 1px solid #000000;
}

.great-recruiters__button {
    color: var(--arthur-red);
    font-size: 20px;
    font-weight: 700;
}

.great-recruiters__button svg {
    height: 16px;
}

.great-recruiters__copy-to {
    display: inline-block;
}

.great-recruiters__copy-to #gr-score-company {
    margin: auto;
}

.great-recruiters .gr-reviews-info-link {
    color: var(--black) !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

/*** Scammer Notice ***/
.scammer-notice {
    display: flex;
    font-size: 16px;
    color: #fff;
}

.scammer-notice a {
    border-bottom: 1px solid white;
}

.scammer-notice img {
    width: 32px;
    height: 32px;
}

.scammer-notice__notice {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 24px;
    background-color: #b60038;
    font-weight: 700;
}

.scammer-notice__notice p {
    margin-left: 16px;
}

.scammer-notice__message {
    z-index: 1000;
    width: 100%;
    display: none;
    top: 48px;
    position: absolute;
    padding: 16px;
    background-color: #e40046;
    font-weight: 400;
}

/*** Accordion animation **/
.scammer-notice__accordion-action {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: auto;
    cursor: pointer;
}

.scammer-notice__accordion-action::before,
.scammer-notice__accordion-action::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 37%;
    transform-origin: center;
    width: 20.437px;
    height: 2.19px;
    background-color: #fff;
    transition: transform 0.2s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 1;
}

.scammer-notice__accordion-action::after {
    transform: rotate(90deg);
    left: 39%;
    top: 50%;
}

.scammer-notice.active .scammer-notice__accordion-action::after {
    transform: rotate(135deg);
}

.scammer-notice.active .scammer-notice__accordion-action::before {
    transform: rotate(-135deg);
}

.scammer-notice.active .scammer-notice__message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 783px) {
    .scammer-notice.active .scammer-notice__message {
        top: 0;
        transform: translateY(50%);
    }
}

/** Admin Styles **/
.admin-bar .scammer-notice.active .scammer-notice__message {
    top: 94px;
}

@media (min-width: 783px) {
    .admin-bar .scammer-notice.active .scammer-notice__message {
        top: 32px;
        transform: translateY(50%);
    }
}

@media (max-width: 640px) {
    .clients-clients__logo {
        flex: 0 0 50%;
    }
}

/*** Scammer Responsive **/
@media (min-width: 85.375rem) {
    .scammer-notice__notice {
        justify-content: flex-end;
        width: 325px;
    }

    .scammer-notice__message p {
        margin-right: 8px;
    }

    .scammer-notice__message {
        display: flex;
        flex-direction: row;
        position: relative;
        transform: translateY(0%);
        top: 0;
        flex-grow: 1;
        justify-content: flex-start;
        align-items: center;
        padding: 8px 0 8px 40px;
    }

    .scammer-notice__accordion-action {
        display: none;
    }
}