/* ----------------------------------------
    CSS RESET
---------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wdth,wght@12..96,75..100,200..800&display=swap");
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/* ----------------------------------------
    FONTS
---------------------------------------- */
/* ----------------------------------------
    COLORS
---------------------------------------- */
/* ----------------------------------------
    GLOBAL
---------------------------------------- */
* {
  box-sizing: border-box;
  outline: none; }

::placeholder {
  color: rgba(42, 42, 42, 0.65);
  opacity: 1; }

html {
  scroll-behavior: smooth; }

html,
body {
  width: 100%;
  height: 100%; }

a {
  text-decoration: none; }

textarea {
  resize: none; }

.container {
  position: relative;
  z-index: 1;
  max-width: 1700px;
  margin: auto; }
  @media only screen and (max-width: 1800px) {
    .container {
      max-width: 1200px; } }
  @media only screen and (max-width: 800px) {
    .container {
      padding: 0 20px 0 20px; } }

.labels {
  font-size: 0px; }
  .labels span {
    background-color: #eaeaea;
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 8px 16px;
    border-radius: 20px;
    font-family: "Bricolage Grotesque";
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0em;
    color: #2a2a2a; }
  .labels .active {
    background-color: #2a2a2a;
    color: white; }

/* ----------------------------------------
    NAVIGATION
---------------------------------------- */
.navigation {
  /* backdrop-filter: blur(24px); */
  backdrop-filter: blur(24px);
  background-color: rgba(42, 42, 42, 0.5);
  position: fixed;
  z-index: 100;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 1732px;
  padding: 16px;
  border-radius: 16px; }
  @media only screen and (max-width: 1800px) {
    .navigation {
      width: 1200px; } }
  @media only screen and (max-width: 800px) {
    .navigation {
      display: none; } }
  .navigation img {
    display: block;
    height: 64px; }
  .navigation ul {
    display: flex;
    align-items: center;
    gap: 60px; }
    .navigation ul li a {
      font-family: "Bricolage Grotesque";
      font-weight: 400;
      font-size: 24px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: white; }
    .navigation ul li .special-button {
      color: white;
      border: solid 1px rgba(255, 255, 255, 0.5);
      padding: 12px 48px;
      border-radius: 100px;
      transition: all 0.5s ease; }
    .navigation ul li .special-button:hover {
      background-color: white;
      padding: 12px 60px;
      color: #2a2a2a; }

.navigation-black {
  /*    ul {
          li {
              a {
                  color: $mine_shaft;
              }
              .special-button {
                  color: $mine_shaft;
                  border-color: $mine_shaft_o_65;
              }
              .special-button:hover {
                  background-color: $mine_shaft;
                  padding: 12px 60px;
                  color: $white;
              }
          }
      }
      */ }

/* ----------------------------------------
    FOOTER
---------------------------------------- */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1700px;
  margin: auto;
  padding: 120px 0 64px 0;
  position: relative;
  z-index: 100; }
  @media only screen and (max-width: 1800px) {
    .footer {
      max-width: 1200px; } }
  @media only screen and (max-width: 800px) {
    .footer {
      flex-wrap: wrap;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 64px;
      padding-bottom: 30px; } }
  .footer .socials {
    display: flex;
    gap: 70px;
    height: 16px; }
    @media only screen and (max-width: 800px) {
      .footer .socials {
        width: 100%; } }
    .footer .socials img {
      height: 100%; }
  @media only screen and (max-width: 800px) {
    .footer .copyright {
      width: 100%;
      margin-top: 20px; } }
  .footer .copyright p {
    font-family: "Bricolage Grotesque";
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0em;
    color: #2a2a2a; }

/* ----------------------------------------
    HOME
---------------------------------------- */
#home {
  background-color: #2a2a2a;
  width: 100%;
  height: 100%; }
  #home .container {
    position: relative;
    height: 100%; }
    #home .container .kodigo-text {
      position: absolute;
      bottom: 25%;
      padding-bottom: 50px;
      opacity: 0.25;
      filter: blur(10px); }
      @media only screen and (max-width: 800px) {
        #home .container .kodigo-text {
          display: none; } }
    #home .container .kodigo-horse {
      display: none; }
      @media only screen and (max-width: 800px) {
        #home .container .kodigo-horse {
          display: block;
          position: absolute;
          bottom: 50%;
          opacity: 0.25;
          filter: blur(5px);
          width: 300px;
          left: 50%;
          margin-left: -150px;
          margin-bottom: -165px; } }
    #home .container .slogan {
      position: absolute;
      bottom: 38%;
      left: 0; }
      @media only screen and (max-width: 1800px) {
        #home .container .slogan {
          bottom: 30%; } }
      @media only screen and (max-width: 800px) {
        #home .container .slogan {
          bottom: 38%;
          left: 20px; } }
      #home .container .slogan h1 {
        font-family: "Bricolage Grotesque";
        font-weight: 700;
        font-size: 128px;
        line-height: 112px;
        letter-spacing: 0.01em;
        color: white; }
        @media only screen and (max-width: 800px) {
          #home .container .slogan h1 {
            font-size: calc(128px * 0.4);
            line-height: calc(112px * 0.4); } }
        @media only screen and (max-width: 800px) {
          #home .container .slogan h1 {
            font-size: calc(128px * 0.35);
            line-height: calc(112px * 0.35); } }
      #home .container .slogan h2 {
        font-family: "Bricolage Grotesque";
        font-weight: 300;
        font-size: 40px;
        line-height: normal;
        letter-spacing: 0.01em;
        color: #ba9a75; }
        @media only screen and (max-width: 800px) {
          #home .container .slogan h2 {
            font-size: calc(40px * 0.5); } }
        @media only screen and (max-width: 800px) {
          #home .container .slogan h2 {
            margin-top: 10px;
            font-size: calc(40px * 0.45); } }
    #home .container .socials {
      position: absolute;
      top: 50%;
      right: -11%;
      transform: translateY(-50%);
      display: flex;
      gap: 40px;
      /*writing-mode: vertical-rl;*/
      transform: rotate(90deg); }
      @media only screen and (max-width: 1800px) {
        #home .container .socials {
          right: -190px; } }
      @media only screen and (max-width: 800px) {
        #home .container .socials {
          display: none; } }
      #home .container .socials li a {
        font-family: "Bricolage Grotesque";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        color: #ba9a75; }
    #home .container .scroll {
      position: absolute;
      bottom: 40px;
      left: calc(50% - 910px);
      font-family: "Bricolage Grotesque";
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0em;
      color: rgba(186, 154, 117, 0.5);
      writing-mode: tb-rl;
      transform: rotate(-180deg) !important; }
      @media only screen and (max-width: 1800px) {
        #home .container .scroll {
          left: calc(50% - 600px); } }
      @media only screen and (max-width: 800px) {
        #home .container .scroll {
          display: none; } }

