@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Kaius";
  src: url("../fonts/Kaius-Light-Italic.woff2") format("woff2"), url("../fonts/Kaius-Light-Italic.woff") format("woff"), url("../fonts/Kaius-Light-Italic.ttf") format("truetype"), url("../fonts/Kaius-Light-Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Kaius";
  src: url("../fonts/Kaius-Medium.woff2") format("woff2"), url("../fonts/Kaius-Medium.woff") format("woff"), url("../fonts/Kaius-Medium.ttf") format("truetype"), url("../fonts/Kaius-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Kaius";
  src: url("../fonts/Kaius-Regular-Italic.woff2") format("woff2"), url("../fonts/Kaius-Regular-Italic.woff") format("woff"), url("../fonts/Kaius-Regular-Italic.ttf") format("truetype"), url("../fonts/Kaius-Regular-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Aribau";
  src: url("../fonts/Aribau Grotesk Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
.hero-slider .owl-carousel .item {
  position: relative;
}
.hero-slider .owl-carousel .item .item-img {
  position: relative;
  height: 728px;
  width: 100%;
}
.hero-slider .owl-carousel .item .item-img .slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 5s ease-in-out;
  transform: scale(1);
}
.hero-slider .owl-carousel .item .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.hero-slider .owl-carousel .item .item-img.zooming .slider-img {
  transform: scale(1.1);
}
.hero-slider .owl-carousel .item .hero-content {
  position: absolute;
  width: 55%;
  bottom: 21%;
  z-index: 2;
}
.hero-slider .owl-carousel .item .hero-content .hero-subtext {
  font-size: 80px;
  font-family: SuisseIntl, sans-serif;
  color: white;
  line-height: 66px;
  font-weight: 600;
  max-width: 85%;
}
.hero-slider .owl-carousel .item .hero-content .hero-desc {
  font-size: 30px;
  font-family: Kaius, sans-serif;
  color: white;
  font-weight: 300;
  font-style: italic;
  line-height: 40px;
  padding-top: 10px;
}
.hero-slider .owl-carousel .owl-dots {
  text-align: center;
  margin-bottom: 15px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-slider .owl-carousel .owl-dots .owl-dot {
  width: 210px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.6980392157);
  display: inline-block;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}
.hero-slider .owl-carousel .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(128, 196, 28, 0.6980392157);
  transition: none;
}
.hero-slider .owl-carousel .owl-dots .owl-dot.active::before {
  animation: progressFill 5s linear forwards;
}
.hero-slider .owl-carousel .owl-dots .owl-dot > span {
  display: none;
}
.hero-slider .owl-carousel .owl-dots .owl-dot:hover {
  background-color: rgba(128, 196, 28, 0.6980392157);
}

@keyframes progressFill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.owl-dot.reanimate::before {
  animation: none;
  animation: progressFill 5s linear forwards;
}

@media only screen and (max-width: 988px) and (min-width: 769px) {
  .hero-slider .owl-carousel .item {
    height: 810px;
    width: 100%;
    position: relative;
  }
  .hero-slider .owl-carousel .item .item-img {
    height: 543px;
    width: 100%;
  }
  .hero-slider .owl-carousel .item .item-img .slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-slider .owl-carousel .item .hero-content {
    position: absolute;
    width: 100% !important;
    left: 0;
    bottom: 9%;
    padding: 30px 20px;
    background-color: #D4EBBD;
  }
  .hero-slider .owl-carousel .item .hero-content .hero-subtext {
    font-size: 54px;
    font-family: SuisseIntl, sans-serif;
    color: #41576B;
    line-height: 50px;
  }
  .hero-slider .owl-carousel .item .hero-content .hero-desc {
    font-size: 24px;
    color: #41576B;
    font-weight: 400;
    line-height: 24px;
    width: 87%;
    padding: 20px 0;
  }
  .hero-slider .owl-carousel .owl-dots {
    display: flex;
    bottom: 10%;
    margin-top: 20px;
  }
  .hero-slider .owl-carousel .owl-dots .owl-dot {
    width: 70px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.6980392157);
    display: inline-block;
    margin: 0 5px;
    position: relative;
  }
  .hero-slider .owl-carousel .owl-dots .owl-dot > span {
    display: none;
  }
  .hero-slider .owl-carousel .owl-dots .owl-dot:hover {
    background-color: rgba(128, 196, 28, 0.6980392157);
  }
  .hero-slider .owl-carousel .owl-dots .active {
    background-color: rgba(128, 196, 28, 0.6980392157);
  }
}
@media screen and (max-width: 768px) {
  .hero-slider .owl-carousel .item {
    height: 810px;
    width: 100%;
    position: relative;
  }
  .hero-slider .owl-carousel .item .item-img {
    height: 496px;
    width: 100%;
  }
  .hero-slider .owl-carousel .item .item-img .slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-slider .owl-carousel .item .hero-content {
    position: absolute;
    width: 100% !important;
    left: 0;
    bottom: 0;
    padding: 30px 20px;
    background-color: #D4EBBD;
  }
  .hero-slider .owl-carousel .item .hero-content .hero-subtext {
    font-size: 54px;
    font-family: SuisseIntl, sans-serif;
    color: #41576B;
    line-height: 50px;
  }
  .hero-slider .owl-carousel .item .hero-content .hero-desc {
    font-size: 24px;
    color: #41576B;
    font-weight: 400;
    line-height: 24px;
    width: 87%;
    padding: 20px 0;
  }
  .hero-slider .owl-carousel .owl-dots {
    display: flex;
    bottom: 10;
    margin-top: 20px;
  }
  .hero-slider .owl-carousel .owl-dots .owl-dot {
    width: 70px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.6980392157);
    display: inline-block;
    margin: 0 5px;
    position: relative;
  }
  .hero-slider .owl-carousel .owl-dots .owl-dot > span {
    display: none;
  }
  .hero-slider .owl-carousel .owl-dots .owl-dot:hover {
    background-color: rgba(128, 196, 28, 0.6980392157);
  }
  .hero-slider .owl-carousel .owl-dots .active {
    background-color: rgba(128, 196, 28, 0.6980392157);
  }
}
@media screen and (max-width: 390px) {
  .hero-slider .owl-carousel .item .item-img {
    height: 496px;
    width: 100%;
  }
  .hero-slider .owl-carousel .item .item-img .slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-slider .owl-carousel .item .hero-content {
    position: absolute;
    width: 100% !important;
    left: 0;
    bottom: 14px;
    padding: 30px 20px;
    background-color: #D4EBBD;
  }
  .hero-slider .owl-carousel .item .hero-content .hero-subtext {
    font-size: 44px;
    font-family: SuisseIntl, sans-serif;
    color: #41576B;
    line-height: 44px;
  }
  .hero-slider .owl-carousel .item .hero-content .hero-desc {
    font-size: 24px;
    color: #41576B;
    font-weight: 400;
    line-height: 24px;
    width: 87%;
    padding: 20px 0;
  }
  .hero-slider .owl-carousel .owl-dots {
    display: flex;
    bottom: 10;
    margin-top: 20px;
  }
  .hero-slider .owl-carousel .owl-dots .owl-dot {
    width: 70px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.6980392157);
    display: inline-block;
    margin: 0 5px;
    position: relative;
  }
  .hero-slider .owl-carousel .owl-dots .owl-dot > span {
    display: none;
  }
  .hero-slider .owl-carousel .owl-dots .owl-dot:hover {
    background-color: rgba(128, 196, 28, 0.6980392157);
  }
  .hero-slider .owl-carousel .owl-dots .active {
    background-color: rgba(128, 196, 28, 0.6980392157);
  }
}
.vision-board {
  padding: 80px 0;
}
.vision-board .container .row .vision-slider .owl-carousel .item .vision-content {
  margin-bottom: 20px;
}
.vision-board .container .row .vision-slider .owl-carousel .item .vision-content .vision-date {
  font-family: Kaius, sans-serif;
  color: #41576B;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.vision-board .container .row .vision-slider .owl-carousel .item .vision-content .vision-img {
  width: 410px;
  height: 240px;
  padding-top: 10px;
}
.vision-board .container .row .vision-slider .owl-carousel .item .vision-content .vision-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vision-board .container .row .vision-slider .owl-carousel .item .vision-content .vision-title {
  font-family: SuisseIntl, sans-serif;
  color: #41576B;
  padding: 25px 0px;
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  max-width: 86%;
  max-height: 125px;
  overflow-y: hidden;
}
.vision-board .container .row .vision-slider .owl-carousel .owl-dots {
  text-align: center;
  margin-bottom: 15px;
  display: none;
}
.vision-board .container .row .vision-slider .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #41576B;
  margin: 0 15px;
  position: relative;
}
.vision-board .container .row .vision-slider .owl-carousel .owl-dots .owl-dot > span {
  display: none;
}
.vision-board .container .row .vision-slider .owl-carousel .owl-dots .owl-dot:hover {
  background-color: rgba(128, 196, 28, 0.6980392157);
}
.vision-board .container .row .vision-slider .owl-carousel .owl-dots .active {
  background-color: rgba(128, 196, 28, 0.6980392157);
}

@media screen and (max-width: 998px) {
  .vision-board {
    padding: 40px 0;
  }
  .vision-board .container .row .vision-slider .owl-carousel .item .vision-content {
    margin-bottom: 10px;
  }
  .vision-board .container .row .vision-slider .owl-carousel .item .vision-content .vision-title {
    padding: 25px 0px;
    font-size: 22px;
    line-height: 22px;
    max-height: 88px;
    overflow-y: hidden;
  }
  .vision-board .container .row .vision-slider .owl-carousel .owl-dots {
    text-align: center;
    margin-bottom: 10px;
  }
  .vision-board .container .row .vision-slider .owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    position: relative;
    margin: 0 10px;
  }
  .vision-board .container .row .vision-slider .owl-carousel .owl-dots .active {
    background-color: rgba(128, 196, 28, 0.6980392157);
  }
}
.video-area {
  padding-bottom: 100px;
  background: linear-gradient(to bottom, white 50%, #E2F2D3 50%);
}
.video-area .container .video-wrapper {
  margin: 80px 0px 0px 0px;
  width: 100%;
  height: 624px;
  position: relative;
}
.video-area .container .video-wrapper .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-area .container .video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 168px;
  height: 168px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-area .container .video-wrapper .play-button .play-icon {
  width: 59px;
  height: 73px;
  object-fit: cover;
  margin-left: 12px;
}
.video-area .container .video-wrapper .video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .video-area {
    padding-bottom: 50px;
  }
  .video-area .section-header {
    font-size: 48px;
    line-height: 48px;
  }
  .video-area .container .video-wrapper {
    margin: 40px 0 0 0;
    height: 300px;
  }
  .video-area .container .video-wrapper .video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video-area .container .video-wrapper .play-button {
    width: 84px;
    height: 84px;
  }
  .video-area .container .video-wrapper .play-button .play-icon {
    width: 30px;
    height: 36px;
    object-fit: cover;
    margin-left: 12px;
  }
  .video-area .container .video-wrapper .video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.work-background {
  background-color: #354B42;
  padding: 80px 0;
  z-index: 33;
  position: relative;
  transition: opacity 0.8s ease, transform 0.8s ease;
  position: relative;
}
.work-background .vehicle-container {
  margin: 0;
  width: 100%;
  height: 543px;
  background-position: center;
  z-index: 44;
  position: relative;
}
.work-background .vehicle-container .vehicle-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  position: relative;
  transform: translateX(0px);
  transition: transform 0.2s linear, opacity 0.3s ease;
}
.work-background .background-text {
  text-align: center;
  font-family: SuisseIntl, sans-serif;
  font-size: 167px;
  line-height: 150px;
  font-weight: 600;
  background-image: url("../images/background/green.jpeg");
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 46;
  width: 100%;
  padding: 0 20px;
}

@media only screen and (max-width: 1631px) and (min-width: 1507px) {
  .work-background .vehicle-container {
    height: 598px;
  }
}
@media only screen and (max-width: 2560px) and (min-width: 1631px) {
  .work-background .vehicle-container {
    height: 925px;
  }
}
@media only screen and (max-width: 988px) and (min-width: 769px) {
  .work-background {
    padding: 40px 0;
    position: relative;
  }
  .work-background .vehicle-container {
    height: 391px;
  }
  .work-background .vehicle-container .background-text {
    top: 50%;
    font-size: 97px;
    line-height: 86px;
  }
}
@media screen and (max-width: 768px) {
  .work-background {
    padding: 40px 0;
    position: relative;
  }
  .work-background .vehicle-container {
    height: 291px;
  }
  .work-background .vehicle-container .background-text {
    top: 50%;
    font-size: 92px;
    line-height: 86px;
  }
}
@media screen and (max-width: 390px) {
  .work-background {
    padding: 40px 0;
  }
  .work-background .primary-full-img {
    margin: 0;
    width: 100%;
    height: 281px;
    background-size: contain;
  }
  .work-background .primary-full-img .background-text {
    top: 0%;
    font-size: 64px;
    line-height: 59px;
  }
}
.build {
  padding: 80px 0;
}
.build .build-content {
  padding: 80px 0px 0px 0px;
}
.build .build-content .col-md-3 .build-item {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}
.build .build-content .col-md-3 .build-item > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
  transition: transform 0.3s ease-in-out;
}
.build .build-content .col-md-3 .build-item .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #80C41C;
  color: #41576B;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.build .build-content .col-md-3 .build-item:hover img {
  transform: scale(1.1);
}
.build .build-content .col-md-3 .build-item:hover .overlay-text {
  opacity: 1;
}

