@import url("//hello.myfonts.net/count/2f9e5e");@font-face {
    font-family: "Pluto Sans Condensed";
    src: url("/assets/font/PlutoSansCondRegular.eot");
    src: url("/assets/font/PlutoSansCondRegular.woff") format("woff"),url("/assets/font/PlutoSansCondRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "Pluto Sans";
    src: url("/assets/font/PlutoSansBold.eot");
    src: url("/assets/font/PlutoSansBold.woff") format("woff"),url("/assets/font/PlutoSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "Pluto Sans";
    src: url("/assets/font/PlutoSansMedium.eot");
    src: url("/assets/font/PlutoSansMedium.woff") format("woff"),url("/assets/font/PlutoSansMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: "Pluto Sans";
    src: url("/assets/font/PlutoSansLight.otf");
    font-style: normal;
    font-weight: 100
}

.hero-carousel .responsive-carousel .responsive-carousel-body .nav {
    margin: 0 10px!important;
}

.p-column-container {
  all: initial;
  width:100% !important;
}

.rte-content  {
  all: initial;
  width:100% !important;
}

.responsive-carousel .responsive-carousel-body .nav:last-of-type {
    right: 10px;
}

.hero__content>a {
    display: none;
}

.hero {
    background-color: #f7f7ef;
}

.hero__bgd {
    height: 65%;
    background-size: cover;
    background-position: 50% 50%!important;
    overflow: hidden;
}

.hero--left .hero__content-wrap, .hero--right .hero__content-wrap {
    background-color: rgba(48,62,70,0);
}

.hero__content {
    color: #f5f5f5;
    width: 100%;
    padding: 45px 20px 45px;
}

.rte-columns__column {
    margin-bottom: 20px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

body {
    font-family: "Pluto Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    width: 100vw;
}

h1, h2, h3, h4, h5, h6, .hero__byline {
    font-family: "Pluto Sans", Arial, Helvetica, sans-serif;
}

.heading-style--h2, #h2-player-green {
    font-size: 1.75rem;
    margin: 0;
}

#h2-player-green {
	color: #80c342;
}

.heading-style--h3 {
    font-size: 1.125rem;
    margin: 0;
}

.text-style--paragraph {
    margin: 0;
    line-height: 1.4;
}

.text-style--profile {
    margin: 0;
    line-height: 1.4;
    padding: 0.5rem 0;
}

.container {
    width: 100%;
    margin: auto;
    padding: 0 1rem;
}

.container--standard {
    max-width: 1248px;
}

.container--large {
    max-width: 1440px;
}

.button-campaign {
    display: inline-block;
    border-radius: 0.5rem;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    transition: all .2s ease-in-out;
}

.button-campaign--primary {
    background-color: #80C342;
    color: #303E46;
}

.button-campaign--secondary {
    background-color: #303E46;
    color: #FFFFFF;
}

.button-campaign--primary:hover {
    background-color: rgba(128, 195, 66, 0.7);
}

.button-campaign--secondary:hover {
    background-color: rgba(48, 62, 70, 0.7);
}

.button-link-campaign {
    text-decoration: underline;
    font-size: 0.875rem;
    transition: all .3s ease-in-out;
}

.button-link-campaign--alt {
    color: #FFFFFF;
}

.heading--standard {
    color: #303E46;
    padding: 0;
}

.heading--profiles {
    text-align: center;
    padding: 2.5rem 0;
}

.heading--alt {
    color: #80C342;
}

.heading--light {
    color: #FFFFFF;
}

.text--standard {
    color: rgb(102,102,102);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.25px;
}

.text--alt {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.25px;
}

.bg--primary-2 {
    background-color: #303E46;
}

.bg--secondary {
    background-color: #F5F5F5;
}

.spacer {
    width: 100%;
    display: block;
}

.spacer--medium {
    padding-bottom: 5rem;
}

.spacer--large {
    padding-bottom: 2rem;
}

.spacer--xlarge {
    padding-bottom: 5rem;
}

/* HERO COMPONENT -- BG image / video */

.hero-main {
    background-color: #303E46;
    position: relative;
}

.hero-main__bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-main__bg-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #303E46;
    opacity: 0;
}

.hero-main__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 10%;
}

.hero-main__content-cnt {
    padding: 5.5rem 0;
    position: relative;
    z-index: 1;
    max-width: 30rem;
}

.hero-main__logo {
    max-width: 4.5rem;
    max-height: 1.75rem;
}

.hero-main__heading {
    font-size: 3rem;
    margin: 0;
    margin-top: 2rem;
}

.hero-main__description {
    font-family: "Pluto Sans", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 1rem;
    font-size: 1rem;
}

/* PROFILE VIDEOS */

.video-profile-main {
    background-color: #F5F5F5;
    position: relative;
}

.video-profile-main__bg-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 0;
}

