/*!***********************************************************************************************************************************************************************************************!*\
  !*** 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/consultations.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__heading span {
    color: #1F5E59; }
  .section--hero .hero__content {
    max-width: 570px; }
  .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; }
      @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__cta {
    margin-top: 25px;
    margin-bottom: 25px; }
    @media (max-width: 575.98px) {
      .section--hero .hero__cta {
        width: 300px; } }
  .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__bottom-inner {
      padding: 0 15px; }
  .section--hero .hero__lists {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 30px;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 70%;
    margin: 0; }
    @media (max-width: 991.98px) {
      .section--hero .hero__lists {
        gap: 10px 60px;
        width: 100%; } }
    @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;
    width: 190px; }
    @media (max-width: 767.98px) {
      .section--hero .hero__item {
        width: 100%; } }
    .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;
      width: calc(100% - 40px); }

.section--dedicated .dedicated__subheading {
  margin-top: 15px; }

.section--dedicated .dedicated__lists {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px; }

.section--dedicated .dedicated__item {
  width: calc(25% - 25px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  border-radius: 24px;
  padding: 40px 25px;
  border: 1px dashed #1F5E59; }
  .section--dedicated .dedicated__item-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px; }
  @media (max-width: 991.98px) {
    .section--dedicated .dedicated__item {
      width: calc(50% - 25px); } }
  @media (max-width: 767.98px) {
    .section--dedicated .dedicated__item {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 575.98px) {
    .section--dedicated .dedicated__item {
      width: 100%; } }

.section--how {
  position: relative;
  z-index: 15; }
  .section--how .how {
    overflow: visible; }
    .section--how .how__heading, .section--how .how__subheading {
      text-align: center;
      color: #ffffff; }
    .section--how .how__subheading {
      margin-top: 15px; }
    .section--how .how__lists {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 25px;
      margin: 50px auto 0;
      width: 100%;
      max-width: 1350px; }
    .section--how .how__item {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      flex-wrap: wrap;
      width: calc(33.33% - 25px);
      border-radius: 24px;
      padding: 40px;
      background: #ffffff;
      overflow: hidden; }
      @media (max-width: 1399.98px) {
        .section--how .how__item {
          width: calc(50% - 25px); } }
      @media (max-width: 767.98px) {
        .section--how .how__item {
          width: 100%;
          padding: 40px 15px; } }
      .section--how .how__item-icon {
        width: 64px;
        height: 64px; }
      .section--how .how__item-title {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 600;
        padding: 15px 0; }
      .section--how .how__item-content {
        font-size: 1rem;
        line-height: 1.5rem; }
        .section--how .how__item-content p {
          font-size: 1rem;
          line-height: 1.5rem; }
        .section--how .how__item-content ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .section--how .how__item-content ul li {
            position: relative;
            padding: 0 15px 12px 40px;
            font-size: 1rem;
            line-height: 1.5rem;
            margin-bottom: 3px; }
            .section--how .how__item-content ul li strong {
              font-weight: 600; }
            .section--how .how__item-content ul li:before {
              display: block;
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 28px;
              height: 28px;
              background: url(_/assets/img/svg/icon-circle-check-gray.svg) center/contain no-repeat; }
      .section--how .how__item-footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        border-top: 1px solid #B0B0B0;
        padding-top: 15px;
        margin-top: 15px; }
      .section--how .how__item-from {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 5px;
        width: 100%; }
        .section--how .how__item-from-label {
          font-size: 1rem;
          line-height: 1.5rem;
          color: #484848; }
        .section--how .how__item-from-value {
          font-size: 1.5rem;
          line-height: 3rem;
          font-weight: 700;
          color: #565656; }
          .section--how .how__item-from-value span {
            font-size: 2.25rem;
            line-height: 3rem;
            color: #222222; }
      .section--how .how__item-cta {
        width: 100%;
        text-align: center;
        border-color: #D3D9D7;
        color: #1F5E59; }
        .section--how .how__item-cta:hover {
          color: #ffffff;
          border-color: #1F5E59; }
    .section--how .how__note {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      flex-wrap: wrap;
      width: 100%;
      max-width: 1050px;
      margin: 50px auto -150px;
      padding: 40px;
      border: 1px solid #CFFF45;
      border-radius: 24px;
      color: #ffffff; }
      @media (max-width: 767.98px) {
        .section--how .how__note {
          padding: 40px 15px; } }
      .section--how .how__note-content {
        max-width: 600px; }
      .section--how .how__note-title {
        color: #CFFF45;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 600;
        margin-bottom: 5px; }
      .section--how .how__note-description {
        font-size: 1rem;
        line-height: 1.5rem; }

.section--team {
  background: #E9EFEE;
  position: relative;
  z-index: 10; }
  @media (max-width: 767.98px) {
    .section--team .team {
      padding-top: 150px; } }
  .section--team .team__heading {
    margin-bottom: 15px; }
  .section--team .team__lists {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 50px; }
  .section--team .team__item {
    width: calc(33.33% - 25px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 25px;
    border-radius: 24px;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #D3D9D7; }
    @media (max-width: 1399.98px) {
      .section--team .team__item {
        width: calc(50% - 25px); } }
    @media (max-width: 767.98px) {
      .section--team .team__item {
        width: 100%;
        padding: 40px 15px; } }
    .section--team .team__item-thumbnail {
      width: 100%;
      height: 310px;
      border-radius: 24px;
      overflow: hidden;
      position: relative; }
      @media (max-width: 767.98px) {
        .section--team .team__item-thumbnail {
          height: auto; } }
    .section--team .team__item-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
      display: block;
      margin: 0; }
    .section--team .team__item-badge {
      position: absolute;
      z-index: 10;
      bottom: 25px;
      right: 25px;
      box-shadow: 0px 4px 14px 0px #CFFF4533;
      text-transform: uppercase;
      font-size: 0.875rem;
      line-height: 1.25rem;
      font-weight: 500; }
    .section--team .team__item-main {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      background: #E9EFEE;
      padding: 25px;
      border-radius: 24px; }
    .section--team .team__item-name {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 600; }
    .section--team .team__item-position {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 400;
      margin: 5px 0 15px;
      color: #2E2E2E; }
    .section--team .team__item-description p {
      color: #2E2E2E; }
    .section--team .team__item-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
      width: 100%; }
    .section--team .team__item-rate {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 600; }
      .section--team .team__item-rate span {
        font-size: 2.25rem;
        line-height: 3rem;
        font-weight: 700; }
    .section--team .team__item-cta {
      text-align: center;
      border-color: #D3D9D7;
      color: #1F5E59; }
      .section--team .team__item-cta:hover {
        color: #ffffff;
        border-color: #1F5E59; }

.section--what .what {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 991.98px) {
    .section--what .what {
      flex-direction: column;
      gap: 50px; } }
  .section--what .what__column {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px; }
    .section--what .what__column--image {
      position: relative;
      overflow: hidden;
      border-radius: 24px; }
    .section--what .what__column--lists {
      width: 60%; }
    @media (max-width: 1399.98px) {
      .section--what .what__column {
        width: 45%; }
        .section--what .what__column--lists {
          width: 55%; } }
    @media (max-width: 991.98px) {
      .section--what .what__column {
        width: 100%; }
        .section--what .what__column--lists {
          width: 100%; } }
  .section--what .what__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .section--what .what__heading {
    position: absolute;
    top: 40px;
    left: 40px;
    width: auto;
    color: #ffffff;
    padding-right: 15px; }
  .section--what .what__lists {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 25px;
    width: 100%; }
  .section--what .what__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    padding-left: 110px;
    position: relative;
    cursor: pointer; }
    .section--what .what__item-indicator {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 40px;
      border-radius: 50%;
      background: #D9D9D9;
      margin: auto;
      border: 1px solid #D9D9D9; }
    .section--what .what__item-inner {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 10px;
      width: 100%;
      border: 1px dashed #D3D9D7;
      border-radius: 24px;
      padding: 40px 40px 40px 100px;
      position: relative; }
    .section--what .what__item-icon {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 40px;
      left: 40px;
      object-fit: contain;
      object-position: center; }
    .section--what .what__item-content {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      flex-direction: column;
      width: 100%; }
    .section--what .what__item-top {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      margin-bottom: 15px; }
    .section--what .what__item-heading {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 600; }
    .section--what .what__item-badge {
      text-transform: uppercase;
      background: transparent;
      color: #B0B0B0;
      border: none; }
    .section--what .what__item.what__item--active .what__item-indicator {
      background: transparent;
      border: 1px dashed #1F5E59; }
      .section--what .what__item.what__item--active .what__item-indicator:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: block;
        background: #1F5E59; }
    .section--what .what__item.what__item--active .what__item-inner {
      border-color: #1F5E59; }
    .section--what .what__item.what__item--active .what__item-badge {
      background: #1F5E59;
      color: #ffffff; }
    @media (max-width: 991.98px) {
      .section--what .what__item {
        padding-left: 45px; }
        .section--what .what__item-indicator {
          left: 0; } }
    @media (max-width: 767.98px) {
      .section--what .what__item-icon {
        left: 15px; }
      .section--what .what__item-inner {
        padding: 40px 15px 40px 60px; } }

.section--why {
  background: #E9EFEE; }
  .section--why .why__heading {
    text-align: center; }
  .section--why .why__lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 50px;
    width: 100%;
    position: relative; }
  .section--why .why__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(50% - 25px);
    border-radius: 24px;
    padding: 40px 100px 40px 40px;
    background: #ffffff;
    overflow: hidden; }
    .section--why .why__item:nth-child(even) {
      text-align: right;
      align-items: flex-end;
      padding: 40px 40px 40px 100px; }
    @media (max-width: 767.98px) {
      .section--why .why__item {
        width: 100%;
        padding: 40px 15px; }
        .section--why .why__item:nth-child(even) {
          padding: 40px 15px;
          text-align: left;
          align-items: flex-start; } }
    .section--why .why__item-icon {
      width: 35px;
      height: 35px; }
    .section--why .why__item-title {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 600;
      padding: 25px 0 5px; }
  .section--why .why__logo {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    background: #E9EFEE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    z-index: 15px; }
    .section--why .why__logo-image {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      object-position: center; }
    @media (max-width: 767.98px) {
      .section--why .why__logo {
        display: none; } }

.section--cta .cta {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px; }
  @media (max-width: 767.98px) {
    .section--cta .cta {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .section--cta .cta__main {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    color: #ffffff; }
    @media (max-width: 767.98px) {
      .section--cta .cta__main {
        gap: 25px; } }
  .section--cta .cta__heading {
    color: #ffffff; }
  .section--cta .cta__content {
    opacity: 0.8; }
  .section--cta .cta__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; }
    .section--cta .cta__buttons-link--primary {
      padding: 15px 24px;
      border-radius: 12px; }
    .section--cta .cta__buttons-link--secondary {
      border-color: #ffffff;
      color: #ffffff;
      border-radius: 12px; }
      .section--cta .cta__buttons-link--secondary:hover {
        border-color: #1F5E59; }


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