@media only screen and (max-width: 988px) and (min-width: 769px) {
  .build .section-header {
    font-size: 60px;
    line-height: 60px;
  }
  .build .build-content {
    padding-top: 40px;
  }
  .build .build-content .col-md-3 .build-item {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .build {
    padding: 50px 0;
  }
  .build .section-header {
    font-size: 48px;
    line-height: 48px;
  }
  .build .build-content {
    padding: 0;
    padding-top: 40px;
  }
  .build .build-content .col-md-3 .build-item {
    height: 174px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 390px) {
  .build {
    padding: 40px 0;
  }
  .build .section-header {
    font-size: 48px;
    line-height: 48px;
  }
  .build .build-content {
    padding-top: 40px;
  }
  .build .build-content .col-md-3 .build-item {
    height: 156px;
    margin-bottom: 10px;
  }
}
.our-people {
  padding: 80px 0;
}
.our-people .container-fluid {
  padding: 0px;
}
.our-people .container-fluid .diagonal-container {
  padding: 48px 0;
  position: relative;
}
.our-people .container-fluid .diagonal-container .background-image {
  width: 100%;
}
.our-people .container-fluid .diagonal-container .people-board {
  width: 524px;
  background-color: #354B42;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%);
  padding: 30px;
}
.our-people .container-fluid .diagonal-container .people-board h1 {
  font-family: SuisseIntl, sans-serif;
  color: #D4EBBD;
  font-weight: 600;
  font-size: 72px;
  line-height: 64px;
  margin-bottom: 20px;
}
.our-people .container-fluid .diagonal-container .people-board .people-btn {
  background-color: #354B42;
  border: 1px solid #D4EBBD;
  border-radius: 70px;
  font-size: 16px;
  padding: 12px 30px;
  color: #D4EBBD;
  font-family: SuisseIntl, sans-serif;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s linear;
}
.our-people .container-fluid .diagonal-container .people-board .people-btn:hover {
  background-color: #D4EBBD;
  border-color: #354B42;
  color: #354B42;
}
.our-people .container-fluid .diagonal-container .item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
  align-self: center;
}
.our-people .container-fluid .diagonal-container .item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.our-people .container-fluid .diagonal-container .item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.our-people .container-fluid .diagonal-container .item:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}
.our-people .container-fluid .diagonal-container .item:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
.our-people .container-fluid .diagonal-container .item:nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}
.our-people .container-fluid .diagonal-container .item:nth-child(7) {
  grid-column: 4;
  grid-row: 2;
}

@media only screen and (max-width: 988px) and (min-width: 769px) {
  .our-people {
    padding: 40px 0;
  }
  .our-people .container-fluid {
    padding: 0px;
  }
  .our-people .container-fluid .diagonal-container {
    padding: 0 0;
    padding-bottom: 30px;
  }
  .our-people .container-fluid .diagonal-container .item {
    box-sizing: border-box;
    transition: transform 0.3s ease;
    box-sizing: border-box;
  }
  .our-people .container-fluid .diagonal-container .skewed {
    height: 308px;
  }
  .our-people .container-fluid .diagonal-container .skewed > img {
    transform: skewY(10deg) scale(1.1);
  }
  .our-people .container-fluid .diagonal-container .people-board {
    width: 402px;
    padding: 25px;
  }
  .our-people .container-fluid .diagonal-container .people-board h1 {
    font-family: SuisseIntl, sans-serif;
    color: #B6E3A0;
    font-weight: 600;
    font-size: 60px;
    line-height: 57px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .our-people {
    padding: 40px 0;
    position: relative !important;
  }
  .our-people .container-fluid {
    padding: 0px;
  }
  .our-people .container-fluid .diagonal-container {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: auto auto !important;
  }
  .our-people .container-fluid .diagonal-container .skewed {
    height: 290px !important;
    display: block !important;
  }
  .our-people .container-fluid .diagonal-container .skewed > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewY(10deg) scale(1.2);
  }
  .our-people .container-fluid .diagonal-container .people-board {
    width: 388px;
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%);
    padding: 30px;
    margin-bottom: 40px;
  }
  .our-people .container-fluid .diagonal-container .people-board h1 {
    font-family: SuisseIntl, sans-serif;
    color: #B6E3A0;
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .our-people .container-fluid .diagonal-container .people-board .people-btn {
    background-color: #354B42;
    border: 1px solid #B6E3A0;
    border-radius: 70px;
    font-size: 16px;
    padding: 12px 30px;
    color: #B6E3A0;
    font-family: SuisseIntl, sans-serif;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.3s linear;
  }
  .our-people .container-fluid .diagonal-container .people-board .people-btn:hover {
    background-color: #B6E3A0;
    border-color: #354B42;
    color: #354B42;
  }
  .our-people .container-fluid .diagonal-container .item:nth-child(1),
  .our-people .container-fluid .diagonal-container .item:nth-child(6),
  .our-people .container-fluid .diagonal-container .item:nth-child(7) {
    display: none !important;
  }
  .our-people .container-fluid .diagonal-container .item:nth-child(2),
  .our-people .container-fluid .diagonal-container .item:nth-child(3) {
    grid-column: span 1 !important;
    grid-row: 1 !important;
  }
  .our-people .container-fluid .diagonal-container .item:nth-child(4),
  .our-people .container-fluid .diagonal-container .item:nth-child(5) {
    grid-column: span 1 !important;
    grid-row: 2 !important;
  }
}
@media screen and (max-width: 390px) {
  .our-people {
    padding: 40px 0;
  }
  .our-people .container-fluid {
    padding: 0px;
  }
  .our-people .container-fluid .diagonal-container {
    padding: 0 0;
    padding-bottom: 30px;
  }
  .our-people .container-fluid .diagonal-container .item {
    box-sizing: border-box;
    transition: transform 0.3s ease;
    box-sizing: border-box;
  }
  .our-people .container-fluid .diagonal-container .skewed {
    height: 308px;
  }
  .our-people .container-fluid .diagonal-container .skewed > img {
    transform: skewY(10deg) scale(1.1);
  }
  .our-people .container-fluid .diagonal-container .people-board {
    width: 335px;
    padding: 25px;
  }
  .our-people .container-fluid .diagonal-container .people-board h1 {
    font-family: SuisseIntl, sans-serif;
    color: #B6E3A0;
    font-weight: 600;
    font-size: 52px;
    line-height: 57px;
    margin-bottom: 16px;
  }
}
.mission {
  padding: 80px 0;
  background: linear-gradient(rgb(223, 229, 235), rgba(223, 229, 235, 0));
}
.mission .container .row .mission-text {
  text-align: center;
  font-family: Kaius, sans-serif;
  color: #41576B;
  font-weight: 300;
  font-style: italic;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 40px;
}
.mission .container .row .stat-human {
  margin: 0 auto;
  width: 300px;
  height: 250px;
}
.mission .container .row .stat-human > img {
  width: 100%;
  height: 100%;
  object-position: top center;
  object-fit: cover;
}
.mission .container .row .stat-human .bg-line {
  height: 17px;
  background-color: rgb(128, 196, 28);
}
.mission .container .row .human-name {
  text-align: center;
  font-family: SuisseIntl, sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #41576B;
  padding-top: 28px;
}

