/* FONTS */
/* GRAY */
/* PURPLE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
html body {
  font-size: 10px;
  width: 100%;
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
}

a,
span {
  text-decoration: none;
  display: inline-flex;
}

li {
  list-style-type: none;
}

/* HERO SECTION */
.hero-section {
  background-color: #ffffff;
  padding: 50px 0px;
}
@media (min-width: 992px) {
  .hero-section {
    padding: 100px 0px;
  }
}

.hero-section-content {
  max-width: 768px;
}

.hero-section-header {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2C2D30;
}
@media (min-width: 992px) {
  .hero-section-header {
    font-size: 52px;
  }
}

.hero-section-text {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #7E8085;
}
@media (min-width: 992px) {
  .hero-section-text {
    font-size: 20px;
    line-height: 28px;
  }
}

/* TITLE TYPOGRAPHY */
.h1-title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .h1-title {
    font-size: 40px;
    line-height: 48px;
  }
}

.h2-title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .h2-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.h3-title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .h3-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.h4-title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .h4-title {
    font-size: 20px;
    line-height: 28px;
  }
}

/* HEADING TYPOGRAPHY */
.heading-small {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 992px) {
  .heading-small {
    font-size: 12px;
    line-height: 16px;
  }
}

.heading-medium {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 992px) {
  .heading-medium {
    font-size: 14px;
    line-height: 24px;
  }
}

.heading-large {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 992px) {
  .heading-large {
    font-size: 18px;
    line-height: 32px;
  }
}

.heading-xlarge {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 992px) {
  .heading-xlarge {
    font-size: 24px;
    line-height: 32px;
  }
}

/* BODY TYPOGRAPHY */
.body-large-regular {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .body-large-regular {
    font-size: 18px;
    line-height: 32px;
  }
}

.body-large-medium {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .body-large-medium {
    font-size: 18px;
    line-height: 32px;
  }
}

.body-large-semibold {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .body-large-semibold {
    font-size: 18px;
    line-height: 32px;
  }
}

.body-normal-regular {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .body-normal-regular {
    font-size: 16px;
    line-height: 24px;
  }
}

.body-normal-medium {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .body-normal-medium {
    font-size: 16px;
    line-height: 24px;
  }
}

.body-normal-semibold {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .body-normal-semibold {
    font-size: 16px;
    line-height: 24px;
  }
}

.body-small-regular {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .body-small-regular {
    font-size: 14px;
    line-height: 24px;
  }
}

.body-small-medium {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .body-small-medium {
    font-size: 14px;
    line-height: 24px;
  }
}

.body-small-semibold {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .body-small-semibold {
    font-size: 14px;
    line-height: 24px;
  }
}

.body-detail-regular {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .body-detail-regular {
    font-size: 12px;
    line-height: 16px;
  }
}

.body-detail-medium {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .body-detail-medium {
    font-size: 12px;
    line-height: 16px;
  }
}

