@font-face {
  font-family: "Onest-Light";
  src: url("../fonts/Onest-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Onest-Regular";
  src: url("../fonts/Onest-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Onest-Medium";
  src: url("../fonts/Onest-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Onest-SemiBold";
  src: url("../fonts/Onest-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Onest-Bold";
  src: url("../fonts/Onest-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Onest-Black";
  src: url("../fonts/Onest-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
.c-container {
  width: 100%;
  max-width: 97.5rem;
  padding: 0 6.25rem;
  margin: 0 auto;
}
a.c-btn.c-btn--bordered.c-btn--fw {
    padding-left: 40px;
}
p.par {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1490px) {
  .c-container {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .c-container {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-container {
    padding: 0 1rem;
  }
}
.c-container--xl {
  max-width: 160rem;
}
.c-container--lg {
  max-width: 120rem;
}

.f-400, .custom-section-header p, .custom-section-header .text-block, .p-banner__description, #LatestNewsPanelControlPlaceholder .news-panel-date, .jc-card__description, .section-vacancies #LatestVacancyPanels .vacancy-panel-type, .section-vacancies #LatestVacancyPanels .vacancy-panel-address, .section-vacancies #LatestVacancyPanels .vacancy-panel-salary, .section-vacancies #LatestVacancyPanels .vacancy-panel-closingdate, .m-banner__description p, .c-footer__copy, .c-footer__item {
  font-family: "Onest-Regular";
}

.f-500, .ws-slider__btn, .jc-card__btn, .section-vacancies .action-panel-button#viewButton, .section-vacancies #LatestVacancyPanels .vacancy-panel-apply a, .c-header__btn, .c-btn {
  font-family: "Onest-Medium";
}

.f-600, .custom-section-header h1, .custom-section-header h2, .custom-section-header h3, .custom-section-title, #LatestNewsPanelControlPlaceholder .news-panel-name a, .section-vacancies #LatestVacancyPanels .vacancy-panel-title, .m-banner__title h1, .c-header__item {
  font-family: "Onest-SemiBold";
}

.f-700, .p-banner__title h2, .jc-card__title {
  font-family: "Onest-Bold";
}

.c-section, .news-events-partners-section {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 1490px) {
  .c-section, .news-events-partners-section {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .c-section, .news-events-partners-section {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-section, .news-events-partners-section {
    margin-bottom: 3.75rem;
  }
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  padding: 0 2rem;
  border-radius: 1.875rem;
  background: #B2D234;
  border: 2px solid #B2D234;
  height: 3.5rem;
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.51875rem */
  text-decoration: none;
  outline: none;
  transition: color 300ms ease, background 300ms ease, border 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .c-btn {
    font-family: "Onest-Medium";
    height: 3rem;
    padding: 0 1.5rem;
    border-radius: 2.5rem;
    font-weight: 500;
    font-size: 0.9375rem;
  }
}
.c-btn svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  stroke: #000;
  transition: stroke 300ms ease;
}
.c-btn:hover {
  border-color: #98B71D;
  background: #98B71D;
  color: #000;
}
.c-btn:hover svg {
  stroke: #000;
}
.c-btn:active {
  border-color: #98B71D;
  background: #98B71D;
  color: #fff;
}
.c-btn:active svg {
  stroke: #fff;
}
.c-btn--fw {
  width: 100%;
}
.c-btn--bordered {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.c-btn--bordered svg {
  stroke: #fff;
}
.c-btn--bordered:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}
.c-btn--bordered:hover svg {
  stroke: #000;
}
.c-btn--bordered:active {
  border-color: #fff;
  background: #fff;
  color: #000;
}
.c-btn--bordered:active svg {
  stroke: #000;
}
.c-btn--dark {
  background: #008080;
  border-color: #008080;
  color: #fff;
}
.c-btn--dark:hover, .c-btn--dark:active {
  background: #006969;
  border-color: #006969;
  color: #fff;
}

.c-header {
  background: #FFF;
  position: relative;
}
.c-header.active .c-header__menu {
  opacity: 1;
  visibility: visible;
}
.c-header.active .c-header__menu-content {
  transform: translateX(0);
}
.c-header__wrapper {
  padding: 1.62rem 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media only screen and (max-width: 1024px) {
  .c-header__wrapper {
    padding: 1rem 0;
  }
}
.c-header__logo {
  width: 9.75rem;
  height: 3.125rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .c-header__logo {
    width: 7.75rem;
    height: 2.5rem;
  }
}
.c-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.c-header__menu {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .c-header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease, visibility 300ms ease;
  }
}
.c-header__menu-header {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-header__menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.c-header__menu-close {
  width: 2rem;
  height: 2rem;
}
.c-header__menu-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.c-header__overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-header__overlay {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .c-header__menu-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 23.25rem;
    height: 100%;
    z-index: 3;
    background: #008080;
    padding: 1.12rem 1.5rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2.5rem;
    transform: translateX(100%);
    transition: transform 300ms ease;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menu-content {
    padding: 1.12rem 1rem;
    max-width: none;
    width: 100%;
    justify-content: flex-start;
  }
}
.c-header__list {
  display: flex;
  align-items: center;
  counter-reset: nav-list;
}
@media only screen and (max-width: 1024px) {
  .c-header__list {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__list {
    padding: 0 1rem;
  }
}
.c-header__item {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  transition: color 300ms ease;
  counter-increment: nav-list;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .c-header__item {
    width: 100%;
    padding: 1.75rem 0 1.75rem 2.88rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    font-family: "Onest-Regular";
    color: #fff;
  }
  .c-header__item::before {
    content: counter(nav-list, decimal-leading-zero) " /";
    position: absolute;
    top: 1.75rem;
    left: 0;
    opacity: 0.7;
    color: #FFF;
    font-family: "Onest-Regular";
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.00625rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__item {
    padding: 1.38rem 0 1.38rem 2.88rem;
  }
}
.c-header__item:hover {
  color: #B2D234;
}
.c-header__options {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .c-header__options {
    margin-left: auto;
  }
}
.c-header__burger {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-header__burger {
    display: flex;
  }
}
.c-header__burger img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}
.c-header__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3rem;
  border-radius: 1.875rem;
  background: #B2D234;
  padding: 0 2rem;
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  text-decoration: none;
  transition: color 300ms ease, background 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .c-header__btn {
    height: 2.5rem;
    padding: 0 1rem;
    border-radius: 2.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.5rem;
    font-family: "Onest-Medium";
  }
}
.c-header__btn--inner {
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .c-header__btn--icon-md {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    padding: 0;
  }
  .c-header__btn--icon-md span {
    display: none;
  }
}
.c-header__btn img {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  object-fit: contain;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-header__btn img {
    display: block;
  }
}
.c-header__btn:hover {
  background: #98B71D;
}
.c-header__btn:active {
  background: #98B71D;
}
.c-header__socials {
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  display: none;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  .c-header__socials {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__socials {
    margin-top: auto;
  }
}
.c-header__social {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #B2D234;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header__social img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

.c-footer {
  background: #1B1F1E;
}
.c-footer a {
  text-decoration: none;
}
.c-footer__wrapper {
  padding: 2.5rem 0;
}
@media only screen and (max-width: 1024px) {
  .c-footer__wrapper {
    padding: 2rem 0;
  }
}
.c-footer__top {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 1.5rem;
}
@media only screen and (max-width: 1279px) {
  .c-footer__top {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .c-footer__top {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__top {
    gap: 1rem;
  }
}
.c-footer__logos {
  display: flex;
  align-items: center;
  gap: 2.85rem;
}
@media only screen and (max-width: 1279px) {
  .c-footer__logos {
    gap: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__logos {
    gap: 3.19rem;
  }
}
.c-footer__main-logo {
  flex-shrink: 0;
  width: 15.44913rem;
  height: 3.90294rem;
}
@media only screen and (max-width: 1024px) {
  .c-footer__main-logo {
    width: 10.29944rem;
    height: 2.60194rem;
  }
}
.c-footer__main-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-footer__secodary-logo {
  flex-shrink: 0;
  width: 7.78775rem;
  height: 4.91856rem;
}
@media only screen and (max-width: 1024px) {
  .c-footer__secodary-logo {
    width: 5.19181rem;
    height: 3.27906rem;
  }
}
.c-footer__secodary-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-footer__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media only screen and (max-width: 1279px) {
  .c-footer__nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__nav {
    flex-direction: column;
  }
}
.c-footer__item {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
  padding: 1rem;
  transition: color 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .c-footer__item {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__item {
    padding: 0.5rem;
  }
}
.c-footer__item:hover {
  color: #B2D234;
}
.c-footer__socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media only screen and (max-width: 1024px) {
  .c-footer__socials {
    gap: 1rem;
  }
}
.c-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #000;
  flex-shrink: 0;
}
.c-footer__social span {
  display: none;
}
.c-footer__social svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff;
  transition: fill 300ms ease;
}
@media only screen and (max-width: 767px) {
  .c-footer__social svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-footer__social:hover svg {
  fill: #B2D234;
}
.c-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
}
@media only screen and (max-width: 1024px) {
  .c-footer__bottom {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__bottom {
    gap: 0.75rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.c-footer__copy {
  opacity: 0.5;
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.m-banner {
  overflow: hidden;
  position: relative;
  background: #008080;
}
.m-banner__wrapper {
  padding: 4rem 0;
  min-height: 38.75rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1490px) {
  .m-banner__wrapper {
    min-height: 29.0625rem;
    padding: 3.75rem 1.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .m-banner__wrapper {
    min-height: 33.75rem;
    padding: 6rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .m-banner__wrapper {
    min-height: auto;
    padding: 2.5rem 0.69rem 0 0.69rem;
    flex-direction: column;
  }
}
.m-banner__caption {
  width: 43%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1490px) {
  .m-banner__caption {
    width: 49.2%;
  }
}
@media only screen and (max-width: 1024px) {
  .m-banner__caption {
    padding-top: 1.37rem;
  }
}
@media only screen and (max-width: 767px) {
  .m-banner__caption {
    padding-top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-bottom: 1.62rem;
  }
}
.m-banner__title {
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .m-banner__title {
    padding-bottom: 1rem;
  }
}
.m-banner__title h1 {
  color: #FFF;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 107%; /* 4.0125rem */
  letter-spacing: -0.075rem;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 1490px) {
  .m-banner__title h1 {
    font-size: 2.875rem;
    letter-spacing: -0.0575rem;
  }
}
@media only screen and (max-width: 1024px) {
  .m-banner__title h1 {
    font-size: 2rem;
    letter-spacing: -0.04rem;
  }
}
.m-banner__description {
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .m-banner__description {
    padding-bottom: 1rem;
  }
}
.m-banner__description p {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 1490px) {
  .m-banner__description p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .m-banner__description p {
    font-size: 0.875rem;
    display: inline;
  }
}
.m-banner__buttons {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .m-banner__buttons {
    gap: 0.75rem;
  }
}
@media only screen and (max-width: 400px) {
  .m-banner__buttons {
    flex-direction: column;
    width: 100%;
  }
}
.m-banner__button {
  min-width: 12.5rem;
}
@media only screen and (max-width: 1024px) {
  .m-banner__button {
    min-width: 10rem;
  }
}
@media only screen and (max-width: 400px) {
  .m-banner__button {
    width: 100%;
  }
}
.m-banner__visual {
  position: absolute;
  top: 48%;
  left: 76%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 53.25rem;
  height: 87.88363rem;
}
@media only screen and (max-width: 1490px) {
  .m-banner__visual {
    width: 42.04688rem;
    height: 65.91269rem;
  }
}
@media only screen and (max-width: 1279px) {
  .m-banner__visual {
    left: 78%;
  }
}
@media only screen and (max-width: 1024px) {
  .m-banner__visual {
    width: 28.96494rem;
    height: 56.12263rem;
    top: 50%;
    left: 89%;
  }
}
@media only screen and (max-width: 767px) {
  .m-banner__visual {
    width: 28.21769rem;
    height: 13.8125rem;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.m-banner__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .m-banner__visual img {
    object-fit: cover;
    object-position: 50% 0;
  }
}

.p-slider {
  overflow: hidden;
}
@media only screen and (max-width: 1920px) {
  .p-slider {
    overflow: visible;
  }
}
.p-slider .swiper-slide {
  width: auto !important;
  padding: 0 1.5rem;
  filter: grayscale(1);
}
@media only screen and (max-width: 1490px) {
  .p-slider .swiper-slide {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .p-slider .swiper-slide {
    padding: 0 0.75rem;
  }
}
.p-slider .swiper-slide img {
  width: 12.9375rem;
  height: 5.875rem;
  object-fit: contain;
  display: block;
}
@media only screen and (max-width: 1490px) {
  .p-slider .swiper-slide img {
    width: 8.75rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .p-slider .swiper-slide img {
    width: 5.46875rem;
    height: 2.5rem;
  }
}

.section-vacancies {
  padding: 5rem 0 7.5rem 0 !important;
}
@media only screen and (max-width: 1490px) {
  .section-vacancies {
    padding: 5rem 0 6.25rem 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .section-vacancies {
    padding: 3.75rem 0 5rem 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-vacancies {
    padding: 1.88rem 0 3.75rem 0 !important;
  }
}
.section-vacancies .home-section, .section-vacancies .row {
  margin: 0 !important;
  padding: 0 !important;
}
.section-vacancies [class*=col-] {
  padding: 0 !important;
  margin: 0 !important;
}
.section-vacancies .text-center {
  padding: 0 !important;
}
.section-vacancies .container {
  width: 100% !important;
  max-width: 97.5rem !important;
  padding: 0 6.25rem !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 1490px) {
  .section-vacancies .container {
    padding: 0 2.5rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  .section-vacancies .container {
    padding: 0 1.5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-vacancies .container {
    padding: 0 1rem !important;
  }
}
.section-vacancies #LatestVacancyPanels {
  padding-bottom: 3.25rem;
}
@media only screen and (max-width: 1024px) {
  .section-vacancies #LatestVacancyPanels {
    padding-bottom: 2rem;
  }
}
.section-vacancies #LatestVacancyPanels .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .section-vacancies #LatestVacancyPanels .row {
    grid-template-columns: 1fr;
  }
}
.section-vacancies #LatestVacancyPanels .row [class*=col-] {
  width: 100% !important;
}
.section-vacancies #LatestVacancyPanels .vacancy-panel {
  border-radius: 1rem;
  background: #F1F8F8;
  padding: 2rem 1.5rem 2rem 2rem;
  border: none;
  height: 100%;
  position: relative;
  margin: 0 !important;
  min-height: auto !important;
}
@media only screen and (max-width: 767px) {
  .section-vacancies #LatestVacancyPanels .vacancy-panel {
    padding: 1.25rem;
  }
}
.section-vacancies #LatestVacancyPanels .vacancy-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5.5625rem;
  height: 4.5rem;
  background-image: url("../img/icons/shape-1.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .section-vacancies #LatestVacancyPanels .vacancy-panel::before {
    width: 4rem;
    height: 3.25rem;
  }
}
.section-vacancies #LatestVacancyPanels .vacancy-panel-body {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  z-index: 2;
  border: none !important;
}
.section-vacancies #LatestVacancyPanels .vacancy-panel-body hr {
  display: none;
}
.section-vacancies #LatestVacancyPanels .vacancy-panel-title {
  color: #000 !important;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 2.45rem */
  text-align: left;
  min-height: 9.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .section-vacancies #LatestVacancyPanels .vacancy-panel-title {
    font-size: 1.625rem;
    min-height: 4.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-vacancies #LatestVacancyPanels .vacancy-panel-title {
    font-size: 1.625rem;
    min-height: 5.5625rem;
    margin-bottom: 0.19rem;
  }
}
.section-vacancies #LatestVacancyPanels .vacancy-panel-type, .section-vacancies #LatestVacancyPanels .vacancy-panel-address, .section-vacancies #LatestVacancyPanels .vacancy-panel-salary, .section-vacancies #LatestVacancyPanels .vacancy-panel-closingdate {
  text-align: left;
  color: #2D3133;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-right: 8.62rem;
  margin: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .section-vacancies #LatestVacancyPanels .vacancy-panel-type, .section-vacancies #LatestVacancyPanels .vacancy-panel-address, .section-vacancies #LatestVacancyPanels .vacancy-panel-salary, .section-vacancies #LatestVacancyPanels .vacancy-panel-closingdate {
    padding-right: 8.12rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-vacancies #LatestVacancyPanels .vacancy-panel-type, .section-vacancies #LatestVacancyPanels .vacancy-panel-address, .section-vacancies #LatestVacancyPanels .vacancy-panel-salary, .section-vacancies #LatestVacancyPanels .vacancy-panel-closingdate {
    padding-right: 0;
  }
}
.section-vacancies #LatestVacancyPanels .vacancy-panel-type {
  margin-top: auto !important;
}
.section-vacancies #LatestVacancyPanels .vacancy-panel-apply {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-vacancies #LatestVacancyPanels .vacancy-panel-apply {
    position: relative;
    margin-top: 0.75rem;
  }
}
.section-vacancies #LatestVacancyPanels .vacancy-panel-apply a {
  margin: 0 !important;
  height: 3.5rem;
  padding: 0.625rem 2rem;
  border-radius: 2.5rem;
  background: #B2D234;
  transition: background 300ms ease;
  border: none !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 133.333% */
}
@media only screen and (max-width: 1024px) {
  .section-vacancies #LatestVacancyPanels .vacancy-panel-apply a {
    height: 3rem;
    font-size: 0.9375rem;
  }
}
.section-vacancies #LatestVacancyPanels .vacancy-panel-apply a:hover {
  background: #98B71D;
}
.section-vacancies #LatestVacancyPanels .vacancy-panel-apply a:hover::before {
  transform: translateY(-100%);
}
.section-vacancies #LatestVacancyPanels .vacancy-panel-apply a:hover::after {
  transform: translateY(0);
}
.section-vacancies .action-panel-button#viewButton {
  display: inline-flex;
  height: 3.5rem;
  padding: 0.625rem 2rem;
  justify-content: center;
  align-items: center;
  border-radius: 2.5rem;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  width: auto !important;
  min-width: 16.3125rem;
  transition: background 300ms ease, border 300ms ease, color 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .section-vacancies .action-panel-button#viewButton {
    height: 3rem;
    font-size: 0.9375rem;
    min-width: 13.4375rem;
  }
}
.section-vacancies .action-panel-button#viewButton:hover, .section-vacancies .action-panel-button#viewButton:active {
  background: #000;
  border-color: #000;
  color: #fff;
}
.section-vacancies .action-panel-button#viewButton i {
  display: none;
}

.jc-cards {
  position: relative;
}
.jc-cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 0 1.5rem;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1490px) {
  .jc-cards-container {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .jc-cards-container {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .jc-cards-container {
    padding: 0 1rem;
  }
}

.jc-card {
  border-radius: 1rem;
  background: #F1F8F8;
  min-height: 30rem;
  padding: 3.75rem 2.5rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .jc-card {
    min-height: 18.75rem;
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .jc-card {
    min-height: 25rem;
    padding: 2rem 1.5rem;
  }
}
.jc-card::before {
  content: "";
  position: absolute;
  width: 36.25rem;
  height: 36.25rem;
  background: #B2D234;
  border-radius: 50%;
  right: -8.45rem;
  bottom: -16.06rem;
  transition: transform 300ms ease;
}
@media only screen and (max-width: 1490px) {
  .jc-card::before {
    right: -9.2rem;
  }
}
@media only screen and (max-width: 1360px) {
  .jc-card::before {
    width: 30.375rem;
    height: 30.375rem;
  }
}
@media only screen and (max-width: 1024px) {
  .jc-card::before {
    right: -11.25rem;
    bottom: -16.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .jc-card::before {
    width: 22.275rem;
    height: 22.275rem;
    right: -8.25rem;
    bottom: -12.5rem;
  }
}
.jc-card:hover::before {
  transform: scale(1.16);
}
.jc-card--dark {
  background: #008080;
}
.jc-card--dark .jc-card__caption {
  color: #fff;
}
.jc-card--dark .jc-card__btn {
  background: #B2D234;
  color: #000;
}
.jc-card--dark .jc-card__btn:hover, .jc-card--dark .jc-card__btn:active {
  background: #98B71D;
}
.jc-card__caption {
  width: 100%;
  max-width: 25rem;
  color: #000;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .jc-card__caption {
    max-width: 22.5rem;
  }
}
.jc-card__title {
  color: inherit;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 107%;
  letter-spacing: -0.055rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .jc-card__title {
    font-size: 2rem;
    letter-spacing: -0.04rem;
    margin-bottom: 1rem;
  }
}
.jc-card__description {
  color: inherit;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .jc-card__description {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.jc-card__btn {
  display: inline-flex;
  height: 3.5rem;
  padding: 0.625rem 2.5rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  border-radius: 2.5rem;
  background: #008080;
  text-decoration: none;
  transition: background 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .jc-card__btn {
    height: 3rem;
    padding: 0.625rem 2rem;
    font-size: 0.9375rem;
  }
}
.jc-card__btn:hover, .jc-card__btn:active {
  background: #006969;
}
.jc-card__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 31.25rem;
  height: 30rem;
}
@media only screen and (max-width: 1490px) {
  .jc-card__image {
    width: 23.4375rem;
    height: 22.5rem;
  }
}
@media only screen and (max-width: 1360px) {
  .jc-card__image {
    width: 19.5625rem;
    height: 18.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .jc-card__image {
    width: 14.37069rem;
    height: 13.79581rem;
  }
}
.jc-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-events-partners-section .row {
  margin: 0 !important;
  padding: 0 !important;
}
.news-events-partners-section [class*=col-] {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
.news-events-partners-section .container {
  width: 100% !important;
  max-width: 97.5rem !important;
  padding: 0 6.25rem !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 1490px) {
  .news-events-partners-section .container {
    padding: 0 2.5rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  .news-events-partners-section .container {
    padding: 0 1.5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .news-events-partners-section .container {
    padding: 0 1rem !important;
  }
}

#LatestNewsPanelControlPlaceholder {
  padding: 0 !important;
}
#LatestNewsPanelControlPlaceholder .row {
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #LatestNewsPanelControlPlaceholder .row {
    grid-template-columns: 1fr;
  }
}
#LatestNewsPanelControlPlaceholder [class*=col-] {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
#LatestNewsPanelControlPlaceholder .news-panel {
  padding: 0 !important;
  margin: 0;
  border: none !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0 !important;
}
#LatestNewsPanelControlPlaceholder .news-panel-image {
  display: block;
  width: 100%;
  aspect-ratio: 437/291.77;
  object-fit: cover;
  min-height: auto !important;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  #LatestNewsPanelControlPlaceholder .news-panel-image {
    aspect-ratio: 343/230;
  }
}
#LatestNewsPanelControlPlaceholder .news-panel-body {
  padding: 0 !important;
  display: flex;
  flex-direction: column-reverse;
  flex: 1;
}
#LatestNewsPanelControlPlaceholder .news-panel-name {
  position: relative;
  flex: 1;
  overflow: hidden;
}
#LatestNewsPanelControlPlaceholder .news-panel-name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #E9E9E9;
  z-index: 1;
}
#LatestNewsPanelControlPlaceholder .news-panel-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #B2D234;
  z-index: 2;
  transform: translateX(-100%);
  transition: transform 300ms ease;
}
#LatestNewsPanelControlPlaceholder .news-panel-name:hover::after {
  transform: translateX(0);
}
#LatestNewsPanelControlPlaceholder .news-panel-name a {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: block;
  padding-bottom: 6.5rem;
  min-height: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #LatestNewsPanelControlPlaceholder .news-panel-name a {
    font-size: 1.125rem;
    padding-bottom: 6rem;
  }
}
#LatestNewsPanelControlPlaceholder .news-panel-name a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 5rem;
  height: 3.5rem;
  border-radius: 4.375rem;
  background: #B2D234;
  transition: background 300ms ease;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #LatestNewsPanelControlPlaceholder .news-panel-name a::before {
    width: 4.5rem;
    height: 3rem;
  }
}
#LatestNewsPanelControlPlaceholder .news-panel-name a::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 3.5rem;
  left: 0;
  bottom: 1.5rem;
  background-image: url("../img/icons/arrow-double.svg");
  background-position: 50% 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
  transition: background 300ms ease;
}
@media only screen and (max-width: 1024px) {
  #LatestNewsPanelControlPlaceholder .news-panel-name a::after {
    width: 4.5rem;
    height: 3rem;
  }
}
#LatestNewsPanelControlPlaceholder .news-panel-name a:hover::before {
  background: #98B71D;
}
#LatestNewsPanelControlPlaceholder .news-panel-name a:hover::after {
  background-position: 50% 100%;
}
#LatestNewsPanelControlPlaceholder .news-panel-date {
  color: #69747C;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  #LatestNewsPanelControlPlaceholder .news-panel-date {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
}
#LatestNewsPanelControlPlaceholder .news-panel-description {
  display: none !important;
}

