 ::-webkit-scrollbar {
     width: 10px;
     transition: 1s;
 }

 ::-webkit-scrollbar-track {
     background: #1a1a1a;
     border-radius: 10px;
     transition: 1s;
 }

 ::-webkit-scrollbar-thumb {
     background: rgb(247 178 24/ 40%);
     border-radius: 10px;
     transition: 1s;
 }

 ::-webkit-scrollbar-thumb:hover {
     background: rgb(247 178 24/ 100%);
     transition: 1s;
 }

 body,
 html {
     font-weight: 400
 }

 body,
 html,
 ol,
 p,
 ul {
     margin: 0
 }

 .hero-background,
 .section.ability,
 .section.achievements,
 .section.achievementsRowBottom,
 .section.bg-image,
 .section.testimonial {
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover
 }

 html {
     font-size: 62.5%;
     box-sizing: border-box
 }

 body,
 html {
     width: 100vw;
     overflow-x: hidden;
     font-family: HelveticaNeue, sans-serif;
     color: #82878d
 }

 body {
     font-size: 1.6rem;
     background-color: #000
 }

 *,
 :after,
 :before {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     box-sizing: inherit
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     color: #000;
     margin: 0;
     text-transform: uppercase;
     line-height: .85;
     font-weight: 400
 }

 p {
     letter-spacing: .3px;
     line-height: 1.3
 }

 img {
     display: block;
     width: 100%
 }

 ol,
 ul {
     padding: 0;
     list-style: none
 }

 a {
     text-decoration: none
 }

 .font-style-1 {
     text-transform: uppercase;
     font-family: din_condensedbold, sans-serif
 }

 .font-style-2 {
     font-family: circular_stdbook, sans-serif
 }

 .v-application--wrap {
     min-height: 100% !important
 }

 @-webkit-keyframes floating {
     0%,
     to {
         transform: translate(0)
     }
     65% {
         transform: translateY(15px)
     }
 }

 @keyframes floating {
     0%,
     to {
         transform: translate(0)
     }
     65% {
         transform: translateY(15px)
     }
 }

 @-webkit-keyframes bounceAbove {
     0%,
     to {
         transform: scale(1)
     }
     35% {
         transform: scale(.9)
     }
     65% {
         transform: scale(1.05)
     }
 }

 @keyframes bounceAbove {
     0%,
     to {
         transform: scale(1)
     }
     35% {
         transform: scale(.9)
     }
     65% {
         transform: scale(1.05)
     }
 }

 @-webkit-keyframes loading {
     0% {
         transform: rotate(0)
     }
     50% {
         transform: rotate(180deg);
         opacity: .35
     }
     to {
         transform: rotate(1turn)
     }
 }

 @keyframes loading {
     0% {
         transform: rotate(0)
     }
     50% {
         transform: rotate(180deg);
         opacity: .35
     }
     to {
         transform: rotate(1turn)
     }
 }

 body.isBlocked,
 html.isBlocked {
     overflow: hidden
 }

 .display-xs {
     display: none
 }

 @media (max-width:990px) {
     .d-xs-none {
         display: none
     }
     .display-xs {
         display: initial
     }
 }

 .d-flex {
     display: flex
 }

 .align-center,
 .u-flexAlignCenter {
     align-items: center
 }

 .content-sapace-t-1 {
     padding-top: 5rem
 }

 .content-sapace-t-2 {
     padding-top: 8rem
 }

 .bg-yellow {
     background-color: #ecac03
 }

 .bg-dark {
     background-color: #181919;
     color: #fff
 }

 .bg-grey {
     background-color: #292a2d;
     color: #fff
 }

 .bg-light-grey {
     background-color: #2a2c2e;
     color: #fff
 }

 .bg-white {
     background-color: #fff;
     color: #18191a
 }

 .font-circular {
     font-family: circular_stdbook
 }

 .font-circular-bold {
     font-family: circular_stdbold
 }

 .section.hero {
     height: 100vh
 }

  @media only screen and (max-width: 1024px) {
	.section.hero {
	    padding: 125px 20px 60px;
	    height: auto;
	}
 }
 @media only screen and (max-width: 1022px) {
	.section.hero {
	    padding: 90px 20px 75px;
	    height: auto;
	}
 }



 .hero .hero-container {
     flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
     width: 100vw
 }

 .hero .hero-innerWrapper {
     display: flex;
     height: 100%;
     position: relative
 }

 .hero-background {
     background-image: url(../../assets/images/chefjames/bg-hero.png);
     background-color: #18191a
 }

 .hero .hero-mainText {
     font-size: 13rem;
     color: #fff;
     margin-top: 0;
     margin-bottom: 0
 }

 @media only screen and (max-width:1903px) {
     .hero .hero-mainText {
         font-size: 11rem
     }
 }
 @media only screen and (max-width:1024px) {
     .hero .hero-mainText {
         font-size: 6rem
     }
 }

 @media only screen and (max-width:959px) {
     .hero .hero-mainText {
         font-size: 7rem
     }
     .hero .hero-mainText br,
     .hero .hero-mainText br:after {
         content: " "
     }
 }

 @media only screen and (max-width:767px) {
     .hero .hero-mainText {
         font-size: 4.2rem
     }
 }

 .section.hero.hero-row2 {
     height: auto;
     padding: 30px 20px 50px
 }

 @media only screen and (min-width:959px) {
     .section.hero.hero-row2 {
         height: auto;
         padding-top: 70px;
         padding-bottom: 100px
     }
 }

 .hero-row2 .hero-column-1 {
     width: 35%
 }

 .hero-row2 .hero-column-2 {
     width: 65%
 }

 .hero-row2 .hero-mainSubtitle {
     color: #fff;
     font-size: 2.314rem;
     display: inline-block;
     padding-right: 3vw
 }

 .hero-row2 .hero-mainSubtitle p {
     margin-bottom: 35px
 }
 @media only screen and (max-width:1024px) {
    .hero-row2 .hero-mainSubtitle {
	    font-size: 1.514rem;
	}
 }
 @media only screen and (max-width:959px) {
     .section.hero-row2 .hero-innerWrapper {
         display: block
     }
     .hero-row2 .hero-column-1 {
         width: 100%
     }
     .hero-row2 .hero-column-2 {
         width: 100%;
         margin-top: 3rem
     }
     .hero-row2 .hero-mainSubtitle {
         max-width: 100vw;
         font-size: 1.714rem;
         padding-right: 0;
     }
 }

 @media only screen and (max-width:360px) {
     .hero-row2 .hero-mainSubtitle {
         max-width: 100vw;
         font-size: 16px
     }
 }

 .header-case {
     display: flex;
     align-items: center;
     justify-content: space-between;
     width: 100%;
     margin-bottom: 50px;
     margin-top: 0
 }

 .logo-case {
     width: 210px
 }

 .btn-border {
     border-radius: 50px;
     padding: 15px 40px;
     display: inline-block;
     border: 1px solid;
     text-align: center;
     font-family: circular_stdbook
 }

 .btn-border span {
     font-size: 23px
 }

 .border-grey {
     border-color: #18191a;
     color: #18191a
 }

 .border-white {
     border-color: #fff;
     color: #fff
 }

 .section.solution {
     position: relative;
     height: 100%;
     padding-bottom: 135px;
     padding-top: 155px
 }

 .p-right {
     float: right
 }

 .solution .solution-innerWrapper {
     display: flex;
     position: relative;
     z-index: 1
 }

 .ability-column,
 .achievements .achievements-column,
 .solution-column {
     width: 50%
 }

 .solution-column-2 {
     width: 20%
 }

 .solution-column-3 {
     width: 30%
 }

 .solution-column-7 {
     width: 70%
 }

 .solution-column-8 {
     width: 80%
 }

 @media (max-width:1200px) and (min-width:767px) {
     .solution-column-8 {
         width: 90%
     }
 }

 @media only screen and (max-width:767px) {
     .solution-column-8 {
         width: 100%
     }
 }

 .solution .solution-titleHighlight {
     font-size: 5.214rem;
     line-height: 5rem
 }

 .solution .solution-subtitle {
     font-size: 2.114rem;
     display: inline-block;
     font-family: circular_stdbook
 }

 .pxs-r {
     padding-right: 1rem
 }

 @media only screen and (max-width:1279px) {
     .solution .solution-titleHighlight {
         font-size: 4.5rem;
         line-height: 4.214rem
     }
     .solution .solution-subtitle {
         font-size: 2rem
     }
     .w-xs-50 {
         width: 50%
     }
     .solution .solution-subtitle br {
         display: none
     }
 }

 .arrow-down-grey {
     width: 30px;
     margin-top: 50px
 }

 .section.bg-image {
     background-image: url(../../assets/images/chefjames/bg-solution.png);
     background-color: #fff
 }

 .mt-15 {
     margin-top: 15rem
 }

 .margin-nzTopLeft {
     margin-top: -38rem;
     margin-right: -13rem
 }

 .ml-auto {
     margin-left: auto
 }

 .titleClients {
     font-size: 4.514rem
 }

 .icon-col {
     width: 100px;
     height: 100px
 }

 .box-icon img {
     height: 80px
 }

 .box-icon h2 {
     font-size: 3rem
 }

 .text-rowSubtilte {
     font-size: 2.514rem;
     padding-top: 13rem;
     font-family: circular_stdbold
 }

 @media only screen and (max-width:1024px) {
	.titleClients {
	    font-size: 3.814rem;
	}
	.titleClients br {
		display: none;
	}
     .box-icon h2 {
         font-size: 2rem
     }
	.icon-col {
	    width: 70px;
	    align-items: center;
	    display: flex;
	    padding-bottom: 15px;
	}
	.text-rowSubtilte {
	    font-size: 2rem;
	    padding-top: 7rem;
	}
 }

 .box-center {
     margin: 12rem auto -10rem;
     display: flex
 }

 .box-center .card-body {
     display: flex;
     align-items: center
 }

 .box-center .card-data {
     padding: 3rem 5rem;
     margin-bottom: -23vh
 }

 .box-center .solution-column-in-1 {
     width: 75%;
     padding-right: 5rem
 }

 .box-center .solution-column-in-1 p {
     font-size: 3.514rem;
     line-height: 3.4rem;
     font-family: circular_stdbook;
     margin: 0
 }

 .box-center .solution-column-in-2 {
     width: 25%
 }

 .gift-card {
     width: 100%;
     margin: 0;
     text-align: center;
     display: block
 }


 @media only screen and (max-width:767px) {
	.box-center {
	    margin: 9rem auto -10rem;
	}
 }



 .section.ability {
     background-image: url(../../assets/images/chefjames/bg-ability.png);
     background-color: #fff;
     height: 100%;
     overflow: initial;
     position: relative;
     padding: 300px 20px 120px
 }

 .ability-column-1 {
     width: 55%
 }

 .ability-column-2 {
     width: 45%
 }

 .section.ability .ability-innerWrapper {
     position: relative;
     display: flex;
     justify-content: space-between;
     gap: 0
 }

 .section.ability .ability-titleHighlight {
     font-size: 6.414rem;
     line-height: 5.5rem;
     font-family: din_condensedbold, sans-serif;
     margin-bottom: 5rem
 }

 .section.ability .ability-subtitle {
     font-size: 2.5rem;
     display: inline-block;
     font-family: circular_stdbook;
     margin-top: 3rem;
     line-height: 3rem;
     padding-right: 9rem
 }

 @media only screen and (max-width:1220px) {
     .section.ability .ability-subtitle {
        padding-right: 0;
	    font-size: 2rem;
	    line-height: 2.614rem;
	}
 }

 .margin-nzLeft {
     margin-left: -27rem
 }

 .section.achievements {
     background-image: url(../../assets/images/chefjames/bg-achievements-1.png);
     background-color: #fff;
     height: 100%;
     overflow: initial;
     position: relative;
     padding: 90px 50px 0
 }

 .achievements .achievements-innerWrapper {
     position: relative;
     display: flex;
     justify-content: space-between;
     gap: 9rem;
     align-items: center
 }

 .achievements .achievements-titleHighlight {
     display: inline-block;
     font-size: 2.814rem;
     font-family: circular_stdbook
 }

 .achievements .achievements-subtitleHighlight {
     display: inline-block;
     font-size: 5.214rem;
     line-height: 5rem;
     padding-top: 4rem
 }

 .section.achievementsRowBottom {
     padding-top: 230px;
     padding-bottom: 150px;
     background-image: url(../../assets/images/chefjames/bg-achievements-2.png);
     position: relative
 }

 .achievements-titleHighlight {
     font-size: 5.3rem
 }

 @media only screen and (max-width:1200px) {
     .hero .hero-mainText br,
     .hero .hero-mainText br:after {
         content: " "
     }
     .achievements .achievements-subtitleHighlight br,
     .achievements-titleHighlight br,
     .solution .solution-titleHighlight br {
         display: none
     }
 }

 .arrow-down-white {
     width: 30px;
     margin-top: 0;
     position: absolute;
     top: 60px
 }

 .achievements .card-data .graph-image img,
 .card-data {
     width: 100%
 }

 .card-data,
 .section-in {
     position: relative
 }

 .card-data {
     border-radius: 3rem;
     padding: 6rem 5.5rem;
     margin-left: auto;
     z-index: 1;
     margin-bottom: -15vh
 }

 .card-body p {
     font-size: 3.614rem;
     line-height: 4.214rem;
     margin-bottom: 2rem;
     font-family: circular_stdbold
 }

 .achievements .card-data .graph-image {
     width: 55%;
     margin: 65px auto 30px;
     text-align: center;
     display: block
 }

 .section.testimonial {
     background-image: url(../../assets/images/chefjames/bg-footer.png);
     height: 100%;
     overflow: initial;
     position: relative;
     padding-top: 210px
 }

 .container.testimonial-innerWrapper {
     padding-bottom: 25rem
 }

 .dataRow {
     display: flex;
     gap: 60px
 }

 .data-column-1 {
     width: 10%
 }

 .avatar-testimonial,
 .data-column-2 {
     width: 90%
 }

 .dataRow-titleHighlight {
     font-size: 5.5rem
 }

 @media only screen and (max-width:1024px) {
	.section.ability .ability-titleHighlight {
	    font-size: 4.414rem;
	    line-height: 4rem;
	}
	.achievements .achievements-innerWrapper {
	    gap: 5rem;
	}
	.achievements .achievements-subtitleHighlight {
		font-size: 3.514rem;
    	line-height: 3.5rem;
	}
	.card-data {
		padding: 4rem 3.5rem;
	}
	.card-body p {
	    font-size: 2.614rem;
	    line-height: 3.214rem;
	}
}

 @media only screen and (max-width:955px) {
     .solution-innerWrapper.rowBox_icons {
         display: flex;
         padding-top: 45px
     }
     .box-icon {
         text-align: center
     }
     .icon-col {
         margin: 0 auto
     }
     .box-center .card-data {
         padding: 5rem 3rem 3rem;
         margin-bottom: 0
     }
     .box-center .card-body,
     .dataRow {
         display: block
     }
     .box-center .solution-column-in-1 {
         width: 100%;
         padding: 0
     }
     .box-center .solution-column-in-2,
     .data-column-2 {
         width: 100%
     }
     .box-center .gift-card {
         width: 250px;
         margin: 0 auto
     }
	.box-center .solution-column-in-1 p {
	    font-size: 2.3rem;
	    line-height: 2.6rem;
	}
     .section.ability {
         padding: 105px 20px 65px
     }
     .section.ability .ability-titleHighlight {
         font-size: 3.5rem;
         line-height: 3.5rem;
         padding-right: 0
     }
     .margin-nzLeft {
         margin-left: -4rem;
         margin-bottom: 40px
     }
	.achievements .achievements-subtitleHighlight {
	    font-size: 3.214rem;
	    line-height: 3rem;
	    margin-bottom: 3rem;
	}
     .data-column-1 {
         width: 75px;
         margin-bottom: 35px
     }
	.dataRow-titleHighlight {
	    font-size: 3rem;
	}
	.achievements .card-data .graph-image {
	    width: 50%;
	    margin: 10px auto 10px auto;
	}
	.container.testimonial-innerWrapper {
	    padding-bottom: 5rem;
	}
 }

 .testimonial-box {
     width: 85%;
     padding: 25rem 0 0;
     margin: 0 auto
 }

 .card-testimonial {
     padding: 3.5rem 3rem;
     background: rgb(255 255 255 / 4%);
     border-radius: 3rem;
     margin: 0 auto
 }

 .card-testimonial .card-body {
     display: flex;
     gap: 30px
 }

 .card-testimonial p {
     font-size: 19px;
     line-height: 25px;
     font-family: circular_stdbook;
     color: #fff;
     margin-bottom: 30px
 }

 .card-testimonial small {
     color: #fff;
     font-family: circular_stdbook;
     font-size: 16px
 }

 @media only screen and (max-width:1024px) {
     .section.testimonial {
         width: 100%
     }
     .card-testimonial {
         padding: 3rem 2rem
     }
     .card-testimonial .card-body {
         display: block
     }
     .avatar-testimonial {
         width: 85px;
         margin-bottom: 20px
     }
 }

 .section,
 .section-in {
     height: 100%;
     width: 100vw;
     padding: 90px 50px 0
 }

 .order-1 {
     order: 1 !important
 }

 .order-2 {
     order: 2 !important
 }

 .section-in {
     overflow: initial
 }

 @media only screen and (max-width:1263px) {
     .section {
         padding: 90px 20px 0
     }
 }

 @media only screen and (max-width:959px) {
     .header-case {
         margin-top: 35px;
         margin-bottom: 55px;
         width: 100%
     }
     .logo-case {
         width: 145px
     }
     .header-case .btn-border {
         width: 150px;
         height: 46px
     }
     .btn-border {
         padding: 13px 0;
         text-align: center;
         display: flex;
         width: 160px;
         align-items: center;
         justify-content: center;
         height: 50px
     }
     .btn-border span {
         font-size: 19px;
         margin-top: 2px
     }
     .btn-border.btn-lg {
         width: 185px
     }
     .p-right {
         float: none
     }
     .solution .solution-innerWrapper {
         display: block;
         height: 100%
     }
	.solution .solution-innerWrapper.rowBox_icons {
	    display: flex;
	}
	.solution .rowBox_icons .solution-column {
	    width: 33.333%;
	}

     .ability-column,
     .ability-column-1,
     .ability-column-2,
     .achievements .achievements-column,
     .solution-column,
     .solution-column-3,
     .solution-column-7 {
         width: 100%
     }
	.section.solution {
	    padding-bottom: 85px;
	    padding-top: 85px;
	}
	.solution .solution-titleHighlight {
	    font-size: 3.2rem;
	    line-height: 3rem;
	    margin-top: 5rem;
	}
	.solution .solution-subtitle {
	    font-size: 2rem;
	    width: 100%;
	    margin-top: 0;
	}
	.solution .solution-subtitle.mt-15 {
	    margin-top: 5rem;
	}
     .margin-nzTopLeft {
         margin-top: 45px;
         margin-right: -45px
     }
     .section.ability .ability-innerWrapper {
         flex-direction: column
     }
     .section.achievements,
     .section.achievementsRowBottom {
         padding: 90px 20px 80px
     }
     .achievements .achievements-innerWrapper {
         flex-direction: column;
         gap: 3rem
     }
	.achievements-titleHighlight {
	    font-size: 3.514rem;
	}
     .achievements-titleHighlight br,
     .card-body p br {
         display: none
     }
     .arrow-down-white {
         position: initial;
         top: initial;
         margin-bottom: 3rem
     }
     .achievements .card-data {
         border-radius: 2rem;
         padding: 4rem 3.3rem
     }
	.achievements .card-data .card-body p {   
		    margin: 0;
		    padding-bottom: 2.5rem;
		    font-size: 2.3rem;
		    line-height: 2.6rem;
		}

     .section.testimonial {
         padding-top: 85px
     }
     .testimonial-box {
         width: 100%;
         padding: 6rem 0 0
     }
     .section {
         padding-top: 60px
     }
 }

 @media only screen and (min-width:960px) {
     .container {
         max-width: 90%
     }
 }

 @media only screen and (min-width:1264px) {
     .container {
         max-width: 85vw
     }
 }

 .container {
     margin: 0 auto
 }

 .u-textGrey {
     color: #18191a
 }

 .u-textYellow {
     color: #f7b218
 }

 .u-textWhite {
     color: #fff
 }

 .u-flexColumn {
     display: flex;
     flex-direction: column
 }

 .u-flexCenter {
     justify-content: center !important
 }

 .u-flexJustifyStart {
     justify-content: flex-start !important
 }

 .u-flexJustifyEnd {
     justify-content: flex-end !important
 }

 .u-flexSpaceBetween {
     justify-content: space-between !important
 }