.video-profile-col {
    display: flex;
    flex-direction: column;
}

.player-videos {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    justify-content: space-between;
    row-gap: 0rem;
}

.player-videos p {
    text-align: center;
}

.heading-style--h3 {
    padding-bottom: 1rem;
}

/* TWO COLUMN COMPONENT -- Standard */

.two-col__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 2.5rem 0;
    row-gap: 2rem;
}

.two-col__heading {
    max-width: 27rem;
}

.two-col__description {
    font-size:  .9375rem;
    letter-spacing: -0.25px;
    line-height: 1.467;
}

/* VIDEO COMPONENT -- Full height */

.full-video {
    position: relative;
    width: 100vw;
    background-color: #303E46;
    z-index: 2;
}

/* SLIDER COMPONENT */

.card-slider {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.card-slider__heading {
    text-align: center;
}

.card-slider__slider {
    margin-top: 1.5rem;
    overflow-x: auto;
    width: calc(100vw - 1rem);
}

.card-slider__cards-container {
    display: flex;
    gap: 2.5rem;
    width: 100%;
    min-width: max-content;
    padding-right: 1rem;
}

.card-slider__card {
    width: 70vw;
    min-width: 14rem;
    max-width: 18rem;
    background-color: #303E46;
    border-radius: 0.5rem;
    flex-shrink: 0;
    box-shadow: 0px 4px 10px 0px #0000000D;
}

.card-slider__card-content {
    padding: 2rem 1rem;
}

.card-slider__card-callout {
    font-family: "Pluto Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.35;
    color: #FFFFFF;
    margin: 0;
    margin-top: 1.25rem;
    overflow-wrap: break-word;
}

.card--callout {
    min-height: 24rem;
}

.card--tile {
    min-height: 40.75rem;
}

.card-slider__card-description {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    color: #FFFFFF;
}

.card-slider__card-link {
    margin-top: 1rem;
}

/* LEFT/RIGHT CONTENT COMPONENT */

.left-right__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.left-right__content-col {
    position: relative;
    order: 2;
}

.left-right__content {
    display: flex; 
    flex-direction: column;
    row-gap: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    max-width: 32.5rem;
}

.left-right__content-bg {
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    z-index: -1;
    left: -1rem;
}

.left-right__asset {
    aspect-ratio: 3 / 2;
    background-color:#303E46;
    position: relative;
    order: 1;
}

.left-right__asset-image {
    position: absolute;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: -1rem;
    top: 0;
    max-width: none;
}

.left-right__video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* TILES COMPONENT -- 2 x 2 */

.tiles {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.tiles__heading {
    text-align: center;
}

.tiles__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 0.75rem;
    row-gap: 2rem;
}

.tiles__tile {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 10px 0px #0000000D;
}

.tiles__tile-img-cnt {
    background-color: white;
    aspect-ratio: 3/2;
    border-top-left-radius: 0.5rem; 
    border-top-right-radius: 0.5rem;
    position: relative;
    max-height: 17.5rem;
    width: 100%;
}

.tiles__tile-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    object-fit: cover;
    object-position: 50% 20%;
}

.tiles__tile-content {
    border-bottom-left-radius: 0.5rem; 
    border-bottom-right-radius: 0.5rem;
    padding: 1.5rem;
    background-color: #FFFFFF;
    flex-grow: 1;
}

.tiles__tile-description {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    padding-bottom: 1rem;
}

.tile-content--colour-1 {
    background-color: #AAD8C8;
}

.tile-content--colour-2 {
    background-color: #F15A24;
}

.tile-content--colour-3 {
    background-color: #F7931E;
}

.tile-content--colour-4 {
    background-color: #2FB3B6;
}

/* FEATURE VIDEO COMPONENT */

.feature-video {
    padding: 2.5rem 0;
}

.feature-video__container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.feature-video__video-container {
    width: 100%;
    max-width: 82rem;
    margin: auto;
}

.feature-video__description {
    text-align: center;
    max-width: 42rem;
}

/* PARTNER LOGOS COMPONENT */

.careers-next-steps {
    padding: 2rem 1rem;
}

.careers-next-steps__grid {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 3.25rem;
}

.careers-next-steps__heading {
    text-align: center;
}

.careers-next-steps__logo-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0.5rem;
    width: 100%;
    max-width: 20rem;
    height: auto;
    margin: auto;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}

.careers-next-steps__logo-item>img {
    width: 140px;
    height: auto;
    border-radius: 0.5rem 0 0 0.5rem;
}

.partner-logo-item--standard {
    background-color: #303E46;
    box-shadow: 0px 4px 6px 0px #00000040;
}

.careers-next-steps__logo-item a {
    padding: 1rem;
    font-weight: 600;
}

.partner-logo-item--alt {
    background-color: #FFFFFF;
}

