/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sanitize.css/sanitize.css ***!
  \**************************************************************************************************************************************************************/
@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type=search i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/styles/index.scss ***!
  \********************************************************************************************************************************************/
/**
* Header
*/
.wp-block-template-part:has(.blk-Header) {
  padding: 20px 0;
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0);
  transition: background-color 0.3s;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1100px) {
  .wp-block-template-part:has(.blk-Header.is-style-open) {
    background-color: var(--wp--preset--color--green-white);
    height: 100vh;
    overflow-y: scroll;
  }
}
@media (max-width: 1100px) {
  .blk-Header__Wrapper {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
    position: relative;
  }
}
@media (max-width: 1100px) {
  .blk-Header__Content {
    align-items: center !important;
    flex-direction: column-reverse;
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin-right: -40px !important;
    padding: 0 !important;
    pointer-events: none;
    transition: opacity 0.3s;
    visibility: hidden;
  }
}
@media (max-width: 1100px) {
  .is-style-open .blk-Header__Content {
    height: auto;
    opacity: 1;
    overflow: visible;
    padding-bottom: 70px !important;
    padding-top: 70px !important;
    pointer-events: all;
    visibility: visible;
  }
}
.blk-Header__Content .wp-block-navigation ul {
  gap: 50px;
}
@media (max-width: 1100px) {
  .blk-Header__Content .wp-block-navigation ul {
    flex-direction: column;
  }
}
@media (max-width: 1100px) {
  .blk-Header__Info {
    flex-direction: column !important;
    margin-top: 80px !important;
  }
}
@media (max-width: 1100px) {
  .blk-Header__Info .wp-block-buttons,
  .blk-Header__Info .blk-Search {
    display: none;
  }
}
.blk-Header :where(.wp-block-group.has-background) {
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.blk-Header .wp-block-site-logo img {
  width: clamp(11rem, 7.662rem + 14.24vw, 16.563rem);
}
.blk-Header_SpButtons {
  display: none !important;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 30px;
  transform: translate(0, -50%);
}
@media (max-width: 1100px) {
  .blk-Header_SpButtons {
    display: flex !important;
  }
}
@media (max-width: 781px) {
  .blk-Header_SpButtons {
    top: 20px;
  }
}

.blk-Footer {
  background-image: url(02993fdc9451b5649b2f.png);
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 100px;
  padding-top: clamp(14.375rem, 12.125rem + 9.6vw, 18.125rem);
  padding-bottom: 60px;
}
@media (max-width: 781px) {
  .blk-Footer {
    margin-top: -70px;
  }
}

.blk-FooterNavigation .wp-block-buttons {
  gap: clamp(0.625rem, -0.875rem + 6.4vw, 3.125rem);
}
.blk-FooterNavigation .wp-block-buttons + .wp-block-buttons {
  margin-top: clamp(0.625rem, -0.875rem + 6.4vw, 3.125rem);
}
.blk-FooterNavigation .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - clamp(0.625rem, -0.875rem + 6.4vw, 3.125rem) * 0.75);
}
@media (max-width: 1100px) {
  .blk-FooterNavigation .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(50% - clamp(0.625rem, -0.875rem + 6.4vw, 3.125rem) * 0.5);
  }
}
.blk-FooterNavigation .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - clamp(0.625rem, -0.875rem + 6.4vw, 3.125rem) * 0.5);
}
@media (max-width: 1100px) {
  .blk-FooterNavigation .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: 100%;
  }
}

.blk-2Column {
  gap: clamp(2.5rem, -14.167rem + 26.67vw, 12.5rem) !important;
}

.blk-LinkButtons {
  padding-top: clamp(2.5rem, 1rem + 6.4vw, 5rem);
  padding-bottom: 0;
}
.blk-LinkButtons .wp-block-columns {
  flex-wrap: wrap !important;
  justify-content: center;
}
@media (max-width: 781px) {
  .blk-LinkButtons .wp-block-columns {
    justify-content: flex-start;
  }
}
.blk-LinkButtons .wp-block-columns .wp-block-column {
  flex-basis: calc(20% - 16px) !important;
  min-width: 280px;
}
@media (max-width: 781px) {
  .blk-LinkButtons .wp-block-columns .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    min-width: 0;
    max-width: calc(50% - 16px) !important;
  }
}
.blk-LinkButtons .wp-block-columns .wp-block-column > * {
  height: 100%;
}
.blk-LinkButtons .wp-block-columns .wp-block-column .has-size-20-font-size {
  align-items: center;
  display: flex;
  min-height: calc(var(--wp--preset--font-size--size-20) * 1.5 * 2);
  justify-content: center;
}
.blk-LinkButtons .wp-block-columns .wp-block-column .has-size-14-font-size {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem) !important;
  margin-top: clamp(0.313rem, -0.025rem + 1.44vw, 0.875rem);
}

