@charset "UTF-8";
/* 
Theme Name: CMDL Custom Theme
Description: Custom WordPress theme with SCSS compilation
Version: 1.0.0
*/
.heading-custom {
  color: #0f265c;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 24px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .heading-custom {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-custom {
    font-size: 32px;
  }
}

.specialization-content {
  position: relative;
}
.specialization-content .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.specialization-content:hover .button-secondary-bordered-small {
  background-color: #207fd9;
  color: #fff;
}

.block-specializations.default .specialization-content-title a {
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  color: #0f265c;
  margin-bottom: 6px;
}

.block-specializations.default .specialization-content img {
  height: 36px;
  width: auto;
}

.accordion .accordion-item .accordion-header .accordion-button h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.16px;
}
.accordion .accordion-item .accordion-header .accordion-button p {
  margin: 0;
}

.block-accordion .block-accordion-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
}

.wp-block-heading {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.96px;
  color: #0f265c;
}
@media only screen and (min-width: 768px) {
  .wp-block-heading {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-heading {
    font-size: 32px;
  }
}

.block-breadcrumbs ol,
.block-breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
}
.block-breadcrumbs ol li + li:before,
.block-breadcrumbs ul li + li:before {
  content: "›";
  margin: 0 0.5em;
  color: #b6bac6;
}

.heading-colon:after {
  content: ":";
}

.category-hero {
  padding: 32px 0;
}
@media only screen and (min-width: 768px) {
  .category-hero {
    padding: 48px 0;
  }
}
.category-hero__title {
  color: #0f265c;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 24px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .category-hero__title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .category-hero__title {
    font-size: 32px;
  }
}
.category-hero__description {
  width: 650px;
  max-width: 100%;
}

.single-post article .article-tags .category {
  padding: 0;
}
.single-post article .article-tags .category a {
  padding: 5px 10px;
  display: inline-block;
  color: #2e3c5c;
}

.why-worth {
  padding: 32px 0;
}
@media only screen and (min-width: 768px) {
  .why-worth {
    padding: 48px 0;
  }
}
@media only screen and (min-width: 992px) {
  .why-worth {
    padding: 64px 0;
  }
}
.why-worth__title {
  text-wrap: balance;
  text-align: center;
  color: #0f265c;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .why-worth__title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .why-worth__title {
    font-size: 36px;
  }
}
.why-worth__description p, .why-worth__description li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #2E3C5C;
}
.why-worth__description *:last-child {
  margin-bottom: 0;
}
.why-worth .row {
  margin-top: 0;
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.why-worth__block {
  position: relative;
  padding: 20px 24px;
  border: 1px solid #DDE3EE;
  border-radius: 12px;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .why-worth__block {
    padding: 20px 32px;
  }
}
.why-worth__block:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -1px;
  width: 2px;
  height: 52px;
  background: #207FD9;
}
.why-worth__block-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #0F265C;
  min-height: 52px;
  display: flex;
  align-items: center;
}
.why-worth__block-description {
  margin-top: 16px;
  text-wrap: balance;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #0F265C;
}
.why-worth__block-cta {
  background-color: #EEF5FF;
  position: relative;
  padding: 20px 24px;
  padding-top: 34px;
  border: 1px solid #DDE3EE;
  border-radius: 12px;
  height: 100%;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .why-worth__block-cta {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .why-worth__block-cta {
    padding: 20px 32px;
    padding-top: 88px;
  }
}
.why-worth__block-cta .button-primary {
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  .why-worth__block-cta .button-primary {
    margin-top: 24px;
  }
}

.scope-of-services {
  background-color: #EEF5FF;
  padding: 24px 0;
}
@media only screen and (min-width: 768px) {
  .scope-of-services {
    padding: 48px 0;
  }
}
@media only screen and (min-width: 992px) {
  .scope-of-services {
    padding: 64px 0;
  }
}
.scope-of-services__title {
  text-align: center;
  color: #0f265c;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-wrap: balance;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .scope-of-services__title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.scope-of-services .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
  margin-top: 0;
}
.scope-of-services .service-box {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  height: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 32px;
  border-radius: 12px;
  color: #0F265C;
  text-decoration: none !important;
  transition: background-color 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .scope-of-services .service-box {
    padding: 42px 32px;
  }
}
.scope-of-services .service-box__title {
  text-wrap: balance;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #0F265C;
  margin: 0;
  flex-grow: 1;
}
.scope-of-services .service-box__arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  will-change: transform;
  transition: 0.3s ease-in-out;
}
.scope-of-services .service-box:hover {
  background-color: #EEF5FF;
}
.scope-of-services .service-box:hover svg {
  transform: rotate(45deg);
}

