<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.body {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #252525;
  font-size: 21.5px;
  line-height: 30px;
}

.content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 116px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-2:hover {
  opacity: 0.8;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 120px;
  border-top: 4px solid #b6946f;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.title-gold {
  font-family: Roboto, sans-serif;
  color: #b6946f;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.top-border {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

.top-border._30 {
  margin-top: 30px;
}

.top-border._10 {
  margin-top: 10px;
  padding-bottom: 0%;
}

.link-block-3 {
  position: relative;
  padding-right: 9px;
  color: #252525;
  text-decoration: none;
}

.link-block-3:hover {
  text-decoration: none;
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35.333%;
  padding: 2% 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #ddd;
}

.text-link-block {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #b6946f;
  font-size: 19px;
  line-height: 24px;
  font-style: italic;
  font-weight: 600;
}

.text-link-block:hover {
  color: #000;
}

.content-wrapper-2 {
  position: relative;
  display: block;
  height: auto;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.notice-text {
  position: relative;
  bottom: 7px;
  font-size: 13px;
}

.footer-notice {
  margin-top: 75px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.social-icon {
  width: 37px;
  height: 37px;
  margin-right: 10px;
  border: 2px solid #b6946f;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-icon:hover {
  background-color: #b6946f;
}

.social-icon.linkedin {
  display: none;
  background-image: url('../images/logo-linkedin.svg');
  background-size: 12px;
}

.social-icon.linkedin:hover {
  background-image: url('../images/logo-linkedin-1.svg');
  background-size: 12px;
}

.social-icon.twitter {
  display: none;
  background-image: url('../images/simbolo-de-twitter.svg');
  background-size: 12px;
}

.social-icon.twitter:hover {
  background-image: url('../images/simbolo-de-twitter-1.svg');
  background-size: 12px;
}

.social-icon.facebook {
  background-image: url('../images/facebook.svg');
  background-size: 256px 12px;
}

.social-icon.facebook:hover {
  background-image: url('../images/facebook-1.svg');
  background-size: 256px 12px;
}

.social-icon.whatsapp {
  display: none;
  background-image: url('../images/whatsapp-logo.svg');
  background-size: 13px;
}

.social-icon.whatsapp:hover {
  background-image: url('../images/whatsapp-logo-1.svg');
  background-size: 12px;
}

.social-icon.instagram {
  display: none;
  background-image: url('../images/logo-de-instagram.svg');
  background-size: 12px;
}

.social-icon.instagram:hover {
  background-image: url('../images/logo-de-instagram-1.svg');
  background-size: 12px;
}

.menu-border {
  margin-bottom: 30px;
}

.footer-column {
  width: 31%;
  padding-top: 30px;
  padding-right: 3%;
  padding-bottom: 30px;
  border-right: 1px solid #ddd;
}

.footer-2 {
  padding-top: 80px;
  border-top: 1px solid #ddd;
}

.go-up {
  width: 32.6px;
  height: 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #b6946f;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.go-up:hover {
  background-color: #c7a683;
}

.link-arrow {
  margin-top: -2px;
}

.link-underline-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: -4px;
  background-color: #b6946f;
}

.bottom-border {
  margin-bottom: 20px;
}

.bottom-border.large {
  margin-bottom: 40px;
}

.bottom-border.socjal-media {
  display: block;
}

.flex-space-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block {
  color: #00adef;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.content-box {
  margin-top: 40px;
}

.inner-hero {
  position: relative;
  overflow: hidden;
  height: 655px;
}

.inner-hero-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/jehyun-sung-478112-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-hero-bg._2 {
  background-image: url('../images/blue_background_2.jpg');
}

.scroll-down {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 32.6px;
  height: 30px;
  margin-right: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #b6946f;
  background-image: url('../images/angulo-de-flecha-hacia-abajo.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.scroll-down:hover {
  background-color: #a98966;
}

.hero-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-box.top-padding {
  padding-top: 115px;
}

.overflow-hidden {
  overflow: hidden;
}

.hero-text-box {
  position: relative;
  width: 51%;
  max-width: 700px;
  text-align: center;
}

.hero-subtitle {
  margin-top: 27px;
  font-family: 'Playfair Display SC', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 45px;
  font-style: normal;
  font-weight: 400;
}

.large-subtitle {
  color: #000;
  font-size: 31px;
  line-height: 46px;
}

.title-link-2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #252525;
  font-size: 39.5px;
  line-height: 49px;
}

.title-link-2:hover {
  color: #b6946f;
  text-decoration: none;
}

.title-link-2.h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-decoration: none;
}

.title-link-2.small {
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.intro-box-2 {
  width: 33.333%;
  padding: 2% 5%;
  border-right: 1px solid #ddd;
  text-align: center;
}

.intro-box-2._3 {
  border-right-style: none;
}

.inlines {
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.inner-wrapper {
  display: block;
  max-width: 1231px;
  margin-right: auto;
  margin-left: auto;
}

.button {
  min-height: 45px;
  min-width: 150px;
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #b6946f;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #b6946f;
  font-size: 19px;
  line-height: 24px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #b6946f;
  color: #fff;
  text-decoration: none;
}

.flex-space-center-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.outline-gold {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px none #b6946f;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.outline-gold._2 {
  background-image: url('../images/Asset-13ldpi.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.outline-gold._3 {
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/Asset-14ldpi.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.outline-gold._1 {
  background-image: url('../images/Asset-15ldpi.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.outline-gold._4 {
  background-image: url('../images/Asset-110ldpi.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gold-line-short {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 5%;
  background-color: #b6946f;
}

.content-section {
  overflow: hidden;
  padding-top: 3%;
  padding-bottom: 7%;
}

.content-section.blue {
  position: static;
  overflow: visible;
  padding-top: 12%;
  background-color: #f1f1f1;
}

.header-box {
  display: block;
  width: 56%;
  margin-right: auto;
  margin-bottom: 3%;
  margin-left: auto;
  text-align: center;
}

.text-block {
  text-decoration: none;
}

.dropdown {
  display: inline-block;
  margin-right: 10px;
  float: none;
}

.logo {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo:hover {
  opacity: 0.8;
}

.title-link {
  font-family: Roboto, sans-serif;
  color: #b6946f;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.post-content-2 {
  padding-right: 9%;
  padding-bottom: 6%;
  padding-left: 9%;
  background-color: #fff;
}

.post-content-2.flex-space {
  padding-top: 6%;
}

.text-link-2 {
  position: relative;
  display: inline-block;
  height: 17px;
  font-family: Roboto, sans-serif;
  color: #b6946f;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-link-2:hover {
  text-decoration: none;
}

.text-link-2.w--current {
  color: #b6946f;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 116px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.title-text {
  font-size: 25px;
  font-style: italic;
}

.title {
  font-family: Roboto, sans-serif;
  color: #878d94;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.collection-item-9 {
  overflow: hidden;
  width: 30.33%;
  max-width: 414px;
  margin-right: 1.5%;
  margin-bottom: 3%;
  margin-left: 1.5%;
}

.footer {
  padding-top: 5%;
  border-top: 1px solid #ddd;
}

.dropdown-arrow {
  margin-top: 47.5px;
  color: #b6946f;
  font-size: 15px;
}

.left-content {
  margin-top: 60px;
  text-align: right;
}

.left-content.less-border {
  margin-top: 0px;
}

.link-block-4 {
  position: relative;
  padding-right: 9px;
  color: #252525;
}

.link-block-4:hover {
  text-decoration: none;
}

.footer-column-3 {
  width: 33.333%;
  padding: 30px 4%;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 120px;
  border-top: 4px solid #b6946f;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.contact-details-left {
  padding: 8% 5%;
  border-top: 1px solid #ddd;
  text-align: left;
}

.line-1 {
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
  background-color: #252525;
}

._68-column {
  width: 68%;
  -o-object-fit: fill;
  object-fit: fill;
}

.line-3 {
  width: 24px;
  height: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #252525;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

.contact-details {
  padding: 10%;
  border-top: 1px solid #ddd;
  text-align: center;
}

.notice-text-2 {
  position: relative;
  bottom: 7px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.post-wrapper-2 {
  position: relative;
  display: block;
  max-width: 1156px;
  margin-right: 9%;
  margin-left: 9%;
}

.navlink-padding {
  margin-right: 8px;
  margin-left: 8px;
}

.div-block {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.nav-link {
  overflow: hidden;
  height: 116px;
  margin-right: 27px;
  padding-top: 40px;
  color: #252525;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.mobile {
  text-decoration: none;
}

.dropdown-list {
  border: 1px solid #000;
}

.dropdown-list.w--open {
  border-color: #ddd;
  border-top-style: none;
  border-bottom-style: none;
}

.underline {
  width: 100%;
  height: 2px;
  margin-top: 2px;
  background-color: #b6946f;
}

.dropdown-toggle {
  height: 116px;
  padding-top: 40px;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 500;
}

.empty-state {
  background-color: transparent;
}

.left-padding {
  padding-left: 5%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown-link {
  padding: 20px 40px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 20px;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.dropdown-link.w--current {
  background-color: #f6f6f6;
  color: #b6946f;
}

.dropdown-link.mobile.w--current {
  background-color: #f6f6f6;
}

.title-box {
  margin-bottom: 2%;
  padding-bottom: 1%;
  border-bottom: 1px solid #ddd;
}

.title-box.bottom-border {
  margin-bottom: 4%;
}

.right-column {
  width: 28%;
}

.right-column.mobile-border {
  margin-top: 35px;
}

.bottom-line {
  border-bottom: 1px solid #ddd;
}

.bottom-line.top-padding {
  padding-top: 12px;
  border-bottom-style: none;
}

.post-hero {
  position: relative;
  height: 840px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-5 {
  font-family: Roboto, sans-serif;
  color: #00adef;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.under-picture {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}

.text-box {
  margin-bottom: 2%;
  padding-bottom: 1%;
  border-bottom: 1px solid #ddd;
}

.text-box.bottom-border {
  margin-bottom: 4%;
}

.paragraph {
  font-weight: 400;
}

._43-column {
  position: relative;
  width: 43%;
  height: 445px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._43-column._1 {
  background-image: url('../images/fot10.jpg');
}

.h3-medium {
  margin-top: 0px;
  font-size: 35px;
  line-height: 44px;
}

._47-column-2 {
  width: 47%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  margin-right: 20px;
}

.header-white {
  margin-top: 0px;
  color: #fff;
}

.header-white.les-border {
  margin-bottom: 5px;
}

.title-white {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
}

._45-column-3 {
  position: relative;
  overflow: hidden;
  width: 45%;
  min-height: 725px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._45-column-3._1 {
  background-image: url('../images/jessica-arends-603132-unsplash.jpg');
}

.bottom-line-gray {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #ddd;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.capital-letter {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-right: 3px;
  font-size: 33px;
  line-height: 33px;
  font-weight: 600;
}

.subtitle {
  font-size: 25px;
  line-height: 31px;
}

._44-column {
  width: 44%;
}

.gold-box-short {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 6% 7% 5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(182, 148, 111, 0.95);
}

.gold-box-short.left {
  left: 0px;
  right: auto;
  bottom: 0px;
}

.flex-stretch-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  margin-top: 5%;
}

.content-section-copy {
  overflow: hidden;
  padding-top: 7%;
  padding-bottom: 7%;
}

.content-section-copy.blue {
  padding-top: 12%;
  background-color: #f1f1f1;
}

.section-deski {
  margin-top: 0%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.kj-picture {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

.kj-picture._30 {
  margin-top: 30px;
}

.kj-picture._10 {
  margin-top: 10px;
  padding-bottom: 0%;
}

.kj-picture._1 {
  border-bottom: 1px solid #d3d3d3;
}

.kj-picture._2 {
  border-bottom: 1px solid #d3d3d3;
}

.kj-picture-copy {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

.kj-picture-copy._30 {
  margin-top: 30px;
}

.kj-picture-copy._10 {
  margin-top: 10px;
  padding-bottom: 0%;
}

.kj-picture-copy._1 {
  border-bottom: 1px solid #d3d3d3;
}

.kj-picture-copy._2 {
  border-bottom: 1px solid #d3d3d3;
}

.post-content-2-copy {
  padding-right: 9%;
  padding-bottom: 6%;
  padding-left: 9%;
  background-color: #fff;
}

.post-content-2-copy.flex-space {
  padding-top: 6%;
}

.post-content-3 {
  padding-right: 9%;
  padding-bottom: 6%;
  padding-left: 9%;
  background-color: #fff;
}

.post-content-3.flex-space {
  padding-top: 6%;
}

.full-column {
  width: auto;
}

.paragraph-3 {
  font-size: 18px;
}

.paragraph-4 {
  font-size: 18px;
}

.image {
  width: 320px;
  height: 320px;
  max-height: 320px;
  max-width: 320px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.title-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-line {
  height: 1px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ddd;
}

.stiky-menu-block {
  margin-top: 20px;
}

.right-column-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  bottom: 140px;
  z-index: auto;
  display: block;
  width: 28%;
  height: auto;
  margin-top: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.right-column-sticky.mobile-border {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  bottom: 140px;
  z-index: auto;
  margin-top: 35px;
}

.content-wrapper-stiky {
  position: relative;
  display: block;
  height: auto;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.paragraph-5 {
  margin-top: 20px;
}

.deski-body {
  margin-top: 20px;
  font-family: 'PT Sans', sans-serif;
  color: rgba(37, 37, 37, 0.7);
  font-size: 16px;
  line-height: 24px;
}

.right-column-sticky-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  bottom: 140px;
  z-index: auto;
  display: none;
  width: 28%;
  height: auto;
  margin-top: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.right-column-sticky-mobile.mobile-border {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  bottom: 140px;
  z-index: auto;
  margin-top: 35px;
}

.italic-text {
  font-size: 18px;
}

.link {
  font-style: italic;
  text-decoration: none;
}

.link._1 {
  color: #000;
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
}

.heading {
  font-size: 16px;
}

.footer-link {
  position: relative;
  z-index: 10;
  display: none;
  margin-top: 20px;
}

.footer-link._30 {
  margin-top: 30px;
}

.footer-link._10 {
  margin-top: 10px;
  padding-bottom: 0%;
}

@media screen and (max-width: 991px) {
  .brand-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
  }
  .brand-2.w--current {
    display: none;
  }
  .navbar-2 {
    height: 96px;
  }
  .content-box {
    margin-top: 40px;
  }
  .hero-text-box {
    width: 80%;
  }
  .hero-subtitle {
    margin-top: 24px;
  }
  .title-link-2.h3 {
    font-size: 25px;
    line-height: 36px;
  }
  .content-section.blue {
    padding-top: 18%;
  }
  .header-box {
    width: 76%;
  }
  .dropdown {
    margin-right: 0px;
  }
  .brand {
    height: 96px;
  }
  .brand.w--current {
    height: 96px;
  }
  .dropdown-arrow {
    margin-top: 30px;
  }
  .dropdown-arrow.mobile {
    margin-top: 27.5px;
  }
  .left-content.less-border {
    margin-top: 7%;
  }
  .menu-button {
    height: 96px;
    padding-top: 44px;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .navbar {
    height: 100px;
  }
  .contact-details-left {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  ._68-column {
    width: 60%;
  }
  .nav-menu {
    overflow: scroll;
    height: 100vh;
    background-color: #fff;
  }
  .nav-link.mobile {
    width: 100%;
    height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    text-align: left;
  }
  .nav-link.mobile:hover {
    background-color: #f8f5ee;
  }
  .dropdown-list.w--open {
    border-right-style: none;
    border-left-style: none;
  }
  .underline.mobile-none {
    display: none;
  }
  .dropdown-toggle {
    height: 70px;
    padding-top: 20px;
    padding-left: 20px;
  }
  .dropdown-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }
  .dropdown-link.mobile {
    border-top: 1px solid #ddd;
  }
  .right-column {
    width: 31%;
  }
  .mobile-border {
    margin-bottom: 10px;
  }
  .gold-box-short {
    width: 80%;
  }
  .flex-stretch-center {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .content-section-copy.blue {
    padding-top: 18%;
  }
  .full-column {
    width: auto;
  }
  .right-column-sticky {
    display: block;
    width: 31%;
  }
  .right-column-sticky-mobile {
    width: 31%;
  }
}

@media screen and (max-width: 767px) {
  .brand-2 {
    padding-left: 0px;
  }
  .footer-column-2 {
    width: 50%;
    border-right-style: none;
  }
  .footer-column {
    width: 50%;
  }
  .go-up {
    margin-top: 15px;
  }
  .content-box {
    margin-top: 10px;
  }
  .inner-hero {
    height: 555px;
  }
  .hero-subtitle {
    font-size: 32px;
    line-height: 36px;
  }
  .intro-box-2 {
    width: 50%;
    margin-bottom: 8%;
  }
  .intro-box-2._2 {
    border-right-style: none;
  }
  .intro-box-2._3 {
    margin-bottom: 0%;
  }
  .content-section.blue {
    padding-top: 24%;
  }
  .header-box {
    margin-bottom: 10%;
  }
  .collection-item-9 {
    width: 47%;
  }
  .footer-column-3 {
    width: 50%;
    padding-left: 0%;
  }
  ._68-column {
    width: 56%;
  }
  .title-box {
    padding-bottom: 3%;
  }
  .right-column {
    width: 38%;
  }
  .post-hero {
    height: 540px;
  }
  .text-box {
    padding-bottom: 3%;
  }
  .content-section-copy.blue {
    padding-top: 24%;
  }
  .full-column {
    width: auto;
  }
  .right-column-sticky {
    position: relative;
    width: 38%;
    margin-top: 0px;
  }
  .right-column-sticky-mobile {
    width: 38%;
  }
}

@media screen and (max-width: 479px) {
  .footer-column-2 {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .footer-column {
    width: 100%;
    padding-right: 0%;
    border-right-style: none;
  }
  .hero-text-box {
    width: 100%;
  }
  .hero-subtitle {
    font-size: 24px;
    line-height: 28px;
  }
  .large-subtitle {
    font-size: 21.5px;
    line-height: 30px;
  }
  .intro-box-2 {
    width: 100%;
    border-right-style: none;
  }
  .content-section {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .content-section.blue {
    padding-top: 43%;
  }
  .header-box {
    width: 86%;
  }
  .collection-item-9 {
    width: 100%;
    margin-bottom: 6%;
  }
  .footer-column-3 {
    width: 100%;
  }
  ._68-column {
    width: 100%;
  }
  .title-box.bottom-border {
    margin-bottom: 8%;
  }
  .right-column {
    width: 100%;
  }
  .right-column.mobile-border {
    margin-bottom: 17%;
  }
  .post-hero {
    height: 340px;
  }
  .text-box.bottom-border {
    margin-bottom: 8%;
  }
  ._43-column {
    width: 100%;
    margin-bottom: 14%;
  }
  ._47-column-2 {
    width: 100%;
  }
  ._45-column-3._1 {
    width: 100%;
  }
  ._44-column {
    width: 100%;
  }
  ._44-column.mobile-border {
    margin-bottom: 11%;
  }
  .content-section-copy {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .content-section-copy.blue {
    padding-top: 43%;
  }
  .full-column {
    width: auto;
  }
  .image {
    width: 220px;
    height: 220px;
  }
  .right-column-sticky {
    display: none;
    width: 100%;
    margin-top: 20px;
  }
  .right-column-sticky.mobile-border {
    margin-bottom: 17%;
  }
  .right-column-sticky-mobile {
    position: static;
    display: block;
    width: 100%;
  }
  .right-column-sticky-mobile.mobile-border {
    margin-bottom: 17%;
  }
  .div-block-9 {
    margin-top: 30%;
  }
}

</pre></body></html>