.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

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

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/images/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url(/fonts/slick.eot);
    src: url(/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/fonts/slick.woff) format("woff"), url(/fonts/slick.ttf) format("truetype"), url(/fonts/slick.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75
}

#header {
    width: 100%;
    background: #fff;
    position: fixed;
    padding: 0 30px;
    z-index: 999
}

#header .wrapper {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    padding: 20px 0
}

#header .logo {
    cursor: pointer;
    float: left
}

#header img {
    width: 150px;
    /*height: 25px*/
}

#header nav {
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    text-align: left;
    background: #000
}

#header nav ul {
    list-style: none;
    margin: 10px 0 0
}

#header nav li {
    padding: 15px;
    cursor: pointer
}

#header nav li:hover a {
    color: #686868
}

#header nav a {
    text-decoration: none;
    color: #b2b2b2;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 18px
}

.mob-nav {
    display: inline-block;
    position: fixed;
    z-index: 10000;
    right: 20px;
    top: 25px !important;
    cursor: pointer
}

.mob-nav .mob-navicon {
    display: block
}

.mob-nav .mob-navicon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 3px;
    background: #9b9b9b
}

#header.show-nav nav {
    width: 60%;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear
}

.cross-close {
    position: fixed;
    top: 20px;
    right: 30px;
    width: 15px;
    height: 15px;
    background: url("/images/cancel-icon-166f0586.svg") no-repeat center;
    background-size: 100%;
    cursor: pointer;
    display: none
}

@media only screen and (min-width: 1025px) {
    #header .wrapper {
        padding: 40px 0;
        -webkit-transition: padding 0.1s linear;
        transition: padding 0.1s linear
    }

    #header nav {
        position: static;
        float: right;
        width: auto;
        background: #fff
    }

    #header nav ul {
        list-style: none;
        float: right;
        margin: 0
    }

    #header nav li {
        display: inline-block;
        padding: 8px 15px
    }

    #header .mob-nav {
        display: none
    }

    #header img {
        width: 260px;
        /*height: 40px*/
    }

    #header.fixed-header .wrapper {
        padding: 10px 0;
        -webkit-transition: padding 0.1s linear;
        transition: padding 0.1s linear
    }
}


button.slick-prev {
    left: 0
}

button.slick-prev:before {
    content: "‹"
}

button.slick-next {
    right: 0
}

button.slick-next:before {
    content: "›"
}

button.slick-prev, button.slick-next {
    height: 100%;
    z-index: 99;
    width: 60px;
    opacity: 0.4;
    background: #000;
    visibility: hidden
}

button.slick-prev:before, button.slick-next:before {
    font-size: 100px
}

button.slick-prev:hover, button.slick-next:hover {
    background: #000;
    opacity: 0.8
}

body.job-description #header .wrapper {
    padding: 15px 0
}

.job-description-wrap {
    display: block;
    position: relative;
    min-height: 300px
}

.loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 42%
}

#job-description {
    display: none;
    font-size: 16px;
    font-family: Open Sans;
    color: #3b454b;
    padding: 10px 30px 0;
    line-height: 1.5
}

#job-description .wrapper {
    max-width: 760px;
    padding: 40px 0 15px;
    margin: auto
}

#job-description .wrapper div > b {
    margin-bottom: 20px;
    display: block
}

#job-description a {
    color: #3b454b
}

#job-description .back-to-join-team {
    display: block;
    color: #919191;
    margin-bottom: 30px
}

#job-description .description-section {
    margin-bottom: 50px
}

#job-description h2 {
    margin-bottom: 22px
}

#job-description ul {
    padding-left: 20px
}

#job-description ul li {
    margin-bottom: 7px
}

#job-description .job-description-unit {
    padding: 40px 0;
    overflow: hidden
}

#job-description .job-description-unit p {
    font-size: 18px;
    color: #7e7e7e
}

#job-description .text-centered {
    text-align: center
}

#job-description .role-location h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px
}

#job-description .apply-btn {
    text-decoration: none;
    color: #fff;
    background: #4a90e2;
    padding: 10px 30px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer
}

.iframe-body {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
    display: none;
    background: #fff url("https://www.codechef.com/sites/all/modules/codechef_tags/images/loader.gif") no-repeat center
}

.success-message {
    padding: 20px 20px;
    width: 100%;
    background: #523320;
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    visibility: hidden;
    position: fixed;
    top: 59px;
    z-index: 99
}

.display-block {
    display: block
}

.visible {
    visibility: visible
}

@media only screen and (min-width: 1025px) {
    .loader {
        left: 50%
    }

    #job-description {
        padding-top: 50px
    }

    #job-description .floated-right {
        float: right
    }

    #job-description .floated-left {
        float: left
    }

    #job-description .wrapper {
        padding-bottom: 100px
    }

    #job-description .back-to-join-team {
        margin-bottom: 45px
    }

    #job-description .job-description-unit p {
        font-size: 20px
    }

    #job-description .name-location {
        margin-bottom: 0
    }

    .success-message {
        font-size: 23px;
        padding: 35px 20px;
        top: 75px
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-overflow-scrolling: touch
}

