<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Example of a font function:

.sans-serif-bold() {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
}

*/
/* --------------------------------------------------------------------------------------------- */
/* common default browsers CSS overrides */
html {
  font-size: 10px;
}
body {
  background-color: #000000;
  position: relative;
}
body,
a,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
form,
input,
label,
textarea,
button {
  font-family: "adobe-caslon-pro", serif;
  font-size: inherit;
  padding: 0;
  margin: 0;
}
body,
a,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
label,
button {
  color: #e6e6e6;
}
input,
textarea {
  color: #000000;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
  border: none;
}
a {
  text-decoration: none;
}
.pe {
  width: 100%;
}
.pe .pe-ow {
  max-width: 520px;
  margin: 0 auto;
}
.pe .pe-ow .pe-iw {
  padding: 0 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .pe .pe-ow .pe-iw {
    padding: 0 15px;
  }
}
@media only screen and (max-height: 480px) {
  .pe .pe-ow .pe-iw {
    padding: 0 15px;
  }
}
.horizontal-line-separator .horizontal-line-separator-ow .horizontal-line-separator-iw {
  width: 100%;
  border-top: 1px dashed #cca24f;
  opacity: 0.2;
}
@media only screen and (max-width: 480px) {
  .horizontal-line-separator .horizontal-line-separator-ow .horizontal-line-separator-iw {
    width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (max-height: 480px) {
  .horizontal-line-separator .horizontal-line-separator-ow .horizontal-line-separator-iw {
    width: 75%;
    margin: 0 auto;
  }
}
.services-listing .services-listing-ow .services-listing-iw {
  margin-top: 56px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 480px) {
  .services-listing .services-listing-ow .services-listing-iw {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media only screen and (max-height: 480px) {
  .services-listing .services-listing-ow .services-listing-iw {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.services-listing .services-listing-ow .services-listing-iw h2 {
  font-size: 36px;
  color: #cca24f;
}
@media only screen and (max-width: 480px) {
  .services-listing .services-listing-ow .services-listing-iw h2 {
    font-size: 30px;
  }
}
@media only screen and (max-height: 480px) {
  .services-listing .services-listing-ow .services-listing-iw h2 {
    font-size: 30px;
  }
}
.services-listing .services-listing-ow .services-listing-iw .services-listing-item {
  margin-bottom: 40px;
}
.services-listing .services-listing-ow .services-listing-iw .services-listing-item .service-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-grid-column-align: flex-start;
      justify-items: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and (max-width: 480px) {
  .services-listing .services-listing-ow .services-listing-iw .services-listing-item .service-name {
    -ms-grid-column-align: center;
        justify-items: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-height: 480px) {
  .services-listing .services-listing-ow .services-listing-iw .services-listing-item .service-name {
    -ms-grid-column-align: center;
        justify-items: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.services-listing .services-listing-ow .services-listing-iw .services-listing-item .service-name img.button {
  width: 25px;
  height: auto;
  margin-right: 20px;
  padding-left: 5px;
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
  .services-listing .services-listing-ow .services-listing-iw .services-listing-item .service-name img.button {
    display: none;
  }
}
@media only screen and (max-height: 480px) {
  .services-listing .services-listing-ow .services-listing-iw .services-listing-item .service-name img.button {
    display: none;
  }
}
.services-listing .services-listing-ow .services-listing-iw .services-listing-item .service-name .name {
  font-size: 30px;
  line-height: 1.1;
  padding-top: 8px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (max-width: 480px) {
  .services-listing .services-listing-ow .services-listing-iw .services-listing-item .service-name .name {
    font-size: 24px;
  }
}
@media only screen and (max-height: 480px) {
  .services-listing .services-listing-ow .services-listing-iw .services-listing-item .service-name .name {
    font-size: 24px;
  }
}
.services-listing .services-listing-ow .services-listing-iw .services-listing-item .service-description {
  font-size: 17px;
  padding-left: 15px;
  line-height: 1.3;
  opacity: 0.9;
}
@media only screen and (max-width: 480px) {
  .services-listing .services-listing-ow .services-listing-iw .services-listing-item .service-description {
    padding-left: 0;
  }
}
@media only screen and (max-height: 480px) {
  .services-listing .services-listing-ow .services-listing-iw .services-listing-item .service-description {
    padding-left: 0;
  }
}
.services-listing .services-listing-ow .services-listing-iw .services-listing-item .service-description p {
  padding-top: 10px;
}
.contact-information .contact-information-ow .contact-information-iw {
  box-sizing: border-box;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 480px) {
  .contact-information .contact-information-ow .contact-information-iw {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-height: 480px) {
  .contact-information .contact-information-ow .contact-information-iw {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-table {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-table {
    font-size: 17px;
  }
}
@media only screen and (max-height: 480px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-table {
    font-size: 17px;
  }
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-table tr td {
  vertical-align: top;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-table tr td.key {
  width: 55%;
  font-weight: 600;
  padding-right: 20px;
}
@media only screen and (max-width: 480px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-table tr td.key {
    text-align: right;
    width: 45%;
  }
}
@media only screen and (max-height: 480px) {
  .contact-information .contact-information-ow .contact-information-iw .contact-information-table tr td.key {
    text-align: right;
    width: 45%;
  }
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-table tr td.value a {
  color: #cca24f;
  opacity: 0.7;
  -webkit-transition: opacity 1s ease;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-table tr td.value a:hover {
  opacity: 1;
}
.contact-information .contact-information-ow .contact-information-iw .contact-information-table tr td.spacer {
  height: 24px;
}
.homepage-footer {
  opacity: 0.5;
}
.homepage-footer .homepage-footer-ow .homepage-footer-iw {
  text-align: center;
  padding-bottom: 32px;
  padding-top: 64px;
}
@media only screen and (max-width: 480px) {
  .homepage-footer .homepage-footer-ow .homepage-footer-iw {
    padding-top: 24px;
  }
}
@media only screen and (max-height: 480px) {
  .homepage-footer .homepage-footer-ow .homepage-footer-iw {
    padding-top: 24px;
  }
}
.homepage-footer .homepage-footer-ow .homepage-footer-iw .logo {
  margin-bottom: 8px;
  display: block;
  opacity: 0.5;
}
.homepage-footer .homepage-footer-ow .homepage-footer-iw .logo img {
  width: 95px;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .homepage-footer .homepage-footer-ow .homepage-footer-iw .logo img {
    width: 65px;
  }
}
@media only screen and (max-height: 480px) {
  .homepage-footer .homepage-footer-ow .homepage-footer-iw .logo img {
    width: 65px;
  }
}
.homepage-footer .homepage-footer-ow .homepage-footer-iw .copyright-text {
  font-size: 18px;
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
  .homepage-footer .homepage-footer-ow .homepage-footer-iw .copyright-text {
    font-size: 14px;
  }
}
@media only screen and (max-height: 480px) {
  .homepage-footer .homepage-footer-ow .homepage-footer-iw .copyright-text {
    font-size: 14px;
  }
}
.lets-talk-button .lets-talk-button-ow .lets-talk-button-iw {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 480px) {
  .lets-talk-button .lets-talk-button-ow .lets-talk-button-iw {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-height: 480px) {
  .lets-talk-button .lets-talk-button-ow .lets-talk-button-iw {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.lets-talk-button .lets-talk-button-ow .lets-talk-button-iw .button {
  text-align: center;
}
.lets-talk-button .lets-talk-button-ow .lets-talk-button-iw .button a {
  display: inline-block;
  position: relative;
  height: 210px;
}
.lets-talk-button .lets-talk-button-ow .lets-talk-button-iw .button a img {
  position: absolute;
  width: auto;
  height: 190px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
  display: block;
  -webkit-transition: width 1s ease, height 1s ease;
}
.lets-talk-button .lets-talk-button-ow .lets-talk-button-iw .button a img:hover {
  height: 210px;
}
@media only screen and (max-width: 480px) {
  .lets-talk-button .lets-talk-button-ow .lets-talk-button-iw .button a img:hover {
    height: 190px;
  }
}
@media only screen and (max-height: 480px) {
  .lets-talk-button .lets-talk-button-ow .lets-talk-button-iw .button a img:hover {
    height: 190px;
  }
}
[data-responsive-background-image] img {
  display: none;
}
.homepage-header .homepage-header-ow .homepage-header-iw {
  margin-bottom: 64px;
  margin-top: 104px;
}
@media only screen and (max-width: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-height: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .logo {
  margin-bottom: 64px;
}
@media only screen and (max-width: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .logo {
    max-width: 320px;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (max-height: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .logo {
    max-width: 320px;
    margin: 0 auto 40px auto;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .introduction-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-grid-column-align: stretch;
      justify-items: stretch;
}
@media only screen and (max-width: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .introduction-box {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}
@media only screen and (max-height: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .introduction-box {
    -ms-flex-flow: column;
        flex-flow: column;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .introduction-box .introduction-lines-wrapper {
  padding: 5px 0;
}
@media only screen and (max-width: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .introduction-box .introduction-lines-wrapper {
    padding: 5px 0 20px 0;
    text-align: center;
  }
}
@media only screen and (max-height: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .introduction-box .introduction-lines-wrapper {
    padding: 5px 0 20px 0;
    text-align: center;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .introduction-box .introduction-lines-wrapper .introduction-line-1 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.2em;
}
@media only screen and (max-width: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .introduction-box .introduction-lines-wrapper .introduction-line-1 {
    font-size: 20px;
  }
}
@media only screen and (max-height: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .introduction-box .introduction-lines-wrapper .introduction-line-1 {
    font-size: 20px;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .introduction-box .introduction-lines-wrapper .introduction-line-2 {
  font-size: 18px;
  font-weight: 600;
  color: #cca24f;
  letter-spacing: 1.5px;
  line-height: 1.2em;
}
@media only screen and (max-width: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .introduction-box .introduction-lines-wrapper .introduction-line-2 {
    font-size: 18px;
  }
}
@media only screen and (max-height: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .introduction-box .introduction-lines-wrapper .introduction-line-2 {
    font-size: 18px;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .introduction-box .portrait-image {
  width: 70px;
  height: 70px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .introduction-box .portrait-image {
    width: 100px;
    height: 100px;
    margin-top: 8px;
  }
}
@media only screen and (max-height: 480px) {
  .homepage-header .homepage-header-ow .homepage-header-iw .introduction-box .portrait-image {
    width: 100px;
    height: 100px;
    margin-top: 8px;
  }
}
.homepage-header .homepage-header-ow .homepage-header-iw .introduction-box .portrait-image .portrait-image-crop {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body {
  background-color: #151515;
  font-family: "adobe-caslon-pro", serif;
  color: #e6e6e6;
}
.page-background-image {
  display: none;
  position: fixed;
  background-repeat: repeat;
  background-position-y: 0;
  background-size: 480px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  min-height: 100vh;
  
}
#content {
  position: relative;
}
h1 {
  font-size: 5rem;
  line-height: 1.2rem;
  padding: 0.5em 1em;
}
</pre></body></html>