.not-found {
  min-height: calc(100vh - 20rem);
  display: flex;
  align-items: center;
}
.not-found .not-found-logo {
  max-width: 12rem;
  height: auto;
}
.not-found h1 {
  font-size: var(--heading-h1);
  font-weight: 600;
  color: var(--Primary-Black);
}
.not-found p {
  font-size: 1.8rem;
  color: var(--grey1);
  line-height: 1.5;
}
.not-found .btn {
  min-width: 14rem;
  padding: 1.2rem 2.4rem;
}

.abouts {
  margin: 0 auto;
}

.our-story-content {
  padding-top: 4rem;
}
@media screen and (min-width: 992px) {
  .our-story-content {
    padding-top: 10rem;
  }
}
.our-story-content h2 {
  margin-bottom: 1.4rem;
}
.our-story-content p {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 150%;
}
.our-story-content p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .our-story-content p:last-child {
    font-size: 2.1rem;
  }
}

.abouts .wp-block-columns {
  margin-bottom: 0 !important;
}

.our-values {
  padding: 6.75rem 0;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .our-values {
    padding: 8.2rem 0rem;
  }
}
.our-values .values {
  text-align: left;
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .our-values .values {
    text-align: center;
    margin-bottom: 0;
  }
}
.our-values .s-20 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .our-values .s-20 {
    margin-bottom: 0;
  }
}
.our-values figure {
  margin-bottom: 0;
  margin-right: 2.39rem;
}
.our-values figure img {
  width: 4rem;
  height: 4rem;
}
@media screen and (min-width: 992px) {
  .our-values figure img {
    width: 5.52rem;
    height: 5.52rem;
  }
}
.our-values::before {
  z-index: 1;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.content-image.loving-memory .right-column {
  display: flex;
  justify-content: center;
}
.content-image.loving-memory .main-content {
  text-align: center;
  margin-bottom: 1.4rem !important;
}
.content-image.loving-memory .main-content .heart {
  gap: 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .content-image.loving-memory .main-content .heart {
    flex-direction: row;
    gap: 1.9rem;
  }
}
@media screen and (min-width: 992px) {
  .content-image.loving-memory .main-content {
    text-align: left;
  }
}
.content-image.loving-memory .main-content h2 {
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 992px) {
  .content-image.loving-memory .main-content h2 {
    margin-bottom: 2.7rem;
  }
}
.content-image.loving-memory .main-content h2 img {
  margin-right: 1.9rem;
}
.content-image.loving-memory .main-content p {
  margin-bottom: 0;
}
.content-image.loving-memory figure.text-start img {
  width: 41.1rem;
  height: 33.5rem;
}

.quote-sec {
  padding: 4rem 0;
}
@media screen and (min-width: 992px) {
  .quote-sec {
    padding: 6.6rem 0 7rem 0rem;
  }
}
.quote-sec p.quote {
  margin-bottom: 2.4rem;
  font-size: 2.1rem !important;
  font-weight: 400 !important;
  line-height: 150%;
}
@media screen and (min-width: 992px) {
  .quote-sec p.quote {
    margin-bottom: 5rem;
    font-size: 2.4rem !important;
    font-weight: 500 !important;
  }
}
.quote-sec p.designation {
  font-size: 1.6rem !important;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .quote-sec p.designation {
    font-size: 1.8rem !important;
  }
}

.logos-about {
  padding: 4rem 0rem 5.4rem 0;
}
@media screen and (min-width: 992px) {
  .logos-about {
    padding: 7.4rem 0rem 9rem 0rem;
  }
}
.logos-about h5 {
  margin-bottom: 4.3rem;
  letter-spacing: 1.3px;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
}
@media screen and (min-width: 992px) {
  .logos-about h5 {
    margin-bottom: 7.3rem;
  }
}
.logos-about .max-1070 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  gap: 5.5rem;
}