.blk-Info {
  padding-bottom: clamp(3.125rem, 1.25rem + 8vw, 6.25rem) !important;
}
@media (max-width: 1100px) {
  .blk-Info_nav {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1100px) {
  .blk-Info_nav .wp-block-buttons {
    justify-content: center;
  }
}
@media (max-width: 1100px) {
  .blk-Info_nav .wp-block-buttons .wp-block-button {
    max-width: 77.6119402985%;
  }
}

.blk-OpenHours {
  padding: clamp(1.563rem, 1rem + 2.4vw, 2.5rem) 0 0 clamp(1.25rem, 0.5rem + 3.2vw, 2.5rem) !important;
}
.blk-OpenHours > .wp-block-group.is-layout-flex {
  gap: 5px 15px !important;
}
.blk-OpenHours .has-slate-blue-background-color {
  min-width: clamp(7.25rem, 6.35rem + 3.84vw, 8.75rem);
  text-align: center;
}

.blk-Recruit {
  position: relative;
  z-index: 10;
}
@media (max-width: 781px) {
  .blk-Recruit {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.blk-Recruit .wp-block-columns {
  align-items: stretch !important;
  gap: 60px 0;
}
@media (max-width: 781px) {
  .blk-Recruit .wp-block-columns {
    flex-direction: column-reverse;
  }
}
.blk-Recruit .wp-block-columns .wp-block-column {
  align-self: stretch !important;
}
.blk-Recruit .wp-block-columns .wp-block-column .wp-block-image {
  height: 100%;
}
@media (max-width: 781px) {
  .blk-Recruit .wp-block-columns .wp-block-column .wp-block-image {
    margin-right: calc(var(--wp--style--root--padding-right) * -1);
  }
}
.blk-Recruit .wp-block-columns .wp-block-column .wp-block-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 40px;
}

.blk-News {
  background-image: url(7f9f80b4730631159a2e.png);
  background-size: auto 100%;
  background-position: center;
  margin: clamp(-16.125rem, -17.625rem + 6.4vw, -13.625rem) 0 0;
  padding: 338px 0 clamp(12.75rem, 9.9rem + 12.16vw, 17.5rem);
  position: relative;
  z-index: 3;
}
@media (max-width: 781px) {
  .blk-News {
    background-position: 13.768115942% center;
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
  }
}
.blk-News_Item {
  position: relative;
}
.blk-News_Item::before {
  background-color: white;
  border-radius: 30px;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  transform: translate(0, -50%);
  width: 86.9565217391%;
}
.blk-News_Item > * {
  position: relative;
}
.blk-News_Item--inner {
  position: relative;
}
.blk-News_Item--inner li {
  padding-right: 56px;
  position: relative;
}
.blk-News_Item--inner li::before {
  background-image: url(25feb751342e602c37a9.svg);
  background-size: contain;
  content: "";
  display: block;
  height: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
}
.blk-News_Item--inner li:not(:first-child) {
  border-top: solid 1px var(--wp--preset--color--gold-yellow);
}
@media (max-width: 781px) {
  .blk-News .wp-block-buttons {
    justify-content: center;
  }
}
.blk-News .wp-block-buttons .wp-block-button__link {
  background-color: var(--wp--preset--color--navy-black);
  border: solid 1px var(--wp--preset--color--navy-black);
  border-radius: 99px;
  color: var(--wp--preset--color--white) !important;
  font-size: var(--wp--preset--font-size--18) !important;
  font-weight: 400 !important;
  padding-left: 46px;
  padding-right: 46px;
  width: 100%;
  max-width: 300px;
}
.blk-News .wp-block-buttons .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--navy-black) !important;
}
.blk-News .wp-block-buttons .wp-block-button__link::after {
  background-image: url(7abff13ef31fbb692fec.svg);
  height: 26px;
  right: 10px;
  width: 26px;
}