@media screen and (max-width: 768px) {
  .mission {
    padding: 40px 0;
    margin-top: 80px;
  }
  .mission .container .row .mission-text {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .mission .container .row .stat-human {
    margin: 0 auto;
    width: 207px;
    height: 166px;
  }
  .mission .container .row .stat-human .bg-line {
    height: 10px;
  }
  .mission .container .row .human-name {
    text-align: center;
    font-family: SuisseIntl, sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #41576B;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 988px) and (min-width: 769px) {
  .mission {
    padding: 40px 0;
  }
  .mission .container .row .mission-text {
    font-size: 60px;
    line-height: 60px;
  }
  .mission .container .row .stat-human {
    margin: 0 auto;
    width: 260px;
    height: 220px;
  }
  .mission .container .row .stat-human .bg-line {
    height: 12px;
  }
  .mission .container .row .human-name {
    font-size: 23px;
    line-height: 23px;
  }
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/SuisseIntl-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Kaius";
  src: url("../fonts/Kaius-Light-Italic.woff2") format("woff2"), url("../fonts/Kaius-Light-Italic.woff") format("woff"), url("../fonts/Kaius-Light-Italic.ttf") format("truetype"), url("../fonts/Kaius-Light-Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Kaius";
  src: url("../fonts/Kaius-Medium.woff2") format("woff2"), url("../fonts/Kaius-Medium.woff") format("woff"), url("../fonts/Kaius-Medium.ttf") format("truetype"), url("../fonts/Kaius-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Kaius";
  src: url("../fonts/Kaius-Regular-Italic.woff2") format("woff2"), url("../fonts/Kaius-Regular-Italic.woff") format("woff"), url("../fonts/Kaius-Regular-Italic.ttf") format("truetype"), url("../fonts/Kaius-Regular-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Aribau";
  src: url("../fonts/Aribau Grotesk Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-family: SuisseIntl, sans-serif;
  background-color: white;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

:before,
:after {
  box-sizing: border-box;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

button {
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-style: normal;
  text-transform: normal;
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #8a8a8a;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

input::placeholder {
  color: #B6E3A0;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #354B42;
}

.section-header {
  font-size: 72px;
  font-family: SuisseIntl, sans-serif;
  color: #41576B;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .section-header {
    font-size: 72px;
    font-family: SuisseIntl, sans-serif;
    color: #41576B;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin: 0;
  }
}
.section-title {
  font-size: 60px;
  font-family: SuisseIntl, sans-serif;
  color: #41576B;
  font-weight: 600;
  line-height: 74px;
  margin: 0;
  padding: 80px 0;
}

.section-medium-title {
  font-size: 42px;
  font-family: SuisseIntl, sans-serif;
  color: #74B219;
  font-weight: 600;
  line-height: 74px;
  margin: 0;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 34px;
    line-height: 40px;
    padding: 40px 0;
  }
}
.section-green-title {
  font-size: 60px;
  font-family: SuisseIntl, sans-serif;
  color: #99D049;
  font-weight: 600;
  line-height: 74px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .section-green-title {
    font-size: 34px;
    line-height: 40px;
  }
}
.section-desc {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  color: #000000;
  max-width: 60%;
}

@media screen and (max-width: 768px) {
  .section-desc {
    max-width: 100%;
    margin: 0px 20px;
  }
}
.content-title {
  font-size: 34px;
  line-height: 40px;
  font-family: SuisseIntl, sans-serif;
  font-weight: 500;
  color: #80C41C;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .content-title {
    padding: 30px 0;
  }
}
.article-title {
  font-size: 34px;
  line-height: 40px;
  font-family: SuisseIntl, sans-serif;
  font-weight: 400;
  color: #808E9C;
  padding-bottom: 30px;
}

.content-intro {
  font-size: 18px;
  font-family: SuisseIntl, sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 203px;
  transition: max-height 0.3s ease-in-out;
  padding-right: 20px;
  text-align: justify;
}

.richText p, .richText span, .richText a {
  font-size: 18px !important;
  font-family: SuisseIntl, sans-serif !important;
  color: #000000 !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  margin: 0 !important;
  margin-right: 20px !important;
  text-align: justify;
}

.content-primary-img {
  height: 585px;
  width: 100%;
}
.content-primary-img > img {
  height: 100%;
  object-fit: cover;
}

.content-intro.short-content {
  max-height: 103px;
  padding-right: 20px;
  text-align: justify;
}

.content-intro.expanded {
  max-height: 600px;
}

.btn-form {
  background-color: #74B219;
  border-radius: 22px;
  border: none;
  padding: 10px 32px;
  color: white;
  transition: all 0.3s linear;
  display: inline-block;
  cursor: pointer;
}

.section-distance {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .section-distance {
    padding: 30px 0;
  }
}
.top-distance {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .top-distance {
    padding: 30px 0;
  }
}
.bottom-distance {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .bottom-distance {
    padding-bottom: 30px;
  }
}
.big-distance {
  padding-top: 150px;
}

@media screen and (max-width: 768px) {
  .big-distance {
    padding-top: 55px;
  }
}
.medium-distance {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .medium-distance {
    padding-top: 45px;
  }
}
.mb-distance {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .mb-distance {
    padding-top: 30px;
  }
}
.p-100 {
  padding: 100px;
}

.bg-grey {
  background-color: #F6F6F6;
}

.bg-green {
  background-color: #41576B;
}

.bg-dark-blue {
  background-color: #2E3E4C;
}

.green-text {
  color: #80C41C;
}

.primary-text-color {
  color: #41576B;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark-green {
  background-color: #354B42;
}

.bg-dark-blue {
  background-color: #2E3E4C;
}

.bg-light-green {
  background-color: #E2F2D3;
}

.green-border {
  border-top: 2px solid #80C41C;
}

.alert-info {
  border-color: transparent !important;
  color: black !important;
}

.net-zero {
  background-color: #EBF6E1;
  padding: 40px;
  text-align: center;
}
.net-zero .net-number {
  font-size: 300px;
  font-weight: 400;
  line-height: 250px;
  color: #80C41C;
  padding-bottom: 30px;
}
.net-zero > p {
  font-family: Kaius, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 200;
  font-style: italic;
  color: #000000;
}

.social-media-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media-area > li {
  cursor: pointer;
  background-color: #41576B;
  border-radius: 50%;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
  justify-content: center;
}
.social-media-area > li > a {
  display: block;
  text-align: center;
}
.social-media-area > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-media-area > li:hover {
  background-color: #80C41C;
}

.social-media-img {
  height: 420px;
  width: 100%;
}
.social-media-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .social-media-img {
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .net-zero {
    padding: 20px;
  }
  .net-zero .net-number {
    font-size: 125px;
    line-height: 150px;
  }
}
.location-item {
  font-size: 16px;
  padding-bottom: 0;
  line-height: 20px;
  color: #000000;
}

.img-full-screen {
  height: 557px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .img-full-screen {
    height: 275px;
  }
}
.hidden {
  display: none;
}

.hidden-content {
  display: none;
}

.underline {
  text-decoration: underline;
}

.show {
  display: block;
  animation: slideIn 0.5s linear;
}

@keyframes slideIn {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.hide {
  animation: slideOut 0.5s ease-in-out forwards;
}

@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.active {
  display: block;
  opacity: 1;
  color: white !important;
}

.display-block {
  display: block !important;
}

.nav-item {
  position: relative;
}

.menu-items {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  padding: 10px 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  visibility: hidden;
  border-radius: 0px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s linear;
}

.nav-item:hover .menu-items {
  visibility: visible;
  opacity: 1;
  transform: translateY(7px);
}

.menu-items > a {
  display: block;
  padding: 10px 0;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s linear;
}

.menu-items > a:hover {
  color: #80C41C;
}

.dropdown-language {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  top: 100%;
  left: 0;
}

.dropdown-item {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
}

.dropdown-item:hover {
  background: #f1f1f1;
}

.mobile-language-selector {
  display: flex;
  justify-content: flex-start;
  position: relative;
  bottom: -100px;
}

.language-option {
  padding-right: 25px;
  cursor: pointer;
  font-weight: bold;
  color: #41576B;
  font-size: 20px;
  line-height: 40px;
}

.language-option.active {
  color: white;
}

.header-default .navbar {
  padding: 40px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.2s linear;
}
.header-default .navbar .container .navbar-brand {
  width: 190px;
  height: 48px;
  margin: 0px;
}
.header-default .navbar .container .navbar-brand .brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-default .navbar .container .navbar-toggle {
  display: none;
}
.header-default .navbar .container .collapse .navbar-nav .nav-item {
  margin: 0 16px;
}
.header-default .navbar .container .collapse .navbar-nav .nav-item .nav-link {
  font-family: SuisseIntl, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.header-default .navbar .container .collapse .navbar-nav .nav-item .nav-link:hover {
  color: rgba(128, 196, 28, 0.6980392157);
}
.header-default .navbar .container .collapse .navbar-nav .nav-item .nav-link > i {
  font-size: 32px;
}

@media screen and (max-width: 992px) {
  .header-default .navbar {
    padding: 30px 0px !important;
  }
  .header-default .navbar .container .navbar-brand {
    width: 130px;
    height: 36px;
    margin: 0px;
  }
  .header-default .navbar .container .navbar-brand .brand-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header-default .navbar .container .navbar-toggle {
    display: block;
    background-color: transparent;
    border: none;
  }
  .header-default .navbar .container .navbar-toggle > i {
    color: white;
    font-size: 30px;
  }
  .header-default .navbar .container .collapse .navbar-nav .nav-item {
    margin: 0 12px;
  }
  .header-default .navbar .container .collapse .navbar-nav .nav-item .nav-link {
    font-family: SuisseIntl, sans-serif;
    color: white;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    transition: all 0.3s linear;
  }
  .header-default .navbar .container .collapse .navbar-nav .nav-item .nav-link:hover {
    color: rgba(128, 196, 28, 0.6980392157);
  }
  .header-default .navbar .container .collapse .navbar-nav .nav-item .nav-link > i {
    font-size: 32px;
  }
}
@media screen and (min-width: 989px) and (max-width: 1199px) {
  .header-default .navbar {
    padding: 30px 0px !important;
  }
  .header-default .navbar .container .navbar-brand {
    width: 160px;
    height: 42px;
    margin: 0px;
  }
  .header-default .navbar .container .navbar-brand .brand-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header-default .navbar .container .collapse .navbar-nav .nav-item {
    margin: 0 12px;
  }
  .header-default .navbar .container .collapse .navbar-nav .nav-item .nav-link {
    font-family: SuisseIntl, sans-serif;
    color: white;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    transition: all 0.3s linear;
  }
  .header-default .navbar .container .collapse .navbar-nav .nav-item .nav-link:hover {
    color: rgba(128, 196, 28, 0.6980392157);
  }
  .header-default .navbar .container .collapse .navbar-nav .nav-item .nav-link > i {
    font-size: 32px;
  }
}
.header-style2 .navbar {
  padding: 40px 0px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.2s linear;
}
.header-style2 .navbar .container .navbar-brand {
  width: 190px;
  height: 48px;
  margin: 0px;
}
.header-style2 .navbar .container .navbar-brand .brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-style2 .navbar .container .navbar-toggle {
  display: none;
}
.header-style2 .navbar .container .collapse .navbar-nav .nav-item {
  margin: 0 16px;
}
.header-style2 .navbar .container .collapse .navbar-nav .nav-item .nav-link {
  font-family: SuisseIntl, sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.header-style2 .navbar .container .collapse .navbar-nav .nav-item .nav-link:hover {
  color: rgba(128, 196, 28, 0.6980392157);
}
.header-style2 .navbar .container .collapse .navbar-nav .nav-item .nav-link > i {
  font-size: 32px;
}

.full-screen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #80C41C;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9999;
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.full-screen-menu.show {
  opacity: 1;
  visibility: visible;
}
.full-screen-menu.hide {
  opacity: 0;
  visibility: hidden;
}
.full-screen-menu .container .row .menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full-screen-menu .container .row .menu-header .full-screen-logo {
  width: 200px;
  height: 40px;
}
.full-screen-menu .container .row .menu-header .full-screen-logo .default-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-screen-menu .container .row .menu-header .close-menu {
  cursor: pointer;
}
.full-screen-menu .container .row .menu-header .close-menu i {
  font-size: 32px;
  color: white;
  margin-right: 10px;
  margin-top: 5px;
}
.full-screen-menu .container .row .search-bar {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6980392157);
  display: flex;
  align-items: center;
}
.full-screen-menu .container .row .search-bar i {
  margin-right: 10px;
  font-size: 32px;
}
.full-screen-menu .container .row .search-bar input {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6980392157);
  font-family: SuisseIntl, sans-serif;
  font-size: 30px;
  line-height: 46px;
  font-weight: 300;
  width: 90%;
}
.full-screen-menu .container .row .col-md-5 .menu-left-content {
  padding: 20px 0;
}
.full-screen-menu .container .row .col-md-5 .menu-left-content .navmenu .menu-item {
  margin: 7px 0;
}
.full-screen-menu .container .row .col-md-5 .menu-left-content .navmenu .menu-item a {
  font-family: SuisseIntl, sans-serif;
  color: #41576B;
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
}
.full-screen-menu .container .row .col-md-5 .menu-left-content .navmenu .menu-item :hover {
  color: white;
}
.full-screen-menu .container .row .col-md-7 .menu-right-content {
  padding: 20px 0;
  transition: all 0.3s linear;
}
.full-screen-menu .container .row .col-md-7 .menu-right-content .submenu {
  display: none;
  opacity: 1;
  transition: all 0.3s linear;
}
.full-screen-menu .container .row .col-md-7 .menu-right-content .submenu .active {
  display: block;
  opacity: 1;
}
.full-screen-menu .container .row .col-md-7 .menu-right-content .submenu .sub-item {
  margin: 10px 0;
}
.full-screen-menu .container .row .col-md-7 .menu-right-content .submenu .sub-item a {
  font-family: SuisseIntl, sans-serif;
  color: white;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}
.full-screen-menu .container .row .col-md-7 .menu-right-content .submenu .sub-item a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 4px;
  width: 0;
  background-color: white;
  transition: width 0.4s ease;
}
.full-screen-menu .container .row .col-md-7 .menu-right-content .submenu .sub-item a:hover {
  color: white;
}
.full-screen-menu .container .row .col-md-7 .menu-right-content .submenu .sub-item a:hover::after {
  width: 100%;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #80C41C;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9999;
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.mobile-menu.show {
  opacity: 1;
  visibility: visible;
}
.mobile-menu.hide {
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .container .mobile-menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .container .mobile-menu-head .mobile-logo {
  width: 142px;
  height: 28px;
}
.mobile-menu .container .mobile-menu-head .mobile-logo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-menu .container .mobile-menu-head .close {
  cursor: pointer;
}
.mobile-menu .container .mobile-menu-head .close i {
  font-size: 30px;
  color: white;
  margin-top: 5px;
}
.mobile-menu .container .mobile-search-bar {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6980392157);
  display: flex;
  align-items: center;
  width: 98%;
  padding: 0;
  margin: 40px 0;
}
.mobile-menu .container .mobile-search-bar i {
  margin-right: 10px;
  font-size: 32px;
}
.mobile-menu .container .mobile-search-bar input {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6980392157);
  font-family: SuisseIntl, sans-serif;
  font-size: 24px;
  line-height: 46px;
  font-weight: 300;
  width: 100%;
}
.mobile-menu .container .mobile-menu-content .menu .menu-item {
  margin: 25px 0;
}
.mobile-menu .container .mobile-menu-content .menu .menu-item > a {
  font-family: SuisseIntl, sans-serif;
  color: #41576B;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
.mobile-menu .container .mobile-menu-content .menu .menu-item .submenu {
  display: none;
  list-style: none;
  padding-top: 20px;
}
.mobile-menu .container .mobile-menu-content .menu .menu-item .submenu > li > a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

@media screen and (max-width: 998px) {
  .mobile-menu {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .header-style2 .navbar {
    padding: 30px 0px !important;
  }
  .header-style2 .navbar .container .navbar-brand {
    width: 130px;
    height: 36px;
    margin: 0px;
  }
  .header-style2 .navbar .container .navbar-brand .brand-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header-style2 .navbar .container .navbar-toggle {
    display: block;
    background-color: transparent;
    border: none;
  }
  .header-style2 .navbar .container .navbar-toggle > i {
    color: #000000;
    font-size: 30px;
  }
  .header-style2 .navbar .container .collapse .navbar-nav .nav-item {
    margin: 0 12px;
  }
  .header-style2 .navbar .container .collapse .navbar-nav .nav-item .nav-link {
    font-family: SuisseIntl, sans-serif;
    color: white;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    transition: all 0.3s linear;
  }
  .header-style2 .navbar .container .collapse .navbar-nav .nav-item .nav-link:hover {
    color: rgba(128, 196, 28, 0.6980392157);
  }
  .header-style2 .navbar .container .collapse .navbar-nav .nav-item .nav-link > i {
    font-size: 32px;
  }
}
@media screen and (min-width: 989px) and (max-width: 1199px) {
  .header-style2 .navbar {
    padding: 30px 0px !important;
  }
  .header-style2 .navbar .container .navbar-brand {
    width: 160px;
    height: 42px;
    margin: 0px;
  }
  .header-style2 .navbar .container .navbar-brand .brand-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header-style2 .navbar .container .collapse .navbar-nav .nav-item {
    margin: 0 12px;
  }
  .header-style2 .navbar .container .collapse .navbar-nav .nav-item .nav-link {
    font-family: SuisseIntl, sans-serif;
    color: white;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    transition: all 0.3s linear;
  }
  .header-style2 .navbar .container .collapse .navbar-nav .nav-item .nav-link:hover {
    color: rgba(128, 196, 28, 0.6980392157);
  }
  .header-style2 .navbar .container .collapse .navbar-nav .nav-item .nav-link > i {
    font-size: 32px;
  }
}
.footer-area {
  padding: 80px 0;
  background-color: #D4EBBD;
}
.footer-area .container .footer-content .row .col-md-3 .footer-wrap .footer-title h3 {
  font-family: SuisseIntl, sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  transition: all 0.3s linear;
}
.footer-area .container .footer-content .row .col-md-3 .footer-wrap .footer-title h3:hover {
  color: #80C41C;
}
.footer-area .container .footer-content .row .col-md-3 .footer-wrap .footer-menu ul li {
  padding: 5px 0;
}
.footer-area .container .footer-content .row .col-md-3 .footer-wrap .footer-menu ul li a {
  font-family: SuisseIntl, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.3s linear;
}
.footer-area .container .footer-content .row .col-md-3 .footer-wrap .footer-menu ul li a:hover {
  color: rgba(128, 196, 28, 0.6980392157);
}
.footer-area .container .footer-content .row .sosical {
  margin-top: 30px;
  display: flex;
  justify-content: end;
  margin-right: 100px;
}
.footer-area .container .footer-content .row .sosical ul {
  display: flex;
}
.footer-area .container .footer-content .row .sosical ul li {
  cursor: pointer;
  background-color: #313935;
  border-radius: 50%;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
  justify-content: center;
}
.footer-area .container .footer-content .row .sosical ul li .sosial-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 9px;
}
.footer-area .container .footer-content .row .sosical ul li:hover {
  background-color: #80C41C;
}
.footer-area .container .footer-bottom {
  padding-top: 50px;
}
.footer-area .container .footer-bottom .row .col-md-3 .footer-logo {
  width: 250px;
  height: 50px;
}
.footer-area .container .footer-bottom .row .col-md-3 .footer-logo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-area .container .footer-bottom .row .col-md-3 > a p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}
.footer-area .container .footer-bottom .row .col-md-6 > h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #354B42;
  margin: 15px 0 0 0;
}

.mobile-footer {
  padding: 40px 0;
  background-color: #D4EBBD;
  display: none;
}
.mobile-footer .container .row .accordion .accordion-item {
  background-color: #D4EBBD !important;
  border: none !important;
  border-radius: 0 !important;
}
.mobile-footer .container .row .accordion .accordion-item .accordion-header .accordion-button {
  color: #000000;
  background-color: #D4EBBD !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding-left: 0;
  padding-right: 0;
}
.mobile-footer .container .row .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none !important;
}
.mobile-footer .container .row .accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.mobile-footer .container .row .accordion .accordion-item .accordion-body .footer-menu ul li {
  padding: 5px 0;
}
.mobile-footer .container .row .accordion .accordion-item .accordion-body .footer-menu ul li a {
  font-family: SuisseIntl, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.3s linear;
}
.mobile-footer .container .row .accordion .accordion-item .accordion-body .footer-menu ul li a:hover {
  color: rgba(128, 196, 28, 0.6980392157);
}
.mobile-footer .container .row .mobil-sosical {
  margin: 35px 0;
}
.mobile-footer .container .row .mobil-sosical ul {
  display: flex;
}
.mobile-footer .container .row .mobil-sosical ul li {
  cursor: pointer;
  background-color: #000000;
  border-radius: 50%;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
  padding: 5px;
  justify-content: center;
}
.mobile-footer .container .row .mobil-sosical ul li .sosial-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 5px;
}
.mobile-footer .container .row .mobile-footer-logo {
  width: 163px;
  height: 28px;
}
.mobile-footer .container .row .mobile-footer-logo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-footer .container .row .target-word {
  margin: 30px 0;
}
.mobile-footer .container .row .target-word > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-right: 12px;
  margin-bottom: 0;
}
.mobile-footer .container .row .copy-right > h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.mobile-footer .accordion .accordion-collapse {
  animation: none !important;
}
.mobile-footer .accordion .accordion-body {
  animation: none !important;
}

@media only screen and (max-width: 988px) and (min-width: 769px) {
  .footer-area {
    padding: 40px 0;
  }
  .footer-area .container .footer-content .row .col-md-3 .footer-wrap .footer-title h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .footer-area .container .footer-content .row .col-md-3 .footer-wrap .footer-menu ul li {
    padding: 3px 0;
  }
  .footer-area .container .footer-content .row .col-md-3 .footer-wrap .footer-menu ul li a {
    font-size: 13px;
    line-height: 13px;
  }
  .footer-area .container .footer-content .row .col-md-3 .footer-wrap .footer-menu ul li a:hover {
    color: rgba(128, 196, 28, 0.6980392157);
  }
  .footer-area .container .footer-content .row .col-md-3 .footer-wrap .footer-menu ul .sosical {
    margin-top: 20px;
  }
  .footer-area .container .footer-content .row .col-md-3 .footer-wrap .footer-menu ul .sosical ul {
    display: flex;
  }
  .footer-area .container .footer-content .row .col-md-3 .footer-wrap .footer-menu ul .sosical ul li .sosial-icon {
    width: 30px !important;
    height: 23px !important;
    padding-right: 7px;
  }
  .footer-area .container .footer-bottom {
    padding-top: 30px;
  }
  .footer-area .container .footer-bottom .row .col-md-3 .footer-logo {
    width: 164px;
    height: 32px;
  }
  .footer-area .container .footer-bottom .row .col-md-3 > p {
    font-size: 14px;
    line-height: 14px;
  }
  .footer-area .container .footer-bottom .row .col-md-6 > h5 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #354B42;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-area {
    display: none;
  }
  .mobile-footer {
    display: block;
  }
}
.quick-facts {
  padding: 80px 0;
}
.quick-facts .container .facts-content {
  padding: 80px 0px 0px 0px;
}
.quick-facts .container .facts-content .facts-item > h2 {
  font-family: Aribau, sans-serif;
  font-size: 112px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  color: #80C41C;
  margin-bottom: 0;
}
.quick-facts .container .facts-content .facts-item > p {
  text-align: center;
  color: #41576B;
  font-family: Kaius, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .quick-facts {
    padding: 40px 0;
  }
  .quick-facts .container .section-header {
    font-size: 48px;
    line-height: 48px;
  }
  .quick-facts .container .facts-content {
    padding: 0;
    padding-top: 30px;
  }
  .quick-facts .container .facts-content .facts-item > h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 0;
  }
  .quick-facts .container .facts-content .facts-item > p {
    text-align: center;
    color: #41576B;
    font-family: Kaius, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 988px) and (min-width: 769px) {
  .quick-facts {
    padding: 40px 0;
  }
  .quick-facts .container .section-header {
    font-size: 60px;
    line-height: 60px;
  }
  .quick-facts .container .facts-content {
    padding: 0;
    padding-top: 30px;
  }
  .quick-facts .container .facts-content .facts-item > h2 {
    font-size: 80px;
    line-height: 80px;
  }
  .quick-facts .container .facts-content .facts-item > p {
    font-family: Kaius, sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0;
  }
}
.promo-counter {
  padding: 80px 0;
}
.promo-counter .container .facts-content {
  padding: 80px 0px 0px 0px;
}
.promo-counter .container .facts-content .facts-item > h2 {
  font-family: SuisseIntl, sans-serif;
  font-size: 92px;
  line-height: 111px;
  font-weight: 400;
  text-align: center;
  color: #41576B;
  margin-bottom: 0;
}
.promo-counter .container .facts-content .facts-item > h2 sup {
  font-size: 52px;
  vertical-align: super;
}
.promo-counter .container .facts-content .facts-item > p {
  text-align: center;
  color: #41576B;
  font-family: Kaius, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .promo-counter {
    padding: 0;
  }
  .promo-counter .container .section-header {
    font-size: 48px;
    line-height: 48px;
  }
  .promo-counter .container .facts-content {
    padding: 40px;
  }
  .promo-counter .container .facts-content .facts-item > h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 0;
  }
  .promo-counter .container .facts-content .facts-item > h2 span sup {
    font-size: 34px;
  }
  .promo-counter .container .facts-content .facts-item > p {
    text-align: center;
    color: #41576B;
    font-family: Kaius, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 988px) and (min-width: 769px) {
  .promo-counter {
    padding: 40px 0;
  }
  .promo-counter .container .section-header {
    font-size: 60px;
    line-height: 60px;
  }
  .promo-counter .container .facts-content {
    padding-top: 40px;
  }
  .promo-counter .container .facts-content .facts-item > h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .promo-counter .container .facts-content .facts-item > p {
    font-family: Kaius, sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0;
  }
}
.breadcrumb-section {
  width: 100%;
  position: relative;
}
.breadcrumb-section .breadcrumb-info {
  width: 100%;
  height: 600px;
}
.breadcrumb-section .breadcrumb-info > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breadcrumb-section .breadcrumb-info .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  padding-left: 90px;
  padding-bottom: 60px;
}
.breadcrumb-section .breadcrumb-info .overlay .breadcrumb-text {
  background-color: #80C41C;
  color: white;
  padding: 20px 30px;
}
.breadcrumb-section .breadcrumb-info .overlay .breadcrumb-text > p {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  color: white;
  font-weight: 600;
}
.breadcrumb-section .breadcrumb-info .overlay .breadcrumb-text > h1 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 600;
  margin: 0;
  padding-top: 10px;
}