.body-detail-semibold {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.body-xdetail-regular {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .body-xdetail-regular {
    font-size: 12px;
    line-height: 16px;
  }
}

.button-small {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #32604E;
}
@media (min-width: 992px) {
  .button-small {
    font-size: 14px;
    line-height: 24px;
  }
}

/* CONTAINER */
.page-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container-pd-y {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .container-pd-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.inner-container {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .inner-container {
    padding: 0 3rem;
  }
}
@media (min-width: 992px) {
  .inner-container {
    padding: 0 4rem;
  }
}
@media (min-width: 1200px) {
  .inner-container {
    padding: 0 3rem;
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .inner-container {
    padding: 0;
  }
}

#frequently-asked-questions .title-container {
  max-width: 750px;
}
#frequently-asked-questions .title-container .body-large-regular {
  color: #7E8085;
}
#frequently-asked-questions .faq-accordion-container {
  width: 100%;
  border: 1px solid #E8EAED;
  border-radius: 12px;
  background-color: #FCFCFC;
}
#frequently-asked-questions .faq-accordion-container .faq-accordion-item {
  border-bottom: 1px solid #E8EAED;
  padding: 16px;
}
@media (min-width: 992px) {
  #frequently-asked-questions .faq-accordion-container .faq-accordion-item {
    padding: 32px;
  }
}
#frequently-asked-questions .faq-accordion-container .faq-accordion-item:last-child {
  border-bottom: 0;
}
#frequently-asked-questions .faq-accordion-container .faq-accordion-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.0024em;
  color: #404145;
}
@media (min-width: 992px) {
  #frequently-asked-questions .faq-accordion-container .faq-accordion-title {
    font-size: 17px;
  }
}
#frequently-asked-questions .faq-accordion-container .faq-accordion-title .faq-accordion-caret {
  transition: 0.4s all;
  margin-left: 15px;
}
#frequently-asked-questions .faq-accordion-container .faq-accordion-title .faq-accordion-caret svg path {
  fill: #32604E;
}
#frequently-asked-questions .faq-accordion-container .faq-accordion-content {
  margin-top: 16px;
  display: flex;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.0024em;
  color: #7E8085;
}
@media (min-width: 992px) {
  #frequently-asked-questions .faq-accordion-container .faq-accordion-content {
    margin-top: 20px;
    font-size: 17px;
  }
}
#frequently-asked-questions .faq-accordion-container .faq-accordion-title.open .faq-accordion-caret {
  transform: rotate(180deg);
}

