@font-face {
  font-family: "Lugrasimo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../src/assets/fonts/FONT_lugrasimo.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rowdies Bold 700";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../../src/assets/fonts/rowdies/rowdies_bold_700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rowdies Reg 400";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../src/assets/fonts/rowdies/rowdies_reg_400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Gentium Basic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../src/assets/fonts/gentium_basic/gentium_basic_reg.ttf") format("ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins Norm Reg 400";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../src/assets/fonts/Poppins/poppins_normal_400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.body-grad {
  background-image: linear-gradient(to right, #bfde96, #68932f 150%);
}

.bg-prim {
  background-color: #bfde96;
}

.bg-sec {
  background-color: hsl(87, 16%, 78%);
}

.bg-sec-d-30 {
  background-color: hsl(87, 16%, 48%);
}

.bg-black-a70 {
  background-color: black;
  opacity: 0.7;
}

.img-triade {
  position: relative;
  aspect-ratio: 1.5;
}

.img-triade.vert {
  aspect-ratio: 0.8;
}

.img-triade .triade-light,
.img-triade .triade-dark {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
}

.img-triade img {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 30px);
}

.img-triade .triade-light {
  left: 0;
  top: 0;
  background: linear-gradient(to right, #8fc549, #68932f);
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.img-triade .triade-dark {
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #8fc549, #68932f);
  mask-image: linear-gradient(to left, transparent, black 5%, black 95%, transparent);
}

.img-triade img {
  left: 20px;
  top: 15px;
  box-shadow: 0 0 5px 1px #333;
}

main {
  width: 100%;
  max-width: 1200px;
  min-height: calc(100vh - var(--navHeight));
  padding-top: 50px;
  margin-top: var(--navHeight);
  padding-bottom: 100px;
}
main .contact-card {
  width: 100%;
  flex-wrap: wrap;
  box-shadow: 0 0 2px 1px #777;
}
main .contact-card a {
  color: #5f5f5f;
}
main .contact-card i {
  font-size: 24px;
}
main .contact-card h4 {
  font-family: "Rowdies Reg 400";
  text-align: center;
}
main .contact-card .text-button-container .text-holder {
  width: 100%;
}
main .contact-card .text-button-container .button-holder {
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
main .contact-card .text-button-container .button-holder i {
  font-size: 36px;
}
main .contact-card .text-button-container .button-holder p {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  main .contact-card {
    width: 100%;
    flex-wrap: wrap;
  }
  main .contact-card i {
    font-size: 24px;
  }
  main .contact-card h4 {
    font-family: "Rowdies Reg 400";
    text-align: center;
  }
  main .contact-card .text-button-container {
    padding: 25px 0;
  }
  main .contact-card .text-button-container .text-holder {
    width: 50%;
  }
  main .contact-card .text-button-container .button-holder {
    width: 50%;
  }
  main .contact-card .text-button-container .button-holder i {
    font-size: 36px;
  }
}

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