/* ----------------------------------------
    SERVICES
---------------------------------------- */
.services {
  background: white;
  width: 100%;
  padding-top: 120px; }
  @media only screen and (max-width: 800px) {
    .services {
      padding-top: 64px; } }
  .services .sections {
    width: 100%; }
    .services .sections .section {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 120px; }
      @media only screen and (max-width: 800px) {
        .services .sections .section {
          flex-wrap: wrap;
          margin-bottom: 64px; } }
      .services .sections .section .photo {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        border-radius: 32px; }
      .services .sections .section h2 {
        margin-bottom: 40px;
        font-family: "Bricolage Grotesque";
        font-weight: 700;
        font-size: 88px;
        line-height: 88px;
        letter-spacing: 0.01em;
        color: #2a2a2a; }
        @media only screen and (max-width: 800px) {
          .services .sections .section h2 {
            font-size: calc(88px * 0.6);
            line-height: calc(88px * 0.6); } }
      .services .sections .section p {
        margin-bottom: 32px;
        font-family: "Bricolage Grotesque";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        color: #2a2a2a; }
        @media only screen and (max-width: 800px) {
          .services .sections .section p br {
            display: none; } }
      .services .sections .section h3 {
        margin-bottom: 16px;
        font-family: "Bricolage Grotesque";
        font-weight: 400;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.01em;
        color: #ba9a75; }
      .services .sections .section ul {
        margin-bottom: 32px;
        padding-left: 37px; }
        .services .sections .section ul li {
          position: relative;
          font-family: "Bricolage Grotesque";
          font-weight: 400;
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 0em;
          color: #2a2a2a; }
          .services .sections .section ul li img {
            position: absolute;
            top: 7px;
            left: -37px;
            width: 21px;
            filter: brightness(0) saturate(100%) invert(67%) sepia(39%) saturate(320%) hue-rotate(352deg) brightness(88%) contrast(84%); }
    .services .sections .odd {
      gap: 50px; }
      @media only screen and (max-width: 800px) {
        .services .sections .odd {
          gap: 0; } }
      .services .sections .odd .left-side {
        width: 50%; }
        @media only screen and (max-width: 800px) {
          .services .sections .odd .left-side {
            width: 100%; } }
      .services .sections .odd .right-side {
        width: 50%; }
        @media only screen and (max-width: 800px) {
          .services .sections .odd .right-side {
            width: 100%; } }
    .services .sections .even {
      gap: 50px; }
      @media only screen and (max-width: 800px) {
        .services .sections .even {
          gap: 0; } }
      .services .sections .even .left-side {
        width: 50%; }
        @media only screen and (max-width: 800px) {
          .services .sections .even .left-side {
            width: 100%; } }
      .services .sections .even .right-side {
        width: 50%; }
        @media only screen and (max-width: 800px) {
          .services .sections .even .right-side {
            width: 100%; } }

/* ----------------------------------------
    ABOUT US
---------------------------------------- */
.about_us {
  background-color: #2a2a2a;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 800px) {
    .about_us {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .about_us .slogan {
    margin-bottom: 120px; }
    @media only screen and (max-width: 800px) {
      .about_us .slogan {
        margin-bottom: 64px; } }
    .about_us .slogan h1 {
      margin-bottom: 16px;
      font-family: "Bricolage Grotesque";
      font-weight: 700;
      font-size: 128px;
      line-height: 112px;
      letter-spacing: 0.01em;
      color: white; }
      @media only screen and (max-width: 800px) {
        .about_us .slogan h1 {
          font-size: calc(128px * 0.4);
          line-height: calc(112px * 0.4); } }
    .about_us .slogan h2 {
      font-family: "Bricolage Grotesque";
      font-weight: 300;
      font-size: 40px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: #ba9a75; }
      @media only screen and (max-width: 800px) {
        .about_us .slogan h2 {
          font-size: calc(40px * 0.5); } }
  .about_us .sections {
    width: 100%; }
    .about_us .sections .section {
      display: flex;
      justify-content: space-between;
      padding-bottom: 80px;
      margin-bottom: 80px;
      border-bottom: solid 1px rgba(255, 255, 255, 0.25); }
      @media only screen and (max-width: 800px) {
        .about_us .sections .section {
          flex-wrap: wrap;
          padding-bottom: 64px;
          margin-bottom: 64px; } }
      .about_us .sections .section .title {
        width: 50%; }
        @media only screen and (max-width: 800px) {
          .about_us .sections .section .title {
            width: 100%;
            padding-bottom: 30px; } }
        .about_us .sections .section .title h3 {
          font-family: "Bricolage Grotesque";
          font-weight: 700;
          font-size: 56px;
          line-height: 56px;
          letter-spacing: 0.01em;
          color: #ba9a75; }
          @media only screen and (max-width: 800px) {
            .about_us .sections .section .title h3 {
              font-size: calc(56px * 0.6);
              line-height: calc(56px * 0.6); } }
      .about_us .sections .section .content {
        width: 50%; }
        @media only screen and (max-width: 800px) {
          .about_us .sections .section .content {
            width: 100%; } }
        .about_us .sections .section .content p {
          font-family: "Bricolage Grotesque";
          font-weight: 400;
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 0em;
          color: rgba(255, 255, 255, 0.5); }
          .about_us .sections .section .content p span {
            color: white; }
  .about_us .sub-slogan {
    margin-bottom: 48px;
    text-align: center; }
    .about_us .sub-slogan p:nth-of-type(1) {
      font-family: "Bricolage Grotesque";
      font-weight: 300;
      font-size: 40px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: rgba(255, 255, 255, 0.5); }
      @media only screen and (max-width: 800px) {
        .about_us .sub-slogan p:nth-of-type(1) {
          font-size: calc(40px * 0.5); } }
      .about_us .sub-slogan p:nth-of-type(1) span {
        color: white; }
    .about_us .sub-slogan p:nth-of-type(2) {
      font-family: "Bricolage Grotesque";
      font-weight: 400;
      font-size: 24px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: #ba9a75; }
  .about_us .partners {
    display: flex;
    justify-content: space-between;
    gap: 24px; }
    @media only screen and (max-width: 800px) {
      .about_us .partners {
        flex-wrap: wrap;
        gap: 20px; } }
    .about_us .partners .partner {
      display: flex;
      width: calc(100%/4);
      height: 160px;
      justify-content: center;
      align-items: center;
      border: solid 1px rgba(255, 255, 255, 0.25);
      border-radius: 20px; }
      .about_us .partners .partner img {
        height: 32px;
        filter: brightness(0) saturate(100%) invert(63%) sepia(0%) saturate(1396%) hue-rotate(145deg) brightness(96%) contrast(78%); }
      @media only screen and (max-width: 800px) {
        .about_us .partners .partner {
          width: calc((100%/2) - 10px); }
          .about_us .partners .partner img {
            height: 18px; } }

/* ----------------------------------------
    PROJECTS
---------------------------------------- */
#projects {
  width: 100%;
  padding-top: 240px; }
  @media only screen and (max-width: 800px) {
    #projects {
      padding-top: 100px; } }
  #projects .elements {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px; }
    @media only screen and (max-width: 800px) {
      #projects .elements {
        flex-wrap: wrap; } }
    #projects .elements .element {
      width: calc(50% - 30px); }
      @media only screen and (max-width: 800px) {
        #projects .elements .element {
          width: 100%; } }
      #projects .elements .element .photo-wrap {
        overflow: hidden;
        border-radius: 32px;
        margin-bottom: 24px; }
        #projects .elements .element .photo-wrap .photo {
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          width: 100%;
          height: 510px;
          margin-bottom: 0px;
          border-radius: 32px;
          cursor: pointer;
          transition: all .5s; }
          @media only screen and (max-width: 800px) {
            #projects .elements .element .photo-wrap .photo {
              height: auto;
              aspect-ratio: 1; } }
        #projects .elements .element .photo-wrap .photo:hover {
          transform: scale(1.2); }
      #projects .elements .element h2 {
        margin-bottom: 24px;
        font-family: "Bricolage Grotesque";
        font-weight: 700;
        font-size: 56px;
        line-height: 56px;
        letter-spacing: 0.01em;
        color: #2a2a2a;
        cursor: pointer; }
        @media only screen and (max-width: 800px) {
          #projects .elements .element h2 {
            font-size: calc(56px * 0.6);
            line-height: calc(56px * 0.6); } }
      #projects .elements .element p {
        margin-bottom: 16px;
        font-family: "Bricolage Grotesque";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        color: rgba(42, 42, 42, 0.65);
        cursor: pointer; }
        @media only screen and (max-width: 800px) {
          #projects .elements .element p br {
            display: none; } }
  #projects hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #eaeaea;
    margin: 120px 0 80px 0; }
    @media only screen and (max-width: 800px) {
      #projects hr {
        margin-top: 32px;
        margin-bottom: 32px; } }
  #projects .slogan {
    text-align: center; }
    #projects .slogan h1 {
      margin-bottom: 80px;
      font-family: "Bricolage Grotesque";
      font-weight: 700;
      font-size: 128px;
      line-height: 112px;
      letter-spacing: 0.01em;
      color: #2a2a2a; }
      @media only screen and (max-width: 800px) {
        #projects .slogan h1 {
          margin-bottom: 64px; } }
      @media only screen and (max-width: 800px) {
        #projects .slogan h1 {
          font-size: calc(128px * 0.4);
          line-height: calc(112px * 0.4); } }
    #projects .slogan a {
      background-color: #ba9a75;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 10px;
      padding: 12px 48px;
      font-family: "Bricolage Grotesque";
      font-weight: 400;
      font-size: 24px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: white;
      border-radius: 100px;
      max-width: 257px;
      margin: auto;
      transition: all 0.5s ease;
      text-align: center; }
    #projects .slogan a:hover {
      background-color: #ba9a75;
      max-width: 281px;
      color: white; }

