<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&amp;amp;display=swap');

/* EXTRA LIGHT 200 */
@font-face {
    font-family: 'Source Sans Light';
    src: url('../../../wp-content/themes/bnssg/assets/fonts/SourceSansPro-ExtraLight.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

/* LIGHT 300 */
@font-face {
    font-family: 'Source Sans Light';
    src: url('../../../wp-content/themes/bnssg/assets/fonts/SourceSansPro-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

/* REGULAR 400 */
@font-face {
    font-family: 'Source Sans';
    src: url('../../../wp-content/themes/bnssg/assets/fonts/SourceSansPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

/* BOLD 600 */
@font-face {
    font-family: 'Source Sans SemiBold';
    src: url('../../../wp-content/themes/bnssg/assets/fonts/SourceSansPro-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

/* BOLD 700 */
@font-face {
    font-family: 'Source Sans Bold';
    src: url('../../../wp-content/themes/bnssg/assets/fonts/SourceSansPro-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

/* BOLD 900 */
@font-face {
    font-family: 'Source Sans Black';
    src: url('../../../wp-content/themes/bnssg/assets/fonts/SourceSansPro-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../../../wp-content/themes/bnssg/assets/fonts/GothamBook.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('../../../wp-content/themes/bnssg/assets/fonts/Gotham-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('../../../wp-content/themes/bnssg/assets/fonts/Gotham-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('../../../wp-content/themes/bnssg/assets/fonts/Gotham-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

@media (min-width: 1440px) {
    .worksBanner img.worksBannerDesk.adjust-bgTekken8 {display: block; height: 50vh !important;}
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}

body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
    /* max-height: -webkit-fill-available;

 */
    font-family: 'Gotham Book';
    touch-action: pan-x pan-y;
}

#cookie-law-info-bar {display: none !important;}

/* Universal */
.mob-show991 {
    display: none;
}

.mob-hide991 {
    display: block;
}
.mob-hide-767 {
    display: block;
}
.mob-show-767 {
    display: none;
}

.mob-hide {
    display: block;
}

.mob-show {
    display: none;
}

.padding0 {
    padding-left: 0px;
    padding-right: 0px;
}

.space5 {
    padding: 5px 0px;
}

.space10 {
    padding: 10px 0px;
}

.space15 {
    padding: 15px 0px;
}

.space20 {
    padding: 20px 0px;
}

.space30 {
    padding: 30px 0px;
}

.space40 {
    padding: 40px 0px;
}

.space50 {
    padding: 50px 0px;
}

.space60 {
    padding: 60px 0px;
}

.space70 {
    padding: 70px 0px;
}

.space80 {
    padding: 80px 0px;
}

.space100 {
    padding: 100px 0px;
}

.space150 {
    padding: 150px 0px;
}

.no-gutters {
    padding: 0px;
}

p {
    font-family: 'Gotham Book', san-serif;
    font-size: 14px;
}

.smallTitle {
    letter-spacing: 0.3em;
    font-family: 'Source Sans Bold';
    font-size: 16px;
    line-height: 21px;
    color: #E60000;
    text-transform: uppercase;
}

.smallShortTitle {
    font-family: 'Source Sans Black';
    letter-spacing: 0.1em;
    font-size: 22px;
    line-height: 28px;
    background: #F3BF30;
    background: -webkit-linear-gradient(90deg, #E60000 0%, #F3BF30 23%);
    background: -moz-linear-gradient(90deg, #E60000 0%, #F3BF30 23%);
    background: linear-gradient(90deg, #E60000 0%, #F3BF30 23%);
    background: -ms-linear-gradient(90deg, #E60000 0%, #F3BF30 23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.smallYellowTitle {
    letter-spacing: 0.4em;
    font-family: 'Source Sans Bold';
    font-size: 20px;
    line-height: 25px;
    color: #F3BF30;
    text-transform: uppercase;
}

.bigTitle {
    font-family: 'Source Sans Black';
    font-size: 46px;
    line-height: 52px;
    /* letter-spacing: 0.1em; */
    background: #E60000;
    background: -webkit-linear-gradient(to right, #E60000 30%, #F3BF30 60%);
    background: -moz-linear-gradient(to right, #E60000 30%, #F3BF30 60%);
    background: linear-gradient(to right, #E60000 30%, #F3BF30 60%);
    background: -ms-linear-gradient(to right, #E60000 30%, #F3BF30 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.bigShortTitle {
    font-family: 'Source Sans Black';
    font-size: 46px;
    line-height: 52px;
    /* letter-spacing: 0.1em; */
    background: #E60000;
    background: -webkit-linear-gradient(to right, #E60000 -10%, #F3BF30 60%);
    background: -moz-linear-gradient(to right, #E60000 -10%, #F3BF30 60%);
    background: linear-gradient(to right, #E60000 -10%, #F3BF30 60%);
    background: -ms-linear-gradient(to right, #E60000 -10%, #F3BF30 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.bigYellowTitle {
    font-family: 'Source Sans Black';
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 0.1em;
    background: #F37F20;
    background: -webkit-linear-gradient(90deg, #F36F20 8%, #FABE00 31%);
    background: -moz-linear-gradient(90deg, #F36F20 8%, #FABE00 31%);
    background: linear-gradient(90deg, #F36F20 8%, #FABE00 31%);
    background: -ms-linear-gradient(90deg, #F36F20 8%, #FABE00 31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.bigWhiteTitle {
    font-family: 'Source Sans Black';
    font-size: 46px;
    line-height: 50px;
    /* letter-spacing: 0.1em; */
    color: #ffffff;
    text-transform: uppercase;
}

.btnContact:hover {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}

.hr-line {
    background: #E60000;
    background: -webkit-linear-gradient(to right, #E60000 0%, #F3BF30 100%);
    background: -moz-linear-gradient(to right, #E60000 0%, #F3BF30 100%);
    background: linear-gradient(to right, #E60000 0%, #F3BF30 100%);
    display: block;
    width: 60px;
    height: 5px;
    margin: 10px 0px;
}

/* Universal */
#wpadminbar {
    position: fixed !important;
}

.navbar {
    width: 100%;
    padding: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.w-30 {
    width: 35%;
}

lock-scroll {
    overflow: hidden;
}

.navbar-brand img {
    width: 176px;
    max-width: 176px;
}

.mainSocials {
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.mainSocials li {
    padding: 0px 10px;
}

.mainFooterCurve {
    display: block;
    box-sizing: border-box;
    height: 100%;
    background: #F5F5F7;
    clip-path: ellipse(60% 100% at 50% 100%);
    padding-top: 80px;
}

.mainFooter {
    background: #F5F5F7;
    overflow: hidden;
}

.mainFooterContent {
    display: flex;
}

.mainFooterContent .mainSocials {
    padding-right: 0px;
    display: flex;
    padding-left: 0px;
    justify-content: center;
}

.footerLogo img {
    width: 189px;
    margin-bottom: 20px;
}

.mainFooterLeft {
    text-align: center;
    padding-right: 70px;
}

.mainFooterCenter ul {
    list-style: none;
    padding-left: 0px;
}

.mainFooterCenter ul {
    font-family: 'Source Sans SemiBold';
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
}

.mainFooterCenter li {
    padding-bottom: 5px;
}

.mainFooterCenter ul a {
    color: #000000;
    transition: ease 0.2s;
}

.mainFooterCenter ul a:hover {
    transition: ease 0.2s;
    color: #FABE00;
    text-decoration: none;
}

.mainFooterRight p {
    margin-bottom: 0px;
    color: #000000;
    font-family: 'Source Sans';
    font-style: normal;
    white-space: nowrap;
    font-size: 14px;
    line-height: 21px;
}

.mainFooterCenter {
    display: grid;
    grid-template-columns: repeat(3, 170px);
}

.bottomLine {
    width: 100%;
    position: relative;
    top: 5px;
    left: -25px;
    height: 12px;
}

.mainSlider .imageFill .bannerImg {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 70vh;
    min-height: 600px;
    object-fit: cover;
}

.mainSlider {
    position: relative;
    /* height: 70vh; */
    min-height: 600px;
    overflow: hidden;
    margin-bottom: 0px !important;
}

.mainSlider .item .imageFill .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .10);
}

.mainSlider .item .imageFill .info .infoText {
    margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainSlider .slick-dots button {
    border: 1px solid #F3BF30 !important;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
}

.mainSlider .slick-dots .slick-active button {
    border: 1px solid #F3BF30 !important;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #F3BF30;
    text-indent: -9999px;
}

.mainSlider .slick-dots li {
    margin: 0 0.25rem;
    width: 10px;
    height: 10px;
}

.mainSlider .slick-dots {
    bottom: 25px;
}

.infoTextDesc img {
    margin: auto;
}

.infoTextDesc h1 {
    font-size: 100px;
    line-height: 106px;
    font-family: 'Akhand';
    color: #ffffff;
    text-align: center;
}

.slick-initialized .slick-slide {
    position: relative;
}

.slick-initialized .slick-slide {
    display: block;
}

.artist-image {
    height: auto;
}

.navbar-fixed {
    top: 0;
    z-index: 99;
    position: fixed;
    width: 100%;
    background: #fff;
}

.navbarWhite {
    background: #ffffff;
}

.navbarWhite .mainMenu a {
    color: #ffffff;
}

.mainNavWrapper {
    position: relative;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.aboutUsSlider {
    display: grid;
    height: 100%;
    /* min-height: 350px; */
}

.aboutUsSlider .slick-track {
    height: 100%;
}

.aboutUsSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* height: 50vh; */
}

.aboutUsLeft {
    width: 50%;
    margin: auto;
}

.aboutUsLeftPac img {
    width: 80%;
}

.aboutUsRightStudio {
    background-image: url('../images/home/box-with-element.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mainAboutCompany {
    overflow: hidden;
}

.aboutUsRightStudio p {
    color: #ffffff;
}

.aboutUsRightStudioContent {
    width: 60%;
}

.aboutUsRightStudioContent .btn:hover {
    background: #ffffff;
    color: #000 !important;
}

.aboutUsRightStudioContent .btn:hover:after {
    filter: invert(0%) sepia(11%) saturate(2%) hue-rotate(323deg) brightness(-22%) contrast(100%);
}

.mainOurWorks {
    background: #162432;
}

.aboutUsRight {
    display: grid;
    padding-left: 0px;
}

.ourWorksTitle {
    text-align: center;
}

.ourWorksTitle p {
    color: #ffffff;
    line-height: inherit;
}

#programmeContent p {
    color: #fff;
}

#ourWorks {
    border-bottom: 0px;
    justify-content: center;
}

#ourWorks .nav-link p {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Source Sans Bold';
    padding: 0px 25px;
    color: #ffffff;
    font-size: 16px;
    /* â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“CHANGE HERE */
}

#ourWorks .nav-link.active {
    background: #F3BF30;
    /* border: 1px solid #FABE00; */
    box-sizing: border-box;
    border-radius: 50px;
}

#ourWorks .nav-link {
    background: transparent;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 50px;
    transition: ease 0.2s;
    margin: 10px;
    position: relative;
}

.ourWorksBtns {
    position: relative;
    z-index: 1;
}

#ourWorks .nav-link {
    background: none;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: normal;
    border: none;
    position: relative;
    vertical-align: middle;
    z-index: 3;
    overflow: hidden;
    /* border: 1px solid transparent; */
}

#ourWorks .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: none;
}

#ourWorks .nav-link:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.4s;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #E60000 -20%, #F3BF30 50%);
}

#ourWorks .nav-link:hover {
    cursor: pointer;
}

#ourWorks .nav-link:hover:after {
    width: 100%;
}

#ourWorks .nav-link.active:hover:after {
    width: 0% !important;
}

.mainJoinTheTeam {
    background-image: url('../images/home/theteam-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
    min-height: 840px;
    overflow: hidden;
}

.teamSlider img {
    width: 100%;
    /* object-fit: cover; */
    height: 100%;
}

.joinTheTeamLeft {
    display: flex;
    align-items: center;
    height: 100%;
}

.joinTheTeamLeftWrapper {
    width: 60%;
    margin: auto;
}

.teamSlider {
    overflow: hidden;
}

.teamSlider .slick-slide {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    border: none;
}

.mainFooterWrapper {
    /* overflow: hidden; */
    margin-top: -50px;
    position: relative;
    width: 100%;
}

.mainFooter hr {
    border-color: #F3BF30;
    width: 10%;
}

.joinTheTeamRight {
    overflow: hidden;
}

.aboutUsLeftPac {
    text-align: center;
}

.headerParts {
    background-image: url('../images/header/header-banner-desktop.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.headerParts {
    text-align: center;
    padding-top: 50px;
}

.headerParts .bigWhiteTitle {
    font-size: 50px;
    line-height: 55px;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.artistIvTitle {
    text-align: center;
}

.artistIvTitle .smallTitle {
    background: linear-gradient(90deg, #E60000 0%, #F3BF30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.artistsContent .bigYellowTitle {
    font-size: 30px;
    line-height: 36px;
}

.artistsContent {
    text-align: center;
    justify-content: center;
}

.artistsContentCol {
    padding: 30px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px;
    padding: 30px 30px 20px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
}

.artistsContentCol .bigTitle {
    background: unset;
    color: #F3BF30;
    -webkit-text-fill-color: unset;
    font-family: Source Sans Bold;
    font-size: 36px;
    line-height: 30px;
}

.missionVision .smallTitle,
.artistsContentCol .smallTitle {
    font-size: 16px;
    line-height: 20px;
    background: linear-gradient(90deg, #E60000 0%, #F3BF30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.artistsContentCol .midTitle {
    font-size: 24px;
    line-height: 20px;
}

.artistsContentCol p {
    margin-bottom: 0px;
}

.artistsContentCol .centerBtn {
    top: 20px;
}

.artistIV .bigTitle {
    font-size: 60px;
    line-height: 75px;
    background: -webkit-linear-gradient(90deg, #E60000 47%, #F3BF30 53%);
    background: -moz-linear-gradient(90deg, #E60000 47%, #F3BF30 53%);
    background: linear-gradient(90deg, #E60000 47%, #F3BF30 53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.artistsContentWrapper {
    margin-bottom: 30px;
}

.artistThumb {
    position: relative;
}

.artistThumb img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.studioPhotosTitle {
    text-align: center;
}

.sectionExcerpt {
    width: 60%;
    margin: auto;
}

.artistImg img {
    width: 100%;
}

.gamesShowcaseTitle {
    text-align: center;
}

.studioPhotosWrapper img {
    max-width: 100%;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.studioPhotosWrapper {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.studioPhotosWrapper figure {
    position: relative;
    margin: 0rem;
    max-height: 270px;
}

.studioPhotosWrapper figure a {
    color: black;
    text-decoration: none;
}

.studioPhotosWrapper .zoomBtn {
    /* grid-row: 2;



































    grid-column: 1; */
    background: #FABE00;
    padding: 10px;
    margin: 10px;
    width: 40px;
    justify-self: end;
    cursor: pointer;
    bottom: 0px;
    right: 0px;
    pointer-events: none;
    position: absolute;
}

/* .studioPhotosWrapper {



































    column-count: 3;



































    column-gap: 10px;



































} */
.studioPhotosWrapper .modal-body {
    padding: 0px;
}

.studioPhotosWrapper .modal-content {
    border: none;
}

.studioPhotosWrapper .close {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
    color: #000000;
    text-shadow: none;
    opacity: 1;
    font-size: 36px;
    font-weight: 400;
}

.studioPhotosMain {
    background-image: url('../images/studiophotos/studio-photos.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 70px;
}

.zoomBtn {
    border: 1px solid transparent;
    position: relative;
    display: flex;
    max-width: 230px;
    text-decoration: none;
    cursor: pointer;
}

.zoomBtn {
    position: relative;
    display: inline-block;
    padding: 15px 50px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: #ED3422;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    border-radius: 0px;
    color: #fff;
}

.zoomBtn {
    background: #FB3FDE;
    color: #fff;
    display: inline-block;
    font-family: sans-serif;
    padding: 15px 20px 14px;
    position: relative;
    text-decoration: none;
}

.zoomBtn,
.zoomBtn:before {
    box-sizing: border-box;
}

.zoomBtn:before {
    border: 1px solid #FABE00;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    transition: 0.1s ease-out;
}

.zoomBtn a {
    text-decoration: none;
    color: #fff;
}

.item:hover .zoomBtn:before {
    transition: 0.1s ease-in;
    top: 5px;
    left: 5px;
}

.btn {
    border-radius: 5px;
    background-color: #ED3422;
    border: none;
    color: #fff;
    text-align: center;
    font-family: 'Source Sans Bold';
    width: 140px;
    transition: all 0.5s;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    position: relative;
    z-index: 100;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    text-transform: uppercase;
    font-size: 14px;
}

.btn:before {
    content: ' ';
    background-image: url('../images/icons/btn-arrow.svg');
    background-size: 18px 12px;
    width: 18px;
    height: 12px;
    position: absolute;
    opacity: 0;
    top: 14.5px;
    right: 40px;
    transition: 0.5s;
}

.btn:hover {
    color: #fff;
    padding-right: 35px;
    padding-left: 0px;
    color: #ffff;
    background: #F36F20;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn:hover:before {
    opacity: 1;
    right: 1rem;
}

.btnBorder.hover:after {
    opacity: 1;
}

.aboutUsRightStudioContent .btn:hover:before {
    background-image: url('../images/icons/black-arrow.svg');
}

.sliderBtn {
    position: relative;
    display: grid;
    justify-content: left;
    align-items: center;
}

.centerBtn {
    justify-content: center;
}

.sliderBtn:hover .btnBorder:after {
    opacity: 1;
}

.btn:hover {
    /* filter: drop-shadow(5px 5px 30px rgba(0, 0, 0, 0.15)); */
}

.btnBorder {
    position: relative;
    width: 100%;
    height: 45px;
    /* visibility: hidden; */
}

.btnBorder:after {
    opacity: 0;
    border: 1px solid #F36F20;
    content: "";
    height: 100%;
    width: 100%;
    top: -40px;
    transition: 0.1s ease-in;
    border-radius: 5px;
    position: absolute;
    bottom: -10px;
    right: 0px;
    left: 4px;
}

.btn:focus {
    box-shadow: unset;
}

.careersMain {
    background-image: url('../images/careers/jointheteam.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.careersMainTitle {
    text-align: center;
}

.hiringProcesses ul {
    padding-left: 0px;
}

.hiringProcesses ul li.in-view {
    box-shadow: inset 0 290px 0 -1px #F3BF30;
}

.hiringProcesses ul li {
    list-style-type: none;
    position: relative;
    width: 1px;
    box-shadow: inset 0 1px 0 -1px #eaeaea;
    background: #ffffff;
    transition: box-shadow 1s ease;
    padding-bottom: 30px;
}

.hiringProcesses ul li.in-view {
    box-shadow: inset 0 290px 0 -1px #F3BF30;
}

.hiringProcesses ul li::after {
    transition: background 1.5s ease;
}

.hiringProcesses ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    z-index: 1;
    font-size: 20px;
}

.hiringProcesses ul li::after {
    opacity: 0;
    transition: ease 0.2s;
}

.hiringProcesses ul li.in-view::after {
    opacity: 1;
    transition: ease 0.2s;
}

.hiringProcesses ul li:nth-child(odd)::after {
    background: #F3BF30;
}

.hiringProcesses ul li.in-view .hiringWrapper {
    transform: none;
    visibility: visible;
    opacity: 1;
}

.hiringProcesses ul li .hiringWrapper {
    transform: translate3d(200px, 0, 0);
}

.hiringProcesses ul li .hiringWrapper {
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}

.hiringProcesses ul li .hiringWrapper {
    position: relative;
    bottom: 0;
    width: 570px;
    padding: 30px 40px;
    background: #FFFFFF;
    box-shadow: 1px 1px 11px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 11px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 11px 1px rgba(0, 0, 0, 0.05);
    margin-left: 50px;
    position: relative;
    top: -55px;
}

.hiringProcesses ul li.in-view .hiringWrapper {
    transform: none;
    visibility: visible;
    opacity: 1;
}

.hiringProcesses p {
    font-weight: 500;
    color: #000;
}

.hiringProcessesWrapper {
    justify-content: center;
}

.hiringProcesses ul li::after(odd) {
    background: #ffffff;
}

.hiringProcesses ul li:last-child {
    box-shadow: none;
}

.hiringProcesses ul li:nth-child(odd)::after {
    padding: 2px;
    font-family: 'Source Sans Bold';
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.hiringProcesses ul li:nth-child(even)::after {
    padding: 2px;
    font-family: 'Source Sans Bold';
    text-align: center;
    color: #F3BF30;
    font-size: 22px;
}

.hiringProcesses ul li:nth-child(1)::after {
    content: "1";
}

.hiringProcesses ul li:nth-child(2)::after {
    content: "2";
    top: 0px;
}

.hiringProcesses ul li:nth-child(3)::after {
    content: "3";
    top: 30px;
}

.hiringProcesses ul li:nth-child(4)::after {
    content: "4";
    top: 0px;
}

.liquidImgs {
    position: relative;
}

.liquidImg1 {
    width: 25%;
    transform: rotate(90deg);
    position: absolute;
    left: -220px;
    top: 440px;
}

.liquidImg2 {
    width: 25%;
    transform: matrix(0, 1, 1, 0, 0, 0);
    position: absolute;
    right: -220px;
    top: 440px;
}

.hiringProcessMain {
    overflow: hidden;
}

.hiringProcessTabs {
    list-style: none;
    color: #ffff;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-left: 0px;
}

.hiringProcessTabs .vr-line {
    top: 5px;
}

.hiringProcessTabs a {
    color: #ffff;
    text-transform: uppercase;
}

.hiringProcessTabs a:hover {
    text-decoration: none;
}

.hiringProcessTabs li:before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    bottom: 7px;
    left: 35px;
    background-color: #fff;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.hiringProcessTabs li:hover::before {
    transform: scaleX(1);
}

.hiringProcessTabs li {
    padding: 10px;
    position: relative;
    opacity: 0.6;
    transition: ease 0.2s;
    cursor: pointer;
}

.vr-line {
    border-left: 2px solid #ffffff;
    height: 30px;
    margin: 0px 10px;
    position: relative;
    opacity: 0.3;
}

.jobVacancySect.active li::before {
    transform: scaleX(1);
}

.hiringProcessSect.active li::before {
    transform: scaleX(1);
}

.jobVacancySect.active li {
    opacity: 1;
}

.hiringProcessSect.active li {
    opacity: 1;
}

.history ul {
    margin-top: 40px;
    padding-left: 12px;
}

.history ul li.in-view {
    box-shadow: inset 0 400px 0 -1px #F3BF30;
}

.history ul li {
    list-style-type: none;
    position: relative;
    width: 1px;
    box-shadow: inset 0 1px 0 -1px #eaeaea;
    background: #EAEAEA;
    transition: box-shadow 1s ease;
    padding-bottom: 30px;
}

.history ul li.in-view {
    box-shadow: inset 0 400px 0 -1px #F3BF30;
}

.history ul li::after {
    transition: background 1.5s ease;
}

.history ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #EAEAEA;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.history ul li:nth-child(odd)::after {
    background: #F3BF30;
}

.history ul li.in-view .historyWrapper {
    transform: none;
    visibility: visible;
    opacity: 1;
}

.history ul li .historyWrapper {
    transform: translate3d(200px, 0, 0);
}

.history ul li .historyWrapper {
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}

.history ul li .historyWrapper {
    position: relative;
    bottom: 0;
    width: 700px;
    margin-left: 40px;
    position: relative;
    top: -30px;
}

.history ul li.in-view .historyWrapper {
    transform: none;
    visibility: visible;
    opacity: 1;
}

.history ul li.in-view::after {
    background: #F3BF30;
}

.history .bigYellowTitle {
    font-size: 30px;
    line-height: 36px;
    background: #F37F20;
    background: -webkit-linear-gradient(to right, #F37F20 -1%, #FABE00 58%);
    background: -moz-linear-gradient(to right, #F37F20 -1%, #FABE00 58%);
    background: linear-gradient(to right, #F37F20 -1%, #FABE00 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.history p {
    font-weight: 500;
    color: #000;
}

.historyWrapper {
    justify-content: center;
}

.history ul li:last-child {
    box-shadow: none;
    background: none;
}

.history time {
    display: block;
    font-weight: 600;
    font-family: 'Source Sans Black';
    font-size: 3rem;
    z-index: 2;
    position: relative;
    background: #F37F20;
    background: -webkit-linear-gradient(180deg, #E60000 0%, #F3BF30 100%);
    background: -moz-linear-gradient(180deg, #E60000 0%, #F3BF30 100%);
    background: linear-gradient(180deg, #E60000 0%, #F3BF30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.historyWrapper h3 {
    color: #F3BF30;
    font-family: 'Source Sans Bold';
    font-size: 30px;
    line-height: 1;
}

.historyContentWrap {
    display: flex;
}

.historyImg {
    margin-right: 15px;
}

.historyLogo {
    flex-shrink: 0;
}

.historyDesc p {
    width: 60%;
}

.historyWLogo .historyDesc {
    margin-left: -10px;
}

.historyMain {
    overflow: hidden;
}

.historyMain .liquidImg1 {
    top: 1200px;
}

.ourPhilosophyTitle {
    text-align: center;
}

.ourPhilosophyMain {
    overflow: hidden;
}

.missionVision {
    justify-content: space-around;
    text-align: center;
}

.missionVision h1 {
    font-size: 40px;
    line-height: 1;
    font-family: 'Source Sans Bold';
    color: #F3BF30;
    text-transform: uppercase;
}

.ourPhilosophyMain .liquidImg2 {
    width: 25%;
    transform: matrix(0, 1, 1, 0, 0, 0);
    position: absolute;
    right: -220px;
    top: 80px;
}

.meetTheCeoMain {
    background-image: url('../images/aboutus/meettheceo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.presidentCEO img {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: -120px;
}

.missionVision .bigYellowTitle {
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 0px;
    background: #F37F20;
    background: -webkit-linear-gradient(180deg, #E60000 0%, #F3BF30 100%);
    background: -moz-linear-gradient(180deg, #E60000 0%, #F3BF30 100%);
    background: linear-gradient(180deg, #E60000 0%, #F3BF30 100%);
    background: -ms-linear-gradient(180deg, #E60000 0%, #F3BF30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.presidentCEO .bigYellowTitle {
    text-align: right;
    font-size: 46px;
    line-height: 48px;
    background: #F37F20;
    background: -webkit-linear-gradient(180deg, #E60000 0%, #F3BF30 100%);
    background: -moz-linear-gradient(180deg, #E60000 0%, #F3BF30 100%);
    background: linear-gradient(180deg, #E60000 0%, #F3BF30 100%);
    background: -ms-linear-gradient(180deg, #E60000 0%, #F3BF30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.presidentCEOWords {
    padding: 40px 60px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.presidentCEOWords span {
    color: #F3BF30;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Gotham Bold';
}

.ceoPresidentName h1 {
    color: #333333;
    font-family: 'Source Sans Bold';
    font-size: 28px;
    line-height: 30px;
}

.ceoPresidentName p {
    margin-bottom: 0px;
    font-family: 'Source Sans';
    font-size: 16px;
    line-height: 24px;
}

.gameTitlesMain img {
    width: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.contactInfoWrapper {
    margin-bottom: 5px;
}

.ourLocationMain {
    /* background-image: url('../images/contact/bnss-map.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ourLocationWrapper {
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.ourLocationContent {
    margin-left: 25px;
}

.contactIcons {
    margin-right: 10px;
    position: relative;
    top: -1px;
    width: 15px;
}

.otherBranchesTitle {
    text-align: center;
}

.ourLocationWrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.ourLocationWrapperContent {
    display: flex;
}

#ourWorksContent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-menu {
    padding-left: 0px;
    display: flex;
    position: absolute;
    display: none;
}

#menu-main-menu.hover a {
    color: #000;
}

.subMenu {
    background: #333333;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-top: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(90deg, #FABE00 0%, #EC6C00 100%);
    position: relative;
    z-index: 2;
    width: 100%;
    display: none;
    height: 280px;
}

#ourWorksMenu {
    margin-bottom: 20px;
    width: 100%;
}

#ourWorksMenuContent {
    width: 100%;
}

#ourWorksMenuContent ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    /* display: grid;



































    grid-template-columns: repeat(5, 1fr); */
}

#ourWorksMenuContent li {
    margin-left: 10px;
}

#ourWorksMenuContent li img {
    width: 100%;
    opacity: 0.3;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    transition: ease 0.2s;
    height: 130px;
    object-fit: cover;
}

#ourWorksMenuContent li:hover img {
    width: 100%;
    opacity: 1;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    transition: ease 0.2s;
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}

#ourWorksMenu {
    border-bottom: 0px;
    justify-content: center;
    display: flex;
    align-items: center;
}

#ourWorksMenu .nav-link p {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Akhand';
    padding: 5px 20px;
    color: #ffffff;
}

#ourWorksMenu .nav-link.active {
    box-sizing: border-box;
    border-radius: 50px;
    opacity: 1;
}

#ourWorksMenu .nav-link {
    background: transparent;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: ease 0.2s;
    opacity: 0.3;
}

#ourWorksMenu .nav-link:focus,
#ourWorksMenu .nav-link:hover {
    transition: ease 0.2s;
}

.viewAll {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8D8D8D;
    height: 100%;
    color: #fff;
    font-family: 'Akhand';
    text-decoration: underline;
    transition: ease 0.2s;
    width: 220px;
}

.viewAll:hover {
    transition: ease 0.2s;
    color: #F36F20;
    border: 1px solid #F36F20;
}

.eachGames {
    transition: ease 0.2s;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.eachGames img {
    border: 2px solid transparent;
}

.eachGames img:hover {
    border: 2px solid #FABE00;
}

.eachGames:hover {
    transition: ease 0.2s;
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}

.allGamesHome {
    justify-content: center;
}

.allGamesMain {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.gameSlider {
    overflow: hidden;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.gameSlider img {
    width: 100%;
    max-height: 459px;
}

.worksBanner img {
    width: 100%;
    /* max-height: 270px; */
    object-fit: cover;
}

/* .ourLocationContent .smallTitle, */
.worksSmallHeaders .smallTitle {
    font-family: 'Source Sans Black';
    letter-spacing: 0.1em;
    font-size: 22px;
    line-height: 28px;
    background: #F3BF30;
    background: -webkit-linear-gradient(90deg, #E60000 0%, #F3BF30 100%);
    background: -moz-linear-gradient(90deg, #E60000 0%, #F3BF30 100%);
    background: linear-gradient(90deg, #E60000 0%, #F3BF30 100%);
    background: -ms-linear-gradient(90deg, #E60000 0%, #F3BF30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.singleJobSmallHeaders .smallTitle {
    font-family: 'Source Sans Black';
    letter-spacing: 0.1em;
    font-size: 22px;
    line-height: 28px;
    background: #F3BF30;
    background: -webkit-linear-gradient(90deg, #E60000 0%, #F3BF30 30%);
    background: -moz-linear-gradient(90deg, #E60000 0%, #F3BF30 30%);
    background: linear-gradient(90deg, #E60000 0%, #F3BF30 30%);
    background: -ms-linear-gradient(90deg, #E60000 0%, #F3BF30 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.worksSingleImg img {
    width: 100%;
    box-shadow: 1px 1px 11px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 11px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 11px 1px rgba(0, 0, 0, 0.05);
}

.worksSingleImg {
    display: flex;
    align-items: center;
    padding-left: 30px;
    justify-content: center;
}

.visitOfficialSite {
    text-align: center;
}

.visitOfficialSite .btn {
    width: 190px;
}

.mainGameDetails {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.positionTitle {
    font-family: 'Source Sans';
    font-size: 22px;
    line-height: 38px;
    color: #F3BF30;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.availCareerCat {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
}

.availCareerCat img {
    width: 100%;
}

.careerOppWrapper {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.availPositionsWrapper {
    justify-content: center;
    margin-bottom: 20px;
}

.availPost {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.availPost:last-child {
    border-bottom: transparent;
}

.availPostView {
    display: flex;
    align-items: center;
    margin-left: auto;
    text-align: right;
    justify-content: flex-end;
    margin-bottom: 0px;
    position: relative;
    top: 25px;
}

.creditsImg img {
    width: 100%;
}

.video-wrapper img {
    border: none;
}

.video-wrapper {
    position: relative;
    height: auto;
    z-index: 10;
    object-fit: cover;
}

.play-btn {
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.play-btn:hover {
    transition: ease 1s;
    filter: brightness(0) invert(1);
}

.video-overlay img {
    /* position: absolute;



































    top: 0;



































    left: 0; */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    object-fit: cover;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border: 2px solid #F3BF30;
}

.demoVidWrapper {
    display: flex;
    align-items: center;
}

.video-wrapper video {
    height: 350px;
}

#demoVid .modal-body {
    padding: 0px;
}

#demoVid .modal-dialog {
    max-width: 60%;
}

#demoVid .modal-content {
    border: none;
    border-radius: 0px;
    background-color: transparent;
}

.creditsTable {
    text-align: left;
    width: 80%;
}

.creditsTable tr td p {
    margin-bottom: 5px;
}

.creditsTable tr td:first-child {
    display: flex;
    width: 100%;
}

.creditsTable tr td:nth-child(2) {
    width: 4%;
}

.creditsTable tr td:nth-child(3) {
    width: 50%;
}

.teamCredits .liquidImg2 {
    top: unset;
    bottom: -140px;
}

.careerCard img {
    width: 100%;
}

.careerCard {
    text-align: center;
}

.careerCard .hr-line {
    margin: auto;
}

.jobSummaryWrapper {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
}

.jobSummaryWrapper p {
    padding: 0px 30px;
}

.careerPositionTitle {
    display: flex;
    align-items: center;
}

.catTitle {
    font-family: 'Akhand';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.2em;
    font-weight: bold;
    background: #F37F20;
    background: -webkit-linear-gradient(to right, #F37F20 0%, #FABE00 30%);
    background: -moz-linear-gradient(to right, #F37F20 0%, #FABE00 30%);
    background: linear-gradient(to right, #F37F20 0%, #FABE00 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.careerPositionImg {
    margin-right: 20px;
    position: relative;
    top: 10px;
    margin-bottom: 10px;
}

.careerPositionImg img {
    width: auto;
}

.jobSummaryCard {
    width: 95%;
}

.careerPositionTitle .bigYellowTitle {
    font-size: 35px;
    line-height: 41px;
}

.availPostCat .bigRedTitle {
    font-family: 'Source Sans Bold';
    font-size: 32px;
    line-height: 38px;
    color: #E60000;
    margin-top: 13px;
    text-transform: uppercase;
}

.regFull {
    color: #F3BF30;
    display: flex;
    align-items: center;
    justify-content: end;
}

.regFull p {
    margin-bottom: 0px;
    font-family: 'Source Sans';
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #F3BF30;
    text-transform: uppercase;
}

.regFullIcon {
    display: flex;
    margin-right: 10px;
}

.regFullIcon:before {
    content: ' ';
    background-image: url(../images/icons/time.svg);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
}

.singleCareer {
    overflow: hidden;
}

.singleCareer .liquidImg1 {
    top: 190px;
}

.ceoPresidentNameWrapper {
    display: flex;
    align-items: baseline;
}

.ceoPresidentDash {
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.ceoPresidentDash .hr-line {
    width: 40px;
}

.dontSee ul li::before,
.singleJobDesc ul li::before {
    content: "â€¢";
    color: #F3BF30;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-family: Gotham;
}

.dontSee ul {
    list-style: none;
    padding-left: 25px;
    font-size: 14px;
    line-height: 24px;
}

.singleJobDesc ul {
    padding-left: 20px;
    list-style: none;
    font-size: 14px;
}

.availPositionsWrapper .availLogo {
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
}

.availPositionsWrapper .availContent {
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
}

.availPositionsWrapper.last .availLogo {
    border-bottom: transparent;
}

.availPositionsWrapper.last .availContent {
    border-bottom: transparent;
}

.gameSlider .slick-dots {
    position: relative;
    bottom: 0px;
    display: flex;
}

.gameSlider .slick-dots li {
    transition: ease 0.2s;
    width: 100%;
    height: 5px;
    background: rgba(196, 196, 196, 0.6);
    margin: 0px;
    transition: ease 0.2s;
}

.gameSlider .slick-dots .slick-active {
    background: #F3BF30;
}

.gameSlider .slick-dots li button {
    width: 100%;
    height: 5px;
    transition: ease 0.2s;
}

.gameSlider .slick-dots li button,
.gameSlider .slick-dots li button:before {
    color: transparent;
    opacity: 0;
    height: 0px;
}

.sgImgIE {
    background-image: url('../images/contact/singapore.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 160px;
    background-size: 580px 445px;
    background-position: 10%;
}

.mainSocials a:hover img {
    filter: invert(83%) sepia(24%) saturate(5531%) hue-rotate(0deg) brightness(99%) contrast(102%);
}

.footerWorks li {
    font-family: 'Source Sans Light';
    padding-left: 10px;
}

.pageNotFound {
    background-image: url('../images/home/jointheteam.html');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.pageNotFound img {
    width: auto;
}

.navbar-brand-mob {
    display: none;
}

.mobNav {
    text-align: center;
    list-style: none;
    padding-left: 0px;
    padding: 0px 20px;
    height: 100vh;
    overflow-y: scroll;
    position: relative;
}

.mobNav li {
    padding: 8px 0px;
}

.withSubs a {
    font-family: 'akhand-light' !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

#worksDrop button {
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: transparent;
    font-family: 'akhand-black';
    letter-spacing: 0.03em;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

#worksDrop button:after {
    background-image: url('../images/icons/arrow-open.svg');
    background-size: 14px 7px;
    display: inline-block;
    width: 14px;
    height: 7px;
    content: "";
    margin-right: 10px;
    display: flex;
    align-items: center;
    margin-left: auto;
    text-align: right;
    justify-content: flex-end;
    float: right;
    position: absolute;
    right: 0px;
}

#worksDrop button.collapsed:after {
    background-image: url('../images/icons/arrow-close.svg');
    background-size: 14px 7px;
    display: inline-block;
    width: 14px;
    height: 7px;
    content: "";
    margin-right: 10px;
    display: flex;
    align-items: center;
    margin-left: auto;
    text-align: right;
    justify-content: flex-end;
}

.worksDropDrop {
    list-style: none;
    padding-left: 0px;
    text-align: center;
}

.worksDropDrop li {
    color: rgba(255, 255, 255, 0.9) !important;
}

.worksDropDrop a,
.viewAllDrop {
    font-family: 'Akhand-Semibold' !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.9) !important;
}

.viewAllDrop {
    text-decoration: underline;
}

.mobNav hr {
    border-top: 1px solid #fff;
}

.worksDropTitle {
    display: flex;
    position: relative;
}

.withSubs a {
    display: flex;
    flex-direction: row;
}

.withSubs a:before, .withSubs a:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
}

.withSubs a:before {
    margin-right: 10px
}

.withSubs a:after {
    margin-left: 10px
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.navbar-toggler span {
    display: block;
    background-color: #F3BF30;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.2s ease-out;
    transform-origin: center left;
}

.navbar-fixed .navbar-toggler span {
    background-color: #FABE00;
}

/* .navbar-toggler:not(.collapsed) span {



































    background-color: #fff;



































} */
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.visitOfficialSite .liquidImg1 {
    width: 20%;
    bottom: -70px;
    left: -60px;
    top: unset;
    transform: none;
}

.artistIV .liquidImg1 {
    transform: rotate(30deg);
    left: -170px;
    top: unset;
    bottom: -30px;
}

iframe .gm-style {
    left: 210px !important;
}

.ourLocationContent .midTitle {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
}

.midYellowTitle {
    font-family: 'Source Sans Bold';
    font-size: 30px;
    line-height: 34px;
    color: #FABE00;
}

.midTitle {
    font-family: 'Source Sans Bold';
    font-size: 30px;
    line-height: 38px;
    background: #E60000;
    background: -webkit-linear-gradient(90deg, #E60000 0%, #FABE00 50%);
    background: -moz-linear-gradient(90deg, #E60000 0%, #FABE00 50%);
    background: linear-gradient(90deg, #E60000 0%, #FABE00 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.midTitle1 {
    font-family: 'Akhand';
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
    background: #F37F20;
    background: -webkit-linear-gradient(to right, #F37F20 0%, #FABE00 30%);
    background: -moz-linear-gradient(to right, #F37F20 0%, #FABE00 30%);
    background: linear-gradient(to right, #F37F20 0%, #FABE00 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.iframe-map-mob {
    max-width: 100% !important;
    height: 381px;
    frameborder: 0;
    scrolling: no;
    marginheight: 0;
    marginwidth: 0;
    border: 0;
    margin-top: -150px;
}

.containerMap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 736px;
}

.sgTable {
    background-color: white;
    margin-top: 80px;
    padding: 1px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    width: 770px;
    height: 435px;
    position: absolute;
    max-width: 100%;
}

.sgImg {
    align: left;
    width: 280px;
    height: 435px;
    object-fit: cover;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    object-position: 16%;
}

.brcImg {
    width: 100%;
    height: 290px;
    min-height: 290px;
    object-fit: cover;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.sg-mob-map {
    width: 435px;
    height: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    align: left;
    object-fit: cover;
    text-align: center;
}

.btnContact {
    background: #ED3422;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Source Sans Bold';
    padding: 11px 75px 12px 16px;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    transition: ease 0.2s;
    text-transform: uppercase;
    font-size: 14px;
}

.btnContact::after {
    background-image: url('../images/icons/visit-icon.svg');
    background-size: 13px 13px;
    display: inline-block;
    width: 13px;
    height: 13px;
    content: "";
    position: relative;
    top: 1px;
    right: -58px;
}

.btnExternal .btnContact {
    padding: 11px 53px 12px 16px;
}

.btnExternal .btnContact::after {
    right: -40px;
}

.btnContact:hover {
    color: #ffff;
    background: #F36F20;
    text-decoration: none;
}

.btnExternal {
    justify-content: center;
    margin-bottom: 30px;
}

.sg-mob {
    display: block;
    margin-left: auto;
    margin-right: auto;
    align: center;
    object-fit: cover;
    text-align: center;
}

.place-card {
    display: none !important;
}

.mapsg {
    width: 100%;
    height: 736px;
    min-height: 736px;
}

.hr-line-mob {
    background: #E60000;
    background: -webkit-linear-gradient(to right, #E60000 21%, #F3BF30 48%);
    background: -moz-linear-gradient(to right, #E60000 21%, #F3BF30 48%);
    background: linear-gradient(to right, #E60000 21%, #F3BF30 48%);
    display: block;
    width: 60px;
    height: 5px;
    margin: 10px auto;
}

.elementCont {
    width: 25%;
    transform: rotate(90deg);
    position: absolute;
    left: -220px;
    top: 1140px;
}

.elementCont2 {
    width: 25%;
    transform: matrix(0, 1, 1, 0, 0, 0);
    position: absolute;
    right: -220px;
    top: 1140px;
}

.sgMapMob .mapsg {
    min-height: 400px;
    height: 400px;
}

.mob-hide425 {
    display: block;
}

.mob-show425 {
    display: none;
}

.copyrightGames p {
    margin-bottom: 0px;
}

.copyrightGamesWrapper {
    justify-content: center;
}

.officeWrapper p {
    color: inherit;
    text-decoration: none;
}

.officesWrapper {
    margin-left: 20px;
}

.otherBranchesMain {
    overflow: hidden;
}

.contactLiquid .liquidImg1,
.contactLiquid .liquidImg2 {
    top: -680px;
}

.teamSlider .slick-track {
    transition: fade 2000ms ease-out;
    infinite: true;
}

.bandaiLogo {
    width: 80%;
}

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
    z-index: 10;
}

.slick-lightbox .slick-next {
    right: 200px;
}

.slick-lightbox .slick-prev {
    left: 200px;
}

.cli_messagebar_head {
    border-bottom: 1px solid #f36f20;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}

#cookie-law-info-bar {
    border-radius: 0px;
}

#wt-cli-privacy-save-btn {
    background: #f36f20 !important;
}

/* mapbox */
.mapboxgl-ctrl {
    display: none !important;
}

.mapboxgl-popup-close-button {
    color: #000;
}

.mapboxgl-popup-close-button:focus {
    outline: none;
}

.mapboxgl-popup-content {
    padding: 20px;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#map1 {
    height: 50vh;
    position: relative;
}

#map1 canvas, .mapboxgl-canvas {
    height: 50vh;
    cursor: default;
}

.marker {
    background-image: url('../images/icons/map-pointer.svg');
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: ease 0.2s;
}

.marker1 {
    background-image: url('../images/icons/map-pointer.svg');
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: ease 0.2s;
}

.mapboxgl-popup {
    max-width: 200px;
}

.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.mapboxgl-ctrl-logo,
.mapboxgl-ctrl-attrib-inner {
    display: none !important;
}

/* mapbox */
.ourWorksTabs {
    list-style: none;
    color: #ffff;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-left: 0px;
}

.ourWorksTabs .vr-line {
    top: 8px;
}

.ourWorksTabs a {
    color: #ffff;
    text-transform: uppercase;
}

.ourWorksTabs a:hover {
    text-decoration: none;
}

.ourWorksTabs li:before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    bottom: 7px;
    left: 45px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.gamesShowcase .ourWorksTabs li:before {
    left: 34px;
}

.ourWorksTabs li {
    padding: 10px;
    position: relative;
    transition: ease 0.2s;
    cursor: pointer;
    font-family: 'Gotham Bold';
    font-size: 14px;
    letter-spacing: 0.05em;
}

#stickyWorksNav {
    position: sticky;
    top: 152px;
    text-align: center;
    z-index: 101;
    transition: all .5s ease-in-out;
    background: #F5F5F7;
}

.ourWorksTabs li:before {
    background-color: #F3BF30 !important;
}

.ourWorksTabs .vr-line {
    border: 1px solid rgba(243, 191, 48, 0.5);
}

.ourWorksTabs {
    margin-bottom: 0px;
}

.ourWorksTabs a.active {
    color: #F3BF30 !important;
    opacity: 1;
}

.ourWorksTabs a {
    color: rgba(243, 191, 48, 0.5) !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Gotham Bold';
    font-size: 18px;
    line-height: 24px;
}

.gamesSect.active li:before {
    background-color: #F3BF30;
    transform: scaleX(1);
}

.demosSect.active li:before {
    background-color: #F3BF30;
    transform: scaleX(1);
}

#gameTitles:before {
    display: block;
    content: "";
    height: 150px;
    margin: -60px 0 0;
}

#demoTitles:before {
    display: block;
    content: "";
    height: 150px;
    margin: -60px 0 0;
}

.gamesShowcase .eachGames img {
    width: 100%;
    height: 100%;
}

#gameTitles {
    background-image: url('../images/ourworks/works-gametitles.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.slick-track {
    transition: fade 2000ms ease-out;
    infinite: true;
}

#jobVacancy:before {
    display: block;
    content: "";
    height: 110px;
    margin: -60px 0 0;
}

#hiringProcess:before {
    display: block;
    content: "";
    height: 120px;
    margin: -60px 0 0;
}

.artistContentText ol {
    padding-left: 15px;
}

.artistContentText ol li::marker {
    font-weight: 700;
}

.artistIVContent {
    justify-content: center;
}

.qnAs {
    display: flex;
}

.qnAsTitle h4 {
    font-size: 1.2rem;
    font-family: 'Source Sans Bold';
    color: #F3BF30;
}

.qnAsAnswer h4 {
    font-size: 1.2rem;
    font-family: 'Source Sans';
}

.qnAs p {
    font-size: 14px;
    /* line-height: 24px; */
}

.qnAsHead {
    padding-right: 15px;
}

.games-template-default .navbar-fixed .menu-item-545 a {
    color: #fff !important;
}

.games-template-default .mainMenu.hover .menu-item-545 a {
    color: #fff !important;
}

.demos-template-default .mainMenu.hover .menu-item-545 a {
    color: #fff !important;
}

.demos-template-default .navbar-fixed .menu-item-545 a {
    color: #fff !important;
}

.games-template-default .menu-item-545 a {
    background: #FABE00;
    color: #fff;
}

.games-template-default .menu-item-545 a:hover {
    background: #FABE00 !important;
    color: #fff !important;
}

.demos-template-default .menu-item-545 a {
    background: #FABE00;
    color: #fff;
}

.demos-template-default .menu-item-545 a:hover {
    background: #FABE00 !important;
    color: #fff !important;
}

.artist_interview-template-default .menu-item-453 a {
    background: #FABE00;
    color: #fff !important;
}

.artist_interview-template-default .menu-item-453 a:hover {
    background: #FABE00 !important;
    color: #fff !important;
}

.career_opportunities-template-default .menu-item-451 a {
    background: #FABE00;
    color: #fff !important;
}

.career_opportunities-template-default .menu-item-451 a:hover {
    background: #FABE00 !important;
    color: #fff !important;
}

.career_opportunities-template-default .mainMenu.hover .menu-item-451 a {
    color: #fff !important;
}

.careerCardsWrapper .bigTitle {
    line-height: 42px;
    font-size: 40px;
    margin-bottom: 0px;
}

.privacyPolicyContent h1 {
    color: #F36F20;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding: 0px 20px;
}

.privacyPolicyContent hr {
    margin-bottom: 2rem;
    margin-top: 2rem;
    border: 1px solid #EC6C04;
}

.emailBtn .btnContact::after {
    background-image: url('../images/icons/email-icon.svg');
    background-size: 21px 18px;
    width: 21px;
    height: 18px;
    top: 3px;
}

.has-text-color {
    margin-bottom: 0px;
}

.nestedUL li {
    list-style-type: '  -  ';
}

.privacyPolicyContent li {
    font-size: 14px;
}

.privacyPolicyContent {
    justify-content: center;
}

.slick-next {
    right: 35px;
}

.slick-prev {
    left: -35px;
}

.worksBanner {
    position: relative;
}

.worksBanner .worksBannerDesk {
    height: 310px !important;
}

.worksBannerMob {
    /* height: 300px; */
}

.worksBanner .gameBannerLogo {
    width: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.dontSee h2 {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #F3BF30;
}

.dontSee .bigTitle {
    font-size: 46px;
    background: #E60000;
    background: -webkit-linear-gradient(to right, #E60000 0%, #F3BF30 50%);
    background: -moz-linear-gradient(to right, #E60000 0%, #F3BF30 50%);
    background: linear-gradient(to right, #E60000 0%, #F3BF30 50%);
    background: -ms-linear-gradient(to right, #E60000 0%, #F3BF30 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.dontSeeFirst {
    width: 90%;
}

.applyNowFormat ul {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 0px;
}

.applyNowFormat i {
    font-size: 14px;
}

.applyFormat {
    margin-bottom: 0px;
}

.jobCatDesc p {
    margin-bottom: 0px;
}

.ourLocationContent .bigTitle,
.officesWrapper .bigTitle {
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0.1em;
    background: #E60000;
    background: -webkit-linear-gradient(to right, #E60000 0%, #F3BF30 100%);
    background: -moz-linear-gradient(to right, #E60000 0%, #F3BF30 100%);
    background: linear-gradient(to right, #E60000 0%, #F3BF30 100%);
    background: -ms-linear-gradient(to right, #E60000 0%, #F3BF30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .aboutUsRightStudio {
        height: auto;
    }

    .stickyWorksNav {
        display: none;
    }

    .mainFooterCenter {
        display: flex;
    }

    .mainFooterCenter ul {
        margin-right: 20px;
    }

    .teamSlider .slick-slide {
        display: block;
    }

    .meetTheCeoMain,
    .studioPhotosMain,
    .headerParts,
    .mainJoinTheTeam,
    .careersMain,
    .ourLocationMain,
    .pageNotFound {
        display: block;
    }

    .bigTitle,
    .smallTitle,
    .history time,
    .presidentCEO .bigYellowTitle,
    .bigYellowTitle,
    .missionVision h1,
    .positionTitle,
    .hiringProcesses .bigYellowTitle,
    .catTitle,
    .midTitle {
        color: rgb(243, 127, 32);
        background: transparent !important;
    }

    .studioPhotosWrapper figure {
        position: relative;
    }

    .studioPhotosWrapper .zoomBtn {
        position: absolute;
        top: auto;
        bottom: 0px;
    }

    .hiringProcessTabs li {
        color: #fff;
    }

    .mainGameDetails {
        display: block;
    }

    #ourWorksMenuContent ul {
        display: flex;
    }

    #ourWorksMenuContent li {
        width: 218px;
    }

    .centerBtn {
        text-align: center;
    }

    .btnBorder {
        display: none;
    }

    .liquidImgs {
        display: none;
    }

    .joinTheTeamLeft {
        display: block;
    }

    .joinTheTeamLeftWrapper {
        margin-top: 100px;
    }

    .copyrightGames {
        margin-top: 30px;
    }

    .availPostView {
        top: 0px;
    }

    .allGamesHome .eachGames {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }

    .allGamesMain .eachGames {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }

    .ourWorksViewMore {
        margin-bottom: 40px;
    }

    .teamSlider img {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }

    .teamSlider .slick-slide {
        display: inline-flex;
    }

    .joinTheTeamRight {
        position: relative;
        right: -30px;
    }

    .aboutUsRightStudioContent .sliderBtn {
        margin-bottom: 60px;
    }

    #menu-main-menu-1 a {
        text-decoration: none;
        color: #000000 !important;
    }

    .artistsContentWrapper .sliderBtn {
        margin-bottom: 30px;
    }

    .availPostView .btn {
        margin-bottom: 20px;
    }

    .positionTitle {
        margin-top: -15px;
    }

    .ourLocationMain {
        background-image: url('../images/contact/bnss-map.jpg');
    }
}

.careersMainTitle .bigTitle {
    /* letter-spacing: 0.05em; */
}

.topLine {
    margin-left: auto;
}

.navBarMain {
    margin-top: 2px;
}

.menuWrapper {
    position: relative;
    width: 100%;
}

.navbar-brand {
    margin: 0px;
    padding: 0px;
}

.navv {
    height: 100%;
}

.gradientLineWrap {
    justify-content: flex-end;
    width: 100%;
}

.gradientLine {
    width: 100%;
    height: 8px;
    display: flex;
    margin-left: auto;
    right: -4px;
    justify-content: end;
    position: absolute;
    top: 0px;
    /* padding-left: 2%; */
    z-index: 2;
}

.whiteLine {
    width: 20%;
    background: transparent;
    -moz-transform: skew(45deg, 0deg);
    -webkit-transform: skew(45deg, 0deg);
    -o-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    transform: skew(45deg, 0deg);
    height: 100%;
    display: none;
    position: relative;
    right: -4px;
}

.blueLine {
    width: 25%;
    background: #006DA6;
    -moz-transform: skew(45deg, 0deg);
    -webkit-transform: skew(45deg, 0deg);
    -o-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    transform: skew(45deg, 0deg);
    height: 100%;
    position: relative;
    right: -3px;
}

.greenLine {
    width: 25%;
    background: #0FA2A9;
    -moz-transform: skew(45deg, 0deg);
    -webkit-transform: skew(45deg, 0deg);
    -o-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    transform: skew(45deg, 0deg);
    height: 100%;
    position: relative;
    right: -2px;
}

.yellowLine {
    width: 25%;
    background: #F3BF30;
    -moz-transform: skew(45deg, 0deg);
    -webkit-transform: skew(45deg, 0deg);
    -o-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    transform: skew(45deg, 0deg);
    height: 100%;
    position: relative;
    right: -1px;
}

.redLine {
    width: 25%;
    background: #D75568;
    -moz-transform: skew(45deg, 0deg);
    -webkit-transform: skew(45deg, 0deg);
    -o-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    transform: skew(45deg, 0deg);
    height: 100%;
}

.gradientLineFooter {
    width: 100%;
    height: 8px;
    display: flex;
    /* margin-left: auto; */
    /* right: -10px; */
    /* justify-content: end;

    position: absolute; */
    top: 0px;
    padding-right: 2%;
    z-index: 2;
}

.gradientLineFooter .blueLine {
    width: 50%;
}

.hiringWrapper h1 {
    font-family: 'Source Sans Bold';
    font-size: 26px;
    line-height: 36px;
    color: #F3BF30;
    text-transform: uppercase;
    /* margin-bottom: 0px; */
}

.careerPositionTitle .smallTitle {
    background: -webkit-linear-gradient(90deg, #E60000 0%, #F3BF30 100%);
    background: -moz-linear-gradient(90deg, #E60000 0%, #F3BF30 100%);
    background: -ms-linear-gradient(90deg, #E60000 0%, #F3BF30 100%);
    background: linear-gradient(90deg, #E60000 0%, #F3BF30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.slick-prev:before, .slick-next:before {
    border: 1px solid #F3BF30;
    padding: 10px 12px 12px 12px;
    border-radius: 25px;
    color: #F3BF30;
}

.gameSlider .slick-prev, .gameSlider .slick-next {
    visibility: hidden;
    opacity: 0;
    transition: ease 0.2s;
}

.gameSlider:hover .slick-prev,
.gameSlider:hover .slick-next {
    transition: ease 0.2s;
    visibility: visible;
    opacity: 1;
}

.slick-next {
    right: 55px;
}

.slick-prev {
    left: 30px;
    z-index: 1;
}

.historyImg img {
    max-width: 100%;
}

.colorElement {
    background-image: url('../images/gradientline.html') no-repeat left top/100%;
    height: 8px;
}

.headerLogo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 16px;
}

.headerLogoName {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 0px 16px 0px 0;
}

.navLogoName {
    padding: 0;
    white-space: nowrap;
}

.headerBottom {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.headerBottom a {
    font-family: 'Source Sans Bold';
    /* â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“CHANGE HERE */
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    text-transform: uppercase;
    /* transition: ease 0.2s; */
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.01em;
}

.headerTop {
    display: flex;
}

.mainMenu {
    position: sticky;
    z-index: 1000;
    top: 0px;
    background: #ffffff;
    width: 100%;
    overflow: hidden;
}

.nav-hr-line {
    border: 1px solid rgba(51, 51, 51, 0.1);
    width: 100%;
}

.headerBottom a {
    padding: 25px;
}

.headerBottom .menu-item a:hover {
    background: #FABE00;
    transition: ease 0.2s;
    color: #fff;
}

.headerBottom li {
    padding: 17px 0px;
}

.companyLogo a {
    color: #000;
    font-family: 'Gotham Medium';
    font-weight: 500;
    font-size: 18px;
    padding-top: 10px;
    margin: 0px;
    text-decoration: none !important;
}

#mainMenuCollapse {
    justify-content: space-between;
    background: #F3BF30;
}

.mainSocials a {
    padding: 0px 10px;
}

.navLogoMob {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 15px 0px;
}

.navbar-light .navbar-toggler-icon {
    background-image: unset;
}

.headerBottom .current_page_item a {
    background: #FABE00;
}

.headerBottom .current_page_item a:hover {
    background: #FABE00 !important;
}

.headerBottom .current_page_item a:hover {
    color: #ffffff !important;
}

.headerBottom .current_page_item a {
    color: #ffffff;
}

.lock-scroll {
    overflow: hidden;
}

.logoTypeDesk {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 0 0 auto;
}

.logoTypeImg img {
    width: 280px;
    max-width: 280px;
}

.purposeSpan {
    width: 50%;
    margin: auto;
}
.cookiesTitle p {
    font-size: 14px;
    line-height: 22px;
}
.cookiesTitle h1 {
    font-size: 30px;
    line-height: 32px;
    padding-left: 15px;
    position: relative;
    font-family: 'Source Sans Black';
}
.cookiesTitle .hr-line {
    background: #E60000;
    display: block;
    width: 100%;
    height: 3px;
    margin: 10px 0px;
    max-width: 940px;
    position: absolute;
    transform: translate(390px, -32px);
}

.cookiesRow {
    position: relative;
    overflow: hidden;
    margin-right: 3px;
}
.cookiesLink {
    display: inline-flex;
    align-items: center;
}
.cookiesLink a {
    color: #ED3422;
    font-family: 'Gotham Bold';
    font-size: 14px;
    line-height: 24px;
}
.vr-line {
    border-left: 1px solid #333333;
    height: 10px;
    margin: 0px 10px;
    position: relative;

}
.cookie-accept {
    background: #E60000;
    padding: 15px 50px;
    border-radius: 5px;
    transition: ease 0.2s;
    color: #fff !important;
    font-size: 1.4rem;
    font-family: 'Gotham Bold';
}
.cookie-reject {
    background: #bcbcbc;
    padding: 15px 50px;
    border-radius: 5px;
    transition: ease 0.2s;
    color: #333333 !important;
    font-size: 1.4rem;
    font-family: 'Gotham Bold';
}
.cookieBtnWrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    height: 55px;
}
.cookieBtnWrapper a {
    color: #fff !important;
    font-size: 14px;
    font-family: 'Gotham Bold';
}
.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    z-index: 10000;
    color: #000;
    margin: 0;
    display: none;
}
.cookiesWrapper {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0px;
    top: -248px;
    width: 100vw;
    height: 100vh;
}
.cookies .bandaiext {
    z-index: 10000;
    position: relative;
    padding: 0px 20px;
}
.cookies:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}

.cookies:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}
.postid-1028 .worksSmallHeaders.details {
    display: none;
}
.postid-1028 .worksSingleImg img {
    box-shadow: none;
    margin-top: 2rem;
}
.postid-1028 .worksBanner .gameBannerLogo {
    width: 90%;
}
.postid-1028 .worksBannerMob {
    height: 300px;
}
</pre></body></html>