<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.meet_tc__container {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 25px;
  margin-bottom: 0;
}

.meet-tc {
  background: #FBF9F6;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media all and (min-width: 767px) {
  .meet-tc {
    align-items: flex-start;
    flex-direction: row;
  }
}

.meet-tc__message {
  color: #232323;
  font-family: "quincy-cf", sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  padding: 20px 0;
  text-align: center;
}

.meet-tc__message--hidden {
  display: none;
}

.meet-tc__image {
  height: 148px;
  width: 148px;
  border-radius: 74px;
}

.meet-tc__container {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media all and (min-width: 991px) {
  .meet-tc__container {
    gap: 50px;
    flex-direction: row;
  }
}

.meet-tc__container--auto-width {
  flex: 0 0 auto;
}

.meet-tc__intro-text {
  color: #524F48;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 34px;
}

.meet-tc__intro-text__forename {
  color: #524F48;
}

.bio__text {
  color: #524F48;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 8px 0 2px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bio__link {
  color: #86233A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.meet-tc__contact {
  background: #F9F6F0;
  border-radius: 8px;
  padding: 16px 23px;
  min-width: 230px;
}

.contact__text {
  color: #524F48;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 1rem;
}

.contact__number {
  margin-bottom: 1rem;
}

.contact__number-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #86233A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
.contact__number-link &gt; i {
  font-size: 1.5em;
}

.contact__email {
  margin-bottom: 0;
}

.contact__email-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #86233A;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
.contact__email-link &gt; i {
  font-size: 1.5em;
}

section.container.meet_tc__find_tc__container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-position: center;
  background-size: cover;
}

.find-a-tc__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.find-a-tc__header {
  text-align: center;
  max-width: 600px;
  margin: 80px 0 32px 0;
}

.find-a-tc__text {
  text-align: center;
  max-width: 600px;
  padding: 0 85px;
}

.find-a-tc__button-group {
  margin-bottom: 39px;
  text-align: right;
}