/* ----------------------------------------
    PROJECT
---------------------------------------- */
#project {
  width: 100%;
  padding-top: 240px; }
  @media only screen and (max-width: 800px) {
    #project {
      padding-top: 100px; } }
  #project h1 {
    margin-bottom: 40px;
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 128px;
    line-height: 112px;
    letter-spacing: 0.01em;
    color: #2a2a2a; }
    @media only screen and (max-width: 800px) {
      #project h1 {
        font-size: calc(128px * 0.4);
        line-height: calc(112px * 0.4); } }
  #project .short-description {
    font-family: "Bricolage Grotesque";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(42, 42, 42, 0.65); }
    @media only screen and (max-width: 800px) {
      #project .short-description br {
        display: none; } }
  #project .photo {
    margin: 80px 0 80px 0;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 32px; }
    @media only screen and (max-width: 800px) {
      #project .photo {
        height: auto;
        aspect-ratio: 1;
        margin-top: 64px;
        margin-bottom: 64px; } }
  #project h2 {
    margin-bottom: 24px;
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 0.01em;
    color: #2a2a2a; }
    @media only screen and (max-width: 800px) {
      #project h2 {
        font-size: calc(56px * 0.6);
        line-height: calc(56px * 0.6); } }
  #project .sections {
    width: 100%; }
    #project .sections .section {
      display: flex;
      justify-content: space-between;
      margin-bottom: 24px; }
      @media only screen and (max-width: 800px) {
        #project .sections .section {
          flex-wrap: wrap; } }
      #project .sections .section .left-side {
        width: 50%; }
        @media only screen and (max-width: 800px) {
          #project .sections .section .left-side {
            width: 100%; } }
        #project .sections .section .left-side p {
          font-family: "Bricolage Grotesque";
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0em;
          color: #2a2a2a; }
          @media only screen and (max-width: 800px) {
            #project .sections .section .left-side p br {
              display: none; } }
      #project .sections .section .right-side {
        padding-left: 150px;
        width: 50%; }
        @media only screen and (max-width: 800px) {
          #project .sections .section .right-side {
            width: 100%;
            padding: 0;
            margin-top: 20px; } }
        #project .sections .section .right-side p:nth-of-type(1) {
          font-family: "Bricolage Grotesque";
          font-weight: 300;
          font-size: 24px;
          line-height: 36px;
          letter-spacing: 0em;
          color: #ba9a75;
          position: relative;
          top: -2px; }
        #project .sections .section .right-side p:nth-of-type(2) {
          font-family: "Bricolage Grotesque";
          font-weight: 300;
          font-size: 24px;
          line-height: 36px;
          letter-spacing: 0em;
          color: #2a2a2a; }
        #project .sections .section .right-side a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          float: left;
          margin-top: 10px;
          padding: 12px 48px;
          font-family: "Bricolage Grotesque";
          font-weight: 400;
          font-size: 24px;
          line-height: normal;
          letter-spacing: 0.01em;
          color: #2a2a2a;
          border-radius: 100px;
          border: solid 1px rgba(42, 42, 42, 0.65);
          transition: all 0.5s ease; }
        #project .sections .section .right-side a:hover {
          background-color: #2a2a2a;
          padding: 12px 60px;
          color: white; }
  #project h3 {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 88px;
    line-height: 88px;
    letter-spacing: 0.01em;
    color: #ba9a75; }
    @media only screen and (max-width: 800px) {
      #project h3 {
        font-size: calc(88px * 0.6);
        line-height: calc(88px * 0.6); } }
  #project .elements {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px; }
    @media only screen and (max-width: 800px) {
      #project .elements {
        flex-wrap: wrap; } }
    #project .elements .element {
      width: calc(50% - 30px); }
      @media only screen and (max-width: 800px) {
        #project .elements .element {
          width: 100%; } }
      #project .elements .element .photo-wrap {
        overflow: hidden;
        border-radius: 32px;
        margin-top: 80px;
        margin-bottom: 24px; }
        @media only screen and (max-width: 800px) {
          #project .elements .element .photo-wrap {
            margin-top: 64px; } }
        #project .elements .element .photo-wrap .photo {
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          width: 100%;
          height: 510px;
          border-radius: 32px;
          cursor: pointer;
          transition: all .5s;
          margin-top: 0;
          margin-bottom: 0; }
          @media only screen and (max-width: 800px) {
            #project .elements .element .photo-wrap .photo {
              height: auto;
              aspect-ratio: 1; } }
        #project .elements .element .photo-wrap .photo:hover {
          transform: scale(1.2); }
      #project .elements .element h2 {
        margin-bottom: 24px;
        font-family: "Bricolage Grotesque";
        font-weight: 700;
        font-size: 56px;
        line-height: 56px;
        letter-spacing: 0.01em;
        color: #2a2a2a;
        cursor: pointer; }
        @media only screen and (max-width: 800px) {
          #project .elements .element h2 {
            font-size: calc(56px * 0.6);
            line-height: calc(56px * 0.6); } }
      #project .elements .element p {
        margin-bottom: 16px;
        font-family: "Bricolage Grotesque";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        color: rgba(42, 42, 42, 0.65);
        cursor: pointer; }
  #project hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #eaeaea;
    margin: 120px 0 80px 0; }
    @media only screen and (max-width: 800px) {
      #project hr {
        margin-top: 32px;
        margin-bottom: 32px; } }
  #project .slogan {
    text-align: center; }
    #project .slogan h1 {
      margin-bottom: 80px;
      font-family: "Bricolage Grotesque";
      font-weight: 700;
      font-size: 128px;
      line-height: 112px;
      letter-spacing: 0.01em;
      color: #2a2a2a; }
      @media only screen and (max-width: 800px) {
        #project .slogan h1 {
          font-size: calc(128px * 0.4);
          line-height: calc(112px * 0.4); } }
      @media only screen and (max-width: 800px) {
        #project .slogan h1 {
          margin-bottom: 64px; } }
    #project .slogan a {
      background-color: #ba9a75;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 10px;
      padding: 12px 48px;
      font-family: "Bricolage Grotesque";
      font-weight: 400;
      font-size: 24px;
      line-height: normal;
      letter-spacing: 0.01em;
      color: white;
      border-radius: 100px;
      max-width: 257px;
      margin: auto;
      transition: all 0.5s ease;
      text-align: center; }
    #project .slogan a:hover {
      background-color: #ba9a75;
      max-width: 281px;
      color: white; }