.blk-Consultation {
  background-image: url(8ee362f390816f3107f7.jpg);
  background-size: cover;
  margin-top: -200px;
  padding-top: 200px;
  padding-bottom: clamp(4.906rem, 0.162rem + 20.24vw, 12.813rem);
}
.blk-Consultation_Item {
  background-color: var(--wp--preset--color--white);
  border-radius: 10px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(3.75rem, 2.4rem + 5.76vw, 6rem);
  padding-top: clamp(1.625rem, 1.475rem + 0.64vw, 1.875rem);
  padding-left: clamp(1.25rem, 0.125rem + 4.8vw, 3.125rem);
  padding-right: clamp(1.25rem, 0.125rem + 4.8vw, 3.125rem);
  max-width: 575px;
}
.blk-Consultation_Item .wp-block-image {
  aspect-ratio: 1/1;
  background-color: var(--wp--preset--color--pale-yellow);
  border-radius: 100%;
  padding-left: 24.4210526316%;
  padding-top: 32.6315789474%;
  margin-bottom: -14.9473684211% !important;
  margin-left: -15.7894736842% !important;
  margin-top: -28.4210526316% !important;
  width: 87.1578947368%;
}
@media (max-width: 781px) {
  .blk-Consultation_Item .wp-block-image {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 781px) {
  .blk-Programs .wp-block-column:nth-child(odd) {
    padding-right: var(--wp--style--root--padding-right);
  }
}
@media (max-width: 781px) {
  .blk-Programs .wp-block-column:nth-child(even) {
    padding-left: var(--wp--style--root--padding-left);
  }
}
@media (max-width: 781px) {
  .blk-Programs .wp-block-column > .wp-block-group {
    margin-top: 0 !important;
  }
}

.blk-RelationLinks {
  position: relative;
  z-index: 5;
}
.blk-RelationLinks .wp-block-navigation .wp-block-navigation__container {
  gap: 30px 38px !important;
}
@media (max-width: 781px) {
  .blk-RelationLinks .wp-block-navigation .wp-block-navigation__container {
    flex-direction: column;
  }
}
.blk-RelationLinks .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-item__content {
  display: block;
  width: fit-content;
}
.blk-RelationLinks .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-item__content::after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right center;
  width: 100%;
}
.blk-RelationLinks .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-item__content:hover::after {
  transform: scale(1, 1);
  transform-origin: left center;
}
.blk-RelationLinks .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-item__content[target=_blank] .wp-block-navigation-item__label {
  position: relative;
  padding-right: 15px;
}
.blk-RelationLinks .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-item__content[target=_blank] .wp-block-navigation-item__label::before {
  background-image: url(108b1845aac01466d578.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 12px;
  width: 12px;
}

.blk-PageTitle {
  background-color: var(--wp--preset--color--green-white);
  background-image: url(32fff5b1b5618101e2ea.png);
  background-position: center top;
  background-size: 100% auto;
  margin-bottom: 0;
  padding-bottom: clamp(3.125rem, 1.25rem + 8vw, 6.25rem);
  padding-top: clamp(12.5rem, 5.037rem + 31.84vw, 24.938rem);
}
.wp-site-blocks > .blk-PageTitle {
  margin-top: -159px !important;
}
@media (max-width: 781px) {
  .wp-site-blocks > .blk-PageTitle {
    margin-top: -92px !important;
  }
}

.blk-PageList .wp-block-buttons {
  align-items: stretch;
  gap: clamp(1.25rem, 0.125rem + 4.8vw, 3.125rem) !important;
}
.blk-PageList .wp-block-buttons + .wp-block-buttons {
  margin-top: 20px;
}
.blk-PageList .wp-block-buttons .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - clamp(1.25rem, 0.125rem + 4.8vw, 3.125rem) * 0.5);
}
@media (max-width: 781px) {
  .blk-PageList .wp-block-buttons .wp-block-button.wp-block-button__width-50 {
    width: 100%;
  }
}
.blk-PageList .wp-block-buttons .wp-block-button .wp-block-button__link {
  align-items: center;
  display: flex;
  font-size: var(--wp--preset--font-size--20);
  min-height: 100px;
  justify-content: flex-start;
  padding-left: clamp(1.25rem, 0.875rem + 1.6vw, 1.875rem);
  padding-right: clamp(2.875rem, 2.5rem + 1.6vw, 3.5rem);
}
@media (max-width: 1000px) {
  .blk-PageList .wp-block-buttons .wp-block-button .wp-block-button__link {
    min-height: 50px;
  }
}