@media only screen and (max-width: 988px) and (min-width: 769px) {
  .breadcrumb-section .breadcrumb-info {
    width: 100%;
    height: 390px;
  }
  .breadcrumb-section .breadcrumb-info > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .breadcrumb-section .breadcrumb-info .overlay {
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .breadcrumb-section .breadcrumb-info .overlay .breadcrumb-text {
    background-color: #80C41C;
    color: white;
    padding: 20px 30px;
  }
  .breadcrumb-section .breadcrumb-info .overlay .breadcrumb-text > p {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
  }
  .breadcrumb-section .breadcrumb-info .overlay .breadcrumb-text > h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-section .breadcrumb-info {
    width: 100%;
    height: 390px;
  }
  .breadcrumb-section .breadcrumb-info > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .breadcrumb-section .breadcrumb-info .overlay {
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .breadcrumb-section .breadcrumb-info .overlay .breadcrumb-text {
    width: 100%;
  }
  .breadcrumb-section .breadcrumb-info .overlay .breadcrumb-text > p {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
  }
  .breadcrumb-section .breadcrumb-info .overlay .breadcrumb-text > h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.breadcrumb-wrapper {
  width: 100%;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb-content {
  width: 100%;
  height: 700px;
}
.breadcrumb-wrapper .breadcrumb-content > img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.breadcrumb-wrapper .breadcrumb-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  padding-left: 90px;
  padding-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.2);
}
.breadcrumb-wrapper .breadcrumb-content .overlay .breadcrumb-title {
  color: white;
  padding: 20px 30px;
}
.breadcrumb-wrapper .breadcrumb-content .overlay .breadcrumb-title > h1 {
  font-size: 80px;
  line-height: 66px;
  font-weight: 600;
  margin: 0;
  padding-top: 10px;
}

@media only screen and (max-width: 988px) and (min-width: 769px) {
  .breadcrumb-wrapper {
    width: 100%;
    position: relative;
  }
  .breadcrumb-wrapper .breadcrumb-content {
    width: 100%;
    height: 390px;
  }
  .breadcrumb-wrapper .breadcrumb-content > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .breadcrumb-wrapper .breadcrumb-content .overlay {
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .breadcrumb-wrapper .breadcrumb-content .overlay .breadcrumb-title {
    color: white;
    padding: 20px 30px;
  }
  .breadcrumb-wrapper .breadcrumb-content .overlay .breadcrumb-title > h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-wrapper .breadcrumb-content {
    width: 100%;
    height: 390px;
  }
  .breadcrumb-wrapper .breadcrumb-content > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .breadcrumb-wrapper .breadcrumb-content .overlay {
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .breadcrumb-wrapper .breadcrumb-content .overlay .breadcrumb-title {
    width: 100%;
  }
  .breadcrumb-wrapper .breadcrumb-content .overlay .breadcrumb-title > h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.content-natification {
  padding-top: 80px 0px 0px 0px;
}
.content-natification .container .row {
  margin: 0;
}
.content-natification .container .row .content-tabs {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 30px;
}
.content-natification .container .row .content-tabs .tab_item > a {
  color: #8A8A8A;
  cursor: pointer;
  transition: all 0.3s linear;
}
.content-natification .container .row .content-tabs .tab_item > a:hover {
  color: #000000;
}

@media only screen and (max-width: 988px) and (min-width: 769px) {
  .content-natification {
    padding-top: 80px 0px 0px 0px;
  }
  .content-natification .container .row {
    margin: 0;
  }
  .content-natification .container .row .content-tabs {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 30px;
  }
  .content-natification .container .row .content-tabs .tab_item > a {
    color: #8A8A8A;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  .content-natification .container .row .content-tabs .tab_item > a:hover {
    color: #000000;
  }
}
@media screen and (max-width: 768px) {
  .content-natification {
    padding-top: 80px 0px 0px 0px/1.5;
  }
  .content-natification .container .row {
    margin: 0;
  }
  .content-natification .container .row .content-tabs {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 30px;
  }
  .content-natification .container .row .content-tabs .tab_item > a {
    color: #8A8A8A;
    font-size: 14px;
    line-height: 16px;
  }
  .content-natification .container .row .content-tabs .tab_item > a:hover {
    color: #000000;
  }
}
.content-card {
  padding-bottom: 80px;
}
.content-card .container .row .content-wrap .row .col-md-6 .content-img {
  width: 100%;
  height: 440px;
  padding-left: 20px;
}
.content-card .container .row .content-wrap .row .col-md-6 .content-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-card .container .row .content-wrap .row .col-md-6 .content-circle-img {
  width: 500px;
  height: 500px;
}
.content-card .container .row .content-wrap .row .col-md-6 .content-circle-img > img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-box {
  padding-bottom: 80px;
  position: relative;
}
.content-box .container .row .col-md-11 {
  margin: 80px 0;
  padding: 70px;
  background-color: #41576B;
}
.content-box .container .row .col-md-11 .content-img {
  width: 100%;
  height: 440px;
}
.content-box .container .row .col-md-11 .content-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-box .container .row .col-md-11 .section-green-title {
  max-width: 50%;
}
.content-box .container .row .col-md-11 .content-intro {
  color: white;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 300;
  max-width: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-box .container .row .col-md-11 .content-img {
  position: absolute;
  width: 454px;
  height: 455px;
  right: 8%;
  top: 27%;
}
.content-box .container .row .col-md-11 .content-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 72%, 0 140%);
}

.primary-content-card {
  background-color: #41576B;
  padding-top: 80px 0px 0px 0px;
  padding-bottom: 80px;
}
.primary-content-card .section-title {
  color: #80C41C;
}
.primary-content-card .content-intro {
  color: white;
}

.secondary-content-card {
  background-color: #80C41C;
  padding-top: 80px 0px 0px 0px;
  padding-bottom: 80px;
}
.secondary-content-card .section-title {
  color: #000000;
}
.secondary-content-card .content-intro {
  color: #000000;
}
.secondary-content-card .btn-read-more {
  background-color: #74B219;
}

@media only screen and (max-width: 988px) and (min-width: 769px) {
  .content-card {
    padding-bottom: 80px;
  }
  .content-card .container .row .content-wrap .row .col-md-6 .content-img {
    width: 100%;
    height: 440px;
  }
  .content-card .container .row .content-wrap .row .col-md-6 .content-circle-img {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .content-card {
    padding-bottom: 30px;
  }
  .content-card .container .row .content-wrap .row {
    flex-direction: column;
  }
  .content-card .container .row .col-6:first-child {
    order: 2;
  }
  .content-card .container .row .col-6:last-child {
    order: 1;
  }
  .content-card .container .row .col-6 {
    width: 100%;
  }
  .content-card .container .row .content-intro {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  .content-card .container .row .content-img {
    width: 100% !important;
    height: 264px !important;
    padding-bottom: 53.3333333333px;
  }
  .content-card .container .row .content-circle-img {
    width: 100% !important;
    height: 264px !important;
  }
}
@media screen and (max-width: 768px) {
  .content-box {
    padding-bottom: 0;
    position: relative;
  }
  .content-box .container .row .col-md-11 {
    padding: 30px;
    margin: 0px;
    background-color: #41576B;
  }
  .content-box .container .row .col-md-11 .content-img {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .content-box .container .row .col-md-11 .content-img > img {
    width: 100%;
    height: auto;
    object-fit: cover;
    clip-path: none;
  }
  .content-box .container .row .col-md-11 .content-intro {
    color: white;
    padding-top: 10px;
    max-width: 100%;
    font-size: 14px;
  }
}
.grid-item {
  display: flex;
}
.grid-item .box-item {
  flex: 1;
  background-color: white;
  border-radius: 5px;
  margin: 10px;
  padding: 20px;
}
.grid-item .box-item .box-img {
  width: 74px;
  height: 74px;
  padding: 0px;
}
.grid-item .box-item .box-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.grid-item .box-item .box-title {
  padding-top: 35px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #41576B;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .grid-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .box-item {
    background-color: white;
    border-radius: 5px;
    margin: 0;
  }
  .box-img {
    margin: 0 auto;
    width: 77px;
    height: 77px;
    padding: 10px;
  }
  .box-img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .box-title {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #41576B;
    text-align: center;
  }
}
.grid-job {
  display: flex;
}
.grid-job .job-item {
  flex: 1;
  background-color: #41576B;
  border-radius: 0;
  margin: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 160%);
}
.grid-job .job-item .number {
  text-align: start;
  color: #80C41C;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 87px;
}
.grid-job .job-item .job-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  text-align: start;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .grid-job {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }
  .grid-job .job-item .number {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 47px;
  }
  .grid-job .job-item .job-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: auto;
  }
}
.green-card-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.green-card-container .green-card-section {
  width: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s linear;
  border-radius: 22px;
}
.green-card-container .green-card-section:hover {
  transform: translateY(-5px);
}
.green-card-container .green-card-section .green-card-img {
  background-color: #41576B;
  height: 216px;
  width: 216px;
  padding: 55px;
  transition: all 0.3s linear;
  border-radius: 50%;
}
.green-card-container .green-card-section .green-card-img img {
  width: 125px;
  height: 105px;
  object-fit: contain;
}
.green-card-container .green-card-section .green-card-desc {
  margin-top: 20px;
  font-size: 28px;
  line-height: 38px;
  color: #41576B;
  font-weight: 600;
}
.green-card-container .green-card-section .card-info {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #41576B;
}
@media screen and (max-width: 768px) {
  .green-card-container {
    justify-content: center;
    gap: 15px;
  }
}

.primary-btn {
  background-color: #41576B;
  border-radius: 22px;
  border: none;
  padding: 10px 32px;
  color: white;
  transition: all 0.3s linear;
  margin-top: 40px;
  display: inline-block;
}
.primary-btn > i {
  margin-right: 10px;
}
.primary-btn:hover {
  background-color: #80C41C;
}
.primary-btn:focus {
  background-color: #80C41C;
  box-shadow: none;
  border-color: none;
  outline: none;
}
.primary-btn:active {
  background-color: #80C41C;
}
.primary-btn .expanded {
  background-color: #41576B;
  color: white;
}

@media screen and (max-width: 768px) {
  .primary-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.border-less-btn {
  background-color: #41576B;
  border-radius: 22px;
  border: 1px solid #80C41C;
  padding: 10px 32px;
  color: #80C41C;
  transition: all 0.3s linear;
  margin-top: 40px;
  display: inline-block;
}
.border-less-btn > i {
  margin-right: 10px;
}
.border-less-btn:hover {
  background-color: #80C41C;
  border: #41576B;
  border: 1px solid #80C41C;
}
.border-less-btn:focus {
  background-color: #80C41C;
  box-shadow: none;
  border-color: #80C41C;
  outline: none;
}
.border-less-btn:active {
  background-color: #80C41C;
}

@media screen and (max-width: 768px) {
  .border-less-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.btn-read-more {
  background-color: #74B219;
  border-radius: 22px;
  border: none;
  padding: 10px 32px;
  color: white;
  transition: all 0.3s linear;
  margin-top: 40px;
  display: inline-block;
  cursor: pointer;
}
.btn-read-more > i {
  margin-right: 10px;
}
.btn-read-more:focus {
  background-color: #80C41C;
  box-shadow: none;
  border-color: none;
  outline: none;
}
.btn-read-more:hover {
  background-color: #41576B;
}
.btn-read-more:active {
  background-color: #80C41C;
}

.btn-green-primary {
  background-color: #74B219;
  border-radius: 22px;
  border: none;
  padding: 10px 32px;
  color: white;
  transition: all 0.3s linear;
  margin-top: 40px;
  display: inline-block;
  cursor: pointer;
}
.btn-green-primary > i {
  margin-right: 10px;
}
.btn-green-primary:hover {
  background-color: #41576B;
}
.btn-green-primary:focus {
  background-color: #41576B;
  box-shadow: none;
  border-color: none;
  outline: none;
}
.btn-green-primary:active {
  background-color: #80C41C;
}
.btn-green-primary .expanded {
  background-color: #41576B;
  color: white;
}

@media screen and (max-width: 768px) {
  .btn-read-more {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.btn-search {
  background-color: #80C41C;
  border-radius: 0px;
  border: 1px solid #80C41C;
  padding: 10px 32px;
  color: white;
  transition: all 0.3s linear;
  display: inline-block;
  cursor: pointer;
}
.btn-search:hover {
  background-color: #41576B;
  border: 1px solid #80C41C;
  padding: 10px 32px;
  color: #80C41C;
  border-radius: 0px !important;
}
.btn-search:focus {
  background-color: #41576B;
  box-shadow: none;
  border-color: none;
  outline: none;
}
.btn-search:active {
  background-color: #80C41C;
}
.btn-search .expanded {
  background-color: #41576B;
  color: white;
}

.btn-learn-more {
  background-color: #99D049;
  border-radius: 22px;
  border: 1px solid #99D049;
  padding: 10px 32px;
  color: #41576B;
  transition: all 0.3s linear;
  margin-top: 40px;
  display: inline-block;
  cursor: pointer;
}
.btn-learn-more .fa-arrow-right {
  margin-left: 6px !important;
}
.btn-learn-more:hover {
  background-color: white;
  border-radius: 22px;
  border: 1px solid white;
  padding: 10px 32px;
  color: #41576B;
}
.btn-learn-more:focus {
  background-color: #41576B;
  box-shadow: none;
  border-color: none;
  outline: none;
}
.btn-learn-more:active {
  background-color: #80C41C;
}
.btn-learn-more .expanded {
  background-color: #41576B;
  color: white;
}

@media screen and (max-width: 768px) {
  .btn-learn-more {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.see-all-btn {
  background-color: #74B219;
  border-radius: 22px;
  border: none;
  padding: 10px 32px;
  color: white;
  transition: all 0.3s linear;
  display: inline-block;
  cursor: pointer;
}
.see-all-btn:focus {
  background-color: #74B219;
  box-shadow: none;
  border-color: transparent;
  outline: none;
}
.see-all-btn:hover {
  background-color: #41576B;
}
.see-all-btn:active {
  background-color: #74B219;
}

@media screen and (max-width: 768px) {
  .see-all-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.view-all-btn {
  background-color: #74B219;
  border-radius: 22px;
  border: none;
  padding: 10px 32px;
  color: white;
  transition: all 0.3s linear;
  display: inline-block;
  cursor: pointer;
}
.view-all-btn:hover {
  background-color: #41576B;
}
.view-all-btn:focus {
  background-color: #41576B;
  box-shadow: none;
  border-color: none;
  outline: none;
}

@media screen and (max-width: 768px) {
  .view-all-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.send-button {
  background-color: #74B219;
  border-radius: 22px;
  border: none;
  padding: 10px 32px;
  color: white;
  transition: all 0.3s linear;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .send-button {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.btn-explore {
  background-color: #74B219;
  border: none;
  color: #fff;
  padding: 8px 32px;
  border-radius: 20px;
  font-size: 18px;
  transition: all 0.3s linear;
}
.btn-explore:hover {
  background-color: #41576B;
  color: white;
}
.btn-explore:focus {
  background-color: #41576B;
  box-shadow: none;
  border-color: none;
  outline: none;
}

@media screen and (max-width: 768px) {
  .btn-explore {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.btn-borderless {
  background-color: transparent;
  padding: 10px 32px;
  margin-top: 20px;
  border-color: #80C41C;
  color: #80C41C;
  padding: 8px 32px;
  border-radius: 20px;
  font-size: 18px;
  transition: all 0.3s linear;
  font-weight: 600;
}
.btn-borderless:hover {
  background-color: #80C41C;
  border-color: #80C41C;
  color: white;
}
.btn-borderless > i {
  margin-right: 10px;
}
.btn-borderless:focus {
  background-color: white;
  box-shadow: none;
  border-color: #80C41C;
  outline: none;
  color: #80C41C;
}
.btn-borderless:active {
  background-color: white;
  color: #80C41C;
}
.btn-borderless .expanded {
  background-color: #41576B;
  color: #80C41C;
}

@media screen and (max-width: 768px) {
  .btn-borderless {
    font-size: 14px;
  }
}
.btn-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #80C41C;
  padding: 8px 32px;
  border-radius: 20px;
  font-size: 16px;
  transition: all 0.3s linear;
  font-weight: 600;
}
.btn-transparent:hover {
  background-color: transparent;
  border-color: transparent;
  color: #80C41C;
}

@media screen and (max-width: 768px) {
  .btn-transparent {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.primary-accordion .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  position: relative;
}
.primary-accordion .accordion .accordion-item:first-child {
  border-top: 2px solid #8A8A8A;
}
.primary-accordion .accordion .accordion-item:last-child {
  border-bottom: 2px solid #8A8A8A;
}
.primary-accordion .accordion .accordion-item:not(:first-child) {
  border-top: 2px solid #8A8A8A;
}
.primary-accordion .accordion .accordion-item .accordion-item.hidden {
  display: none;
}
.primary-accordion .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 64px;
  line-height: 64px;
  color: #41576B;
  font-family: SuisseIntl, sans-serif;
  font-weight: 300;
  padding: 30px 0;
  background-color: transparent;
  box-shadow: none;
  background-image: none;
}
.primary-accordion .accordion .accordion-item .accordion-header .accordion-button .accor-base-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.primary-accordion .accordion .accordion-item .accordion-header .accordion-button .accor-base-img > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.primary-accordion .accordion .accordion-item .accordion-header .accordion-button .accor-title {
  padding-top: 50px;
  padding-left: 50px;
}
.primary-accordion .accordion .accordion-item .accordion-header .accordion-button .accor-title h4 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 5px;
  font-weight: 600;
}
.primary-accordion .accordion .accordion-item .accordion-header .accordion-button .accor-title p {
  font-family: Kaius, sans-serif;
  font-size: 33px;
  line-height: 34px;
  color: #000000;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
}
.primary-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  border-radius: 50%;
  border: 2px solid #8A8A8A;
  color: #8A8A8A;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 30px 30px;
  flex-shrink: 0;
  content: "+";
  font-size: 40px;
  line-height: 40px;
  font-weight: 200;
  transition: transform 0.2s ease-in-out;
  background-image: none !important;
}
.primary-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  content: "+";
  transform: rotate(0deg);
}
.primary-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(180deg);
}
.primary-accordion .accordion .accordion-item .accordion-collapse {
  animation: none !important;
}
.primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content {
  margin-bottom: 30px;
}
.primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content > p {
  font-family: SuisseIntl, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
}
.primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content .more-text {
  display: none;
}
.primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content > .btn-more {
  display: block;
  color: #000000;
  margin-top: 10px;
}
.primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content > .btn-more > i {
  margin-right: 10px;
}
.primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content .accordion-img {
  width: 100%;
  height: 430px;
  background-color: white;
  border-radius: 20px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content .accordion-img > img {
  object-fit: cover;
}
.primary-accordion .accordion .accordion-item .accordion-collapse .accor-description > .accordion-content {
  margin-left: 200px;
  margin-bottom: 30px;
}
.primary-accordion .accordion .accordion-item .accordion-collapse .accor-description > .accordion-content > p {
  font-family: SuisseIntl, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
}

@media only screen and (max-width: 988px) and (min-width: 769px) {
  .content-card {
    padding-bottom: 80px;
  }
  .content-card .container .row .content-wrap .row .col-md-6 .content-img {
    width: 100%;
    height: 440px;
  }
  .content-card .container .row .content-wrap .row .col-md-6 .content-circle-img {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .primary-accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 36px;
    line-height: 41px;
    padding: 15px 0;
  }
  .primary-accordion .accordion .accordion-item .accordion-header .accordion-button .accor-base-img {
    width: 95px;
    height: 95px;
  }
  .primary-accordion .accordion .accordion-item .accordion-header .accordion-button .accor-title {
    padding-top: 25px;
    padding-left: 10px;
  }
  .primary-accordion .accordion .accordion-item .accordion-header .accordion-button .accor-title h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .primary-accordion .accordion .accordion-item .accordion-header .accordion-button .accor-title p {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
  }
  .primary-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    border: 2px solid #8A8A8A;
    padding: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    width: 30px;
    height: 30px;
  }
  .primary-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    content: "+";
    transform: rotate(0deg);
  }
  .primary-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "-";
    transform: rotate(180deg);
  }
  .primary-accordion .accordion .accordion-item .accordion-collapse {
    animation: none !important;
  }
  .primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content > p {
    font-size: 14px;
    line-height: 22px;
  }
  .primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content .more-text {
    display: none;
  }
  .primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content > .btn-more {
    display: block;
    color: #000000;
    margin-top: 10px;
  }
  .primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content > .btn-more > i {
    margin-right: 10px;
  }
  .primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content .accordion-img {
    width: 100%;
    height: 230px;
    margin-top: 30px;
  }
  .primary-accordion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content .accordion-img > img {
    object-fit: cover;
  }
  .primary-accordion .accordion .accordion-item .accordion-collapse .accor-description > .accordion-content {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .primary-accordion .accordion .accordion-item .accordion-collapse .accor-description > .accordion-content > p {
    font-size: 14px;
    line-height: 22px;
  }
}
.vacancies-accardion .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  position: relative;
}
.vacancies-accardion .accordion .accordion-item:first-child {
  border-top: 2px solid #8A8A8A;
}
.vacancies-accardion .accordion .accordion-item:last-child {
  border-bottom: 2px solid #8A8A8A;
}
.vacancies-accardion .accordion .accordion-item:not(:first-child) {
  border-top: 2px solid #8A8A8A;
}
.vacancies-accardion .accordion .accordion-item .accordion-item.hidden {
  display: none;
}
.vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 64px;
  line-height: 64px;
  color: #41576B;
  font-family: SuisseIntl, sans-serif;
  font-weight: 300;
  padding: 25px 0;
  background-color: transparent;
  box-shadow: none;
  background-image: none;
}
.vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button .accor-title {
  padding-top: 10px;
  padding-left: 0px;
}
.vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button .accor-title h4 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 5px;
  font-weight: 700;
}
.vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button .accor-title p {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
  font-family: Kaius, sans-serif;
  font-style: italic;
}
.vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button::after {
  border-radius: 100px;
  border: 2px solid #8A8A8A;
  color: #8A8A8A;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  flex-shrink: 0;
  content: "+";
  font-size: 40px;
  line-height: 40px;
  font-weight: 200;
  transition: transform 0.2s ease-in-out;
  background-image: none !important;
}
.vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  content: "+";
  transform: rotate(0deg);
}
.vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(180deg);
}
.vacancies-accardion .accordion .accordion-item .accordion-collapse {
  animation: none !important;
}
.vacancies-accardion .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.vacancies-accardion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content {
  width: 640px;
  margin-right: 100px;
  margin-bottom: 30px;
}
.vacancies-accardion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content > p {
  font-family: SuisseIntl, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
}
.vacancies-accardion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content .more-text {
  display: none;
}
.vacancies-accardion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content > .btn-more {
  display: block;
  color: #000000;
  margin-top: 10px;
}
.vacancies-accardion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content > .btn-more > i {
  margin-right: 10px;
}
.vacancies-accardion .accordion .accordion-item .accordion-collapse .accor-description > .accordion-content {
  margin-left: 0px;
  margin-bottom: 30px;
}
.vacancies-accardion .accordion .accordion-item .accordion-collapse .accor-description > .accordion-content > p {
  font-family: SuisseIntl, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 36px;
    line-height: 41px;
    padding: 15px 0;
  }
  .vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button .accor-title {
    padding-top: 25px;
    padding-left: 10px;
  }
  .vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button .accor-title h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button .accor-title p {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
  }
  .vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button::after {
    border: 2px solid #8A8A8A;
    padding: 25px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    width: 30px;
    height: 30px;
  }
  .vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    content: "+";
    transform: rotate(0deg);
  }
  .vacancies-accardion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "-";
    transform: rotate(180deg);
  }
  .vacancies-accardion .accordion .accordion-item .accordion-collapse {
    animation: none !important;
  }
  .vacancies-accardion .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  .vacancies-accardion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .vacancies-accardion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content > p {
    font-size: 14px;
    line-height: 22px;
  }
  .vacancies-accardion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content .more-text {
    display: none;
  }
  .vacancies-accardion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content > .btn-more {
    display: block;
    color: #000000;
    margin-top: 10px;
  }
  .vacancies-accardion .accordion .accordion-item .accordion-collapse .accordion-body > .accordion-content > .btn-more > i {
    margin-right: 10px;
  }
  .vacancies-accardion .accordion .accordion-item .accordion-collapse .accor-description > .accordion-content {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .vacancies-accardion .accordion .accordion-item .accordion-collapse .accor-description > .accordion-content > p {
    font-size: 14px;
    line-height: 22px;
  }
}
.cooperation-slider .container .row .owl-carousel .item .cooperation-content {
  padding: 50px;
  border-radius: 18px;
  background-color: #F6F6F6;
  height: 910px;
  max-height: 917px;
  position: relative;
}
.cooperation-slider .container .row .owl-carousel .item .cooperation-content > h3 {
  color: #80C41C;
  font-family: SuisseIntl, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 300;
  padding-bottom: 20px;
}
.cooperation-slider .container .row .owl-carousel .item .cooperation-content > p {
  color: #000000;
  font-family: SuisseIntl, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  max-height: 343px;
  overflow-y: auto;
}
.cooperation-slider .container .row .owl-carousel .item .cooperation-content .cooperation-logo {
  width: 304px;
  height: 77px;
  position: absolute;
  bottom: 50px;
}
.cooperation-slider .container .row .owl-carousel .item .cooperation-content .cooperation-logo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cooperation-slider .container .row .owl-carousel .item .cooperation-content .cooperation-logo-xs {
  width: 182px;
  height: 83px;
  align-self: start;
  position: absolute;
  bottom: 50px;
}
.cooperation-slider .container .row .owl-carousel .item .cooperation-content .cooperation-logo-xs > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cooperation-slider .container .row .owl-carousel .owl-nav {
  position: absolute;
  top: -90px;
  margin: 0;
  color: #8A8A8A;
}
.cooperation-slider .container .row .owl-carousel .owl-nav .owl-prev {
  width: 54px;
  height: 54px;
  background-color: white;
  border: 2px solid #8A8A8A;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  margin: 0 10px 0 0;
}
.cooperation-slider .container .row .owl-carousel .owl-nav .owl-prev > span {
  font-size: 34px;
}
.cooperation-slider .container .row .owl-carousel .owl-nav .owl-next {
  width: 54px;
  height: 54px;
  background-color: white;
  border: 2px solid #8A8A8A;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  margin: 0;
}
.cooperation-slider .container .row .owl-carousel .owl-nav .owl-next > span {
  font-size: 34px;
}
.cooperation-slider .container .row .owl-carousel .owl-nav .owl-next :hover {
  color: #000000 !important;
}
.cooperation-slider .container .row .owl-carousel .owl-nav :hover {
  color: #80C41C !important;
}

@media screen and (max-width: 768px) {
  .cooperation-slider .container .row .owl-carousel .item .cooperation-content {
    padding: 30px;
    height: 930px;
  }
  .cooperation-slider .container .row .owl-carousel .item .cooperation-content > h3 {
    color: #80C41C;
    font-family: SuisseIntl, sans-serif;
    font-size: 50px;
    line-height: 64px;
    font-weight: 400;
    padding-bottom: 20px;
  }
  .cooperation-slider .container .row .owl-carousel .item .cooperation-content > p {
    color: #000000;
    font-family: SuisseIntl, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    max-height: 343px;
    overflow-y: auto;
  }
  .cooperation-slider .container .row .owl-carousel .item .cooperation-content .cooperation-logo {
    width: 247px;
    height: 55px;
    bottom: 30px;
  }
  .cooperation-slider .container .row .owl-carousel .item .cooperation-content .cooperation-logo-xs {
    width: 162px;
    height: 63px;
    bottom: 30px;
  }
  .cooperation-slider .container .row .owl-carousel .item .cooperation-content .cooperation-logo-xs > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cooperation-slider .container .row .owl-carousel .owl-nav {
    top: -65px;
  }
}
.direct-sales {
  padding-bottom: 80px;
}
.direct-sales .container .row .direct-sale-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.direct-sales .container .row .direct-sale-wrap .sales-info {
  background-color: white;
  width: calc(20% - 20px);
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
}
.direct-sales .container .row .direct-sale-wrap .sales-info .info-head {
  width: 100%;
  height: 280px;
  border-radius: 50%;
}
.direct-sales .container .row .direct-sale-wrap .sales-info .info-head > img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.direct-sales .container .row .direct-sale-wrap .sales-info .info-body {
  text-align: start;
  margin: 20px;
}
.direct-sales .container .row .direct-sale-wrap .sales-info .info-body > h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700px;
  color: #41576B;
}
.direct-sales .container .row .direct-sale-wrap .sales-info .info-body > p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
}
.direct-sales .container .row .direct-sale-wrap .sales-info .info-body .info-mail {
  text-decoration: underline;
}
.direct-sales .container .row .direct-sale-wrap .sales-info .region {
  margin: 20px;
  text-align: left;
}
.direct-sales .container .row .direct-sale-wrap .sales-info .region > h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700px;
  color: #41576B;
}
.direct-sales .container .row .direct-sale-wrap .sales-info .region .region-item {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: block;
  width: 100%;
}

