@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: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-Bold.ttf') format("truetype");
  font-weight: 700;
  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;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-Black.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd Book;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd Roman;
  src: url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-color: #30473b;
  --gold: #cb9159;
  --font-2: #8d8d8d;
  --bg: #fefff8;
  --lines: #b6b9af;
  --white: white;
  --lines-2: #dedede;
  --bg-3: #abc7d1;
  --divider: #dedede;
  --bg-hover: #dda704;
  --hover: #3e87e7;
  --font: #0f0e0f;
  --bg-2-3: #f0f0e6;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-gray-100: #f7f9fd;
  --flowui-component-library-gray-500: #6b7094;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-primary-dark: #2d0896;
  --elements-webflow-library-general--shadow-04: #14142b24;
  --bg-2: #e6e6db;
  --link: #8e9088;
  --current-bg: #8aadb9;
  --bg-4: #ddf2fa;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

body {
  color: var(--font-color);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
  font-family: Sourceserifpro, sans-serif;
}

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

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Sourceserifpro, sans-serif;
}

em {
  font-family: Sourceserifpro, sans-serif;
  font-style: italic;
}

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

figcaption {
  color: var(--font-2);
  text-align: center;
  margin-top: 5px;
  font-family: Sourceserifpro, sans-serif;
  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;
}

.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;
}

.content {
  background-color: var(--bg);
}

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

.content-section {
  background-color: var(--bg);
  width: 100%;
  max-width: 100%;
  padding-top: 50px;
  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;
  padding-bottom: 20px;
  overflow: visible;
}

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

.content-section.double._1 {
  background-color: var(--bg);
  padding-top: 100px;
}

.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: 60px;
  display: block;
}

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

.content-section.less-bottom-padding {
  background-color: var(--bg);
  padding-bottom: 180px;
  display: block;
}

.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;
}

.content-section.portfolio {
  display: block;
}

.content-section.quote {
  background-color: var(--bg);
}

.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 {
  background-color: var(--bg);
  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-bottom: 46px;
  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('../images/Profile.png');
  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/Girl.jpg');
}

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

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

.change-this-image._4 {
  background-image: url('../images/City.png');
}

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

.change-this-image._6 {
  background-image: url('../images/unsplash-image-ueyhzkL1_0k.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/Insta-4.jpg');
}

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

.change-this-image.insta-2 {
  background-image: url('../images/Insta-2.jpg');
}

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

.change-this-image._10 {
  background-image: url('../images/65a6c4093fcf4182c869a571_horseshoe-bend-1908283_1280.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/Chris-3.png');
  background-position: 50%;
  background-size: cover;
}

.change-this-image._13 {
  background-image: url('../images/IMG_2765.JPG');
  background-position: 100%;
}

.change-this-image._14 {
  background-image: url('../images/65dccf9413b036232753b0b5_645424e4dc8f70451281a9c4_MRD_PacificLake_180.jpg');
  background-position: 50%;
}

.change-this-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;
}

.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%;
}

.navlink {
  color: var(--font-color);
  height: 100px;
  margin-right: 13px;
  padding-top: 38px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Avenirltstd Book, 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);
  font-family: Avenirltstd Book, sans-serif;
}

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

.nav-menu {
  margin-right: 23px;
  font-family: Avenirltstd Book, sans-serif;
  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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bg);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 14px;
  display: block;
  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: 0;
  transition: transform .2s, opacity .2s;
}

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

.brand.w--current {
  height: 85px;
  margin-left: 20px;
  padding-top: 0;
}

.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 {
  background-image: url('../images/Saguaro-Linen.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 250px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

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

.flex._1 {
  background-image: none;
}

.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 {
  object-fit: contain;
  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/Intro-2.jpg');
}

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

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

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

.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;
  background-color: var(--bg);
  align-items: center;
  width: 50%;
  height: 90%;
  padding: 7% 5%;
  display: flex;
  position: relative;
}

.hero-text {
  letter-spacing: -1px;
  font-size: 50px;
  line-height: 60px;
}

.hero-text.white {
  color: var(--white);
  text-transform: none;
  font-family: Sourceserifpro, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

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

.hero-text.margin._1 {
  color: var(--font-color);
  text-transform: none;
  font-family: Sourceserifpro, sans-serif;
}

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

.hero-flex.about-us {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  min-height: 600px;
  position: relative;
}

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

.hidden {
  overflow: hidden;
}

.title {
  color: var(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

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

.title._1 {
  margin-top: 18px;
  margin-bottom: 0;
}

.title._1._2 {
  color: var(--white);
  line-height: 15px;
}

.title._1._2._3 {
  padding-bottom: 18px;
  line-height: 15px;
}

.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/Hero_bg-1.jpg');
  width: 85%;
  margin-left: auto;
}

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

.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 {
  margin-top: 15px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
}

.text-medium._1 {
  color: var(--white);
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  line-height: 80px;
}

.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;
  font-family: Sourceserifpro, sans-serif;
}

.text-large {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 40px;
  line-height: 50px;
  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: 6px;
  min-width: 150px;
  max-width: 300px;
  min-height: 45px;
  padding-top: 12px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  transition: background-color .2s, color .2s;
}

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

.button-outline.w--current {
  font-family: Avenirltstd Book, sans-serif;
}

.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);
  font-family: Avenirltstd Book, sans-serif;
}