body {
    margin: 0;
    padding: 0;
    font-family: "LibreBaskerville-Regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #555555;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body:after, body:before {
    content: " ";
    display: table
}

body:after {
    clear: both
}

.body-fix {
    overflow: hidden
}

.wrapper {
    padding: 0 20px
}

.wrapper:before, .wrapper:after {
    content: " ";
    display: table
}

.wrapper:after {
    clear: both
}

.desktop {
    display: none !important
}

.next {
    display: block
}

#content {
    display: block;
    padding-top: 20px
}

.unit {
    background: #fff;
    display: block;
    padding: 70px 0 0;
    text-align: center
}

.margin-left {
    margin-left: 20px
}

.margin-right {
    margin-right: 20px
}

.unit-1 .desktop .header {
    background-size: contain;
    position: relative
}

.unit-1 .desktop h1 {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    color: #585858;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 1.58
}

.unit-1 .desktop img {
    width: 100%;
    display: block
}

.unit-1 .mobile h1 {
    font-size: 23px;
    font-weight: normal
}

.unit-1 .mobile .mobile-text-wrapper {
    margin-bottom: 40px
}

.unit-1 .mobile img {
    width: 100%
}

.unit-1 .mobile .mobile-landscape {
    display: none
}

.unit-2 .wrapper {
    max-width: 1000px;
    margin: 0 auto
}

.unit-2 h2 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 54px
}

.unit-2 .joining-form {
    margin-bottom: 35px;
    display: none
}

.unit-2 .select-wrapper {
    margin-bottom: 10px;
    position: relative
}

.unit-2 .select-wrapper:after {
    content: " ";
    display: inline-block;
    border-bottom: 7px solid transparent;
    border-top: 7px solid #9b9b9b;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    right: 20px;
    top: 23px
}

.unit-2 select {
    width: 100%;
    padding: 14px;
    border: 1px solid #dedede;
    background: transparent;
    color: #b4b8bc;
    font-size: 18px;
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    border-radius: 4px
}

.unit-2 button {
    padding: 14px 24px;
    width: 100%;
    background: #4a90e2;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    cursor: pointer
}

.accordion {
    width: 100%;
    text-align: left;
    padding: 16px 0
}

.accordion:last-child {
    border-bottom: none
}

.accordion .career {
    font-size: 18px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    cursor: pointer;
    color: #585858
}

.accordion .career span {
    float: right
}

.accordion .career-list {
    list-style: none;
    height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear
}

.accordion .career-list li {
    font-size: 16px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #585858;
    padding: 10px 0;
    cursor: pointer
}

.accordion .career-list li span {
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #b2b2b2;
    display: block;
    margin-top: 5px
}

.accordion .career-list.open {
    height: auto;
    margin-top: 20px
}

.border {
    border-bottom: 1px solid #e2e2e2
}

.reach-out-section {
    display: none
}

.reach-out-section p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 1.63
}

.reach-out-section a {
    color: #523320;
    text-decoration: none
}

.our-culture h2, .benefit-section h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 22px
}

.our-culture p, .benefit-section p {
    line-height: 1.5;
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}

.our-culture .our-culture-text {
    margin-bottom: 50px
}

.our-culture-image {
    overflow: hidden
}

.our-culture-image img {
    margin: 0 6px;
    width: 240px !important;
    display: block !important
}

.benefit-section .benefit-wrapper {
    margin: 0 0 40px
}

.benefits-block .block {
    margin: 0 0 60px
}

.benefits-block img {
    width: 100%;
    margin-bottom: 20px
}

.benefits-block .text {
    text-align: left
}

.benefits-block .text .benefit-text-wrapper {
    padding: 0 20px;
    max-width: 630px
}

.benefits-block .text h3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px
}

.slider {
    text-align: center
}

.slider .case-study-img {
    padding: 0 20px
}

.slider img {
    width: 100%
}

.slider .case-study-text {
    background: #1c85ff;
    color: #ffffff;
    padding: 30px 20px;
    position: relative;
    z-index: 10;
    bottom: 80px
}

.slider .user-review {
    margin-bottom: 15px
}

.slider .user-review p {
    font-family: "LibreBaskerville-Italic", Helvetica, Arial, sans-serif;
    line-height: 1.44;
    font-size: 18px
}

.slider .user-name p {
    font-size: 21px
}

.slider .user-name span {
    font-size: 18px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #ffffff;
    opacity: 0.4
}

.slick-dots {
    bottom: 25px
}

.slick-dots li button:before {
    width: 14px;
    height: 14px;
    content: " ";
    background: black;
    border-radius: 50%
}