.careers-next-steps__logo {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.partner-logo--standard {
    max-height: 3.875rem;
}

.partner-logo--small {
    max-height: 1.75rem;
}

@media screen and (min-width: 640px) {

    .hero__bgd {
        height: 100%;
    }

    /* TILES COMPONENT -- 2 x 2 */

    .tiles__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 2rem;
    }

    /* PARTNER LOGOS COMPONENT */

    .careers-next-steps__grid {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {

.hero__bgd {
    height: 70%;
}

.heading-style--h2, #h2-player-green {
    font-size: 2.5rem;
}

.heading-style--h3 {
    font-size: 1.5rem;
}

.button-link-campaign {
    font-size: 1rem;
}

.spacer--large {
    padding-bottom: 9rem;
}

.spacer--xlarge {
    padding-bottom: 12.75rem;
}

/* HERO COMPONENT -- BG image / video */

.hero-main {
    background-color: #303E46;
    height: 100%;
    max-height: 30rem;
}

.hero-main__bg-gradient {
    opacity: 0;
}

.hero-main__content-cnt {
    padding: 5.5rem 0;
}

.hero-main__heading {
    font-size: 3.5rem;
    margin-top: 2.5rem;
}

/* PROFILE VIDEOS */

.video-profile-main__bg-container {
	padding: 0 5rem;
}

.video-profile-col {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.player-videos {
    row-gap: 0rem;
    padding: 1rem 3rem;
    justify-content: flex-start;
}

.text-style--profile {
    font-size: 0.875rem;
    padding: 0rem;
}

/* TWO COLUMN COMPONENT -- Standard */

.two-col__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3rem;
    padding: 4rem 0;
}

/* SLIDER COMPONENT */

.card-slider {
    padding-top: 3rem;
    padding-bottom: 4.25rem;
}

.card-slider__card {
    max-width: 20rem;
}

.card-slider__card-content {
    padding: 2rem;
}

.card-slider__card-callout {
    font-size: 1.25rem;
    /* overflow-wrap: normal; */
}

.card--tile {
    max-width: 38rem;
    min-height: 37.875rem;
}

.card-slider__card-description, .card-slider__card-link {
    font-size: 1rem;
}

.card-slider__card-description {
    margin-top: 1.5rem;
}

/* LEFT/RIGHT CONTENT COMPONENT */

.left-right__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.left-right__content {
    row-gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    order: 1;
    max-width: 33rem;
}

.left-right__description {
    font-size:  .9375rem;
    letter-spacing: -0.25px;
    line-height: 1.467;
}

.content-content--left {
    padding-right: 1.5rem;
}

.content-content--right {
    padding-left: 1.5rem;
}

.left-right__asset {
    order: 2;
    aspect-ratio: auto;
    min-height: 32rem;
}

.left-right__asset-image {
    width: 50vw;
    max-width: 39rem;
}

.asset-image--left {
    left: auto;
    right: 0;
}

.asset-image--right {
    left: 0;
}

.left-right__content-bg {
    width: 50vw;
    left: auto;
}

.content-bg--right {
    left: 0;
}

.content-bg--left {
    right: 0rem;
}

/* TILES COMPONENT */

.tiles__grid {
    margin-top: 2.5rem;
}

.tiles__tile-description {
    font-size: 1rem;
    margin-top: 0.75rem;
}

/* FEATURE VIDEO COMPONENT */

.feature-video__description p {
    font-size: 1rem;
}

/* PARTNER LOGOS COMPONENT */

.careers-next-steps {
    padding: 3rem 1rem;
}

.careers-next-steps__grid {
    display: flex;
    flex-direction: row;
}

}

@media screen and (min-width: 1024px) {

    .hero__bgd {
        height: 70%;
    }

    /* FEATURE VIDEO COMPONENT */

    .feature-video__container {
        gap: 2.5rem;
    }

    /* CARD SLIDER COMPONENT */
    .card--callout {
        min-height:25rem;
    }

    /* PARTNER LOGOS COMPONENT */

    .careers-next-steps__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .careers-next-steps__logo-item {
        max-width: none;
        padding: 0rem;
        height: 100%;
    }
}

@media screen and (min-width: 1248px) {

    .hero__bgd {
        height: 100%;
    }

    /* LEFT/RIGHT CONTENT COMPONENT */

    .content-content--right {
        padding-left: 6rem;
    }

    .content-content--left {
        padding-left: 6rem;
    }

    .left-right__content-bg {
        max-width: 100%;
    }

    .left-right__asset-image {
        max-width: 100%;
    }
}

@media screen and (min-width: 1390px) {

    .hero__bgd {
        height: 100%;
    }

    /* CARD SLIDER COMPONENT */

    .card-slider__slider {
        width: calc(100vw - ((100vw - 1390px) / 2));
    }

    .card-slider__cards-container {
        padding-right: 2.5rem;
    }
}