/* ----------------------------------------
    CONTACT
---------------------------------------- */
.contact {
  width: 100%;
  padding-top: 120px; }
  @media only screen and (max-width: 800px) {
    .contact {
      padding-top: 64px; } }
  .contact .content {
    display: flex;
    width: 100%;
    margin-bottom: 120px; }
    @media only screen and (max-width: 800px) {
      .contact .content {
        flex-wrap: wrap;
        margin-bottom: 64px; } }
    .contact .content .left-side {
      width: 50%; }
      @media only screen and (max-width: 800px) {
        .contact .content .left-side {
          width: 100%;
          margin-bottom: 50px; } }
      .contact .content .left-side h1 {
        margin-bottom: 50px;
        font-family: "Bricolage Grotesque";
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 0.01em;
        color: mine_shaft; }
        @media only screen and (max-width: 800px) {
          .contact .content .left-side h1 {
            font-size: calc(40px * 0.7);
            line-height: calc(45px * 0.7); } }
        @media only screen and (max-width: 800px) {
          .contact .content .left-side h1 br:nth-of-type(2) {
            display: none; } }
      .contact .content .left-side h2 {
        margin-bottom: 16px; }
        .contact .content .left-side h2 a {
          font-family: "Bricolage Grotesque";
          font-weight: 700;
          font-size: 40px;
          line-height: 45px;
          letter-spacing: 0.01em;
          color: #ba9a75;
          transition: all 0.5s ease; }
          @media only screen and (max-width: 800px) {
            .contact .content .left-side h2 a {
              font-size: calc(40px * 0.7);
              line-height: calc(45px * 0.7); } }
        .contact .content .left-side h2 a:hover {
          color: rgba(186, 154, 117, 0.5); }
      .contact .content .left-side h2:last-of-type {
        margin-bottom: 50px; }
      .contact .content .left-side p {
        font-family: "Bricolage Grotesque";
        font-weight: 300;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0em;
        color: #2a2a2a; }
        @media only screen and (max-width: 800px) {
          .contact .content .left-side p br {
            display: none; } }
      .contact .content .left-side .button {
        background-color: #ba9a75;
        display: flex;
        justify-content: space-between;
        align-items: center;
        float: left;
        margin-top: 10px;
        padding: 12px 48px;
        font-family: "Bricolage Grotesque";
        font-weight: 400;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.01em;
        color: white;
        border-radius: 100px;
        transition: all 0.5s ease;
        border: solid 1px #ba9a75;
        cursor: pointer; }
        @media only screen and (max-width: 800px) {
          .contact .content .left-side .button {
            width: 100%;
            justify-content: center; } }
      .contact .content .left-side .button:hover {
        background-color: white;
        padding: 12px 60px;
        color: #ba9a75; }
    .contact .content .right-side {
      width: 50%; }
      @media only screen and (max-width: 800px) {
        .contact .content .right-side {
          width: 100%; } }
      .contact .content .right-side h3 {
        margin-bottom: 24px;
        font-family: "Bricolage Grotesque";
        font-weight: 400;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.01em;
        color: #ba9a75; }
      .contact .content .right-side input {
        width: 100%;
        margin-bottom: 24px;
        padding: 16px 24px;
        border: solid 1px #2a2a2a;
        border-radius: 20px;
        font-family: "Bricolage Grotesque";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        color: rgba(42, 42, 42, 0.65); }
      .contact .content .right-side input:focus {
        border-color: #ba9a75; }
      .contact .content .right-side textarea {
        width: 100%;
        height: 160px;
        margin-top: 16px;
        padding: 16px 24px;
        border: solid 1px #2a2a2a;
        border-radius: 20px;
        font-family: "Bricolage Grotesque";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        color: rgba(42, 42, 42, 0.65); }
      .contact .content .right-side p {
        margin: 24px 0 24px 0;
        font-family: "Bricolage Grotesque";
        font-weight: 400;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0em;
        color: #2a2a2a; }
        .contact .content .right-side p a {
          color: rgba(42, 42, 42, 0.65); }
      .contact .content .right-side button {
        background-color: #ba9a75;
        display: flex;
        justify-content: space-between;
        align-items: center;
        float: right;
        padding: 12px 48px;
        font-family: "Bricolage Grotesque";
        font-weight: 400;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.01em;
        color: white;
        border: none;
        border-radius: 100px;
        transition: all 0.5s ease;
        border: solid 1px #ba9a75; }
        @media only screen and (max-width: 800px) {
          .contact .content .right-side button {
            float: none;
            width: 100%;
            justify-content: center; } }
      .contact .content .right-side button:hover {
        background-color: white;
        padding: 12px 60px;
        color: #ba9a75; }
    .contact .content .labels span {
      transition: border-color 100ms linear;
      cursor: pointer;
      border: solid 1px #eaeaea; }
    .contact .content .labels span:hover {
      background-color: transparent;
      border-color: #2A2A2A; }
    .contact .content .labels .active {
      background-color: #2a2a2a;
      border-color: #2a2a2a !important;
      color: #fff; }
    .contact .content .labels .active:hover {
      background-color: #2a2a2a;
      color: #fff; }
  .contact .info p {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.01em;
    color: #2a2a2a; }
    @media only screen and (max-width: 800px) {
      .contact .info p {
        font-size: calc(40px * 0.7);
        line-height: calc(45px * 0.7); } }
    .contact .info p span {
      color: rgba(42, 42, 42, 0.65); }

/* ----------------------------------------
    PRIVACY POLICY
---------------------------------------- */
#privacy_policy {
  width: 100%;
  padding-top: 240px; }
  @media only screen and (max-width: 800px) {
    #privacy_policy {
      padding-top: 100px; } }
  #privacy_policy .container {
    max-width: 960px; }
    #privacy_policy .container .wrap h1 {
      margin-bottom: 40px;
      font-family: "Bricolage Grotesque";
      font-weight: 700;
      font-size: 56px;
      line-height: 56px;
      letter-spacing: 0.01em;
      color: #2a2a2a; }
      @media only screen and (max-width: 800px) {
        #privacy_policy .container .wrap h1 {
          font-size: calc(56px * 0.6);
          line-height: calc(56px * 0.6); } }
    #privacy_policy .container .wrap h2 {
      margin-top: 24px;
      font-family: "Bricolage Grotesque";
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0em;
      color: #2a2a2a; }
    #privacy_policy .container .wrap p {
      font-family: "Bricolage Grotesque";
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0em;
      color: #2a2a2a; }
      #privacy_policy .container .wrap p a {
        color: #2a2a2a; }
        #privacy_policy .container .wrap p a strong {
          font-weight: 700; }
      #privacy_policy .container .wrap p strong {
        font-weight: 700; }
    #privacy_policy .container .wrap ul {
      padding-left: 25px; }
      #privacy_policy .container .wrap ul li {
        font-family: "Bricolage Grotesque";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0em;
        color: #2a2a2a;
        list-style: disc; }

/* ----------------------------------------
    BUTTON ANIMATION
---------------------------------------- */
.js_hover {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  flex: 0 0 auto;
  --lh: 1.4;
  line-height: var(--lh);
  overflow: hidden;
  backface-visibility: hidden; }

.js_hover > * {
  flex: 0 0 auto;
  backface-visibility: hidden;
  text-shadow: 0 calc(var(--lh) * 1em) 0 currentColor;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease;
  --delay: 0.05s; }

.js_hover:has(> *:nth-child(10)) > * {
  --delay: 0.04s; }

.js_hover:has(> *:nth-child(20)) > * {
  --delay: 0.03s; }

@media (pointer: fine) {
  a:hover .js_hover > * {
    transform: translate3d(0, calc(var(--lh) * -1em), 0); }

  a:hover .js_hover > *:nth-child(1) {
    transition-delay: calc(0 * var(--delay)); }

  a:hover .js_hover > *:nth-child(2) {
    transition-delay: calc(1 * var(--delay)); }

  a:hover .js_hover > *:nth-child(3) {
    transition-delay: calc(2 * var(--delay)); }

  a:hover .js_hover > *:nth-child(4) {
    transition-delay: calc(3 * var(--delay)); }

  a:hover .js_hover > *:nth-child(5) {
    transition-delay: calc(4 * var(--delay)); }

  a:hover .js_hover > *:nth-child(6) {
    transition-delay: calc(5 * var(--delay)); }

  a:hover .js_hover > *:nth-child(7) {
    transition-delay: calc(6 * var(--delay)); }

  a:hover .js_hover > *:nth-child(8) {
    transition-delay: calc(7 * var(--delay)); }

  a:hover .js_hover > *:nth-child(9) {
    transition-delay: calc(8 * var(--delay)); }

  a:hover .js_hover > *:nth-child(10) {
    transition-delay: calc(9 * var(--delay)); }

  a:hover .js_hover > *:nth-child(11) {
    transition-delay: calc(10 * var(--delay)); }

  a:hover .js_hover > *:nth-child(12) {
    transition-delay: calc(11 * var(--delay)); }

  a:hover .js_hover > *:nth-child(13) {
    transition-delay: calc(12 * var(--delay)); }

  a:hover .js_hover > *:nth-child(14) {
    transition-delay: calc(13 * var(--delay)); }

  a:hover .js_hover > *:nth-child(15) {
    transition-delay: calc(14 * var(--delay)); }

  a:hover .js_hover > *:nth-child(16) {
    transition-delay: calc(15 * var(--delay)); }

  a:hover .js_hover > *:nth-child(17) {
    transition-delay: calc(16 * var(--delay)); }

  a:hover .js_hover > *:nth-child(18) {
    transition-delay: calc(17 * var(--delay)); }

  a:hover .js_hover > *:nth-child(19) {
    transition-delay: calc(18 * var(--delay)); }

  a:hover .js_hover > *:nth-child(20) {
    transition-delay: calc(19 * var(--delay)); }

  a:hover .js_hover > *:nth-child(21) {
    transition-delay: calc(20 * var(--delay)); }

  a:hover .js_hover > *:nth-child(22) {
    transition-delay: calc(21 * var(--delay)); }

  a:hover .js_hover > *:nth-child(23) {
    transition-delay: calc(22 * var(--delay)); }

  a:hover .js_hover > *:nth-child(24) {
    transition-delay: calc(23 * var(--delay)); }

  a:hover .js_hover > *:nth-child(25) {
    transition-delay: calc(24 * var(--delay)); }

  a:hover .js_hover > *:nth-child(26) {
    transition-delay: calc(25 * var(--delay)); }

  a:hover .js_hover > *:nth-child(27) {
    transition-delay: calc(26 * var(--delay)); }

  a:hover .js_hover > *:nth-child(28) {
    transition-delay: calc(27 * var(--delay)); }

  a:hover .js_hover > *:nth-child(29) {
    transition-delay: calc(28 * var(--delay)); } }
/* ----------------------------------------
    BALL
---------------------------------------- */
#ball {
  background-color: #ba9a75;
  width: 900px;
  height: 900px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  border-radius: 450px;
  filter: blur(100px);
  opacity: 0.3; }
  @media only screen and (max-width: 800px) {
    #ball {
      display: none; } }

#ball2 {
  display: none; }
  @media only screen and (max-width: 800px) {
    #ball2 {
      display: block;
      background-color: #ba9a75;
      width: 300px;
      height: 300px;
      top: 10%;
      left: -20%;
      transform: translate(-50%, -50%);
      position: fixed;
      border-radius: 450px;
      filter: blur(40px);
      opacity: 0.3;
      -webkit-animation-name: decor1;
      -webkit-animation-duration: 40s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-direction: alternate;
      animation-name: decor1;
      animation-duration: 40s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-direction: alternate; } }