.find-a-tc__button {
  margin-top: 20px;
  background: #1D1C1A;
  color: #ffffff;
  border-radius: 100px;
  gap: 8px;
  padding: 16px 24px;
  font-family: "Plus Jakarta Sans", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.find-a-tc__button:focus, .find-a-tc__button:active, .find-a-tc__button:hover {
	background-color: #34322E;
}

.find-a-tc-notcmatch__text {
    color: #333333;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.find-a-tc-business {
  width: 100%;
  margin-top: 80px;
  background: #121F3F;
  padding: 0 15px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media all and (min-width: 991px) {
  .find-a-tc-business {
    display: flex;
  }
}

.find-a-tc-business--mobile {
  display: flex;
}
@media all and (min-width: 991px) {
  .find-a-tc-business--mobile {
    display: none;
  }
}

.find-a-tc-business__text {
  color: #FBF9F6;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  padding: 16px 0;
}


.find-a-tc-business__icon {
  color: #760E51;
  font-size: 1.5em;
}

.find-a-tc-business__text--violet {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #B0E2F5;
  text-decoration: underline;
}

.find-a-tc-business__text--violet:hover, .find-a-tc-business__text--violet:active, .find-a-tc-business__text--violet:focus {
  color: #7BBCD8;
}

.find-a-tc__no-result-container {
  text-align: center;
  color: #232323;
  width: 90%;
}
@media all and (min-width: 991px) {
  .find-a-tc__no-result-container {
    width: 70%;
  }
}
@media all and (min-width: 1150px) {
  .find-a-tc__no-result-container {
    width: 52%;
  }
}
.find-a-tc__no-result-container .error-title {
  font-family: "quincy-cf", sans-serif;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 28px;
}
.find-a-tc__no-result-container .error-msg {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.find-tc {
  background: #FBF9F6;
  padding: 41px 0;
}
@media all and (min-width: 767px) {
  .find-tc {
    padding: 82px 0;
  }
}

.find-by__title {
  color: #1D1C1A;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

.find-by__form {
  background: #FBF9F6;
  padding: 0px 11.5px;
  border-radius: 10px;
  border: solid 2px #ccc;
  display: flex;
  align-items: center;
  gap: 10px;
}

.find-by__input {
  color: #767168;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  margin: 0 !important;
  border: none !important;
  height: 62px;
}

input[type="text"].find-by__input::placeholder {
  font-style: normal;
}

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"], input[type="search"], input[type="number"], input[type="date"], textarea, select {
    background: #FBF9F6;
    display: block;
    color: #767168;
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
    border: 0;
    font-style: normal;
}

.find-by__input:active, .find-by__input:focus {
  box-shadow: none !important;
}

.find-by__button {
  background: #1D1C1A;
  border-radius: 6px;
  padding: 10px 24px;
  color: #fff;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  white-space: nowrap;
}

.tc-expert {
  background: #fff;
  border-radius: 8px;
  display: flex;
  margin-bottom: 15px;
  padding: 40px;
  flex-direction: column;
  row-gap: 20px;
  height: 100%;
}

.tc-expert__content {
  display: flex;
  column-gap: 20px;
}
@media all and (min-width: 767px) {
  .tc-expert__content {
    column-gap: 34px;
  }
}

.tc-expert__thumb {
  flex: 0 0 92px;
  margin-left: auto;
}

.tc-expert__link {
  background: #D8D8D8;
  box-sizing: content-box;
  display: block;
  height: 92px;
  width: 92px;
  border: 1px solid #979797;
  border-radius: 50%;
  font-size: 0;
}

.tc-expert__image {
  box-sizing: border-box;
  display: block;
  height: 92px;
  width: 92px;
  border-radius: 50%;
}

@media all and (max-width: 767px) {
  .tc-expert__thumb {
    flex: 0 0 75px;
  }
  
  .tc-expert__link, .tc-expert__image {
    height: 75px;
    width: 75px;
  }
}

.tc-expert__title {
  color: #1D1C1A;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 6px;
}

.tc-expert__title a {
  color: #1D1C1A;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

.tc-expert__is-open-to-new-enquiries {
  background-color: #C8F2E0;
  color: #245547;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  display: inline-flex;
  padding: 4px 12px 4px 12px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 0.5rem;
}

.tc-expert__is-open-to-new-enquiries.no-visible {
  background-color: #fff;
  color: #fff;
  padding: 16px 12px 4px 12px;
}

@media all and (max-width: 767px) {
  .tc-expert__is-open-to-new-enquiries {
    font-size: 11px;
  }
}

@media all and (max-width: 991px) {
  .tc-expert__is-open-to-new-enquiries.no-visible {
    display: none;
  }
}

.tc-expert__contact {
  color: #1D1C1A;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  column-gap: 40px;
}
@media all and (max-width: 520px) {
  .tc-expert__contact {
    flex-direction: column;
  }
}
@media all and (min-width: 767px) {
  .tc-expert__contact {
    column-gap: 34px;
  }
}

.tc-expert__description &gt; p {
  color: #1D1C1A;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

/* GOOGLE MAP STYLES */
#mapWrapper {
  height: 580px;
}

.gm-style-iw {
  padding: 0 !important;
}

.gm-style-iw &gt; button {
  display: none !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.tc-info-window {
  background: #fff;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "quincy-cf", sans-serif;
}

.tc-info-window__content {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .tc-info-window__content {
    flex-direction: column;
    align-items: center;
  }
}

@media all and (max-width: 767px) {
  .tc-info-window__right {
    flex-direction: column;
    align-items: center;
  }
}

.tc-info-window__img-wrapper {
  position: relative;
  width: 68px;
  height: 68px;
  margin-right: 15px;
}
@media all and (max-width: 767px) {
  .tc-info-window__img-wrapper {
    margin: 0 0 10px 0;
  }
}

.tc-info-window__img {
  background: #D8D8D8;
  border-radius: 50%;
  border: solid 1px #979797;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 68px !important;
  max-height: 68px !important;
}

.tc-info-window__contact {
  display: flex;
}
@media all and (max-width: 767px) {
  .tc-info-window__contact {
    flex-direction: column;
    align-items: center;
  }
}

.tc-info-window__title {
  color: #1D1C1A;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}
@media all and (max-width: 767px) {
  .tc-info-window__title {
    margin-bottom: 10px;
    text-align: center;
  }
}

.tc-info-window__phone,
.tc-info-window__location {
  color: #1D1C1A;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .tc-info-window__phone,
.tc-info-window__location {
    margin-right: 0;
    text-align: center;
  }
}

.tc-info-window__button {
  margin-top: 15px;
  background: #1D1C1A;
  color: #ffffff;
  border-radius: 100px;
  gap: 8px;
  padding: 12px 20px;
  font-family: "Plus Jakarta Sans", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140% 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.tc-info-window__button:focus, .tc-info-window__button:active, .tc-info-window__button:hover {
	background-color: #34322E;
	color: #ffffff;
}

#tcProfiles__list {
  list-style: none;
}

#tcProfiles__list li {
  display: none;
}

.tcProfiles__load-more-button-container {
  display: flex;
  justify-content: center;
}

.tcProfiles__load-more-button {
  background: #1D1C1A;
  color: #ffffff;
  border-radius: 100px;
  gap: 8px;
  padding: 16px 24px;
  font-family: "Plus Jakarta Sans", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.tcProfiles__load-more-button:focus, .tcProfiles__load-more-button:active, .tcProfiles__load-more-button:hover {
	background-color: #34322E;
}</pre></body></html>