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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-section.colored {
  background-color: var(--bg-2-3);
  padding-top: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.change-this-image._3 {
  background-color: var(--font-color);
  background-image: none;
}

.change-this-image._4 {
  background-color: var(--lines-2);
  background-image: none;
}

.change-this-image._5 {
  background-color: var(--font-color);
  background-image: none;
}

.change-this-image._6 {
  background-image: url('../images/4.png');
  background-position: 50%;
}

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

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

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

.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._12 {
  background-image: url('../images/DEELIGHT.jpg');
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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);
  font-size: 54px;
  line-height: 64px;
}

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

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

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

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

.hidden {
  overflow: hidden;
}

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

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

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

.hero-bg.home {
  background-image: url('../images/Hero_bg-1.jpg');
  width: 75%;
  margin-left: auto;
}

.hero-bg.overlay {
  background-image: linear-gradient(0deg, #000, #0000);
  background-position: 0 0;
}

.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: Nyghtserif, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h3.no-top-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;
}

.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.youtube {
  background-image: url('../images/youtube-2_1youtube (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

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

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

.social-icons {
  display: flex;
}

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

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

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

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

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

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

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

.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.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.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.empty {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

.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.no-border {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.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-text-white {
  color: var(--white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.display-none {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 33.333%;
  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;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.burger-line-2 {
  background-color: var(--gold);
  width: 28px;
  height: 2px;
  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: #ece9e2;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.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;
  text-decoration: none;
  position: relative;
}

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

.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: var(--gold);
  width: 28px;
  height: 2px;
  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;
}

.menu-button {
  width: 128px;
  height: 127.5px;
  margin-top: 10px;
  margin-right: 10px;
  overflow: hidden;
}

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

.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 {
  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-divider {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-bg-container {
  background-color: var(--maroon);
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

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

.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/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.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 {
  background-color: var(--maroon);
  background-image: linear-gradient(#fff0, #000);
}

.hero-image.inner-page {
  background-image: linear-gradient(#0000, #0000), url('../images/4.png');
}

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

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

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

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

.cashapp {
  background-image: url('../images/CASHAPP.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.applepay {
  background-image: url('../images/APPLE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.venmo {
  background-image: url('../images/venmo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.paypal {
  background-image: url('../images/PAYPAL.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

._25 {
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .underline-hover {
    display: none;
  }

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

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

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

  .hero-left {
    width: 60%;
  }

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

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

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

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

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

  .heading {
    width: 70%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-button {
    color: #206151;
  }

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

  .menu-image {
    width: 370px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .category-dropdown {
    position: relative;
  }

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

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

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

  .hero-left {
    width: 70%;
  }

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

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

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

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

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

  .heading {
    width: 75%;
  }

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

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

  .text-big {
    font-size: 36px;
    line-height: 48px;
  }

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

  .h3 {
    font-size: 42px;
    line-height: 52px;
  }

  .white-center-box {
    padding: 6.5% 5.5%;
  }

  .text-offset-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .grid-1 {
    width: 60%;
  }

  .accordion-wrapper {
    margin-bottom: 8%;
  }

  .tabs-menu {
    text-align: center;
  }

  .tab {
    text-align: center;
    width: 100%;
  }

  .tab.w--current {
    border-bottom: 1px solid #abc7d1;
  }

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

  .hover-icon {
    width: 30px;
  }

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

  .social-icon-rounded.twitter {
    background-size: 12px;
  }

  .footer {
    padding-top: 40px;
  }

  .hero-box-about {
    width: 90%;
  }

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

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

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

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

  .footer-column-2 {
    width: 50%;
  }

  .footer-column-3 {
    border-right-style: none;
    width: 50%;
    padding-right: 0%;
  }

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

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

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

  .side-navlink-5, .side-navlink-7, .side-navlink-3 {
    font-size: 60px;
    line-height: 78px;
  }

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

  .menu-image {
    width: 310px;
    margin-left: 5%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

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

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

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

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

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

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

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

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

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

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

  .hero-bg.home {
    width: 100%;
    height: 250px;
    position: relative;
  }

  .scroll-down {
    width: 48px;
    height: 73px;
    display: none;
  }

  .scroll-arrow {
    width: 18px;
  }

  .heading {
    width: 85%;
  }

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

  .white-center-box {
    padding-top: 11.5%;
    padding-bottom: 11.5%;
  }

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

  .desciption-title-2 {
    justify-content: flex-start;
    padding-left: 1.8%;
  }

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

  .faq-section {
    padding-top: 7%;
  }

  .tab {
    height: auto;
  }

  .price {
    display: inline;
  }

  .pricing-item {
    margin-bottom: 11%;
  }

  .insta-pic {
    width: 48%;
    margin-bottom: 2%;
    margin-right: 2%;
  }

  .faq-right {
    width: 100%;
  }

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

  .divider-line.only-mobile {
    display: block;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-notice-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-container {
    padding-left: 10px;
  }

  .hero-box-about {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact-right-2 {
    padding: 7%;
  }

  .feature {
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .feature.last {
    margin-bottom: 0;
  }

  .text-box {
    margin-left: 0%;
    padding: 7%;
  }

  .text-box.right {
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 7%;
  }

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

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

  .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 {
    width: 100%;
  }

  .menu-button-2 {
    padding-top: 38px;
  }

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

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

  .hero-bg-container.home {
    width: 100%;
    height: 250px;
    position: relative;
  }

  .menu-image {
    width: 210px;
    margin-left: 5%;
  }
}


@font-face {
  font-family: 'Nyghtserif';
  src: url('../fonts/NyghtSerif-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}