/* ----------------------------------------
    LOADER
---------------------------------------- */
.kodigo-loader {
  background-color: #2a2a2a;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: height 1s ease-in;
  overflow: hidden; }
  .kodigo-loader img {
    width: 150px;
    opacity: 0.3; }
    @media only screen and (max-width: 800px) {
      .kodigo-loader img {
        width: 100px; } }
  .kodigo-loader .progress {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 0%;
    animation: progressBar ease-in-out forwards;
    animation-duration: 4s; }
    .kodigo-loader .progress span {
      position: absolute;
      top: 30px;
      right: 30px;
      font-family: "Bricolage Grotesque";
      font-weight: 700;
      font-size: 88px;
      line-height: 88px;
      letter-spacing: 0.01em;
      color: #ba9a75;
      opacity: 0.3; }
      @media only screen and (max-width: 800px) {
        .kodigo-loader .progress span {
          font-size: calc(88px * 0.6);
          line-height: calc(88px * 0.6); } }
      @media only screen and (max-width: 800px) {
        .kodigo-loader .progress span {
          font-size: 45px; } }

.disabled {
  height: 0; }

@keyframes progressBar {
  0% {
    height: 0; }
  100% {
    height: 100%; } }
/* ----------------------------------------
    MOBILE NAV
---------------------------------------- */
.mobile-nav2 {
  display: none; }