@media (max-width: 1000px) {
  .blk-Greeting_Image.wp-block-image {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.blk-Greeting_Image.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--size-14);
  line-height: 1.75;
  margin-top: var(--wp--preset--spacing--size-20);
  text-align: center;
}
.blk-Greeting_Image.wp-block-image figcaption em {
  font-size: var(--wp--preset--font-size--size-20);
  font-style: normal;
}

.wp-block-buttons.blk-AnchorList {
  align-items: stretch;
  gap: 15px;
}
.wp-block-buttons.blk-AnchorList .wp-block-button {
  display: flex;
  width: calc(33.333333% - var(--wp--preset--spacing--size-15) * 0.6667);
}
@media (max-width: 1000px) {
  .wp-block-buttons.blk-AnchorList .wp-block-button {
    width: calc(50% - var(--wp--preset--spacing--size-15) * 0.5);
  }
}
.wp-block-buttons.blk-AnchorList .wp-block-button .wp-block-button__link {
  background-color: var(--wp--preset--color--gold-yellow);
  border-color: var(--wp--preset--color--gold-yellow);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 400;
  height: 100%;
  min-height: clamp(3.75rem, 3rem + 3.2vw, 5rem);
  padding-left: 20px !important;
  padding-right: clamp(1.875rem, -0.188rem + 8.8vw, 5.313rem);
  text-align: left;
}
.wp-block-buttons.blk-AnchorList .wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--white);
}
.wp-block-buttons.blk-AnchorList .wp-block-button .wp-block-button__link::after {
  background-image: url(eb9ecba2a1ee0b85c475.svg);
}

.blk-Doctor {
  margin: 30px 0;
}
.blk-Doctor .wp-block-columns {
  gap: 15px 0;
}
.blk-Doctor .wp-block-columns .wp-block-column {
  padding-left: clamp(1.25rem, 0.875rem + 1.6vw, 1.875rem);
  padding-right: clamp(1.25rem, 0.875rem + 1.6vw, 1.875rem);
}
@media (max-width: 781px) {
  .blk-Doctor .wp-block-columns .wp-block-column {
    padding-left: 0;
    padding-right: 0;
  }
}
.blk-Doctor .wp-block-columns .wp-block-column:first-child {
  padding-left: 0;
}
.blk-Doctor .wp-block-columns .wp-block-column:last-child {
  padding-right: 0;
}
@media (min-width: 782px) {
  .blk-Doctor .wp-block-columns .wp-block-column:not(:first-of-type) {
    border-left: solid 1px var(--wp--preset--color--slate-blue);
  }
}

.blk-ChildPages {
  list-style: none;
  margin: var(--wp--preset--spacing--size-40) 0 0;
  padding: 0;
}
.blk-ChildPages > li {
  margin-top: clamp(1.25rem, 0.5rem + 3.2vw, 2.5rem);
  padding: 0 0 0 17px;
  position: relative;
}
.blk-ChildPages > li::before {
  background-color: var(--wp--preset--color--teal);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(var(--wp--preset--font-size--size-14) / 2 * 1.5);
  transform: translate(0, -50%);
  width: 8px;
}
.blk-ChildPages > li > a {
  color: currentColor;
  display: block;
  text-decoration: none;
  width: fit-content;
}
.blk-ChildPages > li.current-menu-item > a {
  font-weight: 700;
}
.blk-ChildPages > li > ul {
  list-style: none;
  margin: clamp(1.25rem, 0.5rem + 3.2vw, 2.5rem) 0 0;
  padding: 0;
}
.blk-ChildPages > li > ul > li {
  margin: clamp(0.625rem, 0.25rem + 1.6vw, 1.25rem) 0;
}
.blk-ChildPages > li > ul > li > a {
  color: var(--wp--preset--color--slate-blue);
  display: block;
  text-decoration: none;
  width: fit-content;
}
.blk-ChildPages > li > ul > li.current-menu-item > a {
  color: var(--wp--preset--color--slate-blue);
  font-weight: 700;
}
.blk-ChildPages > li > ul > li ul {
  display: none;
}