/* THEME DENTIST CLINIC */
@media (max-width: 992px) {
  .theme-nextrec .page-not-found .left-image {
    max-width: 120px !important;
  }
  .theme-nextrec .page-not-found .right-image {
    max-width: 120px !important;
  }
}
.theme-nextrec .page-not-found .left-image {
  max-width: 250px;
}
.theme-nextrec .page-not-found .right-image {
  max-width: 250px;
}
.theme-nextrec.nav-container {
  border-bottom: 1px solid #E8EAED;
}
.theme-nextrec * {
  font-family: "Overpass", sans-serif !important;
}
@media (min-width: 992px) {
  .theme-nextrec .navbar .button-custom-bg {
    width: 110px;
  }
}
.theme-nextrec .button-small:hover {
  color: #024C8B;
}
.theme-nextrec .nav__logo,
.theme-nextrec .footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}
@media (min-width: 992px) {
  .theme-nextrec .nav__logo,
  .theme-nextrec .footer__logo {
    margin-bottom: 0;
  }
}
.theme-nextrec .nav__logo .image,
.theme-nextrec .footer__logo .image {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-nextrec .nav__logo .image img,
.theme-nextrec .footer__logo .image img {
  width: 100%;
}
@media (max-width: 991px) {
  .theme-nextrec .nav__logo .image,
  .theme-nextrec .footer__logo .image {
    width: 70px;
  }
}
.theme-nextrec .nav__logo span,
.theme-nextrec .footer__logo span {
  font-family: "Overpass", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  color: #023F73;
}
.theme-nextrec .title-container .h2-title {
  max-width: 500px;
  color: #2C2D30;
}
.theme-nextrec .title-container .h2-title span {
  color: #32604E;
}
.theme-nextrec .title-container .heading-small {
  color: #32604E;
  letter-spacing: 0.405em;
  text-transform: uppercase;
}
.theme-nextrec .title-container .body-large-regular {
  color: #7E8085;
  max-width: 768px;
}
.theme-nextrec #nextrec__contact-form {
  background: #ffffff;
}
.theme-nextrec #nextrec__contact-form .contact-form-images {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #F8F9FA;
  border-radius: 0px 12px 12px 0px;
}
.theme-nextrec #nextrec__contact-form .contact-form-images .contact-form-image-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.theme-nextrec #nextrec__contact-form .contact-form-images .contact-form-image-left svg:nth-child(1) {
  position: absolute;
  z-index: -99;
  left: -100px;
  top: -50px;
}
.theme-nextrec #nextrec__contact-form .contact-form-images .contact-form-image-left svg:nth-child(2) {
  position: absolute;
  z-index: -100;
  top: 150px;
  left: -50px;
}
.theme-nextrec #nextrec__contact-form .button-small {
  width: 100%;
  background-color: #32604E;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.04);
  color: #fff;
}
@media (min-width: 992px) {
  .theme-nextrec #nextrec__contact-form .button-small {
    max-width: 160px;
  }
}
.theme-nextrec #nextrec__contact-form .contact-form-content {
  width: 100%;
  max-width: 780px;
  border: 1px solid #E8EAED;
  border-radius: 0px 12px 12px 0px;
  z-index: 2;
  background-color: #F8F9FA;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.04);
}
.theme-nextrec #nextrec__contact-form .contact-form-content form {
  position: relative;
  background-color: #F8F9FA;
  width: 100%;
  height: 100%;
  padding: 28px;
  z-index: 99999;
}
@media (min-width: 992px) {
  .theme-nextrec #nextrec__contact-form .contact-form-content form {
    padding: 56px;
  }
}
.theme-nextrec #nextrec__contact-form .contact-form-content form .contact-form-image-right {
  position: absolute;
  bottom: -10px;
  right: -150px;
}
.theme-nextrec #nextrec__contact-form .contact-form-content form .contact-form-image-right img {
  max-width: 350px;
}
.theme-nextrec #nextrec__contact-form .contact-form-content .form-label {
  margin-bottom: 8px;
  color: #2C2D30;
}
.theme-nextrec #nextrec__contact-form .contact-form-content .form-control {
  padding: 6px 8px;
  background: #ffffff;
  border: 0.5px solid #E8EAED;
  border-radius: 12px;
  color: #404145;
}
@media (min-width: 992px) {
  .theme-nextrec #nextrec__contact-form .contact-form-content .form-control {
    padding: 12px 16px;
  }
}
.theme-nextrec #nextrec__contact-form .contact-form-content .form-control::-moz-placeholder {
  color: #BABDC2;
}
.theme-nextrec #nextrec__contact-form .contact-form-content .form-control::placeholder {
  color: #BABDC2;
}
.theme-nextrec #nextrec__contact-form .contact-form-content textarea {
  height: 90px;
}
.theme-nextrec #nextrec-hero {
  position: relative;
}
.theme-nextrec #nextrec-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/next-rec-bg-hero.png");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: 0;
}
.theme-nextrec #nextrec-hero .hero-section-images {
  display: none !important;
}
.theme-nextrec #nextrec-hero .inner-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.theme-nextrec #nextrec-hero .inner-container .hero-section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.theme-nextrec #nextrec-hero .inner-container .hero-section-content .heading-medium {
  width: 100%;
  color: #32604E;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.405em;
  text-transform: uppercase;
}
.theme-nextrec #nextrec-hero .hero-section-images {
  position: relative;
  height: 300px;
  display: none;
}
@media (min-width: 1200px) {
  .theme-nextrec #nextrec-hero .hero-section-images {
    display: flex;
  }
}
.theme-nextrec #nextrec-hero .hero-section-images .hero-section-image-left svg.bigger {
  position: absolute;
  bottom: 0;
  left: 50px;
}
.theme-nextrec #nextrec-hero .hero-section-images .hero-section-image-left svg.smaller {
  position: absolute;
  left: 220px;
  transform: translateY(-50%);
  top: 50%;
}
.theme-nextrec #nextrec-hero .hero-section-images .hero-section-image-left .image {
  width: 480px;
  position: absolute;
  bottom: 0;
  left: -100px;
}
.theme-nextrec #nextrec-hero .hero-section-images .hero-section-image-left .image img {
  width: 100%;
}
.theme-nextrec #nextrec-hero .hero-section-images .hero-section-image-right svg.bigger {
  position: absolute;
  bottom: 180px;
  right: -80px;
}
.theme-nextrec #nextrec-hero .hero-section-images .hero-section-image-right svg.smaller {
  position: absolute;
  bottom: 110px;
  right: 0;
}
.theme-nextrec #nextrec-hero .hero-section-images .hero-section-image-right .image {
  width: 480px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.theme-nextrec #nextrec-hero .hero-section-images .hero-section-image-right .image img {
  width: 100%;
}
.theme-nextrec #page__services .page-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 576px) {
  .theme-nextrec #page__services .page-services-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .theme-nextrec #page__services .page-services-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.theme-nextrec #page__services .page-services-grid .services-item {
  background: #F8F9FA;
  border: 0.5px solid #E8EAED;
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.theme-nextrec #page__services .page-services-grid .services-item .services-item-inner-content {
  padding: 8px;
}
@media (min-width: 768px) {
  .theme-nextrec #page__services .page-services-grid .services-item .services-item-inner-content {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .theme-nextrec #page__services .page-services-grid .services-item .services-item-inner-content {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .theme-nextrec #page__services .page-services-grid .services-item .services-item-inner-content {
    padding: 24px;
  }
}
.theme-nextrec #page__services .page-services-grid .services-item .body-small-regular {
  color: #2C2D30;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
