#hero {
    background-image: url('../../../images/2026/careers/hero-bg-join.jpg');
    background-image: image-set(url('../../../images/2026/careers/hero-bg-join.jpg') 1x, url('../../../images/2026/careers/hero-bg-join@2x.jpg') 2x);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0 45px;
    width: 1280px;
    max-width: calc(100% - 30px);
    margin-top: 48px;
    border-radius: 15px;
}
#hero .container {
    min-height: inherit;
}
#hero .title {
    font-size: 3.875em;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: -11px;
}
#hero .title .frog {
    margin-right: -20px;
    margin-bottom: -25px;
}

#hero .title span {
    font-size: 0.96774194em;
    width: fit-content;
    margin: 0 auto -12px auto;
}
#hero .button {
    font-size: 1.25em;
    height: 40px;
    line-height: 40px;
    width: 232px;
    border-radius: 20px;
    margin-top: 17px;
}


#apply {
    margin-top: 80px;
    margin-bottom: 87px;
}

#apply .container {
    --content-width: 1310px;
}

#apply p {
    margin: 0;
}

#apply p.sub {
    font-size: 18px;
    line-height: 1.444;
}

#apply .inner {
    gap: 30px;
}

#apply .position {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 14px;
    color: #0C6B46;
}

#apply .location {
    font-size: 18px;
}

#apply .desc {
    font-size: 1em;
    line-height: 2;
    margin-top: 14px;
}

#apply .desc ul {
    list-style: none;
    padding: 0;
    margin-left: 0 !important;
}

#apply .desc ul li {
    position: relative;
    padding-left: 34px;
    line-height: 1.5;
    font-size: 1.25em;
}
#apply .desc ul li:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 2.5px;
    background-image: url('../../../images/2026/careers/checkmark.png');
    background-image: image-set(url('../../../images/2026/careers/checkmark.png') 1x, url('../../../images/2026/careers/checkmark@2x.png') 2x);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#apply .desc ul li + li {
    margin-top: 10px;
}

#apply .desc p {
    margin: 21px 0 0;
}

#apply .left {
    flex-basis: 588px;
    padding-top: 38px;
}

#apply .right {
    flex-basis: 600px;
}

#apply form {
    background-color: #F5F5F5;
    border-radius: 15px;
    padding: 43px 12px 45px;
    width: 100%;
}
form.uni-style .form-field input, 
form.uni-style .form-field select {
    height: 54px;
}
#apply form h3 {
    font-size: 2em;
    margin-bottom: 15px;
}
#apply form p {
    font-size: 1em;
    margin-bottom: 30px;
}
#apply form .button {
    width: 232px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0;
    font-size: 1.25em;
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
    #apply {
        margin-top: 44px;
        margin-bottom: 100px;
    }

    #apply .inner {
        flex-direction: column-reverse;
        gap: 24px;
    }

    #apply .inner>* {
        flex-basis: unset;
        width: 100%;
    }

    #apply .left {
        position: relative;
        margin-top: 9px;
    }

    #apply .right {
        padding: 0;
    }
}

@media screen and (max-width: 567px) {
    #hero {
        padding: 0 0 35px 0;
        margin-top: 34px;
    }

    #hero .title {
        margin: -11px auto 11px auto;
        font-size: 2em;
        line-height: 1;
    }

    #hero .title .frog {
        width: 65px;
        margin-right: -15px;
        margin-bottom: -30px;
    }

    #hero .title span {
        font-size: 1.125em;
        margin-bottom: 0;
    }
    #hero .button {
        font-size: 1.25em;
        height: 35px;
        line-height: 35px;
        border-radius: 18px;
        width: 226px;
        margin-top: 18px;
    }

    #apply {
        margin-top: 50px;
        margin-bottom: 45px;
    }
    #apply form {
        background-color: transparent;
        border-radius: 0;
        padding: 0 0 40px;
        border-bottom: 1px solid #CBCBCB;
    }
    #apply form h3 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    #apply form p {
        font-size: 18px;
        margin-bottom: 38px;
    }
    form.uni-style .form-field input, 
    form.uni-style .form-field select {
        height: 56px;
    }
    #apply form .button {
        width: 160px;
        height: 35px;
        line-height: 35px;
        border-radius: 18px;
        padding: 0;
        font-size: 1.25em;
    }
    #apply .left {
        padding-top: 0;
        margin-top: 0;
    }
    #apply .left-inner {
        padding: 0 10px;
    }

    #apply .position {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    #apply .location {
        font-size: 14px;
    }

    #apply p.sub {
        font-size: 14px;
    }

    #apply .desc {
        font-size: 15px;
        line-height: 24px;
        margin-top: 24px;
    }

    #apply .desc ul li {
        padding-left: 35px;
        font-size: 15px;
    }
    #apply .desc ul li:before {
        width: 17px;
        height: 17px;
        top: 4.5px;
    }
}

@media screen and (max-width: 767px) {

	#apply .contact-form {
		margin-top: 0;
		flex-basis: unset;
	}
}

@media screen and (max-width: 567px) {
    main {
        padding-top: 30px;
    }
    #apply .form-row.flex{
		flex-direction: column;
	}
}