.blk-Facility h3.wp-block-heading {
  padding: 0 0 0 30px;
  position: relative;
}
.blk-Facility h3.wp-block-heading::before {
  background-color: var(--wp--preset--color--teal);
  border-radius: 100%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: calc(var(--wp--preset--font-size--size-20) / 2 * 1.5);
  transform: translate(0, -50%);
  width: 20px;
}

.blk-CircleHeading {
  align-items: center;
  background-color: var(--wp--preset--color--teal);
  border-radius: 100%;
  color: var(--wp--preset--color--white);
  display: flex;
  font-size: var(--wp--preset--font-size--size-34);
  height: 200px;
  justify-content: center;
  margin-bottom: clamp(2.5rem, 1rem + 6.4vw, 5rem) !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  margin-top: clamp(5rem, 2.375rem + 11.2vw, 9.375rem) !important;
  text-align: center;
  width: 200px;
}

.wp-block-gallery.blk-Gallery {
  gap: clamp(1.25rem, 0.125rem + 4.8vw, 3.125rem);
  width: 100%;
}
.wp-block-gallery.blk-Gallery > .wp-block-image {
  border: solid 1px var(--wp--preset--color--lilac-gray);
  border-radius: 10px;
  padding-bottom: var(--wp--preset--spacing--size-30);
  padding-left: clamp(1.25rem, -0.55rem + 7.68vw, 4.25rem);
  padding-right: clamp(1.25rem, -0.55rem + 7.68vw, 4.25rem);
  padding-top: var(--wp--preset--spacing--size-30);
  width: calc(50% - clamp(1.25rem, 0.125rem + 4.8vw, 3.125rem) * 0.5) !important;
}
.wp-block-gallery.blk-Gallery > .wp-block-image::before {
  content: none !important;
}
.wp-block-gallery.blk-Gallery > .wp-block-image img {
  flex-basis: auto !important;
  flex-grow: 0 !important;
  flex-shrink: 1 !important;
  height: auto !important;
}
.wp-block-gallery.blk-Gallery > .wp-block-image figcaption.wp-element-caption {
  background-image: none !important;
  color: currentColor;
  flex: auto;
  font-size: var(--wp--preset--font-size--size-16);
  margin: var(--wp--preset--spacing--size-30) 0 0;
  padding: 0;
  position: static !important;
  text-shadow: none;
}

.wp-block-heading.is-style-desc {
  padding: 0 0 0 22px;
  position: relative;
}
.wp-block-heading.is-style-desc::before {
  background-color: var(--wp--preset--color--slate-blue);
  border-radius: 100%;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: calc(var(--wp--preset--font-size--size-20) / 2 * 1.5);
  transform: translate(0, -50%);
  width: 12px;
}