.theme-nextrec #page__services .page-services-grid .services-item .body-large-semibold {
  color: #2C2D30;
}
.theme-nextrec #page__services .page-services-grid .services-item .services-image-ctr-sc .services-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.theme-nextrec #page__services .page-services-grid .services-item .services-image-ctr-sc .services-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-nextrec #page__services .h3-title {
  color: #2C2D30;
  width: 100%;
  display: inline-block;
  font-weight: 600;
}
.theme-nextrec #page__services .body-small-regular {
  color: #606266;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.theme-nextrec #page_about-us .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.theme-nextrec #page_about-us .title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.theme-nextrec #page_about-us .title-container .h2-title,
.theme-nextrec #page_about-us .title-container .body-large-regular {
  max-width: unset;
}
.theme-nextrec #page_about-us .body-large-regular {
  display: unset;
}
.theme-nextrec #page_about-us .body-large-regular * {
  display: unset;
}
.theme-nextrec #page_team .h2-title {
  max-width: unset;
}
.theme-nextrec #page_team .team-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 576px) {
  .theme-nextrec #page_team .team-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .theme-nextrec #page_team .team-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.theme-nextrec #page_team .team-content .team-item {
  width: 100%;
  border: 1px solid #E8EAED;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.theme-nextrec #page_team .team-content .team-item-img {
  height: 340px;
  width: 100%;
  background-color: #DAD9D4;
}
.theme-nextrec #page_team .team-content .team-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-nextrec #page_team .team-content .team-item-content {
  position: absolute;
  bottom: 15px;
  width: 90%;
  padding: 16px;
  background: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.theme-nextrec #page_team .team-content .team-item-content .team-name {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.theme-nextrec #page_team .team-content .team-item-content .team-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.theme-nextrec #page_team .team-content .team-item-content .team-social li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-nextrec #page_team .team-content .team-item-content .team-social li a svg path {
  fill: #fff;
}

.navbar {
  background-color: #ffffff;
  padding: 20px 1rem;
  max-width: 1200px;
}
.navbar .container-fluid {
  z-index: 9;
}
.navbar .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.navbar .navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none;
  padding: 0;
}
.navbar .navbar-toggler #nav-icon {
  width: 30px;
  height: 24px;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar .navbar-toggler #nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #024C8B;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar .navbar-toggler #nav-icon span:nth-child(1) {
  top: 0px;
}
.navbar .navbar-toggler #nav-icon span:nth-child(2) {
  top: 10px;
}
.navbar .navbar-toggler #nav-icon span:nth-child(3) {
  top: 10px;
  background-color: #32604E;
}
.navbar .navbar-toggler #nav-icon span:nth-child(4) {
  top: 20px;
}
.navbar .navbar-toggler #nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.navbar .navbar-toggler #nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar .navbar-toggler #nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  background-color: #024C8B;
}
.navbar .navbar-toggler #nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
@media (min-width: 768px) {
  .navbar {
    padding: 10px 3rem;
  }
}
@media (min-width: 992px) {
  .navbar {
    padding: 16px 4rem;
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding: 16px 3rem;
  }
}
@media (min-width: 1400px) {
  .navbar {
    padding: 16px 0;
  }
}
.navbar .nav-link {
  color: #404145;
  padding: 0;
  font-family: "Overpass", sans-serif;
}
@media (min-width: 992px) {
  .navbar .nav-link {
    color: #404145;
    padding: 0 16px !important;
  }
}
.navbar .nav-link:hover {
  color: #023F73;
}
.navbar .nav-item .body-small-medium.active {
  font-weight: 600;
  color: #023F73;
}