.direct-sales-mobile {
  display: none;
}

@media only screen and (max-width: 1400px) and (min-width: 991px) {
  .direct-sales .container .row .direct-sale-wrap .sales-info .info-head {
    width: 180px;
    height: 180px;
    border-radius: 50%;
  }
  .direct-sales-mobile {
    display: none;
  }
}
@media only screen and (max-width: 988px) and (min-width: 769px) {
  .direct-sales {
    padding-bottom: 80px;
  }
  .direct-sales .container .row .direct-sale-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .direct-sales .container .row .direct-sale-wrap .sales-info {
    width: calc(50% - 10px);
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
  }
  .direct-sales .container .row .direct-sale-wrap .sales-info .info-head {
    width: 230px;
    height: 230px;
    border-radius: 50%;
  }
  .direct-sales .container .row .direct-sale-wrap .sales-info .info-head > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }
  .direct-sales .container .row .direct-sale-wrap .sales-info .info-body {
    text-align: start;
    min-height: 153px;
    margin: 30px 0;
  }
  .direct-sales .container .row .direct-sale-wrap .sales-info .info-body > h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #41576B;
  }
  .direct-sales .container .row .direct-sale-wrap .sales-info .info-body > p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
  }
  .direct-sales .container .row .direct-sale-wrap .sales-info .info-body .info-mail {
    text-decoration: underline;
  }
  .direct-sales .container .row .direct-sale-wrap .sales-info .region {
    text-align: left;
    border-right: 2px solid #E6E6E6;
  }
  .direct-sales .container .row .direct-sale-wrap .sales-info .region > h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #41576B;
  }
  .direct-sales .container .row .direct-sale-wrap .sales-info .region > p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .direct-sales {
    display: none;
  }
  .direct-sales-mobile {
    padding-bottom: 80px;
    display: block;
  }
  .direct-sales-mobile .container .row .col-12 .sales-info {
    background-color: white;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .direct-sales-mobile .container .row .col-12 .sales-info .info-head {
    width: 100%;
    height: 305px;
  }
  .direct-sales-mobile .container .row .col-12 .sales-info .info-head > img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .direct-sales-mobile .container .row .col-12 .sales-info .info-body {
    padding: 30px;
  }
  .direct-sales-mobile .container .row .col-12 .sales-info .info-body > h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #41576B;
  }
  .direct-sales-mobile .container .row .col-12 .sales-info .info-body > p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
  }
  .direct-sales-mobile .container .row .col-12 .sales-info .info-body .info-mail {
    text-decoration: underline;
  }
  .direct-sales-mobile .container .row .col-12 .sales-info .mobile-region {
    padding-left: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
  .direct-sales-mobile .container .row .col-12 .sales-info .mobile-region .region-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700px;
    color: #41576B;
  }
  .direct-sales-mobile .container .row .col-12 .sales-info .mobile-region .region-item {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
  }
}
.distributors {
  padding-bottom: 80px;
}
.distributors .distributor-table .table {
  border-color: #F6F6F6;
}
.distributors .distributor-table .table thead tr .table-title {
  padding: 15px 0px;
  border-bottom: 2px solid #F6F6F6 !important;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.distributors .distributor-table .table tbody tr td {
  padding: 15px 0px;
}
.distributors .distributor-table .table tbody tr td > p {
  color: white;
  font-family: SuisseIntl, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

.banner-area {
  background-color: #41576B;
  padding: 60px 160px;
}
.banner-area .banner-title {
  font-size: 60px;
  font-family: SuisseIntl, sans-serif;
  color: #99D049;
  font-weight: 600;
  line-height: 74px;
  padding-bottom: 30px;
  margin: 0;
}
.banner-area .banner-paragraphy {
  color: white;
  font-family: SuisseIntl, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .banner-area {
    background-color: #41576B;
    padding: 20px 40px;
  }
  .banner-area .banner-title {
    font-size: 40px;
    line-height: 44px;
    padding-bottom: 20px;
    margin: 0;
  }
  .banner-area .banner-paragraphy {
    color: white;
    font-family: SuisseIntl, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
}
.custom-input {
  border: 1px solid #8A8A8A;
  width: 100%;
  height: 48px;
  padding: 0px 20px;
  border-radius: 0;
}
.custom-input::placeholder {
  color: #8A8A8A !important;
}
.custom-input:focus {
  box-shadow: none;
  outline: none;
}

.custom-file-wrapper .file-input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-file-wrapper .file-input-wrapper .file-name {
  flex: 1;
  padding: 8px 12px;
  font-size: 14px;
  cursor: not-allowed;
}
.custom-file-wrapper .file-input-wrapper .file-hidden {
  display: none;
}
.custom-file-wrapper .file-input-wrapper .attach-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 2px solid #80C41C;
  border-radius: 20px;
  background-color: white;
  color: #80C41C;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s linear;
}
.custom-file-wrapper .file-input-wrapper .attach-button i {
  margin-left: 5px;
}
.custom-file-wrapper .file-input-wrapper .attach-button:hover {
  background-color: #80C41C;
  color: white;
}

.tenders-area {
  padding: 80px 0;
}

.tender-item {
  margin-bottom: 20px;
  padding-top: 20px;
}
.tender-item > a .tender-date {
  font-family: Kaius, sans-serif;
  color: #41576B;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.tender-item > a .tender-img {
  width: 100%;
  height: 240px;
}
.tender-item > a .tender-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tender-item > a .tender-desc {
  font-family: SuisseIntl, sans-serif;
  color: #41576B;
  margin: 20px 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  transition: all 0.3s linear;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tender-item > a .bagges {
  font-family: Kaius, sans-serif;
  background-color: #ECEEF0;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #41576B;
}
.tender-item > a:hover .tender-desc {
  color: #80C41C;
}

@media screen and (max-width: 768px) {
  .tenders .container .row > .col-md-6 {
    padding-bottom: 20px;
  }
  .tenders-area {
    padding: 30px 0px;
  }
}
.download-content .download-item {
  border-top: 1px solid #8A8A8A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: start;
  padding: 15px 0;
  transition: all 0.3s linear;
}
.download-content .download-item .download-pdf {
  font-family: Kaius, sans-serif;
  color: #41576B;
  background-color: #EBF6E1;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  border-radius: 5px;
  margin: 0;
  transition: all 0.3s linear;
}
.download-content .download-item .download-name {
  flex: 1;
  padding-left: 20px;
  padding-top: 5px;
  color: #8A8A8A;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  transition: all 0.3s linear;
}
.download-content .download-item > img {
  width: 30px;
  height: 30px;
  object-fit: scale-down;
}

@media screen and (max-width: 768px) {
  .download-content {
    width: 100% !important;
  }
  .download-content .download-item .download-pdf {
    font-family: Kaius, sans-serif;
    color: #41576B;
    background-color: #EBF6E1;
    padding: 8px 12px;
    font-size: 13px;
  }
  .download-content .download-item .download-name {
    font-size: 18px;
    padding-top: 3px;
  }
  .download-content .download-item > i {
    font-size: 24px;
  }
}
.download-item:hover .download-pdf {
  background-color: #41576B;
  color: white;
}
.download-item:hover .download-name {
  color: #41576B;
}
.download-item:hover > i {
  color: #41576B;
}

.download-report .col-md-2 {
  padding-top: 20px;
}
.download-report .col-md-2 .report-item {
  transition: all 0.3s linear;
  margin-top: 20px;
}
.download-report .col-md-2 .report-item > i {
  font-size: 60px;
  color: #41576B;
}
.download-report .col-md-2 .report-item .report-name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 0;
}
.download-report .col-md-2 .report-item .report-size {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: Kaius, sans-serif;
  margin-bottom: 15px;
}
.download-report .col-md-2 .report-item .rep-down {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #80C41C;
}

.report-item:hover > i {
  transition: all 0.3s linear;
  color: #80C41C !important;
}
.report-item:hover .report-name {
  color: #000000 !important;
}
.report-item:hover .rep-down {
  transition: all 0.3s linear;
  color: #41576B;
  text-decoration: underline;
}

.vision-content {
  padding: 90px;
}
.vision-content .accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-top: 2px solid #A8B2BB;
  position: relative;
  margin-right: 20px;
}
.vision-content .accordion .accordion-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background-color: #74B219;
  transition: width 4s linear;
  z-index: 1;
}
.vision-content .accordion .accordion-item.active::before {
  width: 100%;
}
.vision-content .accordion .accordion-item.reset::before {
  transition: none !important;
  width: 0% !important;
}
.vision-content .accordion .accordion-item h2 .vision-item {
  font-size: 60px;
  line-height: 72px;
  font-weight: 300;
  box-shadow: none;
  background-color: transparent;
  color: white;
  padding: 30px 0;
}
.vision-content .accordion .accordion-item .accordion-collapse {
  animation: none;
}
.vision-content .accordion .accordion-item .accordion-collapse .accordion-body {
  animation: none;
  padding: 0 0 20px 0;
}
.vision-content .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: 18px;
  line-height: 26px;
  color: white;
  font-weight: 300;
  margin-bottom: 0;
}
.vision-content .vision-images {
  width: 100%;
  height: 532px;
  margin-left: 20px;
}
.vision-content .vision-images > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordion-button.vision-item {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.accordion-button.vision-item:not(.collapsed) {
  color: white;
  opacity: 1;
}

.vision-item:not(.collapsed) {
  color: white !important;
  background-color: transparent;
  box-shadow: none;
}

.vision-item::after {
  background-image: none;
}

.vision-item:not(.collapsed)::after {
  background-image: none;
}

@media only screen and (max-width: 988px) and (min-width: 769px) {
  .vision-content {
    padding: 50px;
  }
  .vision-content .accordion .accordion-item h2 .vision-item {
    font-size: 40px;
    line-height: 52px;
    color: white;
    padding: 20px 0;
  }
  .vision-content .accordion .accordion-item .accordion-collapse {
    animation: none;
  }
  .vision-content .accordion .accordion-item .accordion-collapse .accordion-body {
    animation: none;
    padding: 0 0 15px 0;
  }
  .vision-content .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 14px;
  }
  .vision-content .vision-images {
    width: 100%;
    height: 382px;
  }
}
@media screen and (max-width: 768px) {
  .vision-content {
    padding: 50px 30px;
  }
  .vision-content .accordion .accordion-item h2 .vision-item {
    font-size: 34px;
    line-height: 42px;
    font-weight: 500;
    padding: 20px 0;
  }
  .vision-content .accordion .accordion-item .accordion-collapse {
    animation: none;
  }
  .vision-content .accordion .accordion-item .accordion-collapse .accordion-body {
    animation: none;
    padding: 0 0 20px 0;
  }
  .vision-content .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 18px;
    line-height: 26px;
  }
  .vision-content .vision-images {
    height: 235px;
  }
}
.promo-banner {
  display: flex;
  align-items: stretch;
}
.promo-banner .col-md-6 .promo-img,
.promo-banner .col-md-6 .promo-content {
  flex: 1;
  height: 521px;
}
.promo-banner .promo-second-img {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.promo-banner .promo-second-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right 0% top 100%;
}
.promo-banner .promo-img {
  width: 100%;
  height: 100%;
}
.promo-banner .promo-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-banner .promo-content {
  background-color: #41576B;
  padding: 70px;
}
.promo-banner .promo-content h3 {
  font-size: 60px;
  line-height: 74px;
  font-weight: 500;
  color: #99D049;
  padding-bottom: 20px;
}
.promo-banner .promo-content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 988px) and (min-width: 769px) {
  .promo-banner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .promo-banner .promo-img,
  .promo-banner .promo-content {
    flex: 1;
    width: 100%;
  }
  .promo-banner .promo-img {
    height: 100%;
  }
  .promo-banner .promo-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .promo-banner .promo-content {
    background-color: #41576B;
    padding: 40px;
  }
  .promo-banner .promo-content h3 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 400;
    color: white;
    padding-bottom: 20px;
  }
  .promo-banner .promo-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: white;
  }
}
@media screen and (max-width: 768px) {
  .promo-banner {
    display: flex;
    flex-direction: column;
  }
  .promo-banner .promo-img {
    width: 100%;
    height: 261px;
  }
  .promo-banner .promo-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .promo-banner .promo-img {
    height: 380px !important;
  }
  .promo-banner .promo-content {
    flex-grow: 1;
    padding: 30px;
    height: 476px !important;
  }
  .promo-banner .promo-content h3 {
    font-size: 34px;
    line-height: 42px;
    padding-bottom: 10px;
  }
  .promo-banner .promo-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: white;
  }
}
.product-card {
  position: relative;
  overflow: hidden;
}
.product-card .product-img {
  width: 100%;
  height: 520px;
}
.product-card .product-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card .product-overlay {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  margin: 0 auto;
}
.product-card .product-overlay > h3 {
  font-size: 42px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 15px;
}

