:root {
  --bowen-blue: #013c74;
  --bowen-med-blue: #004e97;
  --margin-bottom: 35px;
  --bowen-white: white;
  --bowen-pink: #e8c6c3;
  --seventy: 70px;
  --bowen-zero: 0px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--bowen-blue);
}

.bowen-soon-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.bowen-soon-logo-text {
  width: 300px;
  max-width: 100%;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: Recoletaalt, Trebuchet MS, sans-serif;
  font-size: 2em;
}

.bowen-header {
  max-width: 100%;
  padding: 50px 40px 40px;
  position: relative;
  overflow: visible;
}

.bowen-logo {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bowen-logo-svg {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bowen-header-bg {
  z-index: -1;
  opacity: .05;
  width: 35%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bowen-content {
  max-width: 100%;
}

.bowen-content-holder {
  background-color: var(--bowen-med-blue);
  border-radius: 50px 50px 0 0;
  width: 1400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
  transition: opacity .2s;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Recoletaalt, Trebuchet MS, sans-serif;
  display: none;
}

.bowen-header-text {
  margin-bottom: var(--margin-bottom);
  color: var(--bowen-white);
  text-align: center;
  padding-bottom: 0;
  font-family: Recoletaalt, Trebuchet MS, sans-serif;
  font-size: 9em;
  font-weight: 600;
  line-height: 1.2em;
}

.bowen-pink-span {
  color: var(--bowen-pink);
}

.bowen-header-sub {
  color: var(--bowen-pink);
  text-align: center;
  margin-bottom: 70px;
  font-family: Recoletaalt, Trebuchet MS, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
}

.bowen-photos-one {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  height: auto;
  margin-bottom: 165px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.bedlington-bowen-image {
  margin-bottom: var(--seventy);
  border: 10px solid var(--bowen-white);
  overflow: visible;
  box-shadow: 0 10px 11px 8px #00040936;
}

.bedlington-bowen-image.bowen-left-image {
  overflow: visible;
  transform: translate(35px, 70px)rotate(-15deg);
}

.bedlington-bowen-image.bowen-right-image {
  overflow: visible;
  transform: rotate(15deg)translate(0, 70px);
}

.bowen-heading-two {
  color: var(--bowen-pink);
  text-align: center;
  margin-bottom: 35px;
  font-family: Recoletaalt, Trebuchet MS, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
}

.bowen-text-block {
  margin-bottom: var(--seventy);
  color: var(--bowen-white);
  padding-left: 105px;
  padding-right: 105px;
  font-family: Alexandria, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.5em;
}

.bowen-text-block.bowen-text-block35 {
  margin-bottom: var(--margin-bottom);
}

.bowen-text-block.bowen-text-block35.bowen-text-block-footer {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.4em;
  display: block;
}

.bowen-text-block.bowen-text-block35.bowen-text-block-footer.bowen-footer-appointment {
  margin-bottom: 35px;
}

.bowen-text-block.bowen-text-block35.bowen-text-block-footer.bowen-footer-text-mobile {
  display: block;
}

.bowen-text-block.bowen-no-margin-bottom {
  margin-bottom: var(--bowen-zero);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bowen-text-block.bowen-no-margin-bottom.bowen-text-block-small {
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 1.4em;
  line-height: 1em;
}

.bowen-list {
  color: var(--bowen-white);
  font-family: Alexandria, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.5em;
  list-style-type: disc;
}

.bowen-list-item {
  margin-bottom: 15px;
  margin-left: 35px;
}

.bowen-list-item.bowen-list-item-horizontal {
  margin-bottom: 0;
  margin-left: 0;
}

.bowen-testimonials-holder {
  margin-bottom: var(--seventy);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  place-content: start;
  place-items: start baseline;
  max-width: 100%;
  height: auto;
  display: grid;
  overflow: visible;
}

.bowen-testimonials-holder.bowen-testimonial-holder-mobile {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bowen-testimonial-box {
  background-color: var(--bowen-white);
  border-radius: 15px;
  width: 100%;
  margin-bottom: 25px;
  padding: 35px;
  box-shadow: 0 8px 8px 2px #0003;
}

.bowen-testimonial-text {
  color: var(--bowen-blue);
  font-family: Alexandria, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
}

.bowen-testimonial-span {
  font-weight: 400;
}

.bowen-testimonials-stars {
  width: 130px;
  margin-bottom: 10px;
}

.bowen-contact-box {
  background-color: var(--bowen-blue);
  border-radius: 15px;
  margin-bottom: 70px;
  padding: 70px 35px;
}

.bowen-heading-three {
  color: var(--bowen-pink);
  text-align: center;
  margin-bottom: 35px;
  font-family: Recoletaalt, Trebuchet MS, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1em;
}

.bowen-footer-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 70px;
  display: grid;
}

.bowen-footer-three-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.bowen-footer-three-section.bowen-link-email {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-size: .8em;
  line-height: .9em;
  display: flex;
}

.bowen-footer-three-section-img {
  width: 70px;
  margin-bottom: 15px;
}

.bowen-footer-three-section-img.bowen-mobile-image {
  width: 55px;
  margin-bottom: 20px;
}

.bowen-footer-three-section-img.bowen-image-facebook {
  width: 75px;
  margin-bottom: 23px;
}

.bowen-footer-three-links {
  color: var(--bowen-white);
  text-align: center;
  font-family: Recoletaalt, Trebuchet MS, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: color .7s;
}

.bowen-footer-three-links:hover {
  color: var(--bowen-pink);
}

.bowen-subfooter {
  color: var(--bowen-white);
}

.path {
  display: block;
}

.code-embed {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.bowen-footer-novobarn {
  color: var(--bowen-white);
  width: 120px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Recoletaalt, Trebuchet MS, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: color .7s;
  display: block;
}

.bowen-footer-novobarn:hover {
  color: var(--bowen-pink);
}

.bowen-website-by-text {
  text-align: center;
  margin-bottom: 5px;
  font-family: Recoletaalt, Trebuchet MS, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
}

.bowen-copyright {
  text-align: center;
  margin-bottom: 14px;
  font-family: Alexandria, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1em;
}

.bowen-cookie-policy {
  color: var(--bowen-white);
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-family: Alexandria, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  transition: color .8s;
  display: block;
}

.bowen-cookie-policy:hover {
  color: var(--bowen-pink);
}

.bowen-testimonial-holder {
  width: 860px;
  max-width: 100%;
}

.bowen-privacy-cookie-container {
  width: 800px;
  max-width: 100%;
  margin-bottom: 70px;
  padding: 100px 55px 55px;
}

.bowen-privacy-cookie-text {
  color: var(--bowen-white);
  margin-bottom: 70px;
  font-family: Alexandria, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.5em;
}

.button {
  background-color: var(--bowen-med-blue);
  text-align: center;
  width: 200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Recoletaalt, Trebuchet MS, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 50px;
  transition: color .8s;
  display: block;
}

.button:hover {
  color: var(--bowen-pink);
}

.button.w--current {
  margin-bottom: 100px;
}

.bowen-chevron {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: 1px;
  right: 2px;
}

.bedlington-bowen-main-image-mobile {
  display: none;
}

.div-block {
  word-break: keep-all;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: var(--bowen-pink);
  border: 2px #031d36;
  border-radius: 11px;
  width: 370px;
  max-width: 75%;
  padding: 15px;
  display: block;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 7px 7px #0000004f;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  color: var(--bowen-blue);
  margin-bottom: 0;
  font-family: Alexandria, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
  transform: translate(0);
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Recoletaalt, Trebuchet MS, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.fs-consent_allow {
  background-color: var(--bowen-med-blue);
  color: #fff;
  padding: .7rem 0;
  text-decoration: none;
  transition: background-color .8s;
  display: block;
}

.fs-consent_allow:hover {
  background-color: var(--bowen-blue);
}

.link {
  color: var(--bowen-blue);
  font-weight: 600;
  text-decoration: none;
}

.cookieconsent {
  border: 2px none var(--bowen-blue);
  background-color: var(--bowen-pink);
  color: var(--bowen-blue);
  border-radius: 10px;
  width: 250px;
  max-width: 100%;
  padding: 14px;
  font-size: 1em;
  line-height: 1.2em;
  display: none;
  position: fixed;
  inset: auto 30px 30px auto;
  overflow: visible;
  box-shadow: 0 6px 8px 4px #0003;
}

.cookieconsentlink {
  color: var(--bowen-blue);
  font-weight: 400;
  text-decoration: none;
}

.cookieconsenttext {
  margin-bottom: 10px;
  font-family: Alexandria, sans-serif;
  font-weight: 300;
}

.cookie-consent-button {
  background-color: var(--bowen-med-blue);
  text-align: center;
  width: 100%;
  font-family: Recoletaalt, Trebuchet MS, sans-serif;
  font-weight: 500;
}

.bowen-footer-text {
  color: var(--bowen-white);
  text-align: center;
  margin-top: -10px;
  margin-bottom: 50px;
  font-family: Alexandria, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1em;
}

@media screen and (max-width: 991px) {
  .bowen-header-bg {
    width: 75%;
    transform: translate(-40%);
  }

  .bowen-header-text {
    font-size: 4.6em;
  }

  .bowen-header-sub {
    font-size: 2.5em;
  }

  .bowen-heading-two {
    font-size: 2.35em;
  }

  .bowen-text-block {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.7em;
  }

  .bowen-text-block.bowen-text-block35.bowen-text-block-footer.bowen-footer-text-mobile {
    display: block;
  }

  .bowen-text-block.bowen-text-block35.bowen-text-block-footer.bowen-text-footer-desk {
    display: none;
  }

  .bowen-text-block.bowen-no-margin-bottom.bowen-text-block-small {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bowen-testimonials-holder.bowen-testimonial-holder-mobile {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bowen-footer-three {
    margin-bottom: 50px;
  }

  .bowen-footer-three-text, .bowen-footer-three-text.bowen-link-email {
    font-size: .7em;
  }

  .bowen-cookie-policy {
    margin-bottom: 100px;
  }

  .bowen-footer-text {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  .bowen-header-bg {
    width: 100%;
  }

  .bowen-header-text {
    font-size: 3.2em;
  }

  .bowen-header-sub {
    font-size: 2em;
  }

  .bowen-heading-two {
    font-size: 1.9em;
  }

  .bowen-text-block {
    font-size: 1.6em;
  }

  .bowen-testimonials-holder {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 35px;
    display: flex;
  }

  .bowen-testimonials-holder.bowen-testimonial-holder-mobile {
    display: flex;
  }

  .bowen-testimonial-box {
    width: 100%;
  }

  .bowen-footer-three {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bowen-footer-three-text {
    font-size: 1em;
  }

  .bowen-footer-three-text.bowen-link-email {
    font-size: .9em;
  }

  .bowen-testimonial-holder {
    max-width: 100%;
  }

  .bowen-privacy-cookie-container {
    margin-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .bowen-privacy-cookie-text {
    font-size: 1.4em;
  }

  .bedlington-bowen-main-image-desk {
    display: none;
  }

  .bedlington-bowen-main-image-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .bowen-content-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bowen-header-text {
    font-size: 2.5em;
  }

  .bowen-header-sub {
    font-size: 1.8em;
  }

  .bedlington-bowen-image {
    margin-bottom: var(--margin-bottom);
  }

  .bowen-heading-two {
    font-size: 1.8em;
  }

  .bowen-text-block {
    margin-bottom: var(--margin-bottom);
    font-size: 1.2em;
  }

  .bowen-text-block.bowen-no-margin-bottom.bowen-text-block-small {
    justify-content: center;
    font-size: 1.1em;
  }

  .bowen-testimonials-holder {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .bowen-testimonial-box {
    margin-bottom: 0;
  }

  .bowen-contact-box {
    margin-bottom: 35px;
    padding: 35px 15px;
  }

  .bowen-footer-three {
    margin-bottom: 35px;
  }

  .bowen-testimonial-holder {
    width: 479px;
  }

  .bowen-privacy-cookie-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bowen-privacy-cookie-text {
    font-size: 1.3em;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .bowen-footer-text {
    margin-bottom: 30px;
    font-size: 1.1em;
  }
}

#w-node-bb002eed-b563-9550-276c-949966b0095f-cfe438d1, #w-node-bb002eed-b563-9550-276c-949966b00961-cfe438d1, #w-node-adf4f880-07ea-53e5-ebdb-427f9b2ca924-cfe438d1 {
  place-self: center;
}


@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-ExtraBold.ttf') format('truetype'), url('../fonts/Alexandria-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoletaalt';
  src: url('../fonts/RecoletaAlt-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoletaalt';
  src: url('../fonts/RecoletaAlt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoletaalt';
  src: url('../fonts/RecoletaAlt-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoletaalt';
  src: url('../fonts/RecoletaAlt-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}