.button-custom {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 12px;
  gap: 10px;
  height: 40px;
  border-radius: 10px;
  text-decoration: none;
  width: 100%;
  color: #024C8B;
  transition: 0.3s all ease;
  background-color: #023F73;
}
.button-custom:hover {
  background-color: #32604E;
  color: #ffffff;
}
.button-custom span {
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 992px) {
  .button-custom {
    width: auto;
  }
}

.footer {
  padding: 30px 0;
}
.footer .footer-left .body-large-semibold {
  color: #32604E;
}
.footer .footer-left ul li a span.body-small-medium {
  color: #606266;
}
.footer .footer-right {
  max-width: 340px;
}
.footer .footer-right .body-small-medium {
  color: #404145;
}
.footer .footer-right .footer__icons li {
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer .footer-right .footer__icons li {
    margin-left: 20px;
    margin-right: 0;
  }
}
.footer .footer-right .footer__icons li a {
  transition: 0.5s all;
}
.footer .footer-right .footer__icons li a:hover {
  transform: translateY(-5px);
}
.footer .footer-right .footer__icons li a svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .footer {
    padding: 60px 0;
  }
}
.footer#nextrec__footer {
  background-color: #F8F9FA;
}
.footer#nextrec__footer .body-large-semibold {
  color: #32604E;
}
.footer#nextrec__footer .footer-left a {
  color: #32604E;
}
.footer#nextrec__footer .footer-left a svg path {
  fill: #32604E;
}
.footer#nextrec__footer .footer-left a span {
  color: #32604E;
}
.footer#nextrec__footer .footer-right .footer__icons li a svg path {
  fill: #024C8B;
}
.footer#nextrec__footer .footer-right .body-small-medium {
  color: #739286;
}

.copyright#nextrec_copyright {
  background-color: #F8F9FA;
}
.copyright#nextrec_copyright .inner-container {
  border-top: 1px solid #E8EAED;
}
.copyright#nextrec_copyright .inner-container span {
  color: #7E8085;
}
.copyright#nextrec_copyright .inner-container a {
  color: #32604E;
}

#map-section {
  width: 100%;
  background: linear-gradient(135deg, #32604E, #456E5E);
}
#map-section .inner-container .map-inner {
  position: relative;
}
#map-section .inner-container .map-inner .map-iframe {
  width: 100%;
  height: 300px;
  border: 1px solid #E8EAED;
  border-radius: 12px;
}
@media (min-width: 992px) {
  #map-section .inner-container .map-inner .map-iframe {
    height: 385px;
  }
}
#map-section .inner-container .map-inner .map-content {
  width: 100%;
  background-color: #fff;
  padding: 12px;
  margin-top: 20px;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #32604E;
  border-radius: 12px;
}
@media (min-width: 992px) {
  #map-section .inner-container .map-inner .map-content {
    height: 320px;
    padding: 24px;
    position: absolute;
    max-width: 400px;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
    margin-top: 0px;
  }
}
#map-section .inner-container .map-inner .map-content .h3-title {
  color: #2D2E33;
}
#map-section .inner-container .map-inner .map-content ul li {
  padding: 16px 0;
  border-bottom: 1px solid #E8EAED;
}
#map-section .inner-container .map-inner .map-content ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#map-section .inner-container .map-inner .map-content ul li .map-day {
  color: #404145;
}
#map-section .inner-container .map-inner .map-content ul li .map-hours {
  color: #404145;
}