.primary-product-card {
  padding-top: 20px;
}
.primary-product-card .product-img {
  width: 100%;
  height: 217px;
}
.primary-product-card .product-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.primary-product-card .product-detail {
  padding: 35px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.primary-product-card .product-detail .prod-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.primary-product-card .product-detail .prod-grade {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #8A8A8A;
}
.primary-product-card .product-detail .prod-right {
  padding: 8px 10px;
  border: 2px solid #80C41C;
  background-color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.3s linear;
}
.primary-product-card .product-detail .prod-right .prod-btn {
  color: #80C41C;
  font-size: 23px;
  margin-left: 3px;
}
.primary-product-card .product-detail .prod-right:hover {
  background-color: #80C41C;
  border: 2px solid #80C41C;
}
.primary-product-card .product-detail .prod-right:hover > a {
  color: white;
}

@media screen and (max-width: 768px) {
  .product-card .product-img {
    width: 100%;
    height: 320px;
    margin-bottom: 10px;
  }
  .product-card .product-overlay {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    margin: 0 auto;
    text-align: center;
  }
  .product-card .product-overlay > h3 {
    font-size: 42px;
    line-height: 42px;
  }
  .product-card .product-overlay .btn-explore {
    transform: translateX(0%);
  }
  .primary-product-card {
    padding-top: 20px;
  }
  .primary-product-card .product-img {
    height: 200px;
    width: 100%;
  }
  .primary-product-card .product-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .primary-product-card .product-detail {
    background-color: #F6F6F6;
    padding: 12px;
  }
  .primary-product-card .product-detail .prod-name {
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .primary-product-card .product-detail .prod-grade {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #8A8A8A;
  }
  .primary-product-card .product-detail .prod-right {
    padding: 6px;
    width: 36px;
    height: 36px;
  }
  .primary-product-card .product-detail .prod-right .prod-btn {
    font-size: 14px;
    margin-left: 5px;
  }
}
.alert-info {
  background-color: #C4CBD1;
  border-radius: 10px;
  padding: 20px 40px;
}
.alert-info > h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.alert-success {
  background-color: #28a745;
  border-radius: 10px;
  padding: 20px 40px;
}
.alert-success > h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
}

.alert-warning {
  background-color: #ffc107;
  border-radius: 10px;
  padding: 20px 40px;
}
.alert-warning > h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.alert-danger {
  background-color: #dc3545;
  border-radius: 10px;
  padding: 20px 40px;
}
.alert-danger > h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
}

.primary-tab {
  padding: 60px;
}
.primary-tab .nav-tabs .nav-item {
  width: 50%;
  border-color: transparent !important;
}
.primary-tab .nav-tabs .nav-item .nav-link {
  width: 100%;
  background-color: #3B4F61;
  border-radius: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  padding: 15px;
  border-top: 3px solid #F6F6F6 !important;
  color: white;
}
.primary-tab .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent !important;
  border-top: 3px solid #80C41C !important;
}
.primary-tab .nav-tabs .nav-item .active {
  border-color: transparent !important;
  border-top: 3px solid #80C41C !important;
}
.primary-tab .nav-tabs .nav-item:first-child {
  padding-right: 3px;
}
.primary-tab .nav-tabs .three-item {
  width: 33.33%;
}
.primary-tab .nav-tabs .three-item:last-child {
  padding-left: 3px;
}
.primary-tab .nav-tabs .four-item {
  width: 25%;
}
.primary-tab .nav-tabs .four-item:nth-child(3) {
  padding-left: 3px;
}
.primary-tab .nav-tabs .four-item:nth-child(4) {
  padding-left: 3px;
}
.primary-tab .nav-tabs .four-item .nav-link {
  width: 100%;
  background-color: #3B4F61;
  border-radius: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 15px;
  border-top: 3px solid #F6F6F6 !important;
  color: white;
}
.primary-tab .nav-tabs .four-item .nav-link:hover {
  border-color: transparent !important;
  border-top: 3px solid #80C41C !important;
}
.primary-tab .nav-tabs .four-item .active {
  border-color: transparent !important;
  border-top: 3px solid #80C41C !important;
  color: #99D049 !important;
  background-color: #24303B;
}
.primary-tab .tab-content {
  padding-top: 20px;
}
.primary-tab .tab-content .tab-pane {
  animation: none;
}
.primary-tab .tab-content .tab-pane .tab-img {
  height: 572px;
  width: 100%;
  padding-bottom: 30px;
}
.primary-tab .tab-content .tab-pane .tab-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.primary-tab .tab-content .tab-pane .tab-decs {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: white;
}
.primary-tab .second-content {
  padding-top: 0px;
  background-color: #24303B;
}
.primary-tab .second-content .tab-pane {
  padding: 40px;
  animation: none;
}
.primary-tab .second-content .tab-pane .tab-second-img {
  height: 579px;
  width: 100%;
}
.primary-tab .second-content .tab-pane .tab-second-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.primary-tab .second-content .tab-pane .tab-right {
  padding-bottom: 30px;
  padding-left: 22px;
}
.primary-tab .second-content .tab-pane .tab-right .tab-title-desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #99D049;
}
.primary-tab .second-content .tab-pane .tab-right .tab-content-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .primary-tab {
    padding: 0px;
  }
  .primary-tab .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
  }
  .primary-tab .tab-content {
    padding-top: 20px;
  }
  .primary-tab .tab-content .tab-pane {
    animation: none;
  }
  .primary-tab .tab-content .tab-pane .tab-img {
    height: 320px;
    padding-bottom: 30px;
  }
  .primary-tab .tab-content .tab-pane .tab-decs {
    font-size: 14px;
    line-height: 22px;
  }
  .primary-tab .second-content .tab-pane {
    padding: 20px;
  }
  .primary-tab .second-content .tab-pane .tab-second-img {
    height: 309px;
  }
  .primary-tab .second-content .tab-pane .tab-second-img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.building-tab .nav-pills {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 2px solid #41576B;
}
.building-tab .nav-pills .nav-link {
  background-color: transparent;
  font-size: 64px;
  line-height: 72px;
  color: #41576B !important;
  font-weight: 300;
  padding-bottom: 40px;
  margin-bottom: -7px;
  position: relative;
  text-align: center;
  flex: 1;
  transition: color 0.3s ease-in-out;
}
.building-tab .nav-pills .nav-link::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #41576B;
  border-radius: 50%;
  border: 2px solid white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.building-tab .nav-pills .nav-link.active {
  color: #74B219 !important;
}
.building-tab .nav-pills .nav-link.active::after {
  width: 25px;
  height: 25px;
  background-color: #74B219;
}
.building-tab .tab-content {
  background-color: #ebf6e1;
  padding: 44px;
}
.building-tab .tab-content .tab-pane {
  animation: none;
}
.building-tab .tab-content .build-tab-content {
  padding-bottom: 30px;
  padding-right: 30px;
}
.building-tab .tab-content .build-tab-content .tab-img {
  width: 110px;
  height: 130px;
}
.building-tab .tab-content .build-tab-content .tab-img > img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
.building-tab .tab-content .build-tab-content .tab-title {
  color: #74b219;
  font-weight: 500;
  font-size: 72px;
  line-height: 74px;
  padding-left: 50px;
}
.building-tab .tab-content .build-tab-content .tab-desc {
  color: #41576B;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .building-tab .nav-pills .nav-link {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: -4px;
    padding-bottom: 20px;
  }
  .building-tab .nav-pills .nav-link::after {
    width: 8px;
    height: 8px;
    bottom: 0;
  }
  .building-tab .nav-pills .nav-link.active::after {
    width: 16px;
    height: 16px;
  }
  .building-tab .tab-content {
    padding: 20px;
  }
  .building-tab .tab-content .build-tab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }
  .building-tab .tab-content .build-tab-content .tab-img {
    display: none;
  }
  .building-tab .tab-content .build-tab-content .tab-title {
    font-size: 25px;
    line-height: 30px;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .building-tab .tab-content .build-tab-content .tab-desc {
    font-size: 16px;
    line-height: 22px;
  }
}
.brand-area {
  background-color: white;
  padding: 30px;
}
.brand-area .brand-img {
  width: 100%;
  height: 190px;
}
.brand-area .brand-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .brand-area .brand-img {
    height: 110px;
  }
}
.product-slider .slider-item .prod-img {
  width: 100%;
  height: 410px;
}
.product-slider .slider-item .prod-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-slider .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.product-slider .owl-dots .owl-dot {
  margin: 5px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 3px solid transparent;
}
.product-slider .owl-dots .owl-dot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-slider .owl-dots .owl-dot.active {
  border-color: #80C41C;
}

@media screen and (max-width: 768px) {
  .product-slider .slider-item .prod-img {
    width: 100%;
    height: 210px;
  }
  .product-slider .slider-item .prod-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .product-slider .owl-dots .owl-dot {
    margin: 5px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 3px solid transparent;
  }
  .product-slider .owl-dots .owl-dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-slider .owl-dots .owl-dot.active {
    border-color: #80C41C;
  }
}
.social-project .social-slider .item .social-content {
  position: relative;
  background-color: #41576B;
  padding: 42px;
  height: 467px;
}
.social-project .social-slider .item .social-content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #99D049;
}
.social-project .social-slider .item .social-content .content {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: white;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.social-project .social-slider .item .social-content > a {
  position: absolute;
  bottom: 42px;
}
.social-project .social-slider .owl-nav {
  padding-top: 32px;
  display: block;
  position: relative;
  float: left;
}
.social-project .social-slider .owl-nav :hover {
  background-color: #41576B !important;
}
.social-project .social-slider .owl-nav > .owl-prev {
  width: 54px;
  height: 54px;
  border: 2px solid #41576B;
  border-radius: 50%;
  margin-right: 5px;
}
.social-project .social-slider .owl-nav > .owl-prev > span {
  font-size: 33px;
}
.social-project .social-slider .owl-nav > .owl-next {
  width: 54px;
  height: 54px;
  border: 2px solid #41576B;
  border-radius: 50%;
  margin-left: 5px;
}
.social-project .social-slider .owl-nav > .owl-next > span {
  font-size: 33px;
}

.explore-product-list {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.explore-product-list::-webkit-scrollbar {
  display: none;
}

.explore-product-card {
  flex: 0 0 auto;
  width: 404px;
  background: #41576B;
  color: white;
  padding: 50px;
  border-radius: 0px;
  position: relative;
  height: 428px;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
  scroll-snap-align: start;
  transition: width 0.4s ease;
}
.explore-product-card.expanded {
  width: 1100px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 92% 100%, 0 100%);
}
.explore-product-card .card-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  transition: all 0.5s ease;
}
.explore-product-card .card-content .left {
  flex: 1;
  max-width: 317px;
  min-width: 317px;
}
.explore-product-card .card-content .expand-content {
  width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: wrap;
  flex-shrink: 0;
  transition: all 0.5s ease;
}
.explore-product-card .card-content .expand-content .exp-prod-img {
  width: 286px;
  height: 217px;
}
.explore-product-card .card-content .expand-content .exp-prod-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.explore-product-card .card-content .expand-content .exp-prod-detail {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.explore-product-card .card-content .expand-content .exp-prod-detail .exp-prod-left .exp-prod-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: white;
}
.explore-product-card .card-content .expand-content .exp-prod-detail .exp-prod-left .exp-prod-grade {
  font-size: 18px;
  font-weight: 400;
  color: #A8B2BB;
}
.explore-product-card .card-content .expand-content .exp-prod-detail .prod-right {
  padding: 8px 10px;
  border: 2px solid #80C41C;
  background-color: transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.3s linear;
}
.explore-product-card .card-content .expand-content .exp-prod-detail .prod-right .exp-prod-btn {
  color: #80C41C;
  font-size: 23px;
  margin-left: 3px;
}
.explore-product-card.expanded .expand-content {
  width: 286px;
  opacity: 1;
}
.explore-product-card .exp-prod-title {
  color: #99D049;
  font-size: 28px;
  font-weight: 700;
}
.explore-product-card .exp-prod-desc {
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
  color: white;
}
.explore-product-card .expand-btn {
  position: absolute;
  bottom: 50px;
  background-color: transparent;
  border: 2px solid #99D049;
  color: #99D049;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.explore-product-card .expand-btn span {
  font-size: 41px;
  font-weight: 300;
}
.explore-product-card .expand-btn:hover {
  background-color: #99D049;
  color: #41576B;
}

.arrow {
  background: transparent;
  color: white;
  border: 2px solid #41576B;
  border-radius: 50%;
  color: #41576B;
  width: 54px;
  height: 54px;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
  padding: 11px;
  transition: all 0.3s linear;
}
.arrow:hover {
  background-color: #41576B;
  color: white;
}

/*# sourceMappingURL=style.css.map */