.about-cta {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .about-cta {
    padding: 6.6rem 0 7rem 0rem;
  }
}
.about-cta a {
  color: white;
  margin: 0 auto;
}
.about-cta a:hover {
  color: var(--Secondary-Snow-Blue, #1772d2);
}
.about-cta h2 {
  margin-bottom: 4rem;
}
.about-cta p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.about-cta p:hover a {
  color: var(--Secondary-Snow-Blue, #1772d2);
}

.career-main {
  padding: 4rem 0rem;
}
@media screen and (min-width: 992px) {
  .career-main {
    padding: 10rem 0rem 11rem 0rem;
  }
}
.career-main .container {
  margin: 0 auto;
}
.career-main h1 {
  font-weight: 700;
  letter-spacing: -1.92px;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .career-main h1 {
    margin-bottom: 6.4rem;
  }
}
.career-main p {
  max-width: 100.8rem;
  width: 100%;
  line-height: 150%;
  margin: auto auto 4rem auto;
  font-size: 1.6rem !important;
}
@media screen and (min-width: 992px) {
  .career-main p {
    margin: auto auto 6.4rem auto;
    font-size: 2.1rem !important;
  }
}
.career-main figure {
  width: 100%;
}
.career-main figure img {
  width: 100%;
  border-radius: 0.8rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 34.3rem;
}
@media screen and (min-width: 992px) {
  .career-main figure img {
    border-radius: 1.6rem;
    min-height: unset;
  }
}

.content-image.life-yeti .main-content {
  margin-left: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .content-image.life-yeti .main-content {
    margin-left: 4rem;
    text-align: left;
  }
}

.cards-block.career-cards {
  padding: 4rem 0;
}
@media screen and (min-width: 992px) {
  .cards-block.career-cards {
    padding: 10rem 0 11rem 0rem;
  }
}
.cards-block.career-cards .cards-grid {
  margin-top: 4rem;
}
@media screen and (min-width: 992px) {
  .cards-block.career-cards .cards-grid {
    margin-top: 6.4rem;
  }
}
.cards-block.career-cards .cards-grid .card-item {
  padding: 1rem 0rem !important;
}
@media screen and (min-width: 992px) {
  .cards-block.career-cards .cards-grid .card-item {
    padding: 2.8rem 1.6rem 3.1rem 1.6rem !important;
  }
}
.cards-block.career-cards .cards-grid .card-item .card-inner h5 {
  margin-bottom: 1.6rem !important;
  font-weight: 700 !important;
}

.contact {
  padding: 4rem 1.6rem;
}
@media screen and (min-width: 992px) {
  .contact {
    padding: 10rem 0rem 5rem 0rem;
  }
}
.contact h1 {
  margin-bottom: 4.8rem;
}
.contact .contact-right {
  margin-top: 5.9rem;
  border-radius: 1.6rem;
  padding: 4rem 1.6rem;
}
@media screen and (min-width: 992px) {
  .contact .contact-right {
    padding: 6rem 3.6rem 6.5rem 3.6rem;
  }
}
.contact .contact-right h3 {
  margin-bottom: 1.6rem;
}
.contact .contact-right .icon-bx {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contact .contact-right .icon-bx {
    grid-template-columns: 10% auto !important;
  }
}
.contact .contact-right .icon-bx h4 {
  font-family: var(--font-montserrat);
  letter-spacing: 0.9px;
  padding-left: 0rem;
  margin-bottom: 0;
}
.contact .contact-right .icon-bx .wp-block-media-text__content {
  padding: 0;
}
.contact .contact-right .icon-bx img {
  height: 3.2rem;
  width: 3.2rem;
}
.contact .contact-right p {
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 150%;
}
@media screen and (min-width: 992px) {
  .contact .contact-right p {
    font-size: 2.1rem;
  }
}
.contact .contact-right a {
  color: var(--snow-blue);
  text-decoration: underline;
}
.contact .contact-right a:hover {
  text-decoration: none;
}
.contact .contact-right .ph a {
  color: #000 !important;
}

.feedback {
  position: relative;
  overflow: visible;
  padding: 4rem 1.6rem;
}
@media screen and (min-width: 992px) {
  .feedback {
    padding: 8.7rem 0rem;
  }
}
.feedback h2 {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .feedback h2 {
    margin-bottom: 8.9rem;
  }
}
.feedback h4 {
  font-weight: 400 !important;
  font-style: normal;
  line-height: 150% !important;
  text-transform: none;
  margin-bottom: 3.9rem;
}
@media screen and (min-width: 992px) {
  .feedback h4 {
    font-weight: 600 !important;
  }
}
.feedback h4 strong {
  font-weight: 400 !important;
  color: var(--snow-blue);
}
@media screen and (min-width: 992px) {
  .feedback h4 strong {
    font-weight: 600 !important;
  }
}
.feedback p {
  margin-bottom: 0;
}

.cta-block.contact-cta .cta-content h2.cta-title {
  max-width: 92%;
  font-size: 2.8rem;
}
@media screen and (min-width: 992px) {
  .cta-block.contact-cta .cta-content h2.cta-title {
    font-size: 2.5rem;
    max-width: 100%;
  }
}

.career-hero img {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 992px) {
  .career-hero img {
    margin-bottom: 4.4rem;
  }
}
.career-hero h1 {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .career-hero h1 {
    margin-bottom: 1.7rem;
  }
}
.career-hero p {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .career-hero p {
    margin-bottom: 4.4rem;
  }
}

.career-details {
  padding: 4rem 0rem;
}
@media screen and (min-width: 992px) {
  .career-details {
    padding: 10rem 0rem 11rem 0rem;
  }
}
.career-details .order-lg-1 {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .career-details .order-lg-1 {
    max-width: 58.8rem;
  }
}
.career-details .job-content {
  padding: 4rem 0rem;
}
@media screen and (min-width: 992px) {
  .career-details .job-content {
    padding: 0;
  }
}
.career-details .job-content h4 {
  margin-bottom: 2.4rem;
}
.career-details .job-content .job-section-title {
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .career-details .job-content .job-section-title {
    margin-bottom: 6.8rem;
  }
}
.career-details .job-content .job-requirements {
  padding-left: 0;
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .career-details .job-content .job-requirements {
    margin-bottom: 6.8rem;
  }
}
.career-details .job-content .job-requirements hr {
  margin: 0;
  border-top: 2px solid #6e6e6e;
}
.career-details .job-content .job-requirements h3 {
  margin-bottom: 2.4rem;
}
.career-details .job-summary {
  background-color: var(--lavender-grey);
  padding: 4rem;
  border-radius: 1.6rem;
}
@media screen and (min-width: 992px) {
  .career-details .job-summary {
    padding: 5.4rem 4.4rem;
  }
}
.career-details .job-summary .summary-title {
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .career-details .job-summary .summary-title {
    margin-bottom: 3.8rem;
  }
}
.career-details .job-summary .summary-item {
  margin-bottom: 2.4rem;
  gap: 1.6rem;
}
@media screen and (min-width: 992px) {
  .career-details .job-summary .summary-item {
    margin-bottom: 6.2rem;
  }
}
.career-details .job-summary .summary-item .info .label {
  color: var(--grey2);
}/*# sourceMappingURL=work.css.map */