/**
* add core/button styles
*/
.wp-block-button .wp-block-button__link {
  padding-left: clamp(2.5rem, 1.525rem + 4.16vw, 4.125rem);
  padding-right: clamp(2.5rem, 1.525rem + 4.16vw, 4.125rem);
  position: relative;
  transition: background-color 0.3s;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--pale-yellow);
}
.wp-block-button .wp-block-button__link::after {
  background-image: url(25feb751342e602c37a9.svg);
  background-size: contain;
  content: "";
  display: block;
  height: clamp(1.25rem, 1.025rem + 0.96vw, 1.625rem);
  position: absolute;
  right: clamp(0.313rem, -0.25rem + 2.4vw, 1.25rem);
  top: 50%;
  transform: translate(0, -50%);
  width: clamp(1.25rem, 1.025rem + 0.96vw, 1.625rem);
}
@media (max-width: 781px) {
  .wp-block-button.wp-block-button__width-50 {
    width: 100% !important;
  }
}
.wp-block-button.is-style-noarrow .wp-block-button__link::after {
  content: none;
}
.wp-block-button.is-style-info .wp-block-button__link {
  min-height: clamp(3.75rem, 2.25rem + 6.4vw, 6.25rem);
}
.wp-block-button.is-style-search .wp-block-button__link {
  background-image: url(0025ac78b50d53410a0c.svg);
  background-position: center;
  height: 100%;
  min-height: 40px !important;
  padding: 0 !important;
  min-width: 40px !important;
}
.wp-block-button.is-style-search .wp-block-button__link::after {
  content: none;
}
.wp-block-button.is-style-toggle .wp-block-button__link {
  height: 40px !important;
  display: block;
  padding: 0 !important;
  width: 40px !important;
}
.wp-block-button.is-style-deep-purple {
  min-width: 240px;
}
@media (max-width: 781px) {
  .wp-block-button.is-style-deep-purple {
    min-width: 100%;
  }
}
.wp-block-button.is-style-deep-purple .wp-block-button__link {
  background-color: var(--wp--preset--color--navy-black);
  border-radius: 999px;
  border: solid 1px var(--wp--preset--color--navy-black);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--18);
  font-weight: 400;
  padding-bottom: 21px;
  padding-left: 46px;
  padding-right: 46px;
  padding-top: 21px;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.wp-block-button.is-style-deep-purple .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--navy-black);
}
.wp-block-button.is-style-deep-purple .wp-block-button__link::after {
  background-image: url(7abff13ef31fbb692fec.svg);
  border: solid 1px var(--wp--preset--color--navy-black);
  border-radius: 100%;
  height: 28px;
  right: 10px;
  width: 28px;
}
.wp-block-button.is-style-gray .wp-block-button__link {
  border-color: var(--wp--preset--color--lilac-gray);
  min-height: 80px !important;
}
.wp-block-button.is-style-gray .wp-block-button__link::after {
  background-image: url(9a02862e56269315728b.svg);
  height: clamp(1.25rem, 1.025rem + 0.96vw, 1.625rem);
  width: clamp(1.25rem, 1.025rem + 0.96vw, 1.625rem);
}

ul.wp-block-list {
  padding: 0 0 0 20px;
}

@counter-style decimal-no-dot {
  system: numeric;
  symbols: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9";
  suffix: " ";
}
ol.wp-block-list {
  list-style-type: decimal-no-dot;
  padding-left: 20px !important;
}
ol.wp-block-list ::marker {
  font-weight: 700;
}

.wp-block-file {
  padding: 0 !important;
}
.wp-block-file a:not(.wp-element-button) {
  background-color: var(--wp--preset--color--white);
  border-radius: 8px;
  color: currentColor;
  display: flex;
  gap: 20px;
  overflow: hidden;
  padding: var(--wp--peset--spacing--size-16, 16px) var(--wp--preset--spacing--size-20, 20px) !important;
  text-decoration: none;
  transition: background-color 0.3s;
}
.wp-block-file a:not(.wp-element-button):hover {
  background-color: var(--wp--preset--color--green-white);
}
.wp-block-file a:not(.wp-element-button)::before {
  align-items: center;
  background-color: var(--wp--preset--color--gray);
  border-radius: 8px 0 0 8px;
  color: var(--wp--preset--color--white);
  content: "FILE";
  display: flex;
  justify-content: center;
  margin: calc(var(--wp--peset--spacing--size-16, 16px) * -1) 0 calc(var(--wp--peset--spacing--size-16, 16px) * -1) calc(-1 * var(--wp--preset--spacing--size-20, 20px));
  width: 55px;
}
.wp-block-file a:not(.wp-element-button)[href$=".pdf"]::before {
  background-color: #CE3D3D;
  content: "PDF";
}
.wp-block-file a:not(.wp-element-button)[href$=".doc"]::before, .wp-block-file a:not(.wp-element-button)[href$=".docx"]::before {
  background-color: #0F4288;
  content: "Word";
}
.wp-block-file a:not(.wp-element-button)[href$=".xls"]::before, .wp-block-file a:not(.wp-element-button)[href$=".xlsx"]::before {
  background-color: #0B7C32;
  content: "Excel";
}

.wp-block-flexible-table-block-table figcaption {
  background-color: var(--wp--preset--color--lilac-gray);
  font-size: var(--wp--preset--font-size--18);
  font-weight: 700;
  margin: 0 0 1px;
  padding: clamp(0.625rem, 0.25rem + 1.6vw, 1.25rem);
}