.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-outline._1 {
  border-color: var(--white);
  color: var(--white);
  background-color: #fff0;
  border-radius: 6px;
  margin-top: 20px;
  font-weight: 400;
}

.button-outline._2 {
  margin-top: 26px;
}

.button-box {
  margin-top: 25px;
  font-family: Sourceserifpro, sans-serif;
}

.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: Sourceserifpro, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 54px;
}

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

.h3 {
  text-transform: none;
  font-family: Sourceserifpro, sans-serif;
  font-size: 48px;
  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: none;
  font-family: Avenirltstd Book, sans-serif;
  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;
  font-family: Sourceserifpro, sans-serif;
}

.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: Sourceserifpro, 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(--bg);
  width: 100%;
  height: 170px;
  position: absolute;
  inset: 0% 0% auto;
}

.white-center-box {
  background-color: var(--bg);
  text-align: center;
  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: Sourceserifpro, sans-serif;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}

.preview-title-link {
  color: var(--font-color);
  padding-bottom: 15px;
  font-family: Sourceserifpro, 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-family: Avenirltstd Book, sans-serif;
  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: Sourceserifpro, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  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;
  background-color: var(--bg);
  text-align: center;
  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;
}

.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: var(--bg);
  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;
  font-family: Avenirltstd Book, sans-serif;
}

.footer-notice-text {
  font-size: 13px;
  line-height: 25px;
}

.footer-1440-pixels {
  background-color: var(--bg);
  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-2);
  font-family: Sourceserifpro, sans-serif;
  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 {
  color: var(--gold);
  font-weight: 600;
}

.footer-menu-link.w--current:visited {
  color: var(--font-color);
}

.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: 500px;
  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;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.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'), url('../images/Overyal_1Overyal.png');
  background-position: 50% 100%, 50% 100%, 50% 100%;
  background-repeat: repeat-x, repeat-x, repeat-x;
  background-size: 1px, 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: 31.3%;
  margin-right: 3%;
  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(--gold);
  color: var(--white);
  text-align: center;
  background-image: url('../images/back-1_1back (1).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-family: Sourceserifpro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .2s, transform .2s, color .2s;
}

.wa-button:hover {
  background-color: var(--hover);
  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(--bg);
  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;
}

._50-percent-image._2 {
  display: flex;
}

.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: Avenirltstd Book, 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/7.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 {
  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: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 46px;
}

.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 {
  background-color: var(--gold);
  text-align: center;
  border-radius: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  padding: 20px 60px;
  font-family: Sourceserifpro, sans-serif;
  display: block;
}

.call-to-action-box._1 {
  max-width: 1000px;
}

.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: space-between;
  align-items: stretch;
  display: flex;
}

.footer-column-3 {
  background-color: var(--bg);
  border-right: 1px solid #ddd;
  justify-content: space-between;
  width: 35.333%;
  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: Avenirltstd Roman, 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: 10px;
}

.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_1Close.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: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-blog {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  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: 600px;
  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/5.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-family: Avenirltstd Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  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;
}