.mobile-nav {
  display: none; }

@media only screen and (max-width: 800px) {
  .mobile-nav2 {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    padding: 10px;
    backdrop-filter: blur(24px);
    background-color: rgba(42, 42, 42, 0.3);
    z-index: 100;
    border-radius: 16px;
    margin: 10px;
    display: block; }
    .mobile-nav2 .mobile-ball {
      position: absolute;
      bottom: 0px;
      right: -150px;
      background-color: #ba9a75;
      width: 500px;
      height: 500px;
      border-radius: 50%;
      z-index: 0;
      filter: blur(300px);
      opacity: 0.5; }
    .mobile-nav2 .wrap-mobile {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%; }
      .mobile-nav2 .wrap-mobile .header {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .mobile-nav2 .wrap-mobile .header img {
          display: block;
          height: 16px;
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7465%) hue-rotate(356deg) brightness(102%) contrast(99%); }
        .mobile-nav2 .wrap-mobile .header .open-mobile-nav {
          font-family: "Bricolage Grotesque";
          font-weight: 400;
          font-size: 24px;
          line-height: normal;
          letter-spacing: 0.01em;
          color: white;
          cursor: pointer; }

  .mobile-nav {
    background: #eaeaea;
    position: fixed;
    z-index: 900;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    transition: top 0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
    display: block; }
    .mobile-nav .mobile-ball {
      position: absolute;
      bottom: 0px;
      right: -150px;
      background-color: #ba9a75;
      width: 500px;
      height: 500px;
      border-radius: 50%;
      z-index: 0;
      filter: blur(300px);
      opacity: 0.5; }
    .mobile-nav .wrap-mobile {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%; }
      .mobile-nav .wrap-mobile .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 80px; }
        .mobile-nav .wrap-mobile .header img {
          display: block;
          height: 16px;
          filter: brightness(0) saturate(100%) invert(12%) sepia(7%) saturate(15%) hue-rotate(334deg) brightness(97%) contrast(87%); }
        .mobile-nav .wrap-mobile .header .close-mobile-nav {
          font-family: "Bricolage Grotesque";
          font-weight: 400;
          font-size: 24px;
          line-height: normal;
          letter-spacing: 0.01em;
          color: #2a2a2a;
          cursor: pointer; }
      .mobile-nav .wrap-mobile .content-mobile {
        width: 100%;
        height: calc(100% - 120px);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column; }
        .mobile-nav .wrap-mobile .content-mobile ul {
          width: 100%; }
          .mobile-nav .wrap-mobile .content-mobile ul li {
            margin-bottom: 24px;
            overflow: hidden;
            position: relative;
            height: 40px; }
            .mobile-nav .wrap-mobile .content-mobile ul li a {
              font-family: "Bricolage Grotesque";
              font-weight: 700;
              font-size: 40px;
              line-height: 45px;
              letter-spacing: 0.01em;
              font-size: 40px;
              line-height: 45px;
              font-size: 40px;
              color: #2a2a2a;
              position: absolute;
              bottom: -30px;
              transition: all 0.3s linear; } }
            @media only screen and (max-width: 800px) and (max-width: 800px) {
              .mobile-nav .wrap-mobile .content-mobile ul li a {
                font-size: calc(40px * 0.7);
                line-height: calc(45px * 0.7); } }
