@font-face {
  font-family: Nyghtserif;
  src: url('../fonts/NyghtSerif-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-color: #153837;
  --gold: #d09d02;
  --font-2: #8d8d8d;
  --bg: #f5f5ee;
  --lines: #b6b9af;
  --white: white;
  --lines-2: #dedede;
  --bg-3: #abc7d1;
  --divider: #dedede;
  --bg-hover: #dda704;
  --hover: #3e87e7;
  --font: #0f0e0f;
  --bg-2: #e6e6db;
  --current-bg: #8aadb9;
  --bg-2-3: #f0f0e6;
  --link: #8e9088;
  --bg-4: #ddf2fa;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@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 {
  color: var(--font-color);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nyghtserif, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nyghtserif, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nyghtserif, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 38px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nyghtserif, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nyghtserif, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nyghtserif, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--gold);
  cursor: pointer;
  border-radius: 0;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-family: Nyghtserif, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 40px;
}

figcaption {
  color: var(--font-2);
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
  font-style: italic;
}

.dark-gray {
  background-color: #8e9194;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.gray-color {
  -webkit-text-fill-color: inherit;
  background-color: #e9f2f5;
  background-clip: border-box;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.color-box {
  margin-bottom: 10px;
  margin-right: 20px;
}

.inner-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.align-left {
  text-align: left;
}

.hero-inner-padding {
  position: relative;
}

.max-540-pixels {
  text-align: center;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.mini-title {
  color: #819296;
  letter-spacing: 0;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 16px;
}

.top-margin {
  margin-top: 10px;
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin.skill, .top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.flex-style {
  flex-wrap: wrap;
  display: flex;
}

.content-section {
  width: 100%;
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.content-section.inner-pages {
  padding-top: 80px;
  padding-bottom: 60px;
}

.content-section.inner-pages.blog {
  padding-top: 0;
  overflow: visible;
}

.content-section.double {
  padding-bottom: 220px;
}

.content-section.color {
  background-color: var(--bg);
  padding-top: 55px;
  padding-bottom: 55px;
}

.content-section.more-padding {
  background-color: var(--bg);
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section.color-bottom-padding {
  background-color: var(--bg);
  padding-top: 55px;
  padding-bottom: 120px;
}

.content-section.services {
  padding-top: 110px;
}

.content-section.less-bottom-padding {
  padding-bottom: 100px;
}

.content-section.top {
  padding-top: 280px;
}

.content-section.inner-no-bottom {
  padding-top: 60px;
}

.content-section.more-items {
  padding-top: 60px;
  padding-bottom: 140px;
}

.content-section.more-items-services {
  padding-top: 0;
  padding-bottom: 0;
}

.content-section.team {
  padding-bottom: 170px;
}

.content-section.works-previews {
  padding-bottom: 100px;
}

.content-section.inner-visible {
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: visible;
}

.content-section.inner-visible.no-top-padding {
  padding-top: 0;
}

.black {
  background-color: #060606;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.top-border {
  border-top: 1px solid var(--lines);
  margin-top: 5px;
  padding-top: 7px;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.nav {
  max-width: 100%;
}

.go-up-button {
  z-index: 4;
  background-color: var(--bg);
  background-image: url('../images/left-2-1_1left (2) (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 48;
}

.inner-hero-section {
  background-color: var(--bg);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-inner-box {
  z-index: 6;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1228px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
}

.flex-licensing {
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.licensing {
  width: 31%;
  margin-right: 2%;
  position: relative;
}

.change-this-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.change-this-image.licensing-1 {
  background-image: url('../images/Hero_bg-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.change-this-image.licensing-2 {
  background-image: url('../images/wu-yi-uB2vgbSabks-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.change-this-image.licensing-3 {
  background-image: url('../images/gente-tiro-medio-trabajando-oficina.jpg');
  background-position: 50%;
  background-size: cover;
}

.change-this-image._1 {
  background-image: url('../images/0eb49fd14f200b7b0b887e12e1b3dbfc.jpg');
}

.change-this-image._2 {
  background-image: url('../images/Guy.jpg');
}

.change-this-image._3 {
  background-image: url('../images/ad8b9763024473e87f037fee275b19cd.jpg');
}

.change-this-image._4 {
  background-image: url('../images/0a7f0bb045f631007fc2ddbb1bc4fcff.jpg');
}

.change-this-image._5 {
  background-image: url('../images/5f18e71664f3bf22da65e1c79cfb9a01-1.jpg');
  background-size: auto;
}

.change-this-image._6 {
  background-image: url('../images/personas-que-trabajan-oficina-elegante-acogedora.jpg');
}

.change-this-image._7 {
  background-image: url('../images/vista-frontal-hombre-sonriente-trabajo.jpg');
  background-position: 100%;
}

.change-this-image._8 {
  background-image: url('../images/personas-tiro-medio-que-tienen-reunion-trabajo.jpg');
  background-position: 100%;
}

.change-this-image._9 {
  background-image: url('../images/gente-sonriente-tiro-completo-trabajo.jpg');
  background-position: 50%;
}

.change-this-image.insta-4 {
  background-image: url('../images/ABOUT-US_05.jpg');
}

.change-this-image.insta {
  background-image: url('../images/aerial-view-city-by-water.jpg');
}

.change-this-image.insta-2 {
  background-image: url('../images/modern-conference-room-with-long-rectangular-table-several-chairsA.jpg');
}

.change-this-image.insta-3 {
  background-image: url('../images/5f18e71664f3bf22da65e1c79cfb9a01.jpg');
}

.change-this-image._10 {
  background-image: url('../images/a8bcb1845baf62b915a84428b260cc12.jpg');
}

.change-this-image._11 {
  background-image: url('../images/vista-frontal-hombre-sonriente-trabajo.jpg');
  background-position: 100%;
  background-size: cover;
}

.change-this-image._12 {
  background-image: url('../images/CONTACT-US_03.jpg');
}

.change-this-image._13 {
  background-image: url('../images/ABOUT-US_05.jpg');
}

.change-this-image._14 {
  background-image: url('../images/modern-conference-room-with-long-rectangular-table-several-chairsA.jpg');
  background-position: 50%;
}

.change-this-image.inner-page {
  background-image: linear-gradient(#00000080, #00000080), url('../images/aerial-view-modern-cityscape-sunsetA.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.change-this-image.menu-1 {
  background-image: url('../images/Hero_bg-1.jpg');
  background-position: 100%;
}

.change-this-image.menu-2 {
  background-image: url('../images/gente-negocios-trabajando-equipo-oficina-1-1.jpg');
  background-position: 50%;
}

.change-this-image.menu-3 {
  background-image: url('../images/mujer-negocios-joven-que-usa-telefono-cafe-1.jpg');
  background-position: 50%;
}

.change-this-image.menu-4 {
  background-image: url('../images/companeros-trabajo-sonrientes-posando-juntos-oficina.jpg');
  background-position: 50%;
}

.change-this-image.menu-5 {
  background-image: url('../images/hombre-negocios-joven-hablando-telefono-trabajando-equipo-2.jpg');
  background-position: 50%;
  background-size: 557px;
}

.change-this-image.menu-6 {
  background-image: url('../images/gerson-repreza-hGTTl4MccCI-unsplash.jpg');
  background-position: 50%;
}

.change-this-image.menu-7 {
  background-image: url('../images/cierre.jpg');
  background-position: 70%;
}

.change-this-image._15 {
  background-image: url('../images/ef9b958477370fc0796b27da80a6b04e.jpg');
}

.navlink {
  color: var(--font-color);
  height: 100px;
  margin-right: 13px;
  padding-top: 38px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

.navlink:hover {
  color: var(--font-2);
  text-decoration: none;
}

.navlink.w--current {
  color: var(--gold);
}

.nav-menu {
  display: flex;
  position: static;
}

.dropdown-item-arrow {
  margin-bottom: 20px;
}

.contact-item {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 15px;
  display: flex;
  position: static;
}

.cateogory-toogle {
  color: var(--font-color);
  height: 100px;
  padding-top: 38px;
  padding-left: 5px;
  padding-right: 30px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.cateogory-toogle.w--open {
  position: relative;
}

.dropdown-list-1 {
  background-color: #fff;
  margin-top: 61px;
  padding-top: 35px;
  inset: 0% auto auto 0%;
}

.dropdown-list-1.w--open {
  width: 100%;
  margin-top: 100px;
  padding: 20px 25px 25px;
}

.dropdown-column-2 {
  border-right: 1px solid #d6e0da;
  width: 25%;
  padding: 20px 3% 10px;
}

.preloader {
  z-index: 2147483647;
  background-color: var(--bg);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.link-block-text {
  color: var(--font-color);
  font-family: Nyghtserif, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
}

.category-dropdown {
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  transition: color .2s;
  position: static;
}

.hover-overlay {
  background-color: #1a1a1a66;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brand {
  height: 100px;
  padding-top: 26px;
  transition: transform .2s, opacity .2s;
}

.brand:hover {
  transform: scale(1.04);
}

.dropdown-column-4 {
  width: 25%;
  padding-top: 20px;
  padding-left: 3%;
  padding-right: 3%;
}

.small-title {
  color: var(--font-color);
  font-size: 16px;
  font-weight: 600;
}

.underline-hover {
  background-color: var(--gold);
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.title-box {
  margin-top: 5px;
}

.max-360-pixels {
  width: 100%;
  max-width: 360px;
}

.navbar {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  inset: 0% 0% auto;
}

.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.flex.full-height {
  height: 100%;
}

.link-block-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mini-arrow {
  color: #9db3ad;
  margin-top: 46px;
  font-size: 13px;
  display: inline-block;
  right: -7px;
}

.nav-image {
  max-width: 220px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-image._1 {
  background-image: url('../images/gente-tiro-medio-trabajando-oficina.jpg');
}

.hover-image.intro-2 {
  background-image: url('../images/ABOUT-US_05.jpg');
}

.hover-image.intro-3 {
  background-image: url('../images/CONTACT-US_03.jpg');
}

.hover-image.intro-1 {
  background-image: url('../images/modern-conference-room-with-long-rectangular-table-several-chairsA.jpg');
}

.hover-image.team {
  border-radius: 200px;
  overflow: hidden;
}

.hover-image.intro-4 {
  background-image: url('../images/ef9b958477370fc0796b27da80a6b04e.jpg');
}

.dropdown-column {
  flex-direction: column;
  width: 25%;
  padding-top: 20px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.dropdown-column-3 {
  border-right: 1px solid #d6e0da;
  width: 25%;
  padding-top: 20px;
  padding-left: 3%;
  padding-right: 3%;
}

.small-text {
  color: var(--font-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.small-text.gray {
  color: #939394;
}

.link-block-arrow {
  width: 100%;
  text-decoration: none;
}

.link-block-arrow:hover {
  color: #43e06a;
}

.hero-section {
  background-color: var(--white);
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-left {
  z-index: 1;
  align-items: center;
  width: 50%;
  height: 90%;
  padding: 7% 5%;
  display: flex;
  position: relative;
}

.hero-text {
  color: var(--white);
  letter-spacing: -1px;
  font-size: 50px;
  line-height: 60px;
}

.hero-text.white {
  color: var(--white);
  font-size: 54px;
  line-height: 64px;
}

.hero-text.margin {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-flex {
  width: 100%;
  min-height: 915px;
  display: flex;
  overflow: hidden;
}

.hero-flex.about-us {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  position: relative;
}

.hero-text-box {
  width: 100%;
  max-width: 455px;
}

.hidden {
  overflow: hidden;
}

.title {
  color: var(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
}

.title.gray {
  color: var(--font-2);
}

.hero-bg {
  background-image: url('../images/gente-negocios-trabajando-equipo-oficina-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bg.home {
  background-image: url('../images/0a7f0bb045f631007fc2ddbb1bc4fcff.jpg');
  width: 85%;
  margin-left: auto;
}

.hero-bg.overlay {
  background-image: linear-gradient(0deg, #000, #0000), url('../images/dongdaemun-design-plaza-modern-architectureA.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-bg.overlay.about-us {
  background-image: linear-gradient(0deg, #000, #00000078 50%, #0000), url('../images/dongdaemun-design-plaza-modern-architectureA.jpg');
  background-position: 0 0, 50%;
}

.hero-bg.overlay.services {
  background-image: linear-gradient(0deg, #000, #00000091 50%, #0000), url('../images/Service01.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.hero-bg.overlay.team {
  background-image: linear-gradient(0deg, #000, #0000008a 50%, #0000), url('../images/one-embarcadero-center-san-francisco-united-statesA.jpg');
}

.link-block {
  border: 1px solid var(--gold);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
  position: relative;
}

.circle-text {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-left: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle-button-container {
  margin-top: 25px;
  overflow: hidden;
}

.scroll-down {
  z-index: 3;
  background-color: var(--bg);
  border-radius: 26.5px;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 76px;
  margin-right: 1%;
  display: flex;
  position: absolute;
  inset: auto 1% -26px auto;
}

.heading {
  text-align: center;
  width: 66%;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.text-medium {
  text-align: center;
  margin-top: 15px;
  font-family: Nyghtserif, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
}

.text-medium.align-left {
  text-align: left;
}

.intro {
  border-right: 1px solid var(--lines-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding: 13px 2%;
  display: flex;
}

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

.icon-bg {
  background-color: var(--bg);
  border-radius: 50%;
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
}

.icon-bg._1 {
  background-image: url('../images/Intro-icon--1_1Intro-icon  (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.icon-bg._2 {
  background-image: url('../images/Intro-icon-2-1_1Intro-icon-2 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.icon-bg._3 {
  background-image: url('../images/Intro-icon-3-1_1Intro-icon-3 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px;
}

.icon-bg._4 {
  background-image: url('../images/Icon-5_1Icon-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.icon-bg._5 {
  background-image: url('../images/Icon-5-1_1Icon-5 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.icon-bg._6 {
  background-image: url('../images/Icon-6_1Icon-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.paragraph-box {
  margin-top: 10px;
}

.paragraph-box._1 {
  margin-top: 15px;
}

.paragraph-box._20-pixels {
  margin-top: 20px;
}

.half-column {
  justify-content: center;
  width: 50%;
  display: flex;
  position: relative;
}

.relative-rounded {
  border-radius: 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.column-center {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 3%;
  display: flex;
}

.max-390-pixels {
  width: 100%;
  max-width: 390px;
}

.text-large {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Nyghtserif, sans-serif;
  font-size: 40px;
  line-height: 56px;
  position: relative;
}

.text-large.no-bottom-margin {
  margin-bottom: 0;
}

.signature-box {
  margin-top: 20px;
}

.logo-bg {
  position: absolute;
  inset: 35% -14% 0% auto;
}

.max-317-pixels {
  width: 100%;
  max-width: 317px;
}

.button-outline {
  border: 1px solid var(--gold);
  color: var(--gold);
  text-align: center;
  background-color: #0000;
  border-radius: 25px;
  min-width: 150px;
  min-height: 45px;
  padding-top: 12px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Nyghtserif, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.button-outline:hover {
  background-color: var(--gold);
  color: #fff;
}

.button-outline.green {
  border-color: var(--font-color);
  color: var(--font-color);
}

.button-outline.green:hover {
  background-color: var(--font-color);
  color: var(--white);
}

.button-outline.white {
  border-color: var(--white);
  color: var(--white);
}

.button-outline.white:hover {
  background-color: var(--white);
  color: var(--gold);
}

.button-outline.nav {
  border-color: var(--white);
  color: var(--white);
  min-width: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-outline.nav:hover {
  background-color: var(--white);
  color: var(--gold);
}

.button-box {
  margin-top: 25px;
}

.button-box.center {
  text-align: center;
}

.button-box.less {
  margin-top: 10px;
}

.icon {
  background-color: #e6e6de;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
}

.icon._1 {
  background-image: url('../images/Icon_1Icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
}

.grid-column {
  width: 59%;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.column-center-2 {
  justify-content: center;
  align-items: center;
  width: 39%;
  padding: 3%;
  display: flex;
}

.column-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: 10px;
}

.grid-3 {
  z-index: 1;
  border-radius: 15px;
  margin-bottom: -20px;
  margin-left: 15%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.grid-2 {
  border-radius: 15px;
  margin-left: -147px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.paragraph-large-box {
  text-align: center;
  width: 71%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.text-big {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nyghtserif, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 54px;
}

.heading-small {
  text-align: center;
  width: 40%;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.h3 {
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
}

.h3.no-top-margin, .h3.less-margin {
  margin-top: 10px;
}

.divider {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.divider-left {
  background-image: url('../images/Left.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 106px;
  width: 106px;
  height: 1px;
}

.divider-right {
  background-image: url('../images/Right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 106px;
  width: 106px;
  height: 1px;
}

.divider-center {
  background-image: url('../images/Center.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  height: 1px;
}

.team-title {
  color: var(--font-2);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.social-icons-container {
  width: 35px;
  height: 35px;
  position: relative;
}

.social-icon-down {
  width: 35px;
  height: 35px;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.social-icon-down.tiktok {
  background-image: url('../images/tik-tok-1_1tik-tok (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-down.linkedin {
  background-image: url('../images/linkedin-1_1linkedin (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-down.pinterest {
  background-image: url('../images/pinterest-1_1pinterest (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.max-540-pixels, .social-icon-down.facebook {
  background-image: url('../images/facebook-logo-1_1facebook-logo (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.twitter {
  background-image: url('../images/twitter-1_1twitter (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.youtube {
  background-image: url('../images/youtube-2_1youtube (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.instagram {
  background-image: url('../images/instagram-4-1_1instagram (4) (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.link-preview-hidden {
  border-radius: 200px;
  position: relative;
  overflow: hidden;
}

.link-preview-hidden.no-hover:hover {
  filter: none;
}

.team-item {
  display: inline-block;
}

.team-item:last-child {
  margin-right: 0%;
}

.social-icon-up {
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 0%;
}

.social-icon-up.linkedin {
  background-image: url('../images/linkedin-1_1linkedin (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-up.pinterest {
  background-image: url('../images/pinterest-1_1pinterest (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.tiktok {
  background-image: url('../images/tik-tok-1_1tik-tok (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-up.facebook {
  background-image: url('../images/facebook-logo-1_1facebook-logo (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.twitter {
  background-image: url('../images/twitter-1_1twitter (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.youtube {
  background-image: url('../images/youtube-2_1youtube (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.instagram {
  background-image: url('../images/instagram-4-1_1instagram (4) (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.team-text-box {
  text-align: center;
  margin-top: 15px;
}

.social-icons {
  display: flex;
}

.social-icons.top-margin {
  flex-wrap: wrap;
  margin-top: 15px;
}

.social-icons.center {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}

.team-name {
  color: var(--font-color);
  font-family: Nyghtserif, sans-serif;
  font-size: 23px;
  line-height: 33px;
  text-decoration: none;
  transition: color .2s;
}

.team-name:hover {
  color: var(--gold);
}

.flex-copy {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1015px;
  display: flex;
  position: relative;
}

.top-white {
  background-color: var(--white);
  width: 100%;
  height: 170px;
  position: absolute;
  inset: 0% 0% auto;
}

.white-center-box {
  text-align: center;
  background-color: #fff;
  width: 76%;
  margin-top: -19%;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 7%;
  display: block;
  position: relative;
}

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

.top-border-2._10 {
  margin-top: 10px;
}

.empty-state {
  background-color: #0000;
}

.flex-works {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.preview-block {
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--font-color);
  background-color: #a4c3c5cc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  font-size: 12.5px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.blur-hover-overlay {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.item-hover-overlay {
  background-color: #1a1a1a1a;
  display: none;
  position: absolute;
  inset: 0%;
}

.work-preview {
  width: 30%;
  margin-bottom: 40px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.work-preview:last-child {
  margin-right: 0%;
}

.flex-copy {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

._47-percent-column {
  justify-content: flex-end;
  align-items: center;
  width: 47%;
  display: flex;
}

._47-percent-column.right {
  justify-content: flex-start;
}

._53-percent-column {
  width: 53%;
  min-height: 664px;
  position: relative;
  overflow: hidden;
}

.text-offset-box {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  max-width: 500px;
  margin-left: 3%;
  margin-right: -9%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15%;
  position: relative;
}

.text-offset-box.align-left {
  margin-left: -9%;
  margin-right: 0%;
  padding-left: 10%;
  padding-right: 0%;
}

.gold-line {
  background-color: var(--gold);
  width: 367px;
  height: 1px;
  margin-bottom: 12%;
  margin-right: -30%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.gold-line.left {
  margin-left: -30%;
  margin-right: 0%;
  inset: auto auto 0% 0%;
}

.flex-row {
  margin-bottom: 100px;
  display: flex;
}

.flex-row.last, .flex-row.less-margin, .flex-row.reverse-mobile {
  margin-bottom: 0;
}

.grid-1 {
  border-radius: 15px;
  width: 48%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.collection-item {
  width: 45%;
  margin-left: 2%;
  margin-right: 2%;
}

.services-flex {
  flex-wrap: wrap;
  display: flex;
}

.heading-medium {
  text-align: center;
  width: 40%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.service-text-box {
  background-color: #fff;
  width: 91%;
  margin-top: -14%;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5% 9% 7%;
  display: block;
  position: relative;
}

.service-text-box.no-bottom-padding {
  padding-bottom: 0%;
}

.subtitle {
  font-family: Nyghtserif, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.preview-title-link {
  color: var(--font-color);
  padding-bottom: 15px;
  font-family: Nyghtserif, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 39px;
  text-decoration: none;
  transition: color .2s;
  display: block;
  position: relative;
}

.preview-title-link:hover {
  color: var(--gold);
}

.preview-title-link.small {
  margin-top: 5px;
  font-size: 20px;
  line-height: 30px;
}

.preview-title-link.micro {
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
}

.preview-title-link.medium {
  font-size: 26px;
  line-height: 34px;
}

.subtitle-box {
  margin-top: 15px;
}

.top-bg-colored {
  background-color: var(--bg);
  height: 55.5%;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

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

.accordion-wrapper {
  margin-bottom: 3%;
  position: relative;
  overflow: hidden;
}

.questions-set {
  margin-bottom: 60px;
}

.questions-set.no-border {
  margin-bottom: 0;
}

.desciption-title-2 {
  text-align: center;
  flex: 1;
  justify-content: center;
  width: 23.333%;
  display: flex;
}

.pricing-details {
  border-style: solid none solid solid;
  border-width: 1px;
  border-top-color: var(--bg-3);
  border-bottom-color: var(--bg-3);
  border-left-color: var(--bg-3);
  text-align: center;
  width: 22.666%;
  padding: 3% 2.5%;
}

.pricing-details.last-center {
  border-right-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-details.mobile-bottom-line {
  border-bottom-style: none;
}

.pricing-details.start {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-details.last {
  border-right-style: solid;
  border-right-color: var(--bg-3);
}

.pricing-details.bottom-line-last {
  border-right-style: solid;
  border-right-color: var(--bg-3);
  border-bottom-style: none;
}

.pricing-details.plan-price {
  border-right-style: solid;
  border-right-color: #000;
  border-right-color: var(--bg-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-underline {
  background-color: var(--gold);
  width: 100%;
  height: 1px;
  margin-top: -4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.description-title {
  width: 32%;
  margin-bottom: 3%;
  padding-left: 1.8%;
}

.pricing-title {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--bg-3) #abc7d1 var(--bg-3) var(--bg-3);
  width: 32%;
  padding: 3% 2%;
}

.pricing-title.mobile-bottom-line {
  border-bottom-style: none;
}

.pricing-title.empty {
  border-style: none;
}

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

.tabs-menu {
  z-index: 5;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-section {
  border-top: 1px solid #abc7d1;
  margin-top: 3%;
  padding-top: 5%;
}

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

.open-close-box {
  border: 1.5px solid #afccd6;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  display: flex;
  position: relative;
}

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

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

.question-letter {
  color: var(--bg-3);
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  margin-right: 7px;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.text-block {
  margin-bottom: 5px;
  font-weight: 600;
}

.text-block.medium {
  font-weight: 500;
}

.tab {
  color: var(--font-color);
  background-color: #0000;
  height: 73px;
  margin-right: 25px;
  padding: 22px 40px 20px;
  font-family: Nyghtserif, sans-serif;
  font-size: 26px;
  line-height: 27px;
  bottom: -1px;
}

.tab:hover {
  text-decoration: none;
}

.tab.w--current {
  z-index: 100;
  border-style: solid;
  border-width: 1px;
  border-color: var(--bg-3) var(--bg-3) white;
  background-color: #0000;
  padding-top: 21px;
  padding-left: 39px;
  padding-right: 39px;
}

.horizontal {
  background-color: #afccd6;
  width: 8px;
  height: 1.5px;
  position: absolute;
}

.accordion-item {
  border-bottom: 1px solid var(--bg-3);
  margin-top: 2%;
  margin-bottom: 3%;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  overflow: hidden;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.vertical {
  background-color: #afccd6;
  width: 8px;
  height: 1.5px;
  margin-bottom: -1px;
  position: absolute;
  transform: rotate(90deg);
}

.expand {
  flex: 1;
}

.expand.right-padding {
  padding-right: 30px;
}

.question-title {
  margin-top: 0;
  font-size: 22.5px;
  font-style: italic;
}

.answer {
  margin-bottom: 25px;
}

.pricing-button {
  border: 1px solid var(--font-color);
  background-color: var(--font-color);
  text-align: center;
  width: 100%;
  min-height: 45px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Nyghtserif, sans-serif;
  transition: background-color .2s, color .2s;
}

.pricing-button:hover {
  color: var(--font-color);
  background-color: #0000;
  text-decoration: none;
}

.tab-pane-tab-1 {
  border-top: 1px solid #abc7d1;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.price {
  color: #878d94;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 17px;
  display: inline-block;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-item {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3%;
  display: flex;
}

.pricing-item.mobile-border-2, .pricing-item.no-border {
  margin-bottom: 0;
}

.pricing-item.less-border {
  margin-bottom: 10px;
}

.accordion-item-trigger {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-left: 4%;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.text-small {
  margin-top: 15px;
  font-family: Nyghtserif, sans-serif;
  font-size: 26px;
  line-height: 34px;
}

.text-small.no-margin {
  margin-top: 0;
}

.text-small.margin {
  margin-top: 0;
  margin-bottom: 20px;
}

.circle-bg {
  background-color: var(--bg);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: 4% -3% auto auto;
}

.pricing-detail-title {
  font-size: 24px;
  line-height: 34px;
}

.insta-pic {
  width: 23%;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}

.insta-pic.last {
  margin-right: 0;
}

.interaction-slide {
  background-color: var(--bg);
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-icon {
  color: #69707b;
}

.hover-insta-overlay {
  background-color: #ffffffbf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.flex-instagram {
  flex-wrap: wrap;
  display: flex;
}

.text-link-block {
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  height: 17px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

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

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

.faq-right {
  width: 68%;
}

.faq-left {
  width: 22%;
}

.question {
  color: var(--font-color);
  font-style: normal;
}

.answer-letter {
  color: var(--bg-3);
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-right: 7px;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.faq-title {
  margin-bottom: 20px;
  padding-left: 4%;
}

.relative-auto {
  position: relative;
}

.preview-link-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-link-block.margin {
  margin-bottom: 10px;
}

.preview-link-block.full {
  height: 100%;
}

._30-percent-item {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

._30-percent-item.margin {
  margin-bottom: 160px;
}

.link-block-2 {
  position: relative;
}

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

.post-offset-box {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7%;
  padding-left: 6%;
  padding-right: 6%;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.category-link {
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
}

.heading-left {
  margin-bottom: 55px;
  padding-bottom: 3px;
  position: relative;
  overflow: hidden;
}

.heading-left.less {
  margin-bottom: 40px;
}

.heading-left.no-margin {
  margin-bottom: 20px;
}

.divider-line {
  background-color: var(--bg-3);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.divider-line.gray {
  background-color: var(--divider);
}

.divider-line.gold {
  background-color: var(--gold);
}

.divider-line.only-mobile {
  background-color: var(--divider);
  display: none;
}

.gold-link {
  color: var(--gold);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.gold-link:hover {
  color: var(--bg-hover);
}

.gold-link.large {
  font-size: 16px;
}

.gold-link.footer-separator {
  margin-top: 20px;
  font-size: 24px;
  line-height: 28px;
  display: block;
}

.social-icon-rounded {
  background-color: var(--bg);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  overflow: hidden;
}

.footer {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.footer-top-margin {
  margin-top: 13px;
  position: relative;
}

.footer-top-margin.first {
  margin-top: 10px;
}

.footer-notice-text {
  font-size: 12px;
  line-height: 16px;
}

.footer-1440-pixels {
  background-color: #fff;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  justify-content: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.footer-notice-link {
  color: var(--font-color);
  font-weight: 500;
  text-decoration: underline;
  transition: color .2s;
}

.footer-notice-link:hover {
  color: var(--gold);
}

.footer-notice-link.w--current {
  color: #cda46f;
}

.error-message {
  font-size: 14px;
  line-height: 22px;
}

.notice-text {
  color: var(--font-color);
  font-size: 12px;
  line-height: 21px;
}

.footer-underline {
  background-color: var(--gold);
  height: 1px;
  margin-top: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.success-message {
  color: #939394;
  text-align: center;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 10px;
  font-size: 14px;
  line-height: 20px;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-container._2 {
  padding-bottom: 20px;
}

.notice {
  min-height: 50px;
  margin-top: 40px;
  font-size: 13px;
}

.footer-menu-link {
  color: var(--font-color);
  align-items: center;
  height: 27px;
  font-family: Nyghtserif, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
}

.footer-menu-link.w--current, .footer-menu-link.gold {
  color: var(--gold);
  font-weight: 600;
}

.footer-menu-link.gold:hover {
  color: var(--bg-hover);
}

.cta-button {
  background-color: var(--gold);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: 10%;
  height: 60px;
  font-family: Nyghtserif, sans-serif;
  transition: background-color .2s;
}

.cta-button:hover {
  background-color: var(--bg-hover);
}

.cta-form {
  margin-top: 30px;
  margin-bottom: 0;
}

.hero-box-about {
  width: 100%;
  max-width: 580px;
}

.max-300-pixels {
  width: 100%;
  max-width: 300px;
  margin: 25px auto;
}

.hero-subtitle-box {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.hero-text-white {
  color: var(--white);
}

._28-column {
  width: 100%;
}

.input-item {
  width: 47%;
  margin-bottom: 25px;
}

.input-item.message {
  width: 100%;
}

.contact-details-left {
  text-align: left;
  width: 100%;
  padding: 6% 5%;
  position: relative;
}

.contact-right-2 {
  border: 1px solid var(--divider);
  justify-content: flex-end;
  width: 55%;
  padding: 4% 3%;
  display: flex;
}

.field-label {
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 10px;
}

.contact-section {
  border-bottom: 1px solid #ddd;
  padding-bottom: 7%;
}

.contact-section._2 {
  border-bottom-style: none;
  padding-top: 90px;
  padding-bottom: 0;
  display: flex;
}

.input-form {
  border-style: solid;
  border-width: 1px;
  border-color: var(--gold) #b6946f #b6946f;
  background-color: #0000;
  height: 50px;
  transition: border .2s;
}

.input-form:hover {
  border-color: var(--hover);
}

.input-form:active {
  color: var(--font);
}

.input-form::placeholder {
  font-size: 13px;
  font-style: italic;
}

.title-gold {
  color: var(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
}

.title-gold.bottom-margin {
  margin-bottom: 10px;
}

.title-gold.bottom-margin.less {
  margin-bottom: 5px;
}

.bottom-line {
  position: relative;
  overflow: hidden;
}

.form-flex {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.textarea {
  border: 1px solid var(--gold);
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 60px;
  transition: border .2s;
}

.textarea:hover {
  border-color: var(--hover);
}

.textarea:active {
  color: var(--font);
}

.textarea::placeholder {
  font-size: 13px;
  font-style: italic;
}

.contact-left-2 {
  border: 1px solid var(--divider);
  width: 40%;
  padding: 3%;
}

.small-title-box {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 1%;
  position: relative;
  overflow: hidden;
}

.intro-image-text {
  padding-bottom: 7%;
  padding-left: 9%;
  padding-right: 9%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay {
  background-image: url('../images/Overyal_1Overyal.png'), url('../images/Overyal_1Overyal.png');
  background-position: 50% 100%, 50% 100%;
  background-repeat: repeat-x, repeat-x;
  background-size: 1px, 1px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.h3-link-white {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  transition: opacity .2s;
}

.h3-link-white:hover {
  opacity: .85;
  text-decoration: none;
}

.intro-image-box {
  width: 23%;
  margin-right: 2.5%;
  position: relative;
  overflow: hidden;
}

.intro-image-box.last {
  margin-right: 0%;
}

.title-underline {
  background-color: var(--gold);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.title-link {
  text-decoration: none;
  position: relative;
}

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

.accordion-trigger {
  color: var(--font-color);
  align-items: center;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-trigger:hover {
  text-decoration: none;
}

.vertical-plus {
  background-color: var(--gold);
  width: 1.5px;
  height: 20px;
  position: absolute;
}

.horizontal-plus {
  background-color: var(--gold);
  width: 20px;
  height: 1.5px;
}

.faq-box {
  margin-top: 30px;
}

.expand-box {
  flex-wrap: nowrap;
  display: flex;
}

.open-close {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.column-center-flex {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.accordion {
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
}

.faq-container {
  width: 100%;
  max-width: 449px;
}

.column-justify-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 3%;
  display: flex;
}

.accordion-content {
  margin-top: 10px;
  padding-right: 0;
  overflow: hidden;
}

.max-506-pixels {
  width: 100%;
  max-width: 506px;
}

.text-box-padding {
  background-color: #fff;
  border-radius: 10px;
  width: 52%;
  margin-left: auto;
  margin-right: 1.5%;
  padding-top: 65px;
  padding-left: 8%;
  padding-right: 8%;
}

.top-absolute-bg {
  width: 100%;
  height: 620px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav-button-box {
  align-items: center;
  height: 100px;
  display: flex;
}

.wa-button {
  background-color: var(--bg);
  color: var(--font-color);
  text-align: center;
  background-image: url('../images/WA_1WA.png');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-style: none;
  border-radius: 909px;
  min-width: 173px;
  min-height: 53px;
  padding-top: 17px;
  padding-left: 48px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .2s, transform .2s, color .2s;
}

.wa-button:hover {
  background-color: var(--bg-2);
  transform: scale(1.05);
}

.feature {
  border-right: 1px solid var(--divider);
  width: 33.333%;
  padding: 3% 4%;
  position: relative;
}

.feature._3, .feature.last {
  border-right-style: none;
}

.text-box {
  z-index: 1;
  background-color: var(--white);
  justify-content: flex-end;
  width: 100%;
  max-width: 500px;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.text-box.right {
  justify-content: flex-start;
  padding-right: 0%;
}

.lightbox-link {
  background-image: url('../images/rawpixel-669604-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 68px;
  margin-top: 20px;
  display: flex;
}

.display-none {
  display: none;
}

.play-button {
  background-color: #fffffff7;
  background-image: url('../images/play-button-1_1play-button (1).png');
  background-position: 54%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.feature-row {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-block {
  justify-content: center;
  align-items: flex-start;
  width: 15%;
  margin-right: 10px;
  padding-top: 2%;
  display: flex;
}

.features-rows {
  margin-top: 20px;
}

._50-percent-column {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column.justify-left {
  justify-content: flex-start;
}

._50-percent-image {
  width: 50%;
  min-height: 664px;
  position: relative;
  overflow: hidden;
}

.gold-box {
  border: 1px solid var(--gold);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 30px;
  display: flex;
}

.icon-block-line {
  border-right: 1px solid var(--gold);
  justify-content: center;
  align-items: flex-start;
  width: 90px;
  padding-top: 29px;
  display: flex;
}

.gold-right-text {
  flex: 1;
  padding: 15px 10px 6px 17px;
}

.outline-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border: 1px solid #abc7d1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
}

.outline-icon._3 {
  background-image: url('../images/Plan-3-1_1Plan-3 (1).png');
  background-size: 28px;
}

.outline-icon._1 {
  background-image: url('../images/Plan-3_1Plan-3.png');
  background-size: 32px;
}

.outline-icon._2 {
  background-image: url('../images/Plan-2_1Plan-2.png');
  background-size: 32px;
}

.pricing-title-box {
  border-bottom: 1px solid var(--bg-3);
  text-align: center;
  padding: 9% 9% 7%;
}

.pricing-right {
  flex: 1;
  padding-top: 7%;
  padding-bottom: 5%;
  padding-right: 5%;
}

.pricing-box {
  border: 1px solid #abc7d1;
  width: 31%;
}

.plan-details {
  border-bottom: 1px solid #abc7d1;
  display: flex;
}

.plan-details.not-allowed {
  cursor: not-allowed;
}

.pricing-left {
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  padding-top: 8%;
  display: flex;
}

.regular {
  font-family: Nyghtserif, sans-serif;
  font-size: 18px;
}

.pricing-button-box {
  text-align: center;
  padding: 8% 15% 9%;
}

.plans-underline {
  background-color: #abc7d1;
  width: 100%;
  height: 1px;
  margin-top: 5%;
  position: relative;
}

._55-percent-column {
  width: 55%;
}

.directory-left {
  border-right: 1px solid var(--divider);
  width: 40%;
  margin-right: 5%;
  padding-bottom: 1%;
}

.contact-button {
  background-color: var(--gold);
  width: 47%;
  min-height: 50px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Nyghtserif, sans-serif;
  transition: background-color .2s, color .2s;
}

.contact-button:hover {
  border: 1px solid var(--gold);
  color: var(--gold);
  background-color: #0000;
  padding: 8px 14px;
  text-decoration: none;
}

.contact-button.full {
  width: 100%;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slide {
  background-image: url('../images/Service01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 10%;
}

.slide._2 {
  background-image: url('../images/gerson-repreza-hGTTl4MccCI-unsplash.jpg');
}

.slide._3 {
  background-image: url('../images/clark-van-der-beken-HKW_d22rBuc-unsplash.jpg');
}

.testimonial-text {
  text-align: center;
  background-image: url('../images/Quote-mark.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 66px;
  font-family: Nyghtserif, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.slide-nav-2 {
  background-color: #0000;
  display: none;
}

.testimonial-white-bg {
  text-align: center;
  background-color: #ffffffed;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  padding: 7%;
  display: block;
}

.testimonial-box, .testimonial-name {
  margin-top: 20px;
}

.right-arrow {
  color: var(--gold);
  transition: opacity .2s;
}

.right-arrow:hover {
  opacity: .8;
}

.left-arrow {
  color: var(--gold);
  transition: opacity .2s;
}

.left-arrow:hover {
  opacity: .8;
}

.inner-box {
  margin-bottom: 10px;
  padding-bottom: 5px;
  overflow: hidden;
}

.hero-divider-left {
  background-image: url('../images/Left.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 106px;
  width: 106px;
  height: 1px;
}

.hero-divider-center {
  background-image: url('../images/Center.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  height: 1px;
}

.hero-divider-right {
  background-image: url('../images/Right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 106px;
  width: 106px;
  height: 1px;
}

.pagination {
  justify-content: flex-end;
}

.call-to-action-box {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-item {
  width: 45%;
  margin-left: 2%;
  margin-right: 2%;
}

.service-item.grid {
  margin-bottom: 60px;
}

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

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

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

.logo {
  transition: opacity .2s;
}

.logo:hover {
  opacity: .8;
}

.link-block-5 {
  color: var(--gold);
  font-family: Nyghtserif, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.flex-space-stretch {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-column-3 {
  border-right: 1px solid #ddd;
  justify-content: space-between;
  width: 69%;
  padding: 2% 4%;
  display: flex;
}

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

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

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

.title-text {
  font-family: Nyghtserif, sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 300;
}

.title-line {
  background-color: var(--divider);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.preview {
  align-items: center;
  margin-bottom: 7%;
  display: flex;
}

.preview.footer {
  padding-top: 0%;
  padding-bottom: 6%;
}

.square-preview {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 70px;
  margin-right: 4%;
  position: relative;
  overflow: hidden;
}

.paragraph-small {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.no-margin {
  margin-top: 0;
}

.all-caps-title {
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.tooltip-text {
  background-color: var(--bg-3);
  color: var(--font-color);
  text-align: center;
  border-radius: 5px;
  min-width: 140px;
  padding: 6px 8px;
  font-size: 11px;
  line-height: 14px;
  display: flex;
  position: absolute;
  top: -46px;
  left: -66px;
}

.tip {
  background-color: var(--bg-3);
  width: 13px;
  height: 13px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 7%;
  transform: translate(0, 10px)rotate(45deg);
}

.pricing-row {
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.pricing-row:hover {
  background-color: #abc7d133;
}

.pricing-row-title {
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tooltip-container {
  display: inline-block;
  position: relative;
}

.question-mark {
  color: var(--gold);
  background-image: url('../images/__1_.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 13px;
  height: 13px;
  position: relative;
  bottom: -2px;
}

.checkmark-box {
  text-align: center;
  background-image: url('../images/Mini_1Mini.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-left: 1px #cbcbcb;
  border-right: 1px #cbcbcb;
  flex: 1;
  width: 15%;
  padding-top: 10px;
}

.checkmark-box.not-included {
  cursor: not-allowed;
  background-image: url('../images/Close_2Close.png');
  background-size: 9px;
}

.checkmark-box._4, .checkmark-box._3 {
  letter-spacing: -.5px;
}

.checkmark-box.title {
  letter-spacing: -.5px;
  background-image: none;
}

.pricing-table {
  margin-top: 100px;
  padding-left: 1.8%;
  padding-right: 1.8%;
  overflow: hidden;
}

.pricing-description {
  border-bottom-width: 1px;
  border-bottom-color: #cbcbcb;
  border-left-width: 1px;
  border-left-color: #cbcbcb;
  border-right: 1px #cbcbcb;
  width: 32%;
  padding: 10px 20px 10px 10px;
}

.pricing-description.title {
  padding-top: 10px;
  padding-bottom: 0;
}

.pricing-detail-inline {
  margin-bottom: 8px;
  margin-right: 5px;
  font-family: Nyghtserif, sans-serif;
  font-size: 17px;
  line-height: 17px;
  display: inline;
}

.contact-form {
  margin-bottom: 0;
}

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

.featured-item {
  width: 100%;
}

.post-preview-full {
  width: 100%;
  margin-bottom: 30px;
  margin-right: 2%;
  display: flex;
}

.no-top-margin {
  margin-top: 0;
}

.blog-left {
  width: 71%;
  margin-right: 4%;
}

.post-preview {
  width: 48%;
  margin-right: 2%;
}

.post-preview.full {
  width: 100%;
  margin-bottom: 40px;
}

.blog-side-right {
  width: 24%;
  position: sticky;
  top: 10px;
}

.left-blog-posst {
  width: 48%;
  position: relative;
  overflow: hidden;
}

.post-right {
  flex: 1;
  align-items: center;
  width: 50%;
  padding-left: 3%;
  padding-right: 2%;
  display: flex;
}

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

.hero-preview-post {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-blog {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 3%;
  display: flex;
}

.hero-overlay {
  background-image: linear-gradient(360deg, #000, #0000 88%);
  position: absolute;
  inset: 0%;
}

.hero-heading-link {
  color: #fff;
  margin-top: 10px;
  font-family: Nyghtserif, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 56px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.hero-heading-link:hover {
  opacity: .85;
  color: var(--gold);
}

.hero-subtitle {
  color: #393939;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.hero-subtitle.white {
  color: #fff;
  margin-top: 0;
}

.hero-bottom {
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.utility-hero {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.full-width-box {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.h1 {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 40px;
  line-height: 45px;
}

.utility-right {
  width: 72%;
}

.utility-left-column {
  flex: 1;
  margin-right: 3%;
  padding-right: 20px;
  position: relative;
}

.work-overview {
  position: sticky;
  top: 100px;
}

.text-gray {
  color: #7f7f7f;
}

.side-block {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
}

.side-block.more {
  padding-bottom: 20px;
}

.post-heading-box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.team-member {
  justify-content: center;
  width: 27%;
  margin-bottom: 50px;
  margin-right: 3.5%;
  display: flex;
}

.team-member.no-margin {
  margin-bottom: 0;
}

.flex-team {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.flex-team.left {
  justify-content: flex-start;
}

.team-left {
  width: 70%;
  margin-right: 5%;
}

.team-right {
  flex: 1;
}

.team-summary-box {
  text-align: center;
  margin-top: 10px;
}

.bio-summary {
  text-align: center;
}

.bio-social-links {
  text-align: center;
  margin-bottom: 20px;
}

.menu-button-2 {
  width: 128px;
  height: 127.5px;
  overflow: hidden;
}

.menu-button-2.w--open {
  background-color: #0000;
}

.footer-column-left, .footer-column-right {
  width: 50%;
}

.work-item {
  width: 45%;
  margin-left: 2%;
  margin-right: 2%;
}

.flex-bio {
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  max-width: 450px;
  display: flex;
}

.login-bg {
  background-image: url('../images/gente-tiro-medio-trabajando-oficina.jpg');
  background-position: 66%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: relative;
}

.login-button {
  background-color: var(--gold);
  width: 100%;
  min-height: 50px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Nyghtserif, sans-serif;
  transition: background-color .2s, color .2s;
}

.login-button:hover {
  border: 1px solid var(--gold);
  color: var(--gold);
  background-color: #0000;
  padding: 8px 14px;
  text-decoration: none;
}

._404 {
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
}

.columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.input-form-cta {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--gold) #b6946f var(--gold) var(--gold);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 36%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 21px;
}

.input-form-cta:active {
  color: var(--font);
}

.input-form-cta::placeholder {
  font-style: italic;
}

.input-form-cta._2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.circle-arrow-text {
  color: var(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.burger-lines {
  margin-left: 50px;
  display: inline-block;
}

.burger-line-2 {
  background-color: #153837;
  width: 28px;
  height: 1.5px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  position: relative;
}

.nav-menu-1 {
  z-index: 50;
  background-color: var(--bg);
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 60px;
  overflow: auto;
}

.bg-nav-menu {
  background-color: #f5f5ee;
  width: 202px;
  height: 202px;
  margin-top: -102px;
  margin-right: -116px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(45deg);
}

.side-menu {
  text-align: right;
  margin-bottom: 8px;
  padding-right: 5%;
  display: block;
  position: relative;
  overflow: visible;
}

.navbar-home {
  background-color: #0000;
  width: 100%;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.side-navlink-2 {
  z-index: 2;
  color: var(--font-color);
  margin-right: 13px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Nyghtserif, sans-serif;
  font-size: 66px;
  font-weight: 300;
  line-height: 84px;
  text-decoration: none;
  transition: margin .4s, color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.side-navlink-2:hover {
  color: #8d8d8d;
  margin-right: 25px;
}

.address {
  color: #8d8d8d;
  margin-bottom: 5px;
  position: relative;
}

.logo-rotation {
  width: 38px;
  position: relative;
}

.side-navlink-6 {
  z-index: 1;
  color: var(--font-color);
  margin-right: 13px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Nyghtserif, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 84px;
  text-decoration: none;
  transition: margin .4s, color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.side-navlink-6:hover {
  color: #8d8d8d;
  margin-right: 25px;
}

.side-menu-details {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 5%;
  overflow: hidden;
}

.underline-hover-2 {
  background-color: #d09d02;
  width: 100%;
  height: 1.5px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.side-navlink-5 {
  z-index: 1;
  color: var(--font-color);
  margin-right: 13px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Nyghtserif, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 84px;
  text-decoration: none;
  transition: margin .4s, color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.side-navlink-5:hover {
  color: #8d8d8d;
  margin-right: 25px;
}

.menu-contact-details {
  margin-top: 7px;
}

.side-navlink-7 {
  z-index: 1;
  color: var(--font-color);
  margin-right: 13px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Nyghtserif, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 84px;
  text-decoration: none;
  transition: margin .4s, color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.side-navlink-7:hover {
  color: #8d8d8d;
  margin-right: 25px;
}

.burgerl-line {
  background-color: #153837;
  width: 28px;
  height: 1.5px;
  margin-bottom: 3px;
  position: relative;
}

.nav-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  position: relative;
}

.side-navlink-3 {
  z-index: 1;
  color: var(--font-color);
  margin-right: 13px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Nyghtserif, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 84px;
  text-decoration: none;
  transition: margin .4s, color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.side-navlink-3:hover {
  color: #8d8d8d;
  margin-right: 25px;
}

.side-navlink-4 {
  z-index: 1;
  color: var(--font-color);
  margin-right: 13px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Nyghtserif, sans-serif;
  font-size: 66px;
  font-weight: 300;
  line-height: 84px;
  text-decoration: none;
  transition: margin .4s, color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.side-navlink-4:hover {
  color: #8d8d8d;
  margin-right: 25px;
}

.menu-button {
  width: 128px;
  height: 127.5px;
  overflow: hidden;
}

.menu-button.w--open {
  z-index: 5;
  background-color: #0000;
}

.side-navlink {
  z-index: 1;
  color: var(--font-color);
  margin-right: 13px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Nyghtserif, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 86px;
  text-decoration: none;
  transition: margin .4s, color .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.side-navlink:hover {
  color: #8d8d8d;
  margin-right: 25px;
  text-decoration: none;
}

.side-navlink.w--current {
  color: var(--gold);
}

.logo-menu {
  position: absolute;
  inset: 20% auto 0% -13%;
}

.hero-title {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.hero-title.home {
  font-size: 24px;
  line-height: 24px;
}

.hero-bg-on-load {
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-bg-on-load.about-us, .hero-bg-on-load.color {
  background-color: var(--bg);
}

.brand-home {
  height: 127.5px;
  padding-top: 26px;
  transition: transform .2s, opacity .2s;
}

.brand-home:hover {
  transform: scale(1.04);
}

.absolute-bg {
  background-color: var(--bg);
  display: none;
  position: absolute;
  inset: 0%;
}

.absolute-bg._2 {
  background-color: var(--bg-2-3);
  display: none;
}

.hero-button-outline {
  border: 1px solid var(--gold);
  color: var(--gold);
  text-align: center;
  background-color: #0000;
  border-radius: 25px;
  min-width: 150px;
  min-height: 45px;
  padding-top: 12px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Nyghtserif, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.hero-button-outline:hover {
  background-color: var(--gold);
  color: #fff;
}

.hero-divider {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-bg-container {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bg-container.home {
  background-image: none;
  width: 85%;
  margin-left: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.menu-image {
  width: 418px;
  margin-right: 33%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-image._1 {
  top: 0;
}

.map {
  filter: grayscale();
}

.video {
  width: 100%;
}

.bottom-last {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.answer-2 {
  font-size: 16px;
}

.hero-slider {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-slide {
  background-image: linear-gradient(#0006, #0006), url('../images/high-angle-view-illuminated-city-nights.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide._2 {
  background-image: linear-gradient(#0006, #0006), url('../images/aerial-view-modern-cityscape-sunsetA.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.hero-slide._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7934ce8a469436aae47412bcaea94f82.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.inner-page-post {
  z-index: 10;
  background-color: var(--white);
  flex-wrap: wrap;
  width: 91%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 0;
  display: flex;
  position: relative;
}

.hero-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-image.inner-page {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/wu-yi-uB2vgbSabks-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-image-container {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.link {
  color: var(--font-color);
  font-family: Nyghtserif, sans-serif;
  font-size: 26px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: var(--gold);
}

.phone {
  font-weight: 500;
}

.help {
  background-color: var(--bg);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 41px;
}

.h4-link-white {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  transition: opacity .2s;
}

.h4-link-white:hover {
  opacity: .85;
  text-decoration: none;
}

.div-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.top-heading-text {
  color: #c99b8f;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.button-overlay {
  background-color: #1e140e;
  border: 1px solid #c99b8f;
  width: 54px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-two-banner-button {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.slider-2 {
  object-fit: cover;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  overflow: clip;
}

.overlay-banner {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.section-banner-home-2 {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.home-one-top-heading-line {
  background-color: #c99b8f;
  width: 62px;
  height: 1px;
}

.main-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #d2b68a;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.home-two-banner-text {
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-six {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.heading-six.change-color-white {
  color: #fff;
}

.heading-six.change-color-white.position-relative {
  padding-left: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  position: relative;
}

.banner-image {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  min-width: 100%;
  height: 100%;
  position: absolute;
}

.home-one-arrow-main {
  background-color: #d2b68a;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 70px;
  display: flex;
  position: relative;
}

.home-two-banner-heading {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.inner-container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.home-one-top-heading-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-one-top-heading-text.change-direction {
  justify-content: center;
  align-items: center;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.mask-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.change-padding {
  color: #d2b68a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.change-padding.text-align-center {
  text-align: center;
}

.change-padding.text-align-center.change-color-white {
  text-transform: none;
}

.change-padding.text-align-center.change-color-white.home-banner {
  text-transform: uppercase;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.mask-3 {
  background-color: #0009;
}

.italic-text {
  font-style: normal;
}

@media screen and (min-width: 1280px) {
  .inner-hero-section {
    max-width: 100%;
  }

  .hero-inner-box {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section {
    max-width: 100%;
  }

  .button-hover {
    font-size: 13px;
  }

  .tooltip-text {
    position: absolute;
  }

  .tooltip-container {
    display: inline-block;
    position: relative;
  }

  .utility-hero {
    max-width: 100%;
  }

  .logo-menu {
    left: -10%;
  }
}

@media screen and (min-width: 1440px) {
  .logo-menu {
    left: -8%;
  }

  .menu-image {
    margin-right: 30%;
  }

  .overlay-banner {
    position: absolute;
  }
}

@media screen and (min-width: 1920px) {
  .banner-image {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 34px;
    line-height: 38px;
  }

  h3 {
    font-size: 32px;
    line-height: 36px;
  }

  h4 {
    font-size: 30px;
    line-height: 34px;
  }

  h5 {
    font-size: 26px;
    line-height: 30px;
  }

  h6 {
    font-size: 22px;
    line-height: 26px;
  }

  .content-section {
    padding-top: 140px;
  }

  .content-section.inner-pages {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.double {
    padding-bottom: 140px;
  }

  .content-section.color {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .content-section.more-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-section.services {
    padding-top: 90px;
  }

  .content-section.top {
    padding-top: 220px;
  }

  .content-section.inner-no-bottom, .content-section.more-items, .content-section.more-items-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.team {
    padding-bottom: 90px;
  }

  .content-section.works-previews {
    padding-bottom: 127px;
  }

  .content-section.inner-visible {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .content-wrapper.nav {
    max-width: 1225px;
    padding-right: 0;
  }

  .go-up-button {
    background-size: 20px;
    width: 45px;
    height: 45px;
  }

  .navlink {
    text-align: left;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-top: 13px;
    padding-left: 10px;
    font-size: 16px;
    transition: background-color .2s;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    padding-bottom: 20px;
    overflow: auto;
  }

  .cateogory-toogle {
    color: #074032;
    width: 100%;
    height: 50px;
    padding-top: 12px;
    padding-left: 0;
  }

  .dropdown-list-1.w--open {
    z-index: 10;
    margin-top: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .dropdown-column-2 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .category-dropdown {
    width: 100%;
    height: 50px;
    padding-left: 10px;
  }

  .dropdown-column-4 {
    width: 25%;
  }

  .underline-hover {
    display: none;
  }

  .mini-arrow {
    margin-top: 20px;
  }

  .dropdown-column {
    width: 25%;
    padding-left: 0%;
  }

  .hero-section {
    max-width: 100%;
  }

  .hero-left {
    width: 60%;
  }

  .hero-text {
    font-size: 48px;
    line-height: 58px;
  }

  .hero-text.white {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-flex.about-us {
    min-height: 600px;
  }

  .circle-button-container {
    margin-top: 20px;
  }

  .scroll-down {
    width: 53px;
    height: 78px;
    margin-right: 2%;
  }

  .heading {
    width: 70%;
  }

  .text-large {
    font-size: 36px;
    line-height: 46px;
  }

  .logo-bg {
    top: 27%;
    right: -28%;
  }

  .button-outline.nav {
    display: none;
  }

  .column-center-2 {
    padding-left: 2%;
    padding-right: 0%;
  }

  .text-big {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 52px;
  }

  .heading-small {
    width: 42%;
    margin-bottom: 60px;
  }

  .h3 {
    font-size: 44px;
    line-height: 54px;
  }

  .social-icons {
    margin-top: 20px;
  }

  .white-center-box {
    width: 77%;
  }

  .button-hover {
    width: 80px;
    height: 80px;
  }

  .text-offset-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 10%;
  }

  .flex-row {
    margin-bottom: 80px;
  }

  .heading-medium {
    width: 53%;
  }

  .subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .preview-title-link {
    font-size: 28px;
    line-height: 37px;
  }

  .preview-title-link.small {
    font-size: 20px;
    line-height: 30px;
  }

  .pricing-details.plan-price {
    border-right-style: none;
    border-right-color: #000;
  }

  .tab {
    font-size: 24px;
    line-height: 25px;
  }

  .circle-bg {
    width: 130px;
    height: 130px;
  }

  .pricing-detail-title {
    font-size: 22px;
    line-height: 32px;
  }

  .post-offset-box {
    bottom: -125px;
  }

  .heading-left {
    margin-bottom: 45px;
  }

  .footer {
    max-width: 100%;
    padding-top: 50px;
  }

  .footer-container {
    margin-bottom: 20px;
  }

  .notice {
    margin-top: 40px;
  }

  .footer-menu-link {
    font-size: 17px;
    line-height: 27px;
  }

  .input-item {
    margin-bottom: 10px;
  }

  .contact-details-left {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .h3-link-white {
    font-size: 30px;
    line-height: 34px;
  }

  .accordion-trigger {
    padding-bottom: 0;
  }

  .faq-container {
    padding-right: 5%;
  }

  .text-box-padding {
    width: 60%;
    padding-top: 55px;
  }

  .nav-button-box {
    padding-left: 10px;
  }

  .icon-block-line {
    width: 22%;
  }

  .testimonial-text {
    font-size: 26px;
    line-height: 44px;
  }

  .call-to-action-box {
    width: 80%;
  }

  .footer-column-3 {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .preview.footer {
    flex-flow: column wrap;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 0%;
  }

  .preview.footer:last-child {
    margin-bottom: 0;
  }

  .pricing-description {
    width: 35%;
    padding-left: 5px;
    padding-right: 0;
  }

  .pricing-detail-inline {
    font-size: 15px;
    line-height: 15px;
  }

  .blog-left {
    width: 65%;
    margin-right: 1%;
  }

  .blog-side-right {
    flex: 1;
  }

  .hero-preview-post {
    min-height: 550px;
  }

  .hero-blog {
    width: 80%;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .hero-overlay {
    background-image: linear-gradient(360deg, #000, #0000 90%);
  }

  .hero-heading-link {
    font-size: 40px;
    line-height: 54px;
  }

  .utility-hero {
    max-width: 100%;
    min-height: 600px;
  }

  .full-width-box {
    margin-bottom: 30px;
  }

  .h1 {
    font-size: 36px;
    line-height: 41px;
  }

  .team-left {
    width: 60%;
  }

  .menu-button-2 {
    text-align: center;
    width: 80px;
    height: 100px;
    padding-top: 37px;
    display: flex;
  }

  .menu-button-2.w--open {
    color: var(--current-bg);
    background-color: #fff;
  }

  .nav-menu-1 {
    padding-bottom: 200px;
  }

  .side-navlink-2 {
    margin-right: 0;
    font-size: 60px;
    line-height: 78px;
  }

  .side-navlink-2:hover {
    margin-right: 15px;
  }

  .side-navlink-6 {
    margin-right: 0;
    font-size: 60px;
    line-height: 78px;
  }

  .side-navlink-6:hover {
    margin-right: 15px;
  }

  .underline-hover-2 {
    display: none;
  }

  .side-navlink-5 {
    margin-right: 0;
    font-size: 60px;
    line-height: 78px;
  }

  .side-navlink-5:hover {
    margin-right: 15px;
  }

  .side-navlink-7 {
    margin-right: 0;
    font-size: 60px;
    line-height: 78px;
  }

  .side-navlink-7:hover {
    margin-right: 15px;
  }

  .nav-content-wrapper {
    max-width: 100%;
  }

  .side-navlink-3 {
    margin-right: 0;
    font-size: 60px;
    line-height: 78px;
  }

  .side-navlink-3:hover {
    margin-right: 15px;
  }

  .side-navlink-4 {
    margin-right: 0;
    font-size: 60px;
    line-height: 78px;
  }

  .side-navlink-4:hover {
    margin-right: 15px;
  }

  .menu-button {
    color: #206151;
  }

  .side-navlink {
    width: auto;
    font-size: 60px;
    line-height: 78px;
    display: inline-block;
  }

  .side-navlink:hover {
    margin-right: 15px;
  }

  .side-navlink.w--current {
    width: auto;
    height: auto;
    margin-right: 0;
    transition: margin .2s, background-color .2s;
    display: inline-block;
  }

  .side-navlink.w--current:hover {
    background-color: #0000;
  }

  .logo-menu {
    left: -21%;
  }

  .menu-image {
    width: 370px;
  }

  .inner-page-post {
    flex-wrap: nowrap;
    width: 95%;
    padding: 40px;
  }

  .h4-link-white {
    font-size: 30px;
    line-height: 34px;
  }

  .home-two-banner-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  h3 {
    font-size: 30px;
    line-height: 34px;
  }

  h4 {
    font-size: 28px;
    line-height: 32px;
  }

  h5 {
    font-size: 24px;
    line-height: 28px;
  }

  h6 {
    font-size: 20px;
    line-height: 24px;
  }

  .content-section {
    padding-top: 120px;
  }

  .content-section.inner-pages {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.double {
    padding-bottom: 120px;
  }

  .content-section.more-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.services {
    padding-top: 70px;
  }

  .content-section.inner-no-bottom, .content-section.more-items, .content-section.more-items-services, .content-section.inner-visible {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .go-up-button {
    background-size: 18px;
    width: 40px;
    height: 40px;
  }

  .inner-hero-section {
    min-height: 380px;
  }

  .nav-menu {
    height: 100vh;
    padding-bottom: 200px;
  }

  .dropdown-list-1.w--open {
    padding-top: 10px;
  }

  .dropdown-column-2 {
    width: 33.33%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .category-dropdown {
    position: relative;
  }

  .dropdown-column-4 {
    width: 33.33%;
    padding-left: 2%;
    padding-right: 0%;
  }

  .underline-hover, .dropdown-column {
    display: none;
  }

  .dropdown-column-3 {
    width: 33.33%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-left {
    width: 70%;
  }

  .hero-text {
    font-size: 46px;
    line-height: 56px;
  }

  .hero-text.white {
    font-size: 48px;
    line-height: 58px;
  }

  .hero-flex.about-us {
    min-height: 500px;
  }

  .circle-button-container {
    margin-top: 15px;
  }

  .scroll-down {
    z-index: 2;
    width: 51px;
    height: 76px;
  }

  .heading {
    width: 75%;
  }

  .text-large {
    font-size: 34px;
    line-height: 44px;
  }

  .paragraph-large-box {
    width: 80%;
  }

  .text-big {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-small {
    width: 50%;
    margin-bottom: 50px;
  }

  .h3 {
    font-size: 42px;
    line-height: 52px;
  }

  .team-title {
    font-size: 15px;
    line-height: 25px;
  }

  .white-center-box {
    padding: 6.5% 5.5%;
  }

  .button-hover {
    font-size: 11px;
  }

  .text-offset-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-row {
    margin-bottom: 60px;
  }

  .grid-1 {
    width: 60%;
  }

  .heading-medium {
    width: 65%;
  }

  .preview-title-link.small {
    font-size: 18px;
    line-height: 28px;
  }

  .accordion-wrapper {
    margin-bottom: 8%;
  }

  .tabs-menu {
    text-align: center;
  }

  .tab {
    text-align: center;
    width: 100%;
  }

  .tab.w--current {
    border-bottom: 1px solid #abc7d1;
  }

  .circle-bg {
    width: 120px;
    height: 120px;
  }

  .hover-icon {
    width: 30px;
  }

  .relative-auto {
    border-radius: 25px;
  }

  .heading-left {
    margin-bottom: 35px;
  }

  .social-icon-rounded.twitter {
    background-size: 12px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-container._2 {
    margin-bottom: 0;
  }

  .notice {
    margin-top: 0;
  }

  .hero-box-about {
    width: 90%;
  }

  ._28-column {
    width: 47%;
    margin-bottom: 8%;
  }

  .input-item {
    margin-bottom: 5px;
  }

  .contact-right-2 {
    width: 100%;
  }

  .contact-left-2 {
    width: 100%;
    margin-bottom: 8%;
  }

  .small-title-box {
    padding-bottom: 3%;
  }

  .intro-image-box {
    width: 47%;
    margin-bottom: 20px;
  }

  .text-box-padding {
    width: 70%;
    padding-top: 45px;
  }

  .top-absolute-bg {
    height: 500px;
  }

  .pricing-box {
    width: 47%;
    margin-bottom: 7%;
  }

  .directory-left {
    padding-bottom: 3%;
  }

  .testimonial-text {
    font-size: 24px;
    line-height: 42px;
  }

  .footer-column-2 {
    width: 50%;
  }

  .footer-column-3 {
    border-right-style: none;
    width: 50%;
    padding-right: 0%;
  }

  .footer-column-4 {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 0%;
  }

  .checkmark-box {
    flex: 0 auto;
    width: 25%;
    padding-top: 7px;
    padding-bottom: 10px;
  }

  .checkmark-box._4, .checkmark-box._3, .checkmark-box.title {
    flex: 0 auto;
    width: 25%;
  }

  .pricing-table {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .pricing-description {
    width: 100%;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .pricing-description.title {
    width: 100%;
  }

  .post-preview-full {
    flex-direction: column;
  }

  .blog-left {
    width: 55%;
    margin-right: 3%;
  }

  .left-blog-posst {
    width: 100%;
    margin-bottom: 10px;
  }

  .post-right {
    width: 100%;
  }

  .hero-preview-post {
    min-height: 580px;
  }

  .hero-blog {
    width: 100%;
  }

  .hero-heading-link {
    font-size: 36px;
    line-height: 50px;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .utility-hero {
    min-height: 500px;
    position: relative;
  }

  .h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .utility-right {
    width: 65%;
  }

  .utility-left-column {
    margin-right: 20px;
    padding-right: 0;
  }

  .side-block {
    padding-bottom: 10px;
  }

  .side-block.more {
    padding-bottom: 15px;
  }

  .team-member {
    width: 46%;
  }

  .team-member.no-margin {
    margin-bottom: 50px;
  }

  .nav-menu-1 {
    min-height: 925px;
    padding-top: 2%;
    padding-bottom: 40px;
  }

  .side-navlink-2 {
    font-size: 60px;
    line-height: 78px;
  }

  .side-navlink-2.w--current {
    font-size: 60px;
    line-height: 60px;
  }

  .side-navlink-6 {
    font-size: 60px;
    line-height: 78px;
  }

  .underline-hover-2 {
    display: none;
  }

  .side-navlink-5, .side-navlink-7, .side-navlink-3, .side-navlink-4, .side-navlink {
    font-size: 60px;
    line-height: 78px;
  }

  .side-navlink.w--current {
    font-size: 60px;
    line-height: 60px;
  }

  .logo-menu {
    left: -29%;
  }

  .menu-image {
    width: 310px;
    margin-left: 5%;
  }

  .inner-page-post {
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }

  .section-banner-home-2 {
    min-height: 760px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 30px;
    line-height: 34px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
  }

  h4 {
    font-size: 26px;
    line-height: 30px;
  }

  h5 {
    font-size: 22px;
    line-height: 26px;
  }

  h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .content-section {
    padding-top: 100px;
    overflow: hidden;
  }

  .content-section.inner-pages {
    padding-bottom: 20px;
  }

  .content-section.double {
    padding-bottom: 100px;
  }

  .content-section.color {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.services {
    padding-top: 50px;
  }

  .content-section.inner-no-bottom, .content-section.more-items, .content-section.more-items-services {
    padding-bottom: 20px;
  }

  .content-section.works-previews {
    padding-bottom: 143px;
  }

  .content-section.inner-visible {
    padding-bottom: 20px;
  }

  .go-up-button {
    background-size: 16px, auto;
  }

  .go-up-button.w--current {
    z-index: 8;
  }

  .inner-hero-section {
    min-height: 340px;
  }

  .hero-inner-box {
    padding-left: 3%;
    padding-right: 3%;
  }

  .dropdown-column-2 {
    border-bottom: 1px solid #d6e0da;
    border-right-style: none;
    width: 100%;
  }

  .dropdown-column-4 {
    width: 100%;
  }

  .mini-arrow {
    display: inline-block;
  }

  .dropdown-column {
    width: 100%;
    padding-top: 0;
    padding-left: 3%;
    display: block;
  }

  .dropdown-column-3 {
    border-bottom: 1px solid #d6e0da;
    border-right-style: none;
    width: 100%;
  }

  .hero-left {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hero-text {
    font-size: 36px;
    line-height: 50px;
  }

  .hero-text.white {
    font-size: 44px;
    line-height: 54px;
  }

  .hero-flex {
    flex-wrap: wrap-reverse;
    min-height: auto;
  }

  .hero-flex.about-us {
    margin-top: 100px;
  }

  .hero-bg.home {
    width: 100%;
    height: 250px;
    position: relative;
  }

  .scroll-down {
    width: 48px;
    height: 73px;
    display: none;
  }

  .scroll-arrow {
    width: 18px;
  }

  .heading {
    width: 85%;
  }

  .text-medium {
    font-size: 24px;
  }

  .text-medium.align-left {
    text-align: left;
  }

  .intro {
    border-bottom: 1px solid var(--lines-2);
    border-right-style: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .intro._3 {
    margin-bottom: 0;
  }

  .half-column, .column-center {
    width: 100%;
  }

  .column-center.mobile-margin {
    margin-bottom: 20px;
  }

  .grid-column {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .column-center-2 {
    width: 100%;
  }

  .column-2 {
    flex: 0 auto;
    width: 100%;
  }

  .grid-2 {
    margin-left: -76px;
  }

  .paragraph-large-box {
    width: 90%;
  }

  .text-big {
    font-size: 34px;
    line-height: 46px;
  }

  .heading-small {
    width: 90%;
  }

  .h3 {
    font-size: 32px;
    line-height: 50px;
  }

  .team-item {
    position: relative;
  }

  .white-center-box {
    padding-top: 11.5%;
    padding-bottom: 11.5%;
  }

  .button-hover {
    display: none;
  }

  .work-preview {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  ._47-percent-column {
    width: 100%;
  }

  ._53-percent-column {
    width: 100%;
    min-height: 300px;
  }

  .text-offset-box {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .text-offset-box.align-left {
    margin-left: 0%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .flex-row {
    flex-wrap: wrap;
  }

  .flex-row.mobile-revese, .flex-row.reverse-mobile {
    flex-wrap: wrap-reverse;
  }

  .grid-1 {
    width: 90%;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 60px;
  }

  .collection-item:last-child {
    margin-bottom: 0;
  }

  .desciption-title-2 {
    justify-content: flex-start;
    padding-left: 1.8%;
  }

  .pricing-details.mobile-bottom-line, .pricing-details.bottom-line-last {
    border-bottom-style: solid;
  }

  .pricing-details.plan-price {
    border-right-style: solid;
    border-right-color: var(--bg-3);
    width: 100%;
  }

  .pricing-details._1 {
    border-right-style: solid;
    border-right-color: var(--bg-3);
    width: 100%;
    margin-bottom: 20px;
  }

  .description-title {
    width: 100%;
    margin-bottom: 6%;
  }

  .pricing-title {
    border-right-style: solid;
    width: 100%;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .pricing-title.mobile-bottom-line {
    border-bottom-style: solid;
  }

  .faq-section {
    padding-top: 7%;
  }

  .tab {
    height: auto;
  }

  .price {
    display: inline;
  }

  .pricing-item {
    margin-bottom: 11%;
  }

  .pricing-item.mobile-border-2 {
    margin-bottom: 8%;
  }

  .insta-pic {
    width: 48%;
    margin-bottom: 2%;
    margin-right: 2%;
  }

  .faq-right {
    width: 100%;
  }

  .faq-left {
    width: 100%;
    margin-bottom: 8%;
  }

  ._30-percent-item {
    width: 100%;
    margin-bottom: 160px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .post-offset-box {
    bottom: -143px;
  }

  .divider-line.only-mobile {
    display: block;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-notice-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-container {
    padding-left: 10px;
  }

  .notice {
    margin-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-box-about {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._28-column {
    width: 100%;
  }

  .contact-right-2 {
    padding: 7%;
  }

  .contact-section._2 {
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .intro-image-box, .column-center-flex {
    width: 100%;
  }

  .accordion.last {
    margin-bottom: 30px;
  }

  .faq-container {
    padding-right: 0%;
  }

  .column-justify-right {
    width: 100%;
    padding-right: 0%;
  }

  .text-box-padding {
    width: 100%;
    padding-top: 35px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .feature {
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .feature.last {
    margin-bottom: 0;
  }

  .text-box {
    margin-left: 0%;
    padding: 7%;
  }

  .text-box.right {
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 7%;
  }

  ._50-percent-column {
    width: 100%;
  }

  ._50-percent-image {
    width: 100%;
    min-height: 350px;
  }

  .pricing-box, ._55-percent-column {
    width: 100%;
  }

  .directory-left {
    border-bottom: 1px solid var(--divider);
    border-right-style: none;
    width: 100%;
    margin-right: 0%;
  }

  .slide {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .testimonial-white-bg {
    width: 90%;
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .service-item.grid {
    width: 100%;
  }

  .footer-column-2 {
    border-right-style: none;
    width: 100%;
    padding-right: 0%;
  }

  .footer-column-3 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-column-4, .preview.footer {
    width: 100%;
  }

  .pricing-row-title {
    margin-bottom: 20px;
  }

  .checkmark-box {
    text-align: center;
    flex: 0 auto;
    width: 25%;
    height: 40px;
    padding-top: 5px;
  }

  .checkmark-box.title {
    text-align: left;
    flex: 0 auto;
    width: 50%;
    height: 30px;
    padding-left: 5px;
  }

  .pricing-description {
    width: 100%;
    padding-right: 5px;
  }

  .post-preview-full {
    margin-bottom: 60px;
  }

  .blog-left {
    width: 100%;
    margin-right: 0%;
  }

  .post-preview {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .post-preview:last-child {
    margin-bottom: 0;
  }

  .blog-side-right {
    width: 100%;
    position: relative;
  }

  .hero-blog {
    width: 100%;
    padding-left: 0%;
  }

  .hero-overlay {
    background-image: linear-gradient(360deg, #000, #0000);
  }

  .hero-heading-link {
    font-size: 32px;
    line-height: 46px;
  }

  .hero-subtitle {
    margin-top: 5px;
    font-size: 17px;
  }

  .utility-hero {
    min-height: 450px;
  }

  .utility-right {
    width: 100%;
    margin-bottom: 20px;
  }

  .utility-left-column {
    margin-right: 0;
    padding-right: 0;
  }

  .work-overview {
    margin-bottom: 0;
  }

  .team-member {
    width: 100%;
    margin-right: 0%;
  }

  .team-member:last-child {
    margin-bottom: 0;
  }

  .team-left {
    width: 100%;
    margin-right: 0%;
  }

  .menu-button-2 {
    padding-top: 38px;
  }

  .work-item {
    width: 100%;
    margin-bottom: 180px;
  }

  .work-item:last-child {
    margin-bottom: 0;
  }

  .flex-bio {
    flex-wrap: wrap-reverse;
  }

  .utility-page-wrap {
    flex-wrap: wrap;
  }

  .utility-page-content {
    justify-content: flex-start;
    width: 100%;
    padding-top: 40px;
  }

  .login-bg {
    width: 100%;
    height: 300px;
  }

  .input-form-cta {
    border-right-style: solid;
    border-radius: 3px 3px 0 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-menu-1 {
    height: 100vh;
  }

  .navbar-home {
    background-color: var(--bg);
  }

  .side-navlink-2 {
    font-size: 45px;
    line-height: 63px;
  }

  .side-navlink-2:hover {
    margin-right: 15px;
  }

  .side-navlink-2.w--current {
    font-size: 45px;
    line-height: 45px;
  }

  .side-navlink-6 {
    font-size: 45px;
    line-height: 63px;
  }

  .side-navlink-6:hover {
    margin-right: 15px;
  }

  .side-navlink-5 {
    font-size: 45px;
    line-height: 63px;
  }

  .side-navlink-5:hover {
    margin-right: 15px;
  }

  .side-navlink-7 {
    font-size: 45px;
    line-height: 63px;
  }

  .side-navlink-7:hover {
    margin-right: 15px;
  }

  .side-navlink-3 {
    font-size: 45px;
    line-height: 63px;
  }

  .side-navlink-3:hover {
    margin-right: 15px;
  }

  .side-navlink-4 {
    font-size: 45px;
    line-height: 45px;
  }

  .side-navlink-4:hover {
    margin-right: 15px;
  }

  .menu-button {
    padding-top: 38px;
  }

  .side-navlink {
    margin-right: 0;
    font-size: 45px;
    line-height: 63px;
  }

  .side-navlink:hover {
    margin-right: 15px;
  }

  .side-navlink.w--current {
    font-size: 45px;
    line-height: 45px;
  }

  .side-navlink.w--current:hover {
    margin-right: 15px;
  }

  .logo-menu {
    left: -52%;
  }

  .hero-bg-container.home {
    width: 100%;
    height: 250px;
    position: relative;
  }

  .menu-image {
    width: 210px;
    margin-left: 5%;
  }

  .inner-page-post {
    flex-wrap: wrap-reverse;
    width: 100%;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .overlay-banner {
    height: auto;
  }

  .section-banner-home-2 {
    min-height: 680px;
    position: relative;
  }

  .home-one-top-heading-line {
    display: none;
  }

  .heading-six {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-six.change-color-white.position-relative {
    font-size: 12px;
    font-weight: 400;
  }

  .inner-container {
    padding-left: 0;
    padding-right: 0;
  }

  .change-padding {
    font-size: 36px;
    line-height: 42px;
  }

  .change-padding.text-align-center {
    font-size: 36px;
    line-height: 48px;
  }

  .change-padding.text-align-center.change-color-white.home-banner {
    font-size: 36px;
    line-height: 40px;
  }
}


@font-face {
  font-family: 'Nyghtserif';
  src: url('../fonts/NyghtSerif-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}