@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

html,
body {
  font-family: 'Montserrat', sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}


a.link-button {
  display: inline-block;
  background-color: #FF4F17;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  padding: 6px 14px;
  border-radius: 100px;
  transition: all 0.3s linear;
}

img {
  width: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.heading {
  font-size: 40px;
  font-weight: 800;
  line-height: 42px;
  color:  #FF4F17;

}

.banner-desktop {
  display: none;
}

.banner-mobile {
  display: block;
}

.sub-heading {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 8px;
}

.page-main {
  margin-top: 57px;
}

.container {
  margin-left: 24px;
  margin-right: 24px;
}


@media screen and (min-width: 1024px) {
  .page-main {
    margin-top: 95px;
  }
  a.link-button {
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
    padding: 10px 50px;
  }
  
  .container {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-desktop {
    display: block;
  }

  .banner-mobile {
    display: none;
  }

  .heading {
    font-size: 30px;
    line-height: 32px;
  }
  
  .sub-heading {
    font-size: 12px;
    line-height: 18px;
  }

  a.link-button:hover {
    background-color: #761C00;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }

  .heading {
    font-size: 46px;
    line-height: 64px;
    color:  #FF4F17;
  }
  
  .sub-heading {
    font-size: 16px;
    line-height: 30px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1278px;
  }
}
/* location */
.location {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 44px;
}

.location-infor {
  padding: 0 26px;
}

.location-infor .heading{
  max-width: 500px;
}

.location-image {
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .location {
    flex-direction: row;
    padding-top: 134px;
    gap: 69px;
  }

  .location-infor {
    padding: 0;
  }
  
  .location-image {
    max-width: 500px;
    min-width: 500px;
  }
}

@media screen and (min-width: 1280px) {
  .location-image {
    max-width: 600px;
  }
}
/* end location*/



/* mission */
.mission {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 50px;
  padding-left: 26px;
  padding-right: 26px;
}

.mission-imgae {
  position: relative;
}

.mission-biker {
  position: absolute;
  top: 46px;
  right: 48px;
  min-width: 217px !important;
  max-width: 217px;
}

@media screen and (min-width: 425px) {
  .mission-biker {
    top: 75px;
    right: 65px;
  }
}

@media screen and (min-width: 450px) {
  .mission-biker {
    top: 92px;
    right: 65px;
    max-width: 250px;
  }
}

@media screen and (min-width: 525px) {
  .mission-biker {
    top: 100px;
    right: 80px;
    max-width: 300px;
  }
}

@media screen and (min-width: 580px) {
  .mission-biker {
    top: 115px;
    right: 75px;
    max-width: 340px;
  }
}

@media screen and (min-width: 768px) {
  .mission-biker {
    max-width: 380px;
  }
}

@media screen and (min-width: 1024px) {
  .mission {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
  }

  .mission-biker {
    top: 55px;
    right: 51px;
    max-width: 217px;
  }
}

@media screen and (min-width: 1200px) {
  .mission {
    gap: 145px;
    padding-left: 0;
    padding-right: 0;
  }

  .mission-imgae img {
    min-width: 500px;
  }

  .mission-biker {
    min-width: 398px !important;
  }
}
/* end mission */

/* our-values */
.our-values {
  padding-top: 125px;
  padding-left: 24px;
  padding-right: 24px;
}

.our-values .sub-title {
  max-width: 815px;
}

.our-values-content {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.card-value {
  position: relative;
  max-width: 989px;
  display: flex;
  align-items: center;
}

.card-value-detail {
  display: flex;
  flex-direction: column;
}

.card-value-bg {
  height: 90px;
}

.card-value-content {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 17px 0;
  left: -7px;
}

.card-value:nth-child(1) .card-value-content {
  left: -15px;
}

.card-value-name {
  font-size: 17px;
  font-weight: 900;
  line-height: normal;
  color: #ffffff;
  margin-left: 20px;
  text-transform: uppercase;
}

.card-value-name span {
  color: #FF4F17;
  text-transform: lowercase;
}

.card-value-description {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
  margin-left: 20px;
  width: 159px;
}

.card-value-bg.desktop {
  display: none;
}

.card-value-number {
  width: 95px;
  height: 57px;
}

@media screen and (min-width: 430px) {
  .card-value-number {
    width: 118px;
    height: auto;
  }
}
@media screen and (min-width: 620px) {
  .card-value-content {
    left: 0;
  }
  .card-value:nth-child(1) .card-value-content {
    left: -7px;
  }
}

@media screen and (min-width: 768px) {
  .card-value-content {
    left: 10px;
  }

  .card-value:nth-child(1) .card-value-content {
    left: 0;
  }

  .card-value-name {
    font-size: 22px;
  }
  .card-value-description {
    font-size: 16px;
    width: auto;
  }

  .card-value-bg.desktop {
    display: block;
  }
  
  .card-value-bg.mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .our-values {
    padding-top: 165px;
  }
  .our-values-content {
    margin-top: 40px;
  }
  
  .card-value-bg {
    height: auto;
  }
  .card-value-number {
    padding-left: 28px;
  }
  .card-value-description {
    font-size: 16px;
    margin-left: 30px;
  }
  .card-value-detail {
    align-items: center;
    flex-direction: row;
  }

  .card-value-bg.desktop {
    height: 105px;
    width: 825px;
  }

  .card-value-number {
    width: 150px !important;
  }

  .card-value-content {
    left: -10px;
  }

  .card-value:nth-child(1) .card-value-content {
    left: -18px;
  }
}

@media screen and (min-width: 1200px) {
  .our-values {
    padding-left: 0;
    padding-right: 0;
  }
  
  .card-value-description {
    margin-left: 77px;
  }

  .card-value:nth-child(2) {
    margin-left: 92px;
  }
  
  .card-value:nth-child(3) {
    margin-left: 190px;
  }
  
  .card-value:nth-child(4) {
    margin-left: 288px;
  }
}

@media screen and (min-width: 1440px) {
  .card-value-bg.desktop {
    width: 988px;
  }
}
/* end our-values */

/* extra-mile */
.extra-mile {
  margin-top: 106px;
  text-align: center;
  padding: 0 26px;
}

.extra-mile .heading{
  text-align: left;
  max-width: 212px;
}

.extra-mil-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 14px;
}

.extra-mil-content {
  flex: 1;
  background: rgba(0, 0, 0, 0.50);
  padding: 28px 20px;
  border-radius: 20px;
  width: 100%;
}

.extra-mil-content h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}

.extra-mil-policy {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.extra-mil-policy-title {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin-top: 8px;
  height: 28px;
}

.extra-mil-policy-desc {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  height: 40px;
  display: none;
}

.extra-mil-item {
  text-align: center;
}

.extra-mil-item img {
  max-width: 50px;
}

@media screen and (min-width: 768px) {
  .extra-mil-wrapper {
    flex-direction: row;
    margin-top: 72px;
  }
  .extra-mil-policy {
    justify-content: space-between;
  }
  .extra-mile .heading{
    text-align: center;
    max-width: initial;
  }
}

@media screen and (min-width: 1024px) {
  .extra-mil-policy {
    flex-direction: column;
    gap: 67px;
  }

  .extra-mile {
    margin-top: 285px;
    padding: 0;
  }

  .extra-mil-wrapper {
    gap: 80px;
    margin-top: 73px;
  }

  .extra-mil-content {
    padding: 80px 30px;
    aspect-ratio: 1;
    border-radius: 50px;
  }

  .extra-mil-policy {
    justify-content: initial;
  }

  .extra-mil-policy-title {
    font-size: 20px;
    line-height: 35px;
    margin-top: 12px;
    height: auto;
  }

  .extra-mil-policy-desc {
    display: block;
    font-size: 14px;
    line-height: normal;
  }

  .extra-mil-content h2 {
    font-size: 35px;
    line-height: 42px;
    height: 84px;
  }

  .extra-mil-item img {
    max-width: 83px;
  }

  .extra-mil-policy {
    margin-top: 86px;
  }
  
}

@media screen and (min-width: 1200px) {
  .extra-mil-wrapper {
    gap: 106px;
    margin-left: 46px;
    margin-right: 46px;
  }
  .extra-mil-content h2 {
    height: auto;
  }
  .extra-mil-content {
    padding: 110px 87px;
  }
}

/* end extra-mile */


/* founder */
.founder {
  text-align: center;
  padding-top: 150px;
  padding: 0 26px;
  margin-top: 106px;
}
.founder .heading {
  text-align: left;
}
.founder-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: stretch;
  gap: 80px;
  padding-top: 14px;
}

.founder-card {
  text-align: center;
}
.founder-card a {
  cursor: pointer;
  display: flex;
  margin: 0 39px;
}
.founder-name {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.founder-role {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}
.founder-info {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 12px;
}

@media screen and (min-width: 768px) {
  .founder .heading {
    text-align: center;
  }
  .founder-wrapper {
    flex-direction: row;
    padding-top: 126px;
  }  
  .founder-card a {
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .founder {
    text-align: center;
    margin-top: 276px;
    padding-left: 76px;
    padding-right: 76px;
  }
  .founder-wrapper {
    gap: 225px;
    padding-top: 126px;
    justify-content: center;
  }
  .founder-card {
    max-width: 400px;
  }
  .founder-name {
    margin-top: 37px;
    font-size: 20px;
    line-height: 24px;
  }
  .founder-role {
    font-size: 16px;
    line-height: 24px;
  }
  .founder-info {
    font-size: 16px;
    line-height: 29px;
    padding-top: 5px;
  }
  
}

/* end founder */

/* join-us */
.join-our {
  padding-top: 84px;
  margin: 0 -24px;
}

.join-our-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.join-our-item {
  flex: 1 1 calc(50% - 10px);
  aspect-ratio: 1;
  position: relative;
  display: inline-flex;
  text-align: center;
}

.join-our-item img {
  object-fit: cover;
}

.join-our-item a {
  margin-top: 20px;
  padding: 6px 9px 5px;
  min-width: 93px;
}

.join-our-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.join-our-title {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
}

.join-our-item:nth-child(2) a {
  min-width: 121px;
  margin-top: 11px;
}

.join-our-item:nth-child(2) p {
  margin-top: -19px;
}

.join-our-item:nth-child(3) .join-our-title,
.join-our-item:nth-child(4) .join-our-title {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.70);
}

@media screen and (min-width: 768px) {
  .join-our-item:nth-child(2) p {
    margin-top: 0;
  }
  .join-our-item:nth-child(2) a {
    margin-top: 20px;
  }
  .join-our-item:nth-child(3) p {
    max-width: 180px;
  }
}

@media screen and (min-width: 920px) {
  .join-our-item:nth-child(2) p {
    width: 300px;
  }

  .join-our-item:nth-child(3) p {
    max-width: none;
  }
}

@media screen and (min-width: 1024px) {
  .join-our {
    padding-top: 290px;
    margin: 0;
  }

  .join-our-wrapper {
    gap: 18px;
  }

  .join-our-title {
    font-size: 45px;
    line-height: 44px;
  }

  .join-our-item {
    aspect-ratio: unset;
    transition: transform 0.3s linear;
  }

  .join-our-item a {
    min-width: 165px;
  }

  .join-our-item:nth-child(2) a {
    min-width: 185px;
    margin-top: 20px;
  }

  .join-our-item:nth-child(3) p {
    max-width: none;
  }

  .join-our-item:nth-child(1),
  .join-our-item:nth-child(4) {
    flex: 1 1 calc(65% - 10px);
  }

  .join-our-item:nth-child(2),
  .join-our-item:nth-child(3) {
    flex: 1 1 calc(35% - 10px);
  }

  .join-our-item:hover {
    transform: translateY(-8px);
  }

  .join-our-item a.link-button {
    padding: 10px 30px;
  }
}

@media screen and (min-width: 1280px) {
  .join-our-title {
    font-size: 54px;
    line-height: 66px;
  }

  .join-our-item a.link-button {
    padding: 10px 0;
  }
}

@media screen and (min-width: 1440px) {
  .join-our-item {
    flex: 0 1 auto !important;
    aspect-ratio: unset;
  }
}

/* end join-us */

/* investors */
.investors {
  padding-top: 74px;
  text-align: center;
  padding-bottom: 64px;
}

.investors-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1295px;
  justify-content: center;
  column-gap: 21px;
  row-gap: 29px;
  padding-top: 60px;
}

.investors-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.investors-list li:nth-child(1) img,
.investors-list li:nth-child(3) img,
.investors-list li:nth-child(5) img,
.investors-list li:nth-child(7) img {
  width: 90px;
  max-height: 33px;
}
.investors-list li:nth-child(2) img {
  width: 101px;
  max-height: 43px;
}
.investors-list li:nth-child(4) img {
  width: 119px;
  max-height: 23px;
}
.investors-list li:nth-child(6) img {
  width: 47px;
  max-height: 46px;
}
.investors-list li:nth-child(8) img {
  width: 55px;
  max-height: 34px;
}
.investors-list li:nth-child(9) img,
.investors-list li:nth-child(10) img {
  width: 102px;
  max-height: 52px;
}

@media screen and (min-width: 1024px) {
  .investors {
    padding-top: 229px;
    padding-bottom: 264px;
    padding-left: 0;
    padding-right: 0;
  }
  .investors-list {
    padding-top: 96px;
    column-gap: 75px;
    row-gap: 68px;
  }

  .investors-list li:nth-child(1) img,
  .investors-list li:nth-child(3) img,
  .investors-list li:nth-child(5) img,
  .investors-list li:nth-child(7) img {
    width: 166px;
    max-height: 60px;
  }
  .investors-list li:nth-child(2) img {
    width: 164px;
    max-height: 72px;
  }
  .investors-list li:nth-child(4) img {
    width: 189px;
    max-height: 36px;
  }
  .investors-list li:nth-child(6) img {
    width: 89px;
    max-height: 90px;
  }
  .investors-list li:nth-child(8) img {
    width: 104px;
    max-height: 62px;
  }
  .investors-list li:nth-child(9) img,
  .investors-list li:nth-child(10) img {
    width: 166px;
    max-height: 98px;
  }
}
@media screen and (min-width: 1440px) {
  .investors-list {
    column-gap: 106px;
  }
}
/* end investors */


.impact-section {
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.impact-banner .banner-mobile{
  display: none;
}

.impact-banner .banner-desktop{
  display: block;
}

.overview-section {
  background: #F8D5B9;
  padding: 96px 0;
  text-align: center;
  color: #071C31;
  margin-top: -5px;
}

.overview-title {
  color: #071C31;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.32px;
  margin-bottom: 22px;
}

.overview-text {
  color: #071C31;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 76px;
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  color: #071C31;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
}

.read-more-link:hover {
  color: #761C00;
}

.impact-gallery {
  background: #071C31;
  padding-top: 114px;
  padding-bottom: 100px;
  margin-top: -1px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.4s forwards;
  animation-delay: var(--animation-delay);
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.impact-gallery.light {
  background: rgba(7, 28, 49, 0.97);
}

.gallery-date {
  color: #F8D5B9;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.gallery-title {
  margin: 15px 0 42px;
  color: #FF4F17;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.gallery-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image, .gallery-grid img {
  aspect-ratio: 1.34;
  object-fit: contain;
  width: 408px;
  min-width: 240px;
}

.social-icons {
  aspect-ratio: 6.71;
  width: 349px;
}

@media (max-width: 1023px) {
  .gallery-grid {
    display: flex;
    flex-wrap: unset;
    overflow-x: auto;
    justify-content: unset;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding-bottom: 16px;
  }
  .gallery-image, gallery-grid img { 
    min-width: 261px;
    height: 197px;
    scroll-snap-align: start;
  }
}

@media (max-width: 991px) {
  .overview-section {
    padding: 40px 20px 60px;
    margin: 0;
  }

  .overview-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
  }
  
  .overview-text {
    margin: 16px 0;
    font-size: 12px;
    line-height: 19px;
  }
  
  .impact-gallery {
    padding: 30px 0;
  }

  .gallery-title {
    margin: 0 0 38px;
    font-size: 20px;
    line-height: 32px;
  }

  .gallery-date {
    font-size: 12px;
    line-height: 26px;
  }

  .read-more-link {
    gap: 9px;
    font-size: 16px;
    line-height: normal;
  }
  
  .read-more-link svg {
    width: 14px;
  }

}

@media (max-width: 650px) {
  .impact-banner .banner-mobile{
    display: block;
  }
  
  .impact-banner .banner-desktop{
    display: none;
  }
}

.content-section {
  background: #071C31;
  padding-top: 157px;
  padding-bottom: 223px;
  text-align: center;
  color: #F8D5B9;
  margin-top: -5px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.4s forwards;
  animation-delay: var(--animation-delay);
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.content-wrapper {
  max-width: 1274px;
  margin: 0 auto;
}

.section {
  margin-bottom: 149px;
}

.content-wrapper section:last-of-type {
  margin-bottom: 0;
}

.section-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.22px;
}

.section-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}

.back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 163px;
  color: #FF4F17;
}

.back-link a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.back-link:hover {
  color: #761C00;
}

.back-link svg {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .content-section {
    padding: 62px 48px 81px;
  }
  
  .section {
    margin-bottom: 45px;
  }

  .section-title {
    font-size: 16px;
  }
  
  .section-text {
    font-size: 12px;
    line-height: 20px;
  }
  
  .back-link {
    margin-top: 5px;
  }
  
  .back-link a {
    font-size: 16px;
  }

  .back-link svg {
    width: 14px;
  }

  .content-wrapper .back-link {
    margin-top: 70px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  background: transparent;
}

.hero {
  margin-bottom: 97px;
  position: relative;
}

.hero-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.masonry {
  width: 100%;
  grid-template-columns: 62.1% 1fr;
  margin: 20px auto 80px auto;
  max-width: 1269px;
  display: grid;
  padding: 0 5px;
  gap: 0.25rem;
}

.column {
  display: flex;
  gap: 0.25rem;
  flex-direction: column;
}

.masonry img {
  height: auto;
  width: 100%;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.galerry-banner {
  margin-bottom: 30px;
}

.galerry-banner .banner-mobile {
  display: none;
}

.galerry-banner .banner-desktop {
  display: block;
}

@media (min-width: 1024px) {
  .galerry-banner {
    margin-bottom: 3rem;
  }

  .masonry {
    gap: 1rem;
    padding: 0;
    max-width: 1000px;
  }

  .grid-container {
    gap: 1rem;
  }

  .column {
    gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .masonry {
    max-width: 1269px;
  }
}

@media (max-width: 650px) {
  .galerry-banner {
    margin-bottom: 5px;
  }

  .masonry {
    margin: 5px auto 80px auto;
  }

  .galerry-banner .banner-mobile {
    display: block;
  }

  .galerry-banner .banner-desktop {
    display: none;
  }
}

.grid-container {
  display: grid;
  padding: 0;
  grid-template-columns: 60% 1fr;
}

.grid-container img {
  height: 100%;
}

.first-column {
  box-sizing: content-box;
}

.career.hidden {
  display: none;
}

.hero-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.hero-title {
  color: #FF4F17;
  text-align: center;
  text-shadow: 2px 2px 92px #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.divider {
  width: 100%;
  height: 2px;
  background-color: #EAECEF;
}

.content {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
  gap: 30px;
  margin-bottom: 50px;
}

.card {
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 24px;
  flex-direction: column;
  color: #000;
}

.sidebar {
  display: flex;
  flex-direction: column;
  flex: 0 0 288px;
  transition: transform 0.3s ease;
  gap: 30px;
  padding-bottom: 3rem;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
}

.job-card {
  display: flex;
  flex-direction: column;
  padding: 38px 52px;
  gap: 0.75rem;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.4s forwards;
  animation-delay: var(--animation-delay);
}

.job-title {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.job-title:hover {
  color: #FF4F17;
}

@media (max-width: 768px) {
  .hero {
    margin-bottom: 30px;
  }
  .hero-title {
      font-size: 40px;
      line-height: 47px;
  }
  .job-title {
      font-size: 18px;
      color: #FF4F17;
  }
  .job-card p {
      font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .hero-title {
      font-size: 3.375rem;
  }
}

@media (min-width: 767px) {
  .hero-title {
      font-size: 3rem;
  }
}

@keyframes fadeIn {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* career-detail */

.career-detail {
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 116px;
  padding-bottom: 122px;
}

.career-detail.show {
  display: flex;
}

.career-detail-content {
  padding: 45px 52px;
  width: 950px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.4s forwards;
  animation-delay: var(--animation-delay);
}

.career-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.apply-button {
  border: none;
  background-color: #FF4F17;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  padding: 10px 20px;
  border-radius: 100px;
  transition: all 0.3s linear;
  width: 154px;
}

.career-detail-bottom a:nth-child(1):hover {
  color: #761C00 !important;
}

.apply-button:hover {
  background-color: #761C00;
  color: #ffffff !important;
}

.career-detail-section {
  margin-top: 35px;
}

.career-detail h2,
.career-detail h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.16px;
}

.career-detail p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.16px;
}

.career-detail ul {
  list-style-type: disc;
  padding-left: 20px;
}

.career-detail ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.16px;
}

.career-detail ul li::marker {
    font-size: 12px;
}

.career-detail-title {
  color: #000;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 64px !important;
  letter-spacing: -0.2px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
  border: none;
  color: #FF4F17;
}

.back-link svg {
  transform: rotate(180deg);
}

@media (max-width: 950px) {
  .career-detail {
      padding-top: 28px;
      padding-bottom: 140px;
      margin: 0 18px;
  }
  
  .career-detail-content {
      width: 100%;
      padding: 16px 32px;
  }

  .career-detail-header {
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: space-between;
      gap: 21px;
  }

  .career-detail-title {
      font-size: 16px !important;
      line-height: 20px !important;
  }

  .career-detail-main p {
      font-size: 12px;
      line-height: 17px;
      margin-top: 5px;
  }

  .apply-button {
      font-size: 14px;
      line-height: 23px;
      padding: 6px 20px;
      width: auto;
  }

  .career-detail-section {
      margin-top: 21px;
  }

  .career-detail h2,
  .career-detail h3,
  .career-detail p,
  .career-detail ul li {
      font-size: 12px;
      line-height: 17px;
  }

  .back-link a {
      gap: 8px;
      font-size: 16px;
  }

  .back-link svg {
      width: 14px;
  }

  .career-detail-bottom {
      width: 100%;
      padding: 0 17px;
  }

  .career-detail-bottom a:nth-child(1):hover {
        color: #FF4F17 !important;
    }

    .apply-button:hover {
        background-color: #FF4F17;
        color: #ffffff !important;
    }
}

a {
  color: inherit;
  text-decoration: none;
  background: transparent;
}

.hero-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.press-banner .banner-mobile{
  display: none;
}

.press-banner .banner-desktop{
  display: block;
}

.press-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 1301px;
  margin: 0 auto;
  padding: 0 1rem;
  place-items: center;
  margin-bottom: 54px;
}

.press-article {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  display: flex;
  max-width: 411px;
  height: 454px;
  flex-direction: column;
  overflow: hidden;
  color: #000;
  font-weight: 700;
  margin-bottom: 33px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.4s forwards;
  animation-delay: var(--animation-delay);
}

.press-article br {
  display: none;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.press-article:hover .article-title {
  color: #FF4F17;
}

.article-image {
  aspect-ratio: 1.6;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.article-content {
  display: flex;
  padding: 0 1.625rem;
  margin-top: 18px;
  width: 100%;
  flex-direction: column;
}

.article-meta {
  font-size: 14px;
  letter-spacing: 0.28px;
  align-self: start;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: flex;
  gap: 0.35rem;
  align-items: center;

}

.article-title {
  font-size: 20px;
  letter-spacing: 0.4px;
  margin-top: 21px;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.action-container {
  text-align: center;
  padding: 4.8125rem;
}

.loadmore-btn {
  color: #ff4f17;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  cursor: pointer;
}

.dot {
  background-color: #000000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
 
}

@media (max-width: 1024px) {
  .press-container {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 52px;
    align-items: stretch
  }
  .press-article {
    margin-bottom: 10px;
    height: auto;
    padding-bottom: 21px;
  }
  .article-meta {
    font-size: 12px;
    line-height: normal;
  }
  .article-title {
    font-size: 15px;
    margin-top: 6px;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 3.375rem;
  }
}

@media (min-width: 767px) {
  .hero-title {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .press-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .press-banner .banner-mobile{
    display: block;
  }
  
  .press-banner .banner-desktop{
    display: none;
  }
}

.career.hidden {
  display: none;
}

.hero-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.career { 
  margin-bottom: 153px;
}

.career .hero {
  margin-bottom: 70px;
}


.divider {
  width: 100%;
  height: 2px;
  background-color: #EAECEF;
}

.content {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
  gap: 30px;
  margin-bottom: 50px;
}

.card {
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 24px;
  flex-direction: column;
  color: #000;
}

.sidebar {
  display: flex;
  flex-direction: column;
  flex: 0 0 288px;
  transition: transform 0.3s ease;
  gap: 30px;
  padding-bottom: 3rem;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
}

.job-card {
  display: flex;
  flex-direction: column;
  padding: 38px 52px;
  gap: 0.75rem;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.4s forwards;
  animation-delay: var(--animation-delay);
}

.job-title {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.job-title:hover {
  color: #FF4F17;
}

@media (max-width: 768px) {
  .career { 
    margin-bottom: 83px;
  }
  .career .hero {
      margin-bottom: 34px;
  }
  .hero-title {
      font-size: 40px;
      line-height: 47px;
  }
  .job-title {
      font-size: 18px;
      color: #FF4F17;
  }
  .job-card p {
      font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .hero-title {
      font-size: 3.375rem;
  }
}

@media (min-width: 767px) {
  .hero-title {
      font-size: 3rem;
  }
}

@keyframes fadeIn {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* career-detail */

.career-detail {
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 116px;
  padding-bottom: 122px;
}

.career-detail.show {
  display: flex;
}

.career-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.career-detail-section {
  margin-top: 35px;
}

.career-detail h2,
.career-detail h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.16px;
}

.career-detail p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.16px;
}

.career-detail ul {
  list-style-type: disc;
  padding-left: 20px;
}

.career-detail ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.16px;
}

.career-detail-title {
  color: #000;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 64px !important;
  letter-spacing: -0.2px;
}

.career-detail-main p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.16px;
}

.career-detail-bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 44px;
  width: 950px;
  margin-top: 27px;
  transition: all 0.3s linear;
}

.back-link svg {
  transform: rotate(180deg);
}

@media (max-width: 950px) {
  .career-detail-content {
      width: 100%;
      padding: 16px 32px;
  }

  .career-detail-header {
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: space-between;
      gap: 21px;
  }

  .career-detail-title {
      font-size: 16px !important;
      line-height: 20px !important;
  }

  .career-detail-main p {
      font-size: 12px;
      line-height: 17px;
      margin-top: 5px;
  }

  .career-detail-section {
      margin-top: 21px;
  }

  .career-detail h2,
  .career-detail h3,
  .career-detail p,
  .career-detail ul li {
      font-size: 12px;
      line-height: 17px;
  }

  .back-link a {
      gap: 8px;
      font-size: 16px;
  }

  .back-link svg {
      width: 14px;
  }

  .career-detail-bottom {
      width: 100%;
      padding: 0 17px;
  }

}