.page-not-found {
  height: 80vh;
}
.page-not-found .h1-title {
  color: #171717;
}
@media (min-width: 992px) {
  .page-not-found .h1-title {
    font-size: 100px;
  }
}
.page-not-found .h3-title {
  color: #2C2D30;
}
.page-not-found .body-large-regular {
  color: #7E8085;
}
.page-not-found .left-image {
  top: 20%;
  left: 0;
  z-index: -1;
  max-width: 150px;
}
@media (min-width: 992px) {
  .page-not-found .left-image {
    max-width: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-not-found .left-image img {
  width: 100%;
}
.page-not-found .right-image {
  bottom: 20%;
  right: 0;
  z-index: -1;
  max-width: 150px;
}
@media (min-width: 992px) {
  .page-not-found .right-image {
    max-width: unset;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-not-found .right-image img {
  width: 100%;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-animation] {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-duration: 1s;
}

.animations-disabled,
.animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  animation-name: slideInUp;
}

.slideInDown {
  animation-name: slideInDown;
}

.slideInLeft {
  animation-name: slideInleft;
}

.slideInRight {
  animation-name: slideInRight;
}

.fadeIn {
  animation-name: fadeIn;
}

.fadeOut {
  animation-name: fadeIn;
  animation-direction: reverse;
}

.zoomIn {
  animation-name: zoomIn;
}

.zoomOut {
  animation-name: zoomIn;
  animation-direction: reverse;
}

.zoomReverseIn {
  animation-name: zoomReverseIn;
}

.zoomReverseOut {
  animation-name: zoomReverseIn;
  animation-direction: reverse;
}

.flipInY {
  animation-name: flipInY;
}

.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}

.rotateAnim {
  animation: 1s linear infinite rotate-con;
}

@keyframes rotate-con {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.button-custom-secondary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
  height: 48px;
  background-color: #F1F2FF;
  border-radius: 10px;
  padding: 12px 24px;
  transition: 0.3s all ease;
}
.button-custom-secondary * {
  transition: 0.3s all ease;
}
.button-custom-secondary:hover {
  background-color: #32604E;
  border-color: #32604E;
}
.button-custom-secondary:hover * {
  color: #ffffff !important;
}

.timeline {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
  max-width: 992px;
}
.timeline .timeline-item {
  position: relative;
}
.timeline .timeline-item::after {
  position: absolute;
  display: block;
  top: 5px;
  background-color: #456E5E;
  left: -28px;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  content: "";
}
.timeline .timeline-item h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #32604E;
}
@media (min-width: 992px) {
  .timeline .timeline-item h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

#work-slider .title-container .h2-title {
  max-width: 768px;
}
#work-slider .swiper {
  align-items: stretch;
}
#work-slider .arrows {
  position: absolute;
  right: 0;
  top: -40px;
}
@media (min-width: 576px) {
  #work-slider .arrows {
    top: 50%;
    transform: translateY(-50%);
  }
}
#work-slider .arrows .swiper-next,
#work-slider .arrows .swiper-prev {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E8EAED;
  border-radius: 50%;
}
#work-slider .swiper-slide {
  padding: 16px;
  background: #F8F9FA;
  border: 1px solid #E8EAED;
  border-radius: 12px;
  height: unset;
  justify-content: flex-start !important;
}
#work-slider .swiper-slide .body-large-semibold {
  color: #2C2D30;
}
#work-slider .swiper-slide .body-small-regular {
  color: #2C2D30;
  min-height: 72px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#work-slider .swiper-slide .body-detail-regular {
  color: #7E8085;
}
#work-slider .swiper-slide .body-detail-semibold {
  color: #023F73;
}

#page__references {
  background: linear-gradient(135deg, #32604E, #456E5E);
}
#page__references .stat-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  #page__references .stat-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#page__references .stat-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
  width: 100%;
}
#page__references .stat-item:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.3);
}
#page__references .stat-item .stat-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
#page__references .stat-item .stat-icon svg {
  width: 100px;
  height: auto;
}
#page__references .stat-item .stat-icon svg path {
  fill: #ffffff;
}
@media (max-width: 575px) {
  #page__references .stat-item .stat-icon svg {
    width: 60px;
  }
}
#page__references .stat-item .stat-number {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  transition: color 0.3s ease;
}
@media (max-width: 575px) {
  #page__references .stat-item .stat-number {
    font-size: 24px;
  }
}
#page__references .stat-item .stat-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.3s ease;
}
@media (max-width: 575px) {
  #page__references .stat-item .stat-text {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */