/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[3]!./assets/scss/page.scss ***!
  \***********************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~ General ~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */

/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[3]!./assets/scss/joboffer.scss ***!
  \***************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~ General ~~~~~~~~~~ */
/* ~~~~~~~~~~ Section ~~~~~~~~~~ */
.section--hero .hero {
  position: relative;
  background: #E9EFEE; }
  .section--hero .hero__main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 100px;
    position: relative;
    overflow: visible;
    padding: 0 15px; }
    @media (max-width: 1199.98px) {
      .section--hero .hero__main {
        gap: 0 50px; } }
    @media (max-width: 991.98px) {
      .section--hero .hero__main {
        flex-direction: column; } }
  .section--hero .hero__title {
    text-transform: uppercase; }
  .section--hero .hero__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    width: calc(50% - 50px); }
    .section--hero .hero__column--content {
      padding-top: 160px;
      padding-bottom: 120px; }
      @media (max-width: 1399.98px) {
        .section--hero .hero__column--content {
          padding-top: 100px;
          padding-bottom: 80px; } }
      @media (max-width: 991.98px) {
        .section--hero .hero__column--content {
          padding-top: 50px;
          padding-bottom: 50px;
          width: 100%;
          order: 2; } }
    .section--hero .hero__column--image {
      position: absolute;
      right: 0;
      top: 50px;
      width: calc(55% - 50px);
      max-width: 700px; }
      @media (max-width: 991.98px) {
        .section--hero .hero__column--image {
          position: relative;
          width: 100%;
          top: 0;
          max-width: 700px;
          margin: 0 auto;
          order: 1; } }
  .section--hero .hero__buttons {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 25px; }
  .section--hero .hero__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 10; }
  .section--hero .hero__bottom {
    background: #ffffff; }
  .section--hero .hero__lists {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 60px;
    padding-top: 35px;
    padding-bottom: 35px; }
    @media (max-width: 767.98px) {
      .section--hero .hero__lists {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px; } }
  .section--hero .hero__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px; }
    .section--hero .hero__item-icon {
      background: #E9EFEE;
      padding: 8px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px; }
    .section--hero .hero__item-image {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
    .section--hero .hero__item-label {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 700;
      color: #1F5E59; }

.section--cards .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px; }
  .section--cards .cards__item {
    width: calc(50% - 20px);
    border-radius: 32px;
    padding: 64px;
    gap: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid transparent;
    color: #ffffff; }
    @media (max-width: 991.98px) {
      .section--cards .cards__item {
        padding: 64px 24px; } }
    @media (max-width: 767.98px) {
      .section--cards .cards__item {
        width: 100%; } }
    .section--cards .cards__item-title {
      color: #ffffff;
      font-weight: 700;
      font-size: 2.25rem;
      line-height: 3rem; }
    .section--cards .cards__item-content {
      font-size: 1.125rem;
      line-height: 1.75rem; }
      .section--cards .cards__item-content ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .section--cards .cards__item-content ul li {
          position: relative;
          padding-left: 35px;
          padding-bottom: 20px; }
          .section--cards .cards__item-content ul li:before {
            content: '';
            background: rgba(255, 255, 255, 0.1) url(_/assets/img/svg/icon-check-yellowgreen-lg.svg) center/14px 10px no-repeat;
            width: 28px;
            height: 28px;
            border-radius: 8px;
            display: block;
            position: absolute;
            top: 0;
            left: 0; }
          .section--cards .cards__item-content ul li:last-child {
            padding-bottom: 0; }
    .section--cards .cards__item-cta {
      background: #CFFF45;
      border-color: #CFFF45; }
      .section--cards .cards__item-cta:hover {
        background: transparent;
        color: #CFFF45; }
    .section--cards .cards__item--light {
      border: 1px solid #C9C9C9;
      color: #222222; }
      .section--cards .cards__item--light .cards__item-title {
        color: #222222; }
      .section--cards .cards__item--light .cards__item-content li:before {
        content: '';
        background: #E9EFEE url(_/assets/img/svg/icon-check-green-lg.svg) center/14px 10px no-repeat;
        width: 28px;
        height: 28px;
        border-radius: 8px; }
      .section--cards .cards__item--light .cards__item-cta {
        background: transparent;
        border-color: #1F5E59; }
        .section--cards .cards__item--light .cards__item-cta:hover {
          background: #1F5E59;
          border-color: #1F5E59;
          color: #ffffff; }

.section--how .how__main {
  padding-bottom: 150px; }

.section--how .how__tagline, .section--how .how__heading, .section--how .how__content {
  text-align: center; }

.section--how .how__cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px; }

.section--how .how__item {
  width: calc(32% - 20px);
  padding: 40px;
  border-radius: 24px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #ffffff; }
  @media (max-width: 991.98px) {
    .section--how .how__item {
      width: calc(50% - 20px); } }
  @media (max-width: 767.98px) {
    .section--how .how__item {
      width: 100%; } }
  .section--how .how__item-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px; }
  .section--how .how__item-icon {
    width: 45px;
    height: 45px;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0; }
  .section--how .how__item-number {
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    background: #CFFF45;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .section--how .how__item-heading {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #E9EFEE;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600; }
  .section--how .how__item-content {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400; }
  .section--how .how__item:nth-child(even) {
    background: #1F5E59; }
    .section--how .how__item:nth-child(even) .how__item-heading, .section--how .how__item:nth-child(even) .how__item-content {
      color: #ffffff; }
    .section--how .how__item:nth-child(even) .how__item-heading {
      border-color: #2C7A74; }

.section--how .how__cta {
  margin: 0 auto;
  max-width: 200px;
  display: flex; }
  .section--how .how__cta svg {
    width: 22px;
    height: 18px; }

.section--how .how__offer {
  padding: 40px;
  border-radius: 30px;
  color: #ffffff; }
  @media (max-width: 991.98px) {
    .section--how .how__offer {
      padding: 40px 24px; } }
  .section--how .how__offer-heading {
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 700;
    color: #ffffff; }
  .section--how .how__offer-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    padding: 24px 0 0; }
  .section--how .how__offer-card {
    width: calc(24% - 12px);
    border-radius: 18px;
    padding: 20px;
    gap: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    flex-direction: column; }
    @media (max-width: 991.98px) {
      .section--how .how__offer-card {
        width: calc(50% - 12px); } }
    @media (max-width: 767.98px) {
      .section--how .how__offer-card {
        width: 100%; } }
    .section--how .how__offer-card-icon {
      background: rgba(255, 255, 255, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      border-radius: 16px;
      width: 56px;
      height: 56px; }
      .section--how .how__offer-card-icon img {
        width: 25px;
        height: 25px;
        object-fit: contain;
        object-position: center; }
    .section--how .how__offer-card-heading {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 600;
      color: #ffffff; }
    .section--how .how__offer-card-cta {
      font-size: 0.875rem;
      line-height: 1.25rem;
      font-weight: 600;
      color: #CFFF45; }
      .section--how .how__offer-card-cta svg path {
        stroke: #CFFF45; }

.section--how .how--offers {
  margin-top: -50px; }
  .section--how .how--offers .how__main {
    padding-top: 0;
    padding-bottom: 0; }

.section--support .support__main {
  display: flex;
  flex-wrap: wrap;
  gap: 150px;
  justify-content: space-between;
  width: 100%; }
  @media (max-width: 1199.98px) {
    .section--support .support__main {
      gap: 50px; } }
  @media (max-width: 767.98px) {
    .section--support .support__main {
      flex-direction: column; } }

.section--support .support__column--left {
  width: 375px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (max-width: 767.98px) {
    .section--support .support__column--left {
      width: 100%; } }

.section--support .support__column--right {
  width: calc(100% - 525px); }
  @media (max-width: 1199.98px) {
    .section--support .support__column--right {
      width: calc(100% - 425px); } }
  @media (max-width: 767.98px) {
    .section--support .support__column--right {
      width: 100%; } }

.section--support .support__heading {
  margin-top: -20px; }

.section--support .support__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  width: 100%; }

.section--support .support__card {
  width: calc(32% - 12px);
  background: #E9EFEE;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px;
  border-radius: 24px; }
  @media (max-width: 1199.98px) {
    .section--support .support__card {
      width: calc(50% - 12px);
      padding: 40px 24px; } }
  @media (max-width: 991.98px) {
    .section--support .support__card {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .section--support .support__card {
      width: calc(50% - 12px); } }
  @media (max-width: 575.98px) {
    .section--support .support__card {
      width: 100%; } }
  .section--support .support__card-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 40px; }
  .section--support .support__card-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600; }
  .section--support .support__card-content {
    color: #484848; }

.section--support .support__cta svg {
  width: 22px;
  height: 18px; }


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