.fundingsectionmobilecarousel {
  display: none;
}

.challengemaxwidth {
  display: none;
}

.d-mobile {
  display: none;
}

.d-tablet {
  display: none;
}

.fundingprocess__mobile {
  display: none;
}

@media screen and (max-width: 599px) {
  .projectshero {
    padding: 60px 16px 0px 16px;
    display: flex;
    flex-wrap: wrap;
  }
  .projectshero .item {
    flex: 0 0 auto;
    width: 100%;
  }
  .projectshero .projectshero__image .image {
    width: 100%;
    height: auto;
  }
  .projectshero .projectshero_horline {
    width: 86px;
    border-bottom: 3px solid #bc0000;
    margin: auto;
    margin-top: 36px;
  }
  .projectshero .projectshero__text {
    text-align: center;
  }
  .projectshero .projectshero__text .projectshero__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
  }
  .projectshero .projectshero__text .projectshero__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
  }
  .projectshero .projectshero__text .projectshero__text__desc {
    margin-top: 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .projectshero {
    padding: 80px 75px 0px 75px;
    display: flex;
    flex-wrap: wrap;
  }
  .projectshero .item {
    flex: 0 0 auto;
    width: 100%;
  }
  .projectshero .projectshero__image .image {
    width: 100%;
    height: auto;
  }
  .projectshero .projectshero_horline {
    width: 118px;
    border-bottom: 3px solid #bc0000;
    margin-top: 36px;
  }
  .projectshero .projectshero__text {
    text-align: left;
  }
  .projectshero .projectshero__text .projectshero__text__title {
    margin-top: 36px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
  }
  .projectshero .projectshero__text .projectshero__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
  .projectshero .projectshero__text .projectshero__text__desc {
    margin-top: 36px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1379px) {
  .projectshero {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 75px;
    margin-top: 100px;
  }
  .projectshero .item {
    flex: 0 0 auto;
    width: 50%;
  }
  .projectshero .projectshero__image .image {
    width: 100%;
    height: auto;
  }
  .projectshero .projectshero_horline {
    width: 120px;
    border-bottom: 3px solid #bc0000;
    margin-top: 36px;
  }
  .projectshero .projectshero__text {
    padding-left: 75px;
    text-align: left;
    margin-top: 20px;
  }
  .projectshero .projectshero__text .projectshero__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
  }
  .projectshero .projectshero__text .projectshero__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
  .projectshero .projectshero__text .projectshero__text__desc {
    max-width: 510px;
    margin-top: 36px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
  }
}
@media screen and (min-width: 1380px) {
  .projectshero {
    max-width: 1380px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 120px;
  }
  .projectshero .item {
    flex: 0 0 auto;
    width: 50%;
  }
  .projectshero .projectshero__image {
    padding: 0px 12px 0px 0px;
  }
  .projectshero .projectshero__image .image {
    width: 100%;
    height: auto;
  }
  .projectshero .projectshero_horline {
    width: 120px;
    border-bottom: 3px solid #bc0000;
    margin-top: 36px;
  }
  .projectshero .projectshero__text {
    padding: 50px 0px 0px 75px;
    text-align: left;
  }
  .projectshero .projectshero__text .projectshero__text__title {
    margin-top: 36px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
  }
  .projectshero .projectshero__text .projectshero__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
  .projectshero .projectshero__text .projectshero__text__desc {
    max-width: 510px;
    margin-top: 36px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .fundingsection .fundingsection_item {
    display: none;
  }
  .fundingsection .fundinghero {
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
  }
  .fundingsection .fundinghero .item {
    flex: 0 0 auto;
    width: 100%;
  }
  .fundingsection .fundinghero .projectshero__image {
    padding: 0px 12px 0px 26px;
  }
  .fundingsection .fundinghero .projectshero__image .image {
    width: 100%;
    height: auto;
  }
  .fundingsection .fundinghero .projectshero_horline {
    width: 86px;
    border-bottom: 3px solid #bc0000;
    margin: auto;
    margin-top: 36px;
  }
  .fundingsection .fundinghero .projectshero__text {
    padding: 0px 16px;
    text-align: center;
    margin: auto;
  }
  .fundingsection .fundinghero .projectshero__text .projectshero__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
  }
  .fundingsection .fundingsectionmobilecarousel {
    padding: 30px 16px 0px 16px;
    display: block;
  }
  .fundingsection .fundingsectionmobilecarousel .fundingsectionmobileswiper {
    padding-top: 30px;
  }
  .fundingsection .fundingsectionmobilecarousel .swiper {
    width: 100%;
    height: 370px;
  }
  .fundingsection .fundingsectionmobilecarousel .swiper .swiper-slide {
    position: relative;
    border: 3px solid rgb(230, 210, 98);
    padding: 65px 37px 37px 37px;
  }
  .fundingsection .fundingsectionmobilecarousel .swiper .swiper-slide:nth-child(1) {
    border: 3px solid rgb(230, 210, 98);
  }
  .fundingsection .fundingsectionmobilecarousel .swiper .swiper-slide:nth-child(1) .swiper-slide-icon {
    position: absolute;
    top: -43px;
    left: 30px;
    background-color: white;
    padding: 10px;
    width: 90px;
  }
  .fundingsection .fundingsectionmobilecarousel .swiper .swiper-slide:nth-child(2) {
    border: 3px solid #2c6334;
  }
  .fundingsection .fundingsectionmobilecarousel .swiper .swiper-slide:nth-child(2) .swiper-slide-icon {
    position: absolute;
    top: -43px;
    left: 30px;
    background-color: white;
    padding: 10px;
  }
  .fundingsection .fundingsectionmobilecarousel .swiper .swiper-slide:nth-child(3) {
    border: 3px solid #984471;
  }
  .fundingsection .fundingsectionmobilecarousel .swiper .swiper-slide:nth-child(3) .swiper-slide-icon {
    position: absolute;
    top: -42px;
    left: 30px;
    background-color: white;
    padding: 10px;
    width: 80px;
  }
  .fundingsection .fundingsectionmobilecarousel .swiper .swiper-slide:nth-child(4) {
    border: 3px solid #e5873c;
  }
  .fundingsection .fundingsectionmobilecarousel .swiper .swiper-slide:nth-child(4) .swiper-slide-icon {
    position: absolute;
    top: -44px;
    left: 30px;
    background-color: white;
    padding: 10px;
  }
  .fundingsection .fundingsectionmobilecarousel .swiper .swiper-slide:nth-child(5) {
    border: 3px solid #1a4276;
  }
  .fundingsection .fundingsectionmobilecarousel .swiper .swiper-slide:nth-child(5) .swiper-slide-icon {
    position: absolute;
    top: -32px;
    left: 30px;
    background-color: white;
    width: 76px;
  }
  .fundingsection .fundingsectionmobilecarousel .swiper .swiper-slide .swiper-slide-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
  }
  .fundingsection .fundingsectionmobilecarousel .swiper .swiper-slide .swiper-slide-desc {
    margin-top: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
  }
  .fundingsection .fundingsectionmobilecarousel .mobilefirstswiper__swiper-button {
    display: flex;
    justify-content: space-evenly;
    height: 100px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position-x: center;
  }
  .fundingsection .fundingsectionmobilecarousel .mobilefirstswiper__swiper-button div {
    z-index: 1;
    position: relative;
    right: unset;
    left: unset;
    width: unset;
    height: unset;
    margin-top: unset;
    top: 20px;
    display: block;
  }
  .fundingsection .fundingsectionmobilecarousel .mobilefirstswiper__swiper-button div img {
    cursor: pointer;
  }
  .fundingsection .fundingsectionmobilecarousel .mobilefirstswiper__swiper-button div::after {
    content: none;
  }
  .fundingsection .funding__moreitems {
    padding: 60px 16px 0px 16px;
    max-width: 1380px;
    margin: 0px auto;
    text-align: center;
  }
  .fundingsection .funding__moreitems .button {
    border: 3px solid #000000;
    padding: 11px 45px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    max-width: 270px;
    margin: auto;
    display: block;
  }
  .fundingsection .funding__moreitems a:hover {
    color: black;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .fundingsection {
    justify-content: space-between;
    padding: 120px 75px 0px 75px;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
  }
  .fundingsection .item {
    flex: 0 0 auto;
    width: 46%;
  }
  .fundingsection .fundingsection_item {
    position: relative;
    padding: 45px 37px 37px 37px;
    margin-bottom: 85px;
  }
  .fundingsection .fundingsection_item:nth-child(2) {
    border: 3px solid rgb(230, 210, 98);
  }
  .fundingsection .fundingsection_item:nth-child(2) .fundingsection_item-icon {
    position: absolute;
    top: -52px;
    left: 30px;
    background-color: white;
    padding: 10px;
    width: 90px;
  }
  .fundingsection .fundingsection_item:nth-child(3) {
    border: 3px solid #2c6334;
  }
  .fundingsection .fundingsection_item:nth-child(3) .fundingsection_item-icon {
    position: absolute;
    top: -46px;
    left: 30px;
    background-color: white;
    padding: 10px;
  }
  .fundingsection .fundingsection_item:nth-child(4) {
    border: 3px solid #984471;
  }
  .fundingsection .fundingsection_item:nth-child(4) .fundingsection_item-icon {
    position: absolute;
    top: -47px;
    left: 30px;
    background-color: white;
    padding: 10px;
    width: 80px;
  }
  .fundingsection .fundingsection_item:nth-child(5) {
    border: 3px solid #e5873c;
  }
  .fundingsection .fundingsection_item:nth-child(5) .fundingsection_item-icon {
    position: absolute;
    top: -44px;
    left: 30px;
    background-color: white;
    padding: 10px;
  }
  .fundingsection .fundingsection_item:nth-child(6) {
    border: 3px solid #1a4276;
  }
  .fundingsection .fundingsection_item:nth-child(6) .fundingsection_item-icon {
    position: absolute;
    top: -36px;
    left: 30px;
    background-color: white;
    width: 76px;
  }
  .fundingsection .fundingsection_item .fundingsection_item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    overflow-wrap: break-word;
  }
  .fundingsection .fundingsection_item .fundingsection_item-desc {
    margin-top: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
  }
  .fundingsection .fundinghero .projectshero__image {
    padding: 0px 12px 0px 26px;
  }
  .fundingsection .fundinghero .projectshero__image .image {
    width: 100%;
    height: auto;
  }
  .fundingsection .fundinghero .projectshero_horline {
    width: 118px;
    border-bottom: 3px solid #bc0000;
  }
  .fundingsection .fundinghero .projectshero__text .projectshero__text__title {
    overflow-wrap: break-word;
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
  }
  .fundingsection .funding__moreitems {
    max-width: 1380px;
    margin: 0px auto;
    text-align: right;
    width: 100%;
  }
  .fundingsection .funding__moreitems .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    max-width: 210px;
    float: right;
  }
  .fundingsection .funding__moreitems a:hover {
    color: black;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1379px) {
  .fundingsection {
    justify-content: space-between;
    padding: 150px 75px 0px 75px;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
  }
  .fundingsection .item {
    flex: 0 0 auto;
    width: 31%;
  }
  .fundingsection .fundingsection_item {
    position: relative;
    padding: 45px 37px 37px 37px;
    margin-bottom: 85px;
  }
  .fundingsection .fundingsection_item:nth-child(2) {
    border: 3px solid rgb(230, 210, 98);
  }
  .fundingsection .fundingsection_item:nth-child(2) .fundingsection_item-icon {
    position: absolute;
    top: -52px;
    left: 30px;
    background-color: white;
    padding: 10px;
    width: 90px;
  }
  .fundingsection .fundingsection_item:nth-child(3) {
    border: 3px solid #2c6334;
  }
  .fundingsection .fundingsection_item:nth-child(3) .fundingsection_item-icon {
    position: absolute;
    top: -46px;
    left: 30px;
    background-color: white;
    padding: 10px;
  }
  .fundingsection .fundingsection_item:nth-child(4) {
    border: 3px solid #984471;
  }
  .fundingsection .fundingsection_item:nth-child(4) .fundingsection_item-icon {
    position: absolute;
    top: -50px;
    left: 30px;
    background-color: white;
    padding: 10px;
    width: 80px;
  }
  .fundingsection .fundingsection_item:nth-child(5) {
    border: 3px solid #e5873c;
  }
  .fundingsection .fundingsection_item:nth-child(5) .fundingsection_item-icon {
    position: absolute;
    top: -44px;
    left: 30px;
    background-color: white;
    padding: 10px;
  }
  .fundingsection .fundingsection_item:nth-child(6) {
    border: 3px solid #1a4276;
  }
  .fundingsection .fundingsection_item:nth-child(6) .fundingsection_item-icon {
    position: absolute;
    top: -36px;
    left: 30px;
    background-color: white;
    width: 76px;
  }
  .fundingsection .fundingsection_item .fundingsection_item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
  }
  .fundingsection .fundingsection_item .fundingsection_item-desc {
    margin-top: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
  }
  .fundingsection .fundinghero .projectshero__image {
    padding: 0px 12px 0px 26px;
  }
  .fundingsection .fundinghero .projectshero__image .image {
    width: 100%;
    height: auto;
  }
  .fundingsection .fundinghero .projectshero_horline {
    width: 118px;
    border-bottom: 3px solid #bc0000;
  }
  .fundingsection .fundinghero .projectshero__text .projectshero__text__title {
    overflow-wrap: break-word;
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
  }
  .fundingsection .funding__moreitems {
    max-width: 1380px;
    margin: 0px auto;
    text-align: right;
    width: 100%;
  }
  .fundingsection .funding__moreitems .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    max-width: 210px;
    float: right;
  }
  .fundingsection .funding__moreitems a:hover {
    color: black;
  }
}
@media screen and (min-width: 1380px) {
  .fundingsection {
    max-width: 1380px;
    margin: auto;
    justify-content: space-between;
    padding: 150px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
  }
  .fundingsection .item {
    flex: 0 0 auto;
    width: 31%;
  }
  .fundingsection .fundingsection_item {
    position: relative;
    padding: 45px 37px 37px 37px;
    margin-bottom: 85px;
  }
  .fundingsection .fundingsection_item:nth-child(2) {
    border: 3px solid rgb(230, 210, 98);
  }
  .fundingsection .fundingsection_item:nth-child(2) .fundingsection_item-icon {
    position: absolute;
    top: -52px;
    left: 30px;
    background-color: white;
    padding: 10px;
    width: 90px;
  }
  .fundingsection .fundingsection_item:nth-child(3) {
    border: 3px solid #2c6334;
  }
  .fundingsection .fundingsection_item:nth-child(3) .fundingsection_item-icon {
    position: absolute;
    top: -46px;
    left: 30px;
    background-color: white;
    padding: 10px;
  }
  .fundingsection .fundingsection_item:nth-child(4) {
    border: 3px solid #984471;
  }
  .fundingsection .fundingsection_item:nth-child(4) .fundingsection_item-icon {
    position: absolute;
    top: -50px;
    left: 30px;
    background-color: white;
    padding: 10px;
    width: 80px;
  }
  .fundingsection .fundingsection_item:nth-child(5) {
    border: 3px solid #e5873c;
  }
  .fundingsection .fundingsection_item:nth-child(5) .fundingsection_item-icon {
    position: absolute;
    top: -44px;
    left: 30px;
    background-color: white;
    padding: 10px;
  }
  .fundingsection .fundingsection_item:nth-child(6) {
    border: 3px solid #1a4276;
  }
  .fundingsection .fundingsection_item:nth-child(6) .fundingsection_item-icon {
    position: absolute;
    top: -36px;
    left: 30px;
    background-color: white;
    width: 76px;
  }
  .fundingsection .fundingsection_item .fundingsection_item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 44px;
  }
  .fundingsection .fundingsection_item .fundingsection_item-desc {
    margin-top: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
  }
  .fundingsection .fundinghero .projectshero__image {
    padding: 0px 12px 0px 26px;
  }
  .fundingsection .fundinghero .projectshero__image .image {
    width: 100%;
    height: auto;
  }
  .fundingsection .fundinghero .projectshero_horline {
    width: 118px;
    border-bottom: 3px solid #bc0000;
  }
  .fundingsection .fundinghero .projectshero__text .projectshero__text__title {
    overflow-wrap: break-word;
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
  }
  .fundingsection .funding__moreitems {
    max-width: 1380px;
    margin: 0px auto;
    text-align: right;
    width: 100%;
  }
  .fundingsection .funding__moreitems .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    max-width: 210px;
    float: right;
  }
  .fundingsection .funding__moreitems a:hover {
    color: black;
  }
}
@media screen and (max-width: 599px) {
  .foundationsection .foundationsection__firstrow {
    padding: 100px 16px 0px 16px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text {
    text-align: center;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__firstrow_horline {
    width: 86px;
    border-bottom: 3px solid #bc0000;
    margin: auto;
    margin-top: 36px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__firstrow__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__firstrow__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__moreitems {
    padding: 60px 0px 70px 0px;
    max-width: 1380px;
    margin: 0px auto;
    text-align: center;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__moreitems .button {
    border: 3px solid #000000;
    padding: 11px 45px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    max-width: 270px;
    margin: auto;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__moreitems a:hover {
    color: black;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__img {
    background-image: url("/assets/images/home/foundationsection__firstrow__img.png");
    background-size: contain;
    background-position-y: bottom;
    background-repeat: no-repeat;
    text-align: center;
    margin: auto;
    max-width: 315px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__img .image {
    height: 190px;
  }
  .foundationsection .foundationsection_secondrow {
    padding: 60px 16px 60px 16px;
    color: white;
    text-align: center;
    background-size: cover;
    margin-top: -2px;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_item:not(:last-child) {
    margin-bottom: 50px;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_item--desc {
    margin-top: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
}
@media screen and (min-width: 700px) and (max-width: 1023px) {
  .foundationsection_secondrow .foundationsection_secondrow_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: white;
    text-align: center;
    background-size: cover;
  }
  .foundationsection_secondrow .firstitem {
    width: auto;
  }
  .foundationsection_secondrow .seconditem {
    width: auto;
  }
  .foundationsection_secondrow .thirditem {
    width: 100%;
  }
  .foundationsection_secondrow .foundationsection_secondrow_item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }
  .foundationsection_secondrow .foundationsection_secondrow_item--desc {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .foundationsection .foundationsection__firstrow {
    padding: 64px 75px 0px 75px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__firstrow_horline {
    width: 118px;
    border-bottom: 3px solid #bc0000;
    margin-top: 36px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__firstrow__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 45px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__firstrow__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__moreitems {
    padding: 60px 0px 70px 0px;
    max-width: 1380px;
    margin: 0px auto;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__moreitems .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    min-width: 240px;
    float: left;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__moreitems a:hover {
    color: black;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__img {
    background-image: url("/assets/images/home/foundationsection__firstrow__img.png");
    background-size: contain;
    background-position-y: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
    text-align: center;
    max-width: 470px;
    margin: auto;
    margin-top: 30px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__img .image {
    height: 300px;
  }
  .foundationsection .foundationsection_secondrow {
    padding: 60px 75px 60px 75px;
    color: white;
    text-align: center;
    background-size: cover;
    margin-top: -2px;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_item:not(:last-child) {
    margin-bottom: 50px;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_item--desc {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1379px) {
  .foundationsection .foundationsection__firstrow {
    flex-wrap: wrap;
    padding: 100px 75px 0px 75px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item {
    display: flex;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text {
    flex: 0 0 auto;
    order: 2;
    width: 50%;
    padding-left: 50px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__firstrow_horline {
    width: 118px;
    border-bottom: 3px solid #bc0000;
    margin-top: 66px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__firstrow__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__firstrow__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__moreitems {
    padding: 35px 0px 100px 0px;
    max-width: 1380px;
    margin: 0px auto;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__moreitems .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    min-width: 240px;
    float: left;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__moreitems a:hover {
    color: black;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__img {
    background-image: url("/assets/images/home/foundationsection__firstrow__img.png");
    background-size: contain;
    background-position-y: bottom;
    background-repeat: no-repeat;
    flex: 0 0 auto;
    width: 50%;
    order: 1;
    align-self: flex-end;
    text-align: center;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__img .image {
    height: 420px;
  }
  .foundationsection .foundationsection_secondrow {
    margin-top: -4px;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_container {
    padding: 60px 75px 60px 75px;
    color: white;
    text-align: center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_item {
    width: auto;
    flex: 1 0 auto;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
    text-align: center;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_item--desc {
    margin-top: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
}
@media screen and (min-width: 1380px) {
  .foundationsection .foundationsection__firstrow {
    max-width: 1380px;
    margin: auto;
    flex-wrap: wrap;
    padding-top: 100px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item {
    display: flex;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text {
    flex: 0 0 auto;
    order: 2;
    width: 50%;
    padding-left: 100px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__firstrow_horline {
    width: 118px;
    border-bottom: 3px solid #bc0000;
    margin-top: 66px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__firstrow__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__firstrow__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__moreitems {
    padding: 35px 0px 100px 0px;
    max-width: 1380px;
    margin: 0px auto;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__moreitems .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    min-width: 240px;
    float: left;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__text .foundationsection__moreitems a:hover {
    color: black;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__img {
    background-image: url("/assets/images/home/foundationsection__firstrow__img.png");
    background-size: contain;
    background-position-y: bottom;
    background-repeat: no-repeat;
    flex: 0 0 auto;
    width: 50%;
    order: 1;
    text-align: center;
    align-self: self-end;
  }
  .foundationsection .foundationsection__firstrow .foundationsection__firstrow_item .foundationsection__firstrow__img .image {
    height: 420px;
  }
  .foundationsection .foundationsection_secondrow {
    margin-top: -3px;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_container {
    max-width: 1380px;
    margin: auto;
    padding: 60px 0px 60px 0px;
    color: white;
    text-align: center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_item {
    width: auto;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
    text-align: center;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_item--desc {
    margin-top: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .latestnewssection a:hover {
    color: black;
  }
  .latestnews__text {
    padding: 87px 16px 0px 16px;
    text-align: center;
  }
  .latestnews__text .latestnews_horline {
    width: 86px;
    border-bottom: 3px solid #bc0000;
    margin: auto;
  }
  .latestnews__text .latestnews__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
  }
  .latestnews__text .latestnews__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-top: 16px;
  }
  .latestnewsflexwrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .latestnewsflexwrapper hr {
    width: 100%;
    margin: 40px 16px;
    border: none;
    background-color: #e5e5e5;
    height: 3px;
  }
  .latestnewsflexwrapper .flexitem {
    width: 100%;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel {
    padding: 40px 16px 0px 16px;
    display: block;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper {
    width: 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide {
    position: relative;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
    padding-bottom: 40px;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 227px;
    object-fit: cover;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .projectitems__item__textwrapper {
    padding: 25px 22px 30px 22px;
    height: 390px;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-top: 30px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--firstparagraph {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 25px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button {
    display: flex;
    justify-content: space-evenly;
    background-image: url("/assets/img/project/mobilecarouselbg.svg");
    height: 123px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 250px;
    margin: auto;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button div {
    z-index: 1;
    position: relative;
    right: unset;
    left: unset;
    width: unset;
    height: unset;
    margin-top: unset;
    top: 20px;
    display: block;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button div img {
    cursor: pointer;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button div::after {
    content: none;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 227px;
    object-fit: cover;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .projectitems__item__textwrapper {
    padding: 0px 16px 0px 16px;
    height: 300px;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .projectitems__item__textwrapper a:hover {
    color: black !important;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-top: 30px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--firstparagraph {
    display: none;
  }
  .allnewswrapper {
    padding: 50px 16px 0px 16px;
    max-width: 1380px;
    margin: 0px auto;
    text-align: center;
  }
  .allnewswrapper .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    margin: auto;
    max-width: 270px;
  }
  .allnewswrapper a:hover {
    color: black;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .latestnewssection a:hover {
    color: black;
  }
  .latestnews__text {
    padding: 100px 75px 0px 75px;
    text-align: left;
  }
  .latestnews__text .latestnews_horline {
    width: 118px;
    border-bottom: 3px solid #bc0000;
  }
  .latestnews__text .latestnews__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
  }
  .latestnews__text .latestnews__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    margin-top: 16px;
  }
  .latestnewsflexwrapper {
    padding: 0px 75px 0px 70px;
    display: flex;
    flex-wrap: wrap;
  }
  .latestnewsflexwrapper hr {
    width: 95%;
    margin: 0px 0px 20px 16px;
    border: none;
    background-color: #e5e5e5;
    height: 3px;
  }
  .latestnewsflexwrapper .flexitem {
    width: 50%;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel {
    padding: 40px 6px 0px 6px;
    display: block;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide {
    position: relative;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
    padding-bottom: 40px;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 264px;
    object-fit: cover;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .projectitems__item__textwrapper {
    padding: 25px 22px 30px 22px;
    height: 510px;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    margin-top: 30px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    margin-top: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--firstparagraph {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 25px;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button {
    display: flex;
    justify-content: space-evenly;
    background-image: url("/assets/img/project/mobilecarouselbg.svg");
    height: 123px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 150px;
    position: relative;
    margin-top: 30px;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button div {
    z-index: 1;
    position: relative;
    right: unset;
    left: unset;
    width: unset;
    height: unset;
    margin-top: unset;
    top: 20px;
    display: block;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button div img {
    cursor: pointer;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button div::after {
    content: none;
  }
  .latestnewsflexwrapper .secondrow {
    padding-top: 40px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 227px;
    object-fit: cover;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .projectitems__item__textwrapper {
    padding: 0px 16px 0px 16px;
    height: 300px;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--firstparagraph {
    display: none;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 227px;
    object-fit: cover;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .projectitems__item__textwrapper {
    padding: 0px 16px 0px 16px;
    height: 259px;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .projectitems__item__textwrapper a:hover {
    color: black !important;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--firstparagraph {
    display: none;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .allnewswrappertablet {
    padding: 30px 0px 150px 0px;
    max-width: 1380px;
    margin: 0px auto;
    text-align: right;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .allnewswrappertablet .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    min-width: 240px;
    float: right;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .allnewswrappertablet a:hover {
    color: black;
  }
  .allnewswrapper {
    padding: 50px 0px 100px 0px;
    max-width: 1380px;
    margin: 0px auto;
    text-align: right;
  }
  .allnewswrapper .button {
    border: 3px solid #000000;
    padding: 16px 55px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: right;
  }
  .allnewswrapper a:hover {
    color: black;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1379px) {
  .latestnewssection a:hover {
    color: black;
  }
  .latestnews__text {
    padding: 140px 75px 0px 75px;
    text-align: left;
  }
  .latestnews__text .latestnews_horline {
    width: 118px;
    border-bottom: 3px solid #bc0000;
  }
  .latestnews__text .latestnews__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
  }
  .latestnews__text .latestnews__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    margin-top: 16px;
  }
  .latestnewsflexwrapper {
    padding: 0px 75px 0px 70px;
    display: flex;
    flex-wrap: wrap;
  }
  .latestnewsflexwrapper hr {
    width: 95%;
    margin: 0px 0px 20px 16px;
    border: none;
    background-color: #e5e5e5;
    height: 3px;
  }
  .latestnewsflexwrapper .flexitem {
    width: 50%;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel {
    padding: 40px 6px 0px 6px;
    display: block;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide {
    position: relative;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
    padding-bottom: 40px;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 264px;
    object-fit: cover;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .projectitems__item__textwrapper {
    padding: 25px 22px 30px 22px;
    height: 510px;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    margin-top: 30px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    margin-top: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--firstparagraph {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 25px;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button {
    display: flex;
    justify-content: space-evenly;
    background-image: url("/assets/img/project/mobilecarouselbg.svg");
    height: 123px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 150px;
    position: relative;
    margin-top: 30px;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button div {
    z-index: 1;
    position: relative;
    right: unset;
    left: unset;
    width: unset;
    height: unset;
    margin-top: unset;
    top: 20px;
    display: block;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button div img {
    cursor: pointer;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button div::after {
    content: none;
  }
  .latestnewsflexwrapper .secondrow {
    padding-top: 40px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 227px;
    object-fit: cover;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .projectitems__item__textwrapper {
    padding: 0px 16px 0px 16px;
    height: 300px;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--firstparagraph {
    display: none;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 227px;
    object-fit: cover;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .projectitems__item__textwrapper {
    padding: 0px 16px 0px 16px;
    height: 259px;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .projectitems__item__textwrapper a:hover {
    color: black !important;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    margin-top: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--firstparagraph {
    display: none;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .allnewswrappertablet {
    padding: 20px 0px 205px 0px;
    max-width: 1380px;
    margin: 0px auto;
    text-align: right;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .allnewswrappertablet .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    min-width: 240px;
    float: right;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .allnewswrappertablet a:hover {
    color: black;
  }
  .allnewswrapper {
    padding: 50px 0px 100px 0px;
    max-width: 1380px;
    margin: 0px auto;
    text-align: right;
  }
  .allnewswrapper .button {
    border: 3px solid #000000;
    padding: 16px 55px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: right;
  }
  .allnewswrapper a:hover {
    color: black;
  }
}
@media screen and (min-width: 1380px) {
  .latestnewssection a:hover {
    color: black;
  }
  .latestnews__text {
    padding-top: 140px;
    text-align: left;
    margin: auto;
    max-width: 1380px;
  }
  .latestnews__text .latestnews_horline {
    width: 118px;
    border-bottom: 3px solid #bc0000;
  }
  .latestnews__text .latestnews__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
  }
  .latestnews__text .latestnews__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    margin-top: 16px;
  }
  .latestnewsflexwrapper {
    margin: auto;
    max-width: 1380px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .latestnewsflexwrapper hr {
    width: 95%;
    margin: 0px 0px 20px 16px;
    border: none;
    background-color: #e5e5e5;
    height: 3px;
  }
  .latestnewsflexwrapper .flexitem {
    width: 47%;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel {
    padding: 40px 6px 0px 6px;
    display: block;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide {
    position: relative;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
    padding-bottom: 25px;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 264px;
    object-fit: cover;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .projectitems__item__textwrapper {
    padding: 25px 22px 30px 22px;
    height: 510px;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    margin-top: 30px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    margin-top: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .swiper .swiper-slide .newsitems__item .newsitems__item--firstparagraph {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 25px;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button {
    display: flex;
    justify-content: space-evenly;
    background-image: url("/assets/img/project/mobilecarouselbg.svg");
    height: 123px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 250px;
    position: relative;
    margin-top: 30px;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button div {
    z-index: 1;
    position: relative;
    right: unset;
    left: unset;
    width: unset;
    height: unset;
    margin-top: unset;
    top: 20px;
    display: block;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button div img {
    cursor: pointer;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button div::after {
    content: none;
  }
  .latestnewsflexwrapper .secondrow {
    padding-top: 40px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 227px;
    object-fit: cover;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .projectitems__item__textwrapper {
    padding: 0px 16px 0px 16px;
    height: 300px;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__mobileversion .newsitems__item .newsitems__item--firstparagraph {
    display: none;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 227px;
    object-fit: cover;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .projectitems__item__textwrapper {
    padding: 0px 16px 0px 16px;
    height: 259px;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .projectitems__item__textwrapper a:hover {
    color: black !important;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    margin-top: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .newsitems__item .newsitems__item--firstparagraph {
    display: none;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .allnewswrappertablet {
    padding: 20px 0px 205px 0px;
    max-width: 1380px;
    margin: 0px auto;
    text-align: right;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .allnewswrappertablet .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    min-width: 240px;
    float: right;
  }
  .latestnewsflexwrapper .secondrow .secondrow__tabletversion .allnewswrappertablet a:hover {
    color: black;
  }
  .allnewswrapper {
    padding: 50px 0px 100px 0px;
    max-width: 1380px;
    margin: 0px auto;
    text-align: right;
  }
  .allnewswrapper .button {
    border: 3px solid #000000;
    padding: 16px 55px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: right;
  }
  .allnewswrapper a:hover {
    color: black;
  }
}
@media screen and (max-width: 599px) {
  .challengewrapper {
    margin-top: 90px;
    background-size: cover;
    padding: 50px 16px;
  }
  .challengewrapper .challenge_title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }
  .challengewrapper .challenge_logo {
    text-align: center;
    margin-top: 50px;
  }
  .challengewrapper .challenge_button__wrapper {
    padding: 50px 0px 0px 0px;
    margin: 40px auto;
    text-align: center;
  }
  .challengewrapper .challenge_button__wrapper .button {
    border: 3px solid #000000;
    padding: 11px 45px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    margin: auto;
    max-width: 270px;
  }
  .challengewrapper .challenge_button__wrapper a:hover {
    color: black;
  }
  .challengewrapper .challenge_image .image {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .challengewrapper {
    margin-top: 60px;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 75px;
    overflow: hidden;
  }
  .challengewrapper .challenge_title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: left;
    width: 100%;
    order: 0;
  }
  .challengewrapper .challenge__logobutton {
    margin-top: 40px;
    order: 3;
    width: 50%;
    padding-left: 20px;
  }
  .challengewrapper .challenge_logo {
    text-align: left;
  }
  .challengewrapper .challenge_button .challenge_button__wrapper {
    margin: 50px auto 0px auto;
    text-align: left;
  }
  .challengewrapper .challenge_button .challenge_button__wrapper .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    min-width: 240px;
    float: left;
  }
  .challengewrapper .challenge_button .challenge_button__wrapper a:hover {
    color: black;
  }
  .challengewrapper .challenge_image {
    margin-top: 20px;
    order: 1;
    width: 50%;
    align-self: flex-end;
  }
  .challengewrapper .challenge_image .image {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1379px) {
  .challengewrapper {
    display: none;
  }
  .challengemaxwidth {
    padding: 0px 75px;
    margin-top: 90px;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    height: 375px;
    overflow: hidden;
    max-width: 1380px;
    margin: auto;
  }
  .challengemaxwidth .secondrow {
    width: 50%;
    align-self: center;
  }
  .challengemaxwidth .challenge_title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: left;
    padding-left: 20px;
    width: 100%;
  }
  .challengemaxwidth .challenge__logobutton {
    margin-top: 40px;
    width: 100%;
    padding-left: 20px;
  }
  .challengemaxwidth .challenge_logo {
    text-align: left;
  }
  .challengemaxwidth .challenge_button .challenge_button__wrapper {
    margin: 50px auto 0px auto;
    text-align: left;
  }
  .challengemaxwidth .challenge_button .challenge_button__wrapper .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    min-width: 240px;
    float: left;
  }
  .challengemaxwidth .challenge_button .challenge_button__wrapper a:hover {
    color: black;
  }
  .challengemaxwidth .challenge_image {
    margin-top: 20px;
    order: 0;
    width: 50%;
    align-self: center;
  }
  .challengemaxwidth .challenge_image .image {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1380px) {
  .challengewrapper {
    display: none;
  }
  .challengemaxwidth {
    margin-top: 90px;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    height: 375px;
    overflow: hidden;
    max-width: 1380px;
    margin: auto;
  }
  .challengemaxwidth .secondrow {
    width: 50%;
    align-self: center;
  }
  .challengemaxwidth .challenge_title {
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
    text-align: left;
    padding-left: 20px;
    width: 100%;
    max-width: 500px;
  }
  .challengemaxwidth .challenge__logobutton {
    margin-top: 20px;
    width: 100%;
    padding-left: 20px;
  }
  .challengemaxwidth .challenge_logo {
    text-align: left;
  }
  .challengemaxwidth .challenge_button .challenge_button__wrapper {
    margin: 40px auto 0px auto;
    text-align: left;
  }
  .challengemaxwidth .challenge_button .challenge_button__wrapper .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    min-width: 240px;
    float: left;
  }
  .challengemaxwidth .challenge_button .challenge_button__wrapper a:hover {
    color: black;
  }
  .challengemaxwidth .challenge_image {
    margin-top: 20px;
    order: 0;
    width: 50%;
    align-self: flex-end;
  }
  .challengemaxwidth .challenge_image .image {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .fundingprocess {
    padding: 0px 16px;
  }
  .fundingprocess .fundingprocess__text {
    text-align: center;
  }
  .fundingprocess .fundingprocess__text .fundingprocess_horline {
    width: 86px;
    border-bottom: 3px solid #bc0000;
    margin: auto;
    margin-top: 36px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__desc {
    margin-top: 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__desc a {
    text-decoration: underline;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__desc p {
    margin-bottom: 20px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess_button .fundingprocess_button__wrapper {
    margin: 70px auto 0px auto;
    text-align: center;
  }
  .fundingprocess .fundingprocess__text .fundingprocess_button .fundingprocess_button__wrapper .button {
    border: 3px solid #000000;
    padding: 11px 28px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    margin: auto;
    max-width: 360px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess_button .fundingprocess_button__wrapper a:hover {
    color: black;
  }
  .fundingprocess .fundingprocess__mobile {
    margin-top: 90px;
    display: block;
  }
  .fundingprocess .fundingprocess__mobile .fundingprocess__mobile--item {
    text-align: center;
    margin-top: 40px;
  }
  .fundingprocess .fundingprocess__mobile .fundingprocess__mobile--item img {
    width: 50px;
    height: 50px;
  }
  .fundingprocess .fundingprocess__mobile .fundingprocess__mobile--item .fundingprocess__mobile--title {
    margin-top: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .fundingprocess .fundingprocess__mobile .fundingprocess__mobile--item .fundingprocess__mobile--subtitle {
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .fundingprocess {
    padding: 0px 75px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
  }
  .fundingprocess .item {
    width: 50%;
  }
  .fundingprocess .fundingprocess__text {
    overflow-wrap: break-word;
    text-align: left;
  }
  .fundingprocess .fundingprocess__text .fundingprocess_horline {
    width: 118px;
    border-bottom: 3px solid #bc0000;
    margin-top: 46px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    margin-top: 20px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__desc {
    margin-top: 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__desc a {
    text-decoration: underline;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__desc p {
    margin-bottom: 20px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess_button .fundingprocess_button__wrapper {
    margin: 70px auto 0px auto;
    text-align: left;
  }
  .fundingprocess .fundingprocess__text .fundingprocess_button .fundingprocess_button__wrapper .button {
    border: 3px solid #000000;
    padding: 11px 28px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    max-width: 360px;
    float: left;
  }
  .fundingprocess .fundingprocess__text .fundingprocess_button .fundingprocess_button__wrapper a:hover {
    color: black;
  }
  .fundingprocess .fundingprocess__mobile .fundingprocess__mobile--item {
    text-align: center;
    margin-top: 40px;
  }
  .fundingprocess .fundingprocess__mobile .fundingprocess__mobile--item .fundingprocess__mobile--title {
    margin-top: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .fundingprocess .fundingprocess__mobile .fundingprocess__mobile--item .fundingprocess__mobile--subtitle {
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1379px) {
  .fundingprocess {
    padding: 0px 75px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
  }
  .fundingprocess .item {
    width: 50%;
  }
  .fundingprocess .fundingprocess__text {
    text-align: left;
  }
  .fundingprocess .fundingprocess__text .fundingprocess_horline {
    width: 118px;
    border-bottom: 3px solid #bc0000;
    margin-top: 46px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    margin-top: 20px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__desc {
    margin-top: 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__desc a {
    text-decoration: underline;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__desc p {
    margin-bottom: 20px;
  }
  .fundingprocess .fundingprocess_button .fundingprocess_button__wrapper {
    margin: 70px auto 0px auto;
    text-align: left;
  }
  .fundingprocess .fundingprocess_button .fundingprocess_button__wrapper .button {
    border: 3px solid #000000;
    padding: 11px 28px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    max-width: 360px;
    float: left;
  }
  .fundingprocess .fundingprocess_button .fundingprocess_button__wrapper a:hover {
    color: black;
  }
  .fundingprocess .fundingprocess__mobile .fundingprocess__mobile--item {
    text-align: center;
    margin-top: 40px;
  }
  .fundingprocess .fundingprocess__mobile .fundingprocess__mobile--item .fundingprocess__mobile--title {
    margin-top: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .fundingprocess .fundingprocess__mobile .fundingprocess__mobile--item .fundingprocess__mobile--subtitle {
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }
}
@media screen and (min-width: 1380px) {
  .fundingprocess {
    max-width: 1380px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
  }
  .fundingprocess .item {
    width: 50%;
  }
  .fundingprocess .fundingprocess__text {
    text-align: left;
  }
  .fundingprocess .fundingprocess__text .fundingprocess_horline {
    width: 118px;
    border-bottom: 3px solid #bc0000;
    margin-top: 46px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    margin-top: 20px;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__desc {
    margin-top: 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__desc a {
    text-decoration: underline;
  }
  .fundingprocess .fundingprocess__text .fundingprocess__text__desc p {
    margin-bottom: 20px;
  }
  .fundingprocess .fundingprocess_button .fundingprocess_button__wrapper {
    margin: 70px auto 0px auto;
    text-align: left;
  }
  .fundingprocess .fundingprocess_button .fundingprocess_button__wrapper .button {
    border: 3px solid #000000;
    padding: 11px 28px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    max-width: 360px;
    float: left;
  }
  .fundingprocess .fundingprocess_button .fundingprocess_button__wrapper a:hover {
    color: black;
  }
  .fundingprocess .fundingprocess__mobile .fundingprocess__mobile--item {
    text-align: center;
    margin-top: 40px;
  }
  .fundingprocess .fundingprocess__mobile .fundingprocess__mobile--item .fundingprocess__mobile--title {
    margin-top: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .fundingprocess .fundingprocess__mobile .fundingprocess__mobile--item .fundingprocess__mobile--subtitle {
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .fundingprocess__tablet {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .fundingprocess__tablet {
    padding-top: 32px;
  }
  .fundingprocess__tablet .accordion__verticalline {
    position: relative;
  }
  .fundingprocess__tablet .accordion__verticalline::after {
    content: "";
    width: 0;
    height: 100%;
    transition: height 0.2s ease-out;
    position: absolute;
    border: 1px solid #c4c4c4;
    left: 42px;
    top: 40px;
    z-index: -1;
  }
  .fundingprocess__tablet .funding_accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
  }
  .fundingprocess__tablet .funding_accordion .image {
    margin-right: 20px;
    position: relative;
    width: 49px;
    height: 49px;
    background-color: white;
  }
  .fundingprocess__tablet .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow-y: clip;
    transition: max-height 0.2s ease-out;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-left: 70px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1379px) {
  .fundingprocess__tablet {
    padding-top: 32px;
  }
  .fundingprocess__tablet .accordion__verticalline {
    position: relative;
  }
  .fundingprocess__tablet .accordion__verticalline::after {
    content: "";
    width: 0;
    height: 100%;
    transition: height 0.2s ease-out;
    position: absolute;
    border: 2px solid #c4c4c4;
    left: 60px;
    top: 30px;
    z-index: -1;
  }
  .fundingprocess__tablet .funding_accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
  }
  .fundingprocess__tablet .funding_accordion .image {
    margin-right: 20px;
    position: relative;
    width: 87px;
    height: 87px;
    background-color: white;
  }
  .fundingprocess__tablet .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow-y: clip;
    transition: max-height 0.2s ease-out;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-left: 70px;
    position: relative;
  }
}
@media screen and (min-width: 1380px) {
  .fundingprocess__tablet {
    padding-top: 32px;
  }
  .fundingprocess__tablet .accordion__verticalline {
    position: relative;
  }
  .fundingprocess__tablet .accordion__verticalline::after {
    content: "";
    width: 0;
    height: 100%;
    transition: height 0.2s ease-out;
    position: absolute;
    border: 2px solid #c4c4c4;
    left: 60px;
    top: 30px;
    z-index: -1;
  }
  .fundingprocess__tablet .funding_accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
  }
  .fundingprocess__tablet .funding_accordion .image {
    margin-right: 20px;
    position: relative;
    width: 87px;
    height: 87px;
    background-color: white;
  }
  .fundingprocess__tablet .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow-y: clip;
    transition: max-height 0.2s ease-out;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-left: 110px;
    position: relative;
  }
}
@media screen and (max-width: 599px) {
  .d-mobile {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .d-tablet {
    display: block;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1379px) {
  .d-tablet {
    display: block;
  }
}
@media screen and (min-width: 1380px) {
  .d-tablet {
    display: block;
  }
}
@media screen and (min-width: 1380px) and (max-width: 1463px) {
  .projectshero {
    padding: 0px 42px 0px 80px;
  }
  .fundingsection {
    padding: 150px 42px 0px 42px;
  }
  .foundationsection .foundationsection__firstrow {
    padding: 100px 42px 0px 42px;
  }
  .foundationsection .foundationsection_secondrow .foundationsection_secondrow_container {
    padding: 60px 42px 60px 42px;
  }
  .latestnews__text {
    padding: 140px 42px 0px 42px;
  }
  .latestnewsflexwrapper {
    padding: 0px 42px 0px 40px;
  }
  .latestnewsflexwrapper .latestnewsmobilecarousel .latestnews-mobilefirstswiper__swiper-button {
    width: 170px;
  }
  .challengemaxwidth {
    padding: 0px 42px;
  }
  .fundingprocess {
    padding: 0px 42px;
  }
}
/*# sourceMappingURL=home.css.map */