.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: 250px;
  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(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.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(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  min-width: 150px;
  min-height: 45px;
  padding-top: 12px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 15px;
  font-style: normal;
  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 {
  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-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: url('../images/Hero_bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.hero-slide._3 {
  background-image: url('../images/wu-yi-uB2vgbSabks-unsplash.jpg');
}

.inner-page-post {
  z-index: 10;
  background-color: var(--bg);
  flex-wrap: wrap;
  width: 91%;
  margin-top: 0;
  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;
}

.hero-image {
  background-image: url('../images/unsplash-image-ueyhzkL1_0k.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.link {
  color: var(--font-color);
  font-family: Sourceserifpro, 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;
}

.div-block {
  font-family: Sourceserifpro, sans-serif;
}

.text-block-2 {
  font-family: Avenirltstd Book, sans-serif;
  font-weight: 400;
}

.text-block-3, .text-block-4 {
  font-family: Avenirltstd Book, sans-serif;
}

.text-block-5, .text-block-6 {
  font-family: Sourceserifpro, sans-serif;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  font-family: Avenirltstd Book, sans-serif;
}

.image {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-header-image-wrapper-wide {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-header-input-field {
  color: var(--flowui-component-library-gray-900);
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-header-form-wrapper {
  border: 1px solid var(--flowui-component-library-grey-300);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0;
}

.f-paragraph-large {
  color: var(--font-2);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-h1-heading {
  color: var(--font-color);
  letter-spacing: 0;
  text-transform: none;
  width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-heading-detail-small {
  color: var(--gold);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  background-color: var(--bg);
  padding: 92px 5%;
  position: relative;
}

.text-block-11, .text-block-12 {
  font-family: Avenirltstd Book, sans-serif;
}

.f-paragraph-small {
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-sub-heading-large {
  color: var(--font-color);
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.f-margin-bottom-41 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  background-color: var(--bg);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-feature-card-divider {
  background-color: var(--flowui-component-library-gray-200);
  border: 1px solid #00000003;
  width: 1px;
  height: 200px;
  margin-left: 40px;
  margin-right: 40px;
}

.f-feature-card-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px none var(--gold);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 32px;
  display: grid;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading {
  color: var(--font-color);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small-2 {
  color: var(--gold);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-bottom: -66px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-regular-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-section-large-2 {
  background-color: var(--bg);
  padding: 92px 5%;
  position: relative;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4, .div-block-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-sub-heading-small {
  color: var(--gold);
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.f-margin-bottom-65 {
  margin-bottom: 8px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-content-icon-square {
  background-color: var(--flowui-component-library-gray-100);
  color: var(--flowui-component-library-gray-900);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-content-list-item-large {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.f-content-list-wrapper-small {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 300px;
  margin-bottom: 48px;
  display: flex;
}

.f-content-divider {
  background-color: var(--gold);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.f-paragraph-large-3 {
  color: var(--font-color);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-2 {
  color: var(--font-color);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-66 {
  margin-bottom: 16px;
}

.f-heading-detail-small-3 {
  color: var(--gold);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-content-text-wrapper {
  max-width: 460px;
}

.f-content-image-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 620px;
  overflow: hidden;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-3 {
  background-color: var(--bg);
  padding: 100px 5%;
  position: relative;
}

.text-block-13, .text-block-14 {
  font-family: Avenirltstd Book, sans-serif;
}

.text-block-15 {
  font-family: Avenirltstd Book, sans-serif;
  font-size: 13px;
}

.div-block-6 {
  font-family: Avenirltstd Book, sans-serif;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: #0000;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h1-heading-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-heading-detail-small-4 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-67 {
  margin-bottom: 8px;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-4 {
  background-color: var(--bg);
  margin-top: 30px;
  padding: 92px 5%;
  position: relative;
}

.f-paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-heading-detail-small-5 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-h5-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-04 {
  margin-bottom: 4px;
}

.f-margin-bottom-68 {
  margin-bottom: 16px;
}

.f-feature-icon-round {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.f-margin-bottom-69 {
  margin-bottom: 40px;
}

.f-feature-card-large {
  background-color: var(--flowui-component-library-gray-100);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.f-section-large-5 {
  padding: 92px 5%;
  position: relative;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  text-align: left;
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default._1 {
  text-align: center;
  width: 100%;
  max-width: none;
  font-family: Avenirltstd Book, sans-serif;
}

.brix---paragraph-default._1._2 {
  text-align: left;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
  justify-content: center;
  display: flex;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 66px;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---hero-bg-image-dark {
  background-image: linear-gradient(#0009, #0009), url('../images/IMG_4489.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 310px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---hero-bg-image-dark._1 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Sedona-Cropped.jpeg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.brix---hero-bg-image-dark._2 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Tucson-Cropped.jpeg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.brix---hero-bg-image-dark._4 {
  background-image: linear-gradient(#0009, #0009), url('../images/andy-feliciotti-VBU2sowf-nw-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 220px;
  padding-bottom: 140px;
}

.brix---hero-bg-image-dark._5 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/5.jpg');
  background-size: auto, cover;
}

.brix---hero-bg-image-dark._6 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/3.png');
  background-size: auto, cover;
}

.brix---hero-bg-image-dark._3 {
  background-image: linear-gradient(#00000094, #00000094), url('../images/andy-feliciotti-6kA9FjqUxhM-unsplash.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  padding-top: 220px;
  padding-bottom: 140px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h3-size {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.brix---heading-h3-size._1 {
  color: var(--gold);
  text-align: left;
  text-transform: uppercase;
}

.brix---heading-h3-size._1._2 {
  text-align: center;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---color-accent-1 {
  color: var(--gold);
}

.brix---display-2 {
  color: var(--font-color);
  text-align: center;
  font-family: Sourceserifpro, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 84px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---text-center---mb-left {
  text-align: left;
}

.brix---grid-stats-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  color: var(--font-color);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---section {
  background-color: var(--bg-2-3);
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 40px;
  padding-bottom: 40px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h4-size {
  color: var(--font-color);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---grid-2-columns-gap-56px {
  grid-column-gap: 56px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---mg-bottom-32px {
  text-align: left;
  margin-bottom: 32px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---grid-content-v15 {
  grid-column-gap: 110px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---section-2 {
  background-color: var(--bg);
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---section-2._1 {
  background-image: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-weight: 400;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---accordion-item-wrapper-v3-last {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-last:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

.brix---grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-v3-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  padding: 88px 74px;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---accordion-btn-horizontal-line-v2 {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-btn-vertical-line-v2 {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-right-side-2 {
  margin-left: 24px;
  margin-right: 0;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title-2 {
  color: var(--font-color);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---accordion-header-2 {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---accordion-big-number {
  color: var(--font-color);
  width: 92px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 52px;
}

.brix---accordion-big-number-wrapper {
  display: flex;
}

.brix---accordion-item-wrapper-v5-last {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--elements-webflow-library-neutral--300);
  box-shadow: none;
  cursor: pointer;
  background-color: #fefff800;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-last:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library-neutral--300);
  box-shadow: none;
  cursor: pointer;
  background-color: #fefff800;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--bg);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 56px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-first:hover {
  transform: translate(8px);
}

.brix---grid-1-column-gap-row-2 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-2 {
  color: var(--font-color);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---mg-bottom-80px {
  margin-bottom: 80px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  background-color: var(--bg);
  color: var(--elements-webflow-library-neutral--100);
  background-image: url('../images/Superstitions-Cropped-Linen.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 176px;
}

.brix---section-3._1 {
  background-image: none;
  padding-bottom: 60px;
}

.f-banner-button {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.f-banner-button:hover {
  background-color: var(--flowui-component-library-primary-dark);
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  color: var(--gold);
  font-family: Avenirltstd Book, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library-accent--primary-1);
  align-items: center;
  display: flex;
}

.brix---link-wrapper {
  color: var(--gold);
  flex-flow: row;
  align-items: center;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h3-size-2 {
  color: var(--font-color);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---image {
  height: 300px;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library-general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---link-content-text-center {
  color: var(--elements-webflow-library-neutral--600);
  text-decoration: none;
}

.brix---grid-2-columns-gap-column-80px {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---heading-h2-size-3 {
  color: var(--font-color);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.brix---subtitle {
  color: var(--gold);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---inner-container-640px---center {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 82px;
}

.brix---section-4 {
  background-color: var(--bg);
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---content-center-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---section-5 {
  background-color: var(--bg);
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 60px;
  padding-bottom: 100px;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--gold);
  text-align: center;
  text-transform: none;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--gold);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-cta-v10 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .78fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---cta-bg-overlay {
  background-image: linear-gradient(#0009, #0009);
  align-items: center;
  min-height: 80vh;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-5 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---grid-cta-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-section {
  background-color: var(--font-color);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  text-transform: none;
  font-family: Sourceserifpro, sans-serif;
}

.rel {
  position: relative;
}

.bg-art {
  z-index: -1;
  opacity: 1;
  background-color: #4c2e83;
  background-image: linear-gradient(#4c2e83b3, #4c2e83b3), url('../images/image-19-3-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  position: fixed;
  inset: 0%;
}

.rotation-hero-text-bg {
  z-index: 1;
  opacity: .66;
  filter: blur(14px) brightness(0%);
  position: absolute;
  bottom: 33%;
}

.cc-scroll {
  color: #e0cffe;
  display: inline-block;
}

.footer-2 {
  color: #fff;
  text-align: center;
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.scroll-text {
  overflow: hidden;
  transform: rotate(90deg);
}

.button-block {
  z-index: 99999;
  display: inline-block;
  position: absolute;
  inset: 2% 2% auto auto;
}

.resources-block {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-top: 220px;
}

.heading-3 {
  color: #402e70;
}

.text {
  color: #e0cffe;
  overflow: hidden;
}

.text.margin-5-left {
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 12px;
}

.text.wrap {
  color: #402e70;
  text-align: center;
  background-color: #e0cffe;
  padding: 8px 16px 8px 24px;
}

.text.margin-right {
  text-align: right;
  margin-right: 20px;
}

.text.margin-right.top {
  width: 45%;
}

.text.margin-left {
  margin-left: 20px;
}

.text.margin-left.top {
  width: 45%;
}

.text.margin-5-right {
  text-align: right;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.line-container-copy {
  transform-origin: 50% 0;
  justify-content: center;
  width: 40%;
  display: flex;
}

.line-ver-copy {
  transform-origin: 50% 0;
  background-color: #0000;
  align-self: center;
  width: 10px;
  height: 200px;
}

.rotation-hero-text {
  z-index: 2;
  position: relative;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  padding: 0 10px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-scrolling {
  z-index: 1;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.copyright {
  color: #667eea;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11px;
  text-decoration: none;
}

.flex-2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-2.center-2 {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.flex-2.half {
  width: 51.4%;
}

.flex-2.hor {
  justify-content: center;
}

.flex-2.hor.space-bwtween {
  justify-content: space-between;
  align-items: center;
}

.flex-2.hor.space-bwtween.top {
  align-items: flex-start;
}

.flex-2.hor.left {
  justify-content: space-between;
}

.flex-2.hor.middle {
  justify-content: space-between;
  align-items: stretch;
}

.flex-2.hor.center {
  justify-content: center;
}

.flex-2.ver {
  flex-direction: column;
  align-items: stretch;
}

.flex-2.ver.margin-24 {
  margin-right: 24px;
}

.flex-2.ver.half-right {
  align-items: flex-end;
  width: 49%;
}

.flex-2.ver.half-right.down {
  justify-content: flex-end;
  width: 50%;
}

.flex-2.ver.center {
  color: #e0cffe;
  align-items: center;
}

.flex-2.ver.quarter {
  align-items: flex-end;
}

.flex-2.ver.half {
  width: 50%;
}

.flex-2.ver.left {
  width: 100%;
}

.flex-2.right {
  justify-content: space-between;
  align-self: flex-end;
  margin-left: 0%;
}

.line-container {
  width: 42%;
}

.copyright-footer {
  justify-content: center;
  width: 60%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.scroll {
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.line-ver {
  transform-origin: 50% 0;
  background-color: #e0cffe;
  align-self: center;
  width: 10px;
  height: 200px;
}

.line-ver.long {
  height: 400px;
}

.line-ver.extra-short {
  height: 40px;
}

.line-ver.margin-top {
  margin-top: -10px;
}

.line-ver.short-bottom {
  height: 100px;
  margin-bottom: -10px;
}

.line-ver.first, .line-ver.first.aniamation {
  transform-origin: 50% 0;
  height: 100px;
}

.line-ver.med {
  height: 250px;
}

.line-ver.short-copy {
  height: 100px;
  margin-top: 0;
  margin-bottom: -10px;
}

.line-ver.origin-botttom {
  transform-origin: 50% 100%;
}

.line-ver.short {
  height: 100px;
  margin-top: -10px;
}

.button {
  color: #402e70;
  background-color: #e0cffe;
  padding: 12px 24px;
  font-weight: 700;
}

.button:hover {
  box-shadow: 4px 4px 20px #0000002b;
}

.line-hor {
  background-color: #e0cffe;
  width: 100%;
  height: 10px;
}

.line-hor.origin-right {
  transform-origin: 100%;
}

.line-hor.origin-left {
  transform-origin: 0%;
}

.line-hor.quarter-2 {
  width: 51.3%;
}

.line-hor.quarter-2.origin-right {
  width: 50%;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.extra-short-2 {
  width: 50px;
}

.line-hor.extra-short-3 {
  width: 30px;
  margin-right: 20px;
}

.line-hor.quarter-2-copy {
  width: 51.4%;
}

.line-hor.quarter-2-copy.origin-right {
  width: 50%;
}

.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 220px;
  display: flex;
}

.div-block-7 {
  display: block;
}

.brand-tablet-2 {
  display: none;
}

.nav-item-title-2 {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.2em;
  transition: color .3s;
}

.brand-2 {
  display: flex;
}

.brand-2.absolute {
  opacity: 0;
  position: absolute;
  inset: auto auto auto 0%;
}

.logo-2 {
  height: auto;
}

.nav-menu-wrap {
  z-index: 10;
  grid-column-gap: 15px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-2 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-header-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.menu-wrap-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
  position: relative;
}

.navbar-2 {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.bg-header {
  opacity: 0;
  background-color: #fff;
  position: absolute;
  inset: 0%;
  box-shadow: 0 5px 12px #10182826;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 12px 15px;
  transition: opacity .3s;
}

.nav-dropdown-toggle:hover {
  opacity: .7;
}

.nav-dropdown-toggle.w--open {
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-dropdown-toggle.link:hover {
  color: #f0f5ff;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #132f49;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #132f49;
  border-radius: 5px;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: #132f49;
  background-color: #0000;
}

.primary-button.white-borders {
  background-color: #4c9e00;
  border-color: #4c9e00;
}

.primary-button.white-borders:hover {
  background-color: #f0f5ff;
  border-color: #f0f5ff;
}

.button-header-tablet {
  display: none;
}

._1._2._3 {
  text-align: center;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-circle-logo-strip-v7-sec-right {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 140px;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  right: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-logo-strip-v7-sec-left {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 140px;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  left: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-center-3 {
  text-align: center;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small---bottom-large {
  padding-top: 100px;
  padding-bottom: 160px;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.collection-item-2 {
  width: 33%;
  margin-bottom: 20px;
}

.img-grid {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Sea-Bridge.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-grid.view-waterfall {
  background-image: linear-gradient(to top, #000000ad 31%, #0000 50%), url('../images/Water-fall.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img-grid.view-sea {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Sea-View.png');
  background-position: 0 0, 50%;
}

.img-grid.view-lake {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Small-Lakes.png');
}

.img-grid.view-river {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/river-view.png');
}

.color {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.color.cc-pulm {
  background-image: linear-gradient(225deg, #667eea, #764ba2);
}

.color.cc-sunset-forest {
  background-image: linear-gradient(225deg, #e3bf54, #23bcba);
}

.color.cc-forest {
  background-image: linear-gradient(225deg, #23bcba, #45e994);
}

.color.cc-sunset {
  background-image: linear-gradient(225deg, #fb8332, #e3bf54);
}

.color.cc-pulm-sunset {
  background-image: linear-gradient(225deg, #764ba2, #fb8332);
}

.color.cc-forest-pulm {
  background-image: linear-gradient(225deg, #23bcba, #764ba2);
}

.label {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.label.cc-grey {
  color: #939393;
}

.grid-4 {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._5-cards-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.play-icon {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-gradient-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-gradient-2._3 {
  z-index: 3;
}

.button-gradient-2._2 {
  z-index: 2;
}

.button-gradient-2._1 {
  z-index: 1;
}

.button-gradient-2._6 {
  z-index: 6;
}

.button-gradient-2._5 {
  z-index: 5;
}

.button-gradient-2.static {
  opacity: 0;
  position: static;
}

.button-gradient-2._4 {
  z-index: 4;
}

.button-grid {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.item-wrap {
  margin-bottom: 100px;
}

.text-block-grid-1 {
  color: #fff;
  width: 90%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.divider-2 {
  background-color: #f1f1f1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-block-2 {
  z-index: 99;
  cursor: pointer;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-block-2:hover {
  transform: scale(1.05);
}

.button-block-2.small {
  width: 66px;
  height: 66px;
}

.video-card-grid {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 479px;
  padding: 0 4px 24px 16px;
  display: flex;
  position: relative;
}

.video-card-grid:hover {
  box-shadow: none;
}

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

.divider-3 {
  background-color: #f1f1f1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-3.half {
  width: 50%;
}

.button-wraper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
}

.video-3 {
  width: 100%;
  height: 400px;
}

.slider-2 {
  background-color: #0000;
  border-radius: 20px;
  height: auto;
  margin-left: 140px;
  margin-right: 140px;
}

.div-block-11 {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.slide-2, .video-4 {
  border-radius: 0;
}

.mask {
  border-radius: 30px;
}

.image-2 {
  object-fit: cover;
}

.div-block-12 {
  width: 100%;
}

@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%;
  }

  .nav-menu-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-menu-2 {
    justify-content: flex-end;
    margin-right: 10px;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-toggle.w--open {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 1440px) {
  .content-section.portfolio {
    display: none;
  }

  .content-wrapper.nav {
    background-color: var(--bg);
  }

  .navlink, .navlink.w--current {
    font-family: Sourceserifpro, sans-serif;
  }

  .brand {
    width: 64px;
    height: auto;
  }

  .brand.w--current {
    width: 80px;
    padding-top: 0;
  }

  .wa-button {
    background-color: var(--gold);
    color: var(--white);
    background-image: url('../images/Arrow-w_1Arrow-w.png');
    font-family: Sourceserifpro, sans-serif;
  }

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

  .call-to-action-box._1 {
    margin-top: 140px;
  }

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

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

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

  .brix---grid-stats-v1, .brix---grid-content-v15 {
    grid-column-gap: 100px;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-16, .text-block-17, .text-block-18 {
    font-family: Avenirltstd Book, sans-serif;
  }
}

@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: 20px;
    padding-bottom: 20px;
  }

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

  .content-section.inner-pages.blog {
    padding-bottom: 0;
  }

  .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 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .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;
  }

  .change-this-image._13 {
    background-image: url('../images/65db9e42ff0c69f46c7780a4_coley.jpeg');
  }

  .change-this-image._14 {
    background-position: 42%;
    background-size: 800px;
  }

  .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: var(--bg);
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
    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;
  }

  .hover-image {
    object-fit: contain;
  }

  .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%;
  }

  .max-390-pixels {
    max-width: none;
  }

  .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;
  }

  .flex-row.less-margin {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .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;
  }

  .hero-box-about {
    padding-top: 60px;
  }

  .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%;
  }

  .max-506-pixels {
    max-width: none;
  }

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

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

  .text-box {
    max-width: 650px;
  }

  .text-box.right {
    max-width: 90%;
  }

  ._50-percent-column, ._50-percent-column.justify-left, ._50-percent-image {
    width: 100%;
  }

  ._50-percent-image._2 {
    display: none;
  }

  .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: 500px;
  }

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

  .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 {
    background-color: var(--bg);
    color: var(--gold);
  }

  .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;
  }

  .f-h1-heading {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .f-feature-card-divider {
    width: 50%;
    height: 1px;
    margin: 32px 0;
  }

  .f-feature-card-row {
    flex-direction: column;
    display: flex;
  }

  .f-section-large-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .f-content-list-wrapper-small {
    flex-direction: row;
    max-width: 100%;
  }

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

  .f-content-image-tall {
    max-width: 100%;
    height: 400px;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-section-large-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---hero-bg-image-dark._4 {
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .brix---hero-bg-image-dark._5 {
    padding-bottom: 60px;
  }

  .brix---hero-bg-image-dark._3 {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-stats-v1 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---grid-content-v15 {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .brix---section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---section-2._1 {
    padding-bottom: 60px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3-last {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---accordion-v3-card {
    padding: 64px 48px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---accordion-big-number {
    width: 112px;
    font-size: 44px;
    line-height: 50px;
  }

  .brix---accordion-item-wrapper-v5-last {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-first:hover {
    transform: translate(6px);
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 64px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---section-3._1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---image {
    height: 250px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---grid-2-columns-gap-column-80px {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---section-5 {
    padding-top: 60px;
    padding-bottom: 118px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: .78fr;
  }

  .brix---cta-bg-overlay {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: .7fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .line-container {
    width: 55%;
  }

  .brand-tablet-2 {
    z-index: 10;
    display: flex;
  }

  .nav-item-title-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .brand-2 {
    z-index: 1;
    position: relative;
  }

  .brand-2.absolute {
    left: 0;
  }

  .nav-menu-wrap {
    z-index: 1;
  }

  .nav-menu-2 {
    z-index: 20;
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .menu-button-3 {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .button-header-wrap {
    display: none;
  }

  .tablet-menu-2 {
    z-index: 11;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
    position: relative;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .menu-wrap-2 {
    z-index: 9999;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
  }

  .nav-container {
    flex-direction: row;
    padding: 15px;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    margin-bottom: 5px;
  }

  .image-burger {
    filter: invert();
    margin-bottom: 4px;
  }

  .nav-dropdown-toggle {
    color: #505050;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .primary-button {
    display: block;
  }

  .button-header-tablet {
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    margin-top: 220px;
    top: 160px;
    right: 40%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    margin-top: 220px;
    top: 160px;
    left: 40%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-small---bottom-large {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._5-cards-grid {
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1.5fr;
  }

  .image-2 {
    object-fit: contain;
  }

  .div-block-12 {
    width: 100%;
  }
}

@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: 40px;
    padding-bottom: 40px;
  }

  .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 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.more-items {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .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;
  }

  .change-this-image._13 {
    background-image: url('../images/65db9e42ff0c69f46c7780a4_coley.jpeg');
  }

  .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;
  }

  .title._1, .title._1._2 {
    line-height: 18px;
  }

  .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;
  }

  .social-icons.top-margin {
    justify-content: center;
    align-items: center;
  }

  .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;
  }

  .flex-row.last, .flex-row.less-margin, .flex-row.reverse-mobile {
    flex-flow: column;
  }

  .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;
  }

  .bottom-border.large {
    width: 100%;
  }

  .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-top-margin {
    text-align: center;
  }

  .footer-container._2 {
    margin-bottom: 0;
  }

  .notice {
    margin-top: 0;
  }

  .hero-box-about {
    width: 90%;
    margin-top: 90px;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._28-column {
    width: 47%;
    margin-bottom: 8%;
  }

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

  .contact-right-2 {
    width: 100%;
  }

  .title-gold {
    text-align: center;
  }

  .contact-left-2 {
    width: 100%;
    margin-bottom: 8%;
  }

  .small-title-box {
    padding-bottom: 3%;
  }

  .intro-image-box {
    width: 47%;
    margin-bottom: 20px;
  }

  .column-center-flex {
    display: none;
  }

  .column-justify-right {
    width: 100%;
  }

  .text-box-padding {
    width: 70%;
    padding-top: 45px;
  }

  .top-absolute-bg {
    height: 500px;
  }

  .text-box {
    justify-content: flex-start;
  }

  .text-box.right {
    padding-bottom: 0;
  }

  ._50-percent-column, ._50-percent-column.justify-left {
    width: 100%;
  }

  ._50-percent-image {
    width: 100%;
    min-height: 0;
  }

  ._50-percent-image._2 {
    display: none;
  }

  .pricing-box {
    width: 47%;
    margin-bottom: 7%;
  }

  .directory-left {
    padding-bottom: 3%;
  }

  .testimonial-text {
    font-size: 24px;
    line-height: 42px;
  }

  .footer-column-2 {
    text-align: center;
    border-right-style: none;
    width: 50%;
    padding-right: 0%;
  }

  .flex-space-stretch {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-column-3 {
    border-right-style: none;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-column-4 {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .preview.footer {
    text-align: center;
  }

  .square-preview {
    margin-left: auto;
    margin-right: auto;
  }

  .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: 400px;
    position: relative;
  }

  .full-width-box {
    margin-right: 20px;
  }

  .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;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-block-14, .text-block-15, .div-block-6 {
    text-align: center;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-4, .f-section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---hero-bg-image-dark._4 {
    padding-top: 140px;
  }

  .brix---hero-bg-image-dark._5 {
    background-image: linear-gradient(#000000b0, #000000b0), url('../images/5.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .brix---hero-bg-image-dark._3 {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---text-center---mb-left {
    text-align: center;
  }

  .brix---grid-stats-v1 {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---grid-content-v15 {
    grid-template-columns: 1fr;
  }

  .brix---section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---section-2._1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3-last, .brix---accordion-item-wrapper-v3, .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .brix---accordion-v3-card {
    padding: 40px 32px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---accordion-right-side-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-big-number {
    width: 100px;
    font-size: 32px;
    line-height: 42px;
  }

  .brix---accordion-item-wrapper-v5-last, .brix---accordion-item-wrapper-v5, .brix---accordion-item-wrapper-v5-first {
    padding: 48px 0;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 48px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---section-3._1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f-banner-flex-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---color-accent-2 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .brix---link-wrapper {
    margin-bottom: 20px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---image {
    height: 300px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library-general--shadow-04);
    border-radius: 14px;
  }

  .brix---grid-2-columns-gap-column-80px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: 1fr;
  }

  .brix---cta-bg-overlay {
    min-height: 66vh;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cc-scroll {
    margin-bottom: 0;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .scroll-text {
    transform: translate(24px)rotate(90deg);
  }

  .resources-block {
    width: 80%;
    margin-left: 10%;
  }

  .wrapper {
    padding-top: 60px;
  }

  .container-scrolling {
    justify-content: flex-end;
  }

  .sec {
    align-items: flex-end;
  }

  .line-container {
    width: 60%;
  }

  .line-ver.first {
    align-self: flex-end;
  }

  .div-block-8 {
    margin-top: 56px;
  }

  .div-block-9 {
    margin-top: 78px;
  }

  .brand-tablet-2 {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand-2 {
    padding-left: 0;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    margin-top: 350px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    right: 34%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    margin-top: 350px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    left: 34%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-small---bottom-large {
    padding-top: 40px;
    padding-bottom: 130px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .collection-item-2 {
    text-align: center;
  }

  ._5-cards-grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
  }

  .slider-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-12 {
    width: 100%;
  }
}

@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;
  }

  .top-margin._40-pixels {
    margin-bottom: 78px;
  }

  .content-section {
    padding-top: 40px;
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

  .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: 40px;
    line-height: 50px;
  }

  .hero-text.white {
    font-size: 44px;
    line-height: 54px;
  }

  .hero-flex {
    flex-wrap: wrap-reverse;
    min-height: auto;
  }

  .title._1._2 {
    line-height: 18px;
  }

  .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._1 {
    font-size: 50px;
  }

  .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: 40px;
    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-top: 0;
    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%;
  }

  .relative-auto {
    margin-bottom: 100px;
  }

  ._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: 0;
  }

  .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;
    padding-top: 140px;
  }

  ._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: 0;
  }

  .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%;
  }

  .call-to-action-box {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .call-to-action-box._1 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .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: 20px;
    line-height: 46px;
  }

  .hero-subtitle {
    margin-top: 5px;
    font-size: 17px;
  }

  .utility-hero {
    min-height: 350px;
  }

  .full-width-box {
    margin-top: 20px;
  }

  .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;
  }

  .image {
    margin-top: 10px;
  }

  .f-header-image-wrapper-wide {
    margin-top: 60px;
  }

  .f-container-regular {
    margin-top: 80px;
  }

  .f-section-large {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .f-h3-heading {
    overflow: visible;
  }

  .f-section-large-2 {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f-content-list-wrapper-small {
    flex-flow: column;
  }

  .f-section-large-3 {
    padding-bottom: 20px;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---container-default._1 {
    margin-top: 60px;
  }

  .brix---hero-bg-image-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-bg-image-dark._4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---hero-bg-image-dark._3 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-stats-v1 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---section-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .brix---section-2._1 {
    padding-top: 40px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-v3-card {
    padding: 16px 22px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---accordion-right-side-2 {
    margin-right: 0;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-big-number {
    font-size: 24px;
    line-height: 35px;
    display: none;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 40px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-3._1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f-banner-flex-row {
    text-align: left;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---link-wrapper {
    margin-bottom: 10px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---image {
    height: 250px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary-white-2, .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---cta-bg-overlay {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-block {
    top: 1%;
  }

  .resources-block {
    margin-left: 5%;
  }

  .wrapper {
    max-width: 100%;
  }

  .flex-2.hor.space-bwtween {
    align-items: center;
  }

  .line-container {
    width: 98%;
  }

  .copyright-footer {
    width: 100%;
  }

  .line-ver.short-bottom {
    height: 120px;
  }

  .div-block-7 {
    margin-bottom: 20px;
  }

  .div-block-10 {
    padding-top: 60px;
  }

  .brand-tablet-2 {
    padding-left: 0;
  }

  .nav-close-icon {
    margin-bottom: 5px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    margin-top: 220px;
    top: 210px;
    right: 25%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    margin-top: 220px;
    top: 210px;
    left: 25%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small---bottom-large {
    padding-top: 20px;
    padding-bottom: 150px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  ._5-cards-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-wraper {
    align-items: center;
  }

  .slider-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-12 {
    width: 100%;
  }
}

#w-node-d30b2fe5-ad52-5a4f-73da-ec7552a030af-6752e203 {
  justify-self: start;
}

#w-node-_3efc0ed6-60d2-80d7-1f9f-98531865d216-6752e2aa, #w-node-_8da39668-a487-6ac7-a265-db664fbf057e-6752e2c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-fc626a26-13b9-0238-f656-9f35de871164-6752e2c7 {
  align-self: center;
}

#w-node-fc626a26-13b9-0238-f656-9f35de871165-6752e2c7, #w-node-fc626a26-13b9-0238-f656-9f35de87116d-6752e2c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@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: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Bold.ttf') format('truetype');
  font-weight: 700;
  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;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd Book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd Roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}