.short-price-list {
  background-color: #EEF5FF;
  padding: 24px 0;
}
@media only screen and (min-width: 768px) {
  .short-price-list {
    padding: 48px 0;
  }
}
@media only screen and (min-width: 992px) {
  .short-price-list {
    padding: 64px 0;
  }
}
.short-price-list__title {
  text-align: center;
  color: #0f265c;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-wrap: balance;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .short-price-list__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.short-price-list .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-top: 0;
}
.short-price-list .price-col:first-child .short-price-list__item-title {
  border-top-left-radius: 12px;
}
.short-price-list .price-col:first-child .short-price-list__item-price {
  border-top-right-radius: 12px;
  border-top: 2px solid #fff;
}
@media only screen and (min-width: 768px) {
  .short-price-list .price-col:first-child .short-price-list__item-price {
    border-bottom-left-radius: 12px;
    border-top: 0;
    border-left: 2px solid #fff;
    border-top-right-radius: 0;
  }
}
.short-price-list .price-col:last-child .short-price-list__item-title {
  border-bottom-left-radius: 12px;
  border-right: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .short-price-list .price-col:last-child .short-price-list__item-title {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
  }
}
.short-price-list .price-col:last-child .short-price-list__item-price {
  border-bottom-right-radius: 12px;
}
.short-price-list__item {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 768px) {
  .short-price-list__item {
    flex-direction: column;
  }
}
.short-price-list__item-title {
  background: #fff;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #0F265C;
  text-wrap: balance;
  border-bottom: 2px solid #EEF5FF;
  padding: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 479px) {
  .short-price-list__item-title {
    padding: 32px 16px;
  }
}
@media only screen and (min-width: 768px) {
  .short-price-list__item-title {
    padding: 16px;
    height: 110px;
    font-size: 12px;
    border-bottom: 0;
    border-right: 2px solid #EEF5FF;
  }
}
@media only screen and (min-width: 992px) {
  .short-price-list__item-title {
    font-size: 16px;
  }
}
.short-price-list__item-price {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #0F265C;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (min-width: 768px) {
  .short-price-list__item-price {
    height: 90px;
    font-size: 21px;
  }
}
.short-price-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .short-price-list__link {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .short-price-list__link {
    margin-top: 40px;
  }
}

.container-desktop {
  max-width: 100%;
  width: 1460px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}

.other-services {
  padding: 24px 0;
}
@media only screen and (min-width: 768px) {
  .other-services {
    padding: 48px 0;
  }
}
@media only screen and (min-width: 992px) {
  .other-services {
    padding: 64px 0;
  }
}
.other-services__title {
  text-wrap: balance;
  text-align: center;
  color: #0f265c;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .other-services__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .other-services__title {
    font-size: 36px;
  }
}
.other-services .row {
  margin-top: 0;
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.other-services .other-services-item {
  padding: 32px;
  border: 1px solid #EEF5FF;
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  position: relative;
}
.other-services .other-services-item .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.other-services .other-services-item__claim {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.other-services .other-services-item__claim .other-services-item-icon img, .other-services .other-services-item__claim .other-services-item-icon svg {
  width: 38px;
  height: auto;
  max-height: 38px;
}
.other-services .other-services-item__claim .other-services-item-icon--default {
  opacity: 0.6;
}
.other-services .other-services-item__claim .other-services-item-title,
.other-services .other-services-item__claim .other-services-item-title a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #0F265C;
  margin: 0;
}
.other-services .other-services-item .other-services-item-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  will-change: transform;
  transition: 0.3s ease-in-out;
}
.other-services .other-services-item:hover {
  background-color: #EEF5FF;
}
.other-services .other-services-item:hover .other-services-item-arrow {
  transform: rotate(45deg);
}

/*# sourceMappingURL=new-app.css.map */