.ws-section {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .ws-slider {
    overflow: visible;
  }
}
.ws-slider .swiper-slide {
  display: grid;
  gap: 1.5rem;
}
@media only screen and (min-width: 1025px) {
  .ws-slider .swiper-slide {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .ws-slider .swiper-slide {
    display: flex;
    gap: 1.5rem;
    width: auto !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ws-slider .swiper-slide .ws-card {
    width: 18.75rem;
    flex-shrink: 0;
  }
}
.ws-slider .swiper-slide .ws-card:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/4;
}
.ws-slider .swiper-slide .ws-card:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.ws-slider .swiper-slide .ws-card:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.ws-slider .swiper-slide .ws-card:nth-child(4) {
  grid-column: 2/3;
  grid-row: 3/4;
}
.ws-slider__controls {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.ws-slider__controls:has(.swiper-scrollbar-lock) {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .ws-slider__controls {
    margin-top: 2.5rem;
  }
}
.ws-slider__progress {
  flex: 1;
}
.ws-slider__progress .swiper-scrollbar {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 2px;
  background: #E4E4E4;
}
.ws-slider__progress .swiper-scrollbar-drag {
  background: #008080;
}
.ws-slider__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .ws-slider__buttons {
    display: none !important;
  }
}
.ws-slider__btn {
  flex-shrink: 0;
  display: inline-flex;
  height: 3.5rem;
  padding: 0.625rem 1.25rem;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 2.5rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 133.333% */
  text-decoration: none;
  transition: color 300ms ease, background 300ms ease, border 300ms ease;
  border: 1px solid transparent;
}
.ws-slider__btn svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transition: fill 300ms ease;
}
.ws-slider__btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  filter: grayscale(1);
}
.ws-slider__btn--prev {
  background: #fff;
  border-color: #008080;
  color: #008080;
}
.ws-slider__btn--prev svg {
  fill: #008080;
}
.ws-slider__btn--prev:hover {
  background: #008080;
  color: #fff;
}
.ws-slider__btn--prev:hover svg {
  fill: #fff;
}
.ws-slider__btn--next {
  color: #fff;
  background: #008080;
  border-color: #008080;
}
.ws-slider__btn--next svg {
  fill: #fff;
}
.ws-slider__btn--next:hover {
  background: #006969;
  border-color: #006969;
}

.ws-card {
  text-decoration: none !important;
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid #E9E9E9;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .ws-card {
    flex-direction: column;
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.ws-card:hover .ws-card__image img {
  transform: scale(1.05);
}
.ws-card__image {
  flex-shrink: 0;
  width: 32.8%;
  overflow: hidden;
  position: relative;
  border-radius: 0.625rem;
}
@media only screen and (max-width: 1024px) {
  .ws-card__image {
    width: 100%;
    border-radius: 1rem;
  }
}
.ws-card__image::before {
  content: "";
  display: inline-block;
  padding-top: 60%;
}
@media only screen and (max-width: 1024px) {
  .ws-card__image::before {
    padding-top: 65%;
  }
}
.ws-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 300ms ease;
}
.ws-card__caption {
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (max-width: 1024px) {
  .ws-card__caption {
    padding-top: 0;
    gap: 1rem;
  }
}
.ws-card__title {
  color: #2D3133;
  font-family: "Onest-SemiBold";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .ws-card__title {
    display: block;
    font-size: 1.125rem;
  }
}
.ws-card__description {
  color: #69747C;
  font-family: "Onest-Regular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (max-width: 1024px) {
  .ws-card__description {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1025px) {
  .ws-card:nth-child(1) {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid #E9E9E9;
    gap: 0;
  }
  .ws-card:nth-child(1) .ws-card__image {
    overflow: hidden;
    position: relative;
    border-radius: 0.625rem;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .ws-card:nth-child(1) .ws-card__image::before {
    content: "";
    display: inline-block;
    padding-top: 57%;
  }
  .ws-card:nth-child(1) .ws-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ws-card:nth-child(1) .ws-card__caption {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 0.75rem;
  }
  .ws-card:nth-child(1) .ws-card__title {
    font-size: 1.625rem;
    font-style: normal;
    line-height: 140%;
    display: block !important;
  }
  .ws-card:nth-child(1) .ws-card__description {
    font-size: 1.125rem;
    font-style: normal;
    line-height: 140%;
  }
}

.p-banner-section {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
  .p-banner-section {
    padding-bottom: 3.75rem;
  }
}

.p-banner {
  position: relative;
  border-radius: 1rem;
  background: #B2D234;
  padding: 4.13rem 5rem;
  min-height: 22.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .p-banner {
    padding: 2.63rem 2.5rem;
    min-height: 18rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-banner {
    padding: 1.5rem;
    min-height: auto;
  }
}
.p-banner__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 55.7%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .p-banner__content {
    max-width: 62.3%;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-banner__content {
    max-width: none;
    gap: 1rem;
  }
}
.p-banner__title {
  position: relative;
}
.p-banner__title h2 {
  color: #000;
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 107%;
  letter-spacing: -0.08438rem;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .p-banner__title h2 {
    font-size: 2rem;
    letter-spacing: -0.06rem;
  }
}
.p-banner__flex {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .p-banner__flex {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-banner__flex {
    align-items: center;
  }
}
.p-banner__icon {
  flex-shrink: 0;
  border-radius: 50%;
  width: 9.375rem;
  height: 9.375rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .p-banner__icon {
    width: 5rem;
    height: 5rem;
  }
}
.p-banner__icon img {
  display: block;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .p-banner__icon img {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-banner__caption {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-banner__description {
  opacity: 0.9;
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (max-width: 1024px) {
  .p-banner__description {
    font-size: 0.875rem;
  }
}
.p-banner__image {
  position: absolute;
  top: 50%;
  left: 57%;
  width: 33.93256rem;
  height: 60.83756rem;
  overflow: hidden;
  z-index: 1;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .p-banner__image {
    width: 14.875rem;
    height: 39.4375rem;
    left: auto;
    right: 0;
    top: 63%;
  }
}
@media only screen and (max-width: 767px) {
  .p-banner__image {
    display: none;
  }
}
.p-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-banner__c-btn {
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .p-banner__c-btn {
    display: none;
  }
}
.p-banner__c-btn-sm {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-banner__c-btn-sm {
    display: inline-flex;
    width: 100%;
  }
}

.develop {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
  position: relative;
}
body:not(.mobile) .develop:hover .develop__icon--planet {
  animation: rotate 600ms ease;
}
body:not(.mobile) .develop:hover .develop__icon--satellite {
  animation: rotate 600ms ease 600ms;
}
.develop__icons {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0.375rem;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .develop__icons {
    width: 22px;
    height: 22px;
    margin: 0 6px;
  }
}
.develop__icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .develop__icon {
    width: 20px;
    height: 20px;
  }
}
.develop__icon svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.develop__icon--satellite {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
.develop__icon--satellite::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .develop__icon--satellite::before {
    top: 1px;
    left: 1px;
  }
}
.develop__text {
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Onest-Regular";
  line-height: 140%;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-shrink: 0;
}
@media only screen and (max-width: 1279px) {
  .develop__text {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .develop__text {
    font-size: 1rem;
  }
}
.develop__text strong {
  display: block;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  font-family: "Onest-Medium";
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-slider-section {
  position: relative;
  overflow: hidden;
}
.p-slider-section__wrapper {
  padding: 2.5rem 0;
  border-bottom: 1px solid #E0E0E0;
}
@media only screen and (min-width: 2561px) {
  .p-slider-section__wrapper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1490px) {
  .p-slider-section__wrapper {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 1024px) {
  .p-slider-section__wrapper {
    padding: 1rem 0;
  }
}

.custom-section-title {
  color: #008080;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 90%; /* 1.0125rem */
  letter-spacing: -0.01125rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .custom-section-title {
    font-size: 0.875rem;
    letter-spacing: -0.00875rem;
    padding-bottom: 1.5rem;
  }
}

.custom-section-header {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  justify-content: space-between;
  padding-bottom: 3.25rem;
}
@media only screen and (max-width: 1024px) {
  .custom-section-header {
    padding-bottom: 2.5rem;
    width: 100%;
    max-width: 29.5rem;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.custom-section-header hr {
  display: none !important;
}
.custom-section-header h1, .custom-section-header h2, .custom-section-header h3 {
  color: #000;
  font-size: 3.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 107%;
  margin: 0 !important;
  padding: 0 !important;
  width: 43.7%;
}
@media only screen and (max-width: 1024px) {
  .custom-section-header h1, .custom-section-header h2, .custom-section-header h3 {
    width: 100%;
    font-size: 2rem;
  }
}
.custom-section-header p, .custom-section-header .text-block {
  color: #69747C !important;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 40.6%;
}
@media only screen and (max-width: 1024px) {
  .custom-section-header p, .custom-section-header .text-block {
    width: 100%;
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=main.css.map */