@media only screen and (max-width: 800px) {
          .mobile-nav .wrap-mobile .content-mobile ul li:last-of-type {
            margin-bottom: 0; }
        .mobile-nav .wrap-mobile .content-mobile .contact-data {
          opacity: 0;
          transition: opacity 0.3s; }
          .mobile-nav .wrap-mobile .content-mobile .contact-data p {
            font-family: "Bricolage Grotesque";
            font-weight: 300;
            font-size: 24px;
            line-height: 36px;
            letter-spacing: 0em;
            color: #2a2a2a; }
            .mobile-nav .wrap-mobile .content-mobile .contact-data p a {
              color: #2a2a2a; }
        .mobile-nav .wrap-mobile .content-mobile .socials {
          opacity: 0;
          transition: opacity 0.3s;
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 267px; }
          .mobile-nav .wrap-mobile .content-mobile .socials img {
            height: 16px;
            filter: brightness(0) saturate(100%) invert(12%) sepia(7%) saturate(15%) hue-rotate(334deg) brightness(97%) contrast(87%); }
      .mobile-nav .wrap-mobile .copyright {
        opacity: 0; }
        .mobile-nav .wrap-mobile .copyright p {
          font-family: "Bricolage Grotesque";
          font-weight: 400;
          font-size: 12px;
          line-height: normal;
          letter-spacing: 0em;
          color: rgba(42, 42, 42, 0.65); }

  .mobile-nav-show {
    top: 0; }
    .mobile-nav-show .wrap-mobile .content-mobile .menu-show li a {
      bottom: 0;
      font-size: 40px;
      line-height: 45px; }
    .mobile-nav-show .wrap-mobile .content-mobile .contact-data-show {
      opacity: 1; }
    .mobile-nav-show .wrap-mobile .content-mobile .socials-show {
      opacity: 1; }
    .mobile-nav-show .wrap-mobile .copyright-show {
      opacity: 1; } }
@keyframes decor1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  50% {
    -webkit-transform: translate(90%, 110%);
    -moz-transform: translate(90%, 110%);
    -ms-transform: translate(90%, 110%);
    -o-transform: translate(90%, 110%);
    transform: translate(90%, 110%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@-webkit-keyframes decor1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  50% {
    -webkit-transform: translate(90%, 110%);
    -moz-transform: translate(90%, 110%);
    -ms-transform: translate(90%, 110%);
    -o-transform: translate(90%, 110%);
    transform: translate(90%, 110%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
.overlay-popup-contact {
  background-color: rgba(42, 42, 42, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none; }

.popup-contact {
  background-color: white;
  min-width: 800px;
  margin: 20px;
  border-radius: 10px;
  padding: 63px 0 63px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column; }
  @media only screen and (max-width: 800px) {
    .popup-contact {
      min-width: auto;
      width: 90%;
      padding-left: 15px;
      padding-right: 15px; } }
  .popup-contact h1 {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.01em;
    color: #ba9a75;
    margin-bottom: 16px; }
    @media only screen and (max-width: 800px) {
      .popup-contact h1 {
        font-size: calc(40px * 0.7);
        line-height: calc(45px * 0.7); } }
    @media only screen and (max-width: 800px) {
      .popup-contact h1 {
        text-align: center; } }
  .popup-contact p {
    font-family: "Bricolage Grotesque";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    color: #2a2a2a;
    margin-top: 0;
    margin-bottom: 32px;
    text-align: center; }
  .popup-contact a {
    background-color: #ba9a75;
    width: 186px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-family: "Bricolage Grotesque";
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.01em;
    color: white;
    cursor: pointer;
    transition: all 0.5s ease;
    border: solid 1px #ba9a75; }
  .popup-contact a:hover {
    background-color: white;
    width: 198px;
    color: #ba9a75; }

.popup-show {
  display: flex; }

.grecaptcha-badge {
  z-index: 1001; }

/*# sourceMappingURL=style.css.map */