@media only screen and (min-width: 568px) {
    body {
        font-size: 20px
    }

    .unit-1 .mobile h1 {
        font-size: 27px
    }

    .unit-1 .mobile .mobile-text-wrapper {
        max-width: 430px;
        margin: 0 auto 50px
    }

    .unit-1 .mobile .img {
        padding: 0 20px
    }

    .unit-1 .mobile img {
        max-width: 600px;
        margin: 0 auto
    }

    .unit-1 .mobile .mobile-landscape {
        display: block
    }

    .unit-1 .mobile .mobile-portrait {
        display: none
    }

    .our-culture .our-culture-text {
        max-width: 800px;
        margin: 0 auto 70px
    }

    .our-culture img {
        width: 400px !important
    }

    .unit-2 h2, .our-culture h2, .benefit-section h2 {
        font-size: 40px
    }

    .benefit-section .benefit-wrapper {
        max-width: 800px;
        margin: 0 auto 70px
    }

    .case-study .case-study-wrapper {
        max-width: 500px;
        margin: 0 auto;
        overflow: hidden
    }

    .accordion .career-list li {
        padding: 16px 0
    }

    .accordion .career-list span {
        float: right
    }
}

@media only screen and (min-width: 1025px) {
    .left {
        float: left
    }

    .right {
        float: right
    }

    .desktop {
        display: block !important
    }

    .mobile {
        display: none !important
    }

    #content {
        padding-top: 125px
    }

    .body-fix {
        font-size: 0
    }

    .unit {
        padding: 120px 0 0
    }

    .unit-1 {
        padding: 0
    }

    .unit-2 h2 {
        font-size: 40px;
        margin: 0 0 50px
    }

    .unit-2 .select-wrapper, .unit-2 button {
        display: inline-block
    }

    .unit-2 .select-wrapper:after, .unit-2 button:after {
        right: 14px
    }

    .unit-2 select, .unit-2 button {
        width: 254px
    }

    .unit-2 .margin-left-right {
        margin: 0 30px
    }

    .unit-2 .big-width {
        width: 380px
    }

    .our-culture .our-culture-image:hover button.slick-prev, .our-culture .our-culture-image:hover button.slick-next {
        visibility: visible
    }

    .our-culture img {
        width: 670px !important
    }

    .our-culture h2, .benefit-section h2 {
        margin: 0 0 15px
    }

    .jobs-list {
        margin-bottom: 58px
    }

    .accordion {
        padding: 25px 0
    }

    .accordion .career {
        font-size: 22px
    }

    .accordion .career-list li {
        font-size: 18px
    }

    .accordion .career-list li span {
        font-size: 18px
    }

    .reach-out-section {
        display: block
    }

    .benefits-block .block {
        margin: 0 0 150px
    }

    .benefits-block .block:after {
        clear: both
    }

    .benefits-block .block:before, .benefits-block .block:after {
        content: " ";
        display: table
    }

    .benefits-block .image {
        width: 50%
    }

    .benefits-block img {
        margin: 0
    }

    .benefits-block .text {
        padding: 50px 0 0;
        width: 50%
    }

    .benefits-block .text .benefit-text-wrapper {
        padding: 0 60px
    }

    .benefits-block .text h3 {
        font-size: 50px
    }

    .margin-left {
        margin-left: 0px
    }

    .margin-right {
        margin-right: 0px
    }

    .case-study {
        padding: 210px 0
    }

    .case-study .case-study-wrapper {
        max-width: 1055px
    }

    .slider {
        position: relative;
        padding: 0 20px
    }

    .slider .case-study-img {
        width: 500px;
        padding: 0;
        float: left
    }

    .slider .case-study-text {
        width: 570px;
        padding: 40px 30px;
        position: absolute;
        top: 45px;
        right: 20px;
        bottom: auto;
        border-radius: 8px
    }

    .slider .user-review p {
        font-size: 30px;
        text-align: left
    }

    .slider .user-name p {
        font-size: 24px;
        text-align: left
    }

    .slick-dots {
        width: auto;
        right: 380px;
        bottom: 0px
    }

    .job-description .black-logo {
        padding: 10px 0 0
    }

    .job-description .black-logo img {
        width: 250px;
        height: 40px
    }
}

@media only screen and (min-width: 1400px) {
    .unit-1 .desktop h1 {
        font-size: 36px
    }
}

@media only screen and (min-width: 1366px) {
    .unit-1 .desktop h1 {
        font-size: 34px;
        top: 41%
    }
}

@media only screen and (min-width: 1600px) {
    .unit-1 .desktop h1 {
        font-size: 42px
    }

    .our-culture img {
        width: 830px !important
    }
}

@media only screen and (min-width: 1920px) {
    .unit-1 .desktop h1 {
        font-size: 48px
    }
}

@media only screen{
    .iframe-body{
        margin-top: 60px !important;
    }
}