@font-face {
  font-family: "SourceSans3";
  src: url("../homepage/fonts/SourceSans3-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
header {
  height: 82px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 375px) {
  header {
    height: 62px;
  }
}
header .right_section {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right_section .logo {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
header .right_section .logo img {
  width: auto;
  height: 51px;
}
header button,
header a {
  border: none;
  background: none;
  height: 100%;
}
header a {
  display: flex;
  align-items: center;
}

.homepage {
  height: calc(100dvh - 82px);
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fcd6b2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .homepage {
    overflow-y: auto;
    height: calc(100dvh - 82px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .homepage {
    height: calc(100dvh - 82px + 20px);
    padding: 20px 0;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .homepage {
    height: calc(100dvh - 82px);
    justify-content: unset;
  }
}
.homepage .hp_content_title {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .homepage .hp_content_title {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    margin: 0 auto;
  }
}
.homepage .hp_content_title img {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .homepage .hp_content_title img {
    height: unset;
  }
}
.homepage .hp_content_title span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}
.homepage .hp_content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .homepage .hp_content {
    gap: 25px;
    display: flex;
    flex-direction: column;
    justify-content: safe center;
    margin: 20px 0;
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    flex-grow: 1;
  }
}
.homepage .hp_content .mobile-element {
  position: absolute;
  height: 100%;
  width: 90px;
}
.homepage .hp_content .mobile-element img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage .hp_content .hp_categories {
  height: 100%;
  width: 100%;
  gap: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_categories {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: unset;
  }
}
.homepage .hp_content .hp_categories .hp_category {
  position: relative;
  cursor: pointer;
  padding: 20px;
  max-height: 39dvh;
  width: 100%;
  aspect-ratio: 62/45;
}
@media (max-width: 1280px) {
  .homepage .hp_content .hp_categories .hp_category {
    max-height: 34dvh;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category {
    max-height: unset;
  }
}
.homepage .hp_content .hp_categories .hp_category .image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.homepage .hp_content .hp_categories .hp_category .image-container img {
  height: 100%;
  width: 100%;
  max-width: 900px;
  max-height: 900px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage .hp_content .hp_categories .hp_category .image-container .hp_category_title {
  position: absolute;
  left: 74%;
  transform: translate(-50%, -50%);
  font-size: clamp(18px, 1.125rem + (1vw - 10.24px) * 0.6696, 24px);
  line-height: 1;
  letter-spacing: -0.3px;
  text-align: center;
  top: 20%;
  white-space: nowrap;
}
@media (orientation: landscape) and (max-width: 1366px) {
  .homepage .hp_content .hp_categories .hp_category .image-container .hp_category_title {
    left: 80%;
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category .image-container .hp_category_title {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.homepage .hp_content .hp_categories .hp_category .image-container .hp_category_title .first {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category .image-container .hp_category_title {
    font-size: 22px;
    line-height: 1;
    left: 80%;
  }
}
@media screen and (max-width: 375px) {
  .homepage .hp_content .hp_categories .hp_category .image-container .hp_category_title {
    font-size: 20px;
  }
}
.homepage .hp_content .hp_categories .hp_category .hp_category_title {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category .hp_category_title {
    font-size: 24px;
    line-height: 26px;
    order: 2;
    flex-grow: 1;
  }
}
@media screen and (max-width: 375px) {
  .homepage .hp_content .hp_categories .hp_category .hp_category_title {
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category.cat_2 .image-container h2 {
    right: -8px;
  }
}
.homepage .hp_content .hp_categories .hp_category.cat_3 .image-container h2 {
  left: 31%;
  top: 15%;
}
@media (orientation: landscape) and (max-width: 1366px) {
  .homepage .hp_content .hp_categories .hp_category.cat_3 .image-container h2 {
    left: 28%;
  }
}
@media screen and (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category.cat_3 .image-container h2 {
    left: 25.5%;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category.cat_3 .image-container h2 {
    left: 27%;
  }
}
.homepage .hp_content .hp_categories .hp_category.cat_4 .image-container h2 {
  left: 24.5%;
  top: 22%;
}
@media (orientation: landscape) and (max-width: 1366px) {
  .homepage .hp_content .hp_categories .hp_category.cat_4 .image-container h2 {
    left: 18.5%;
    top: 23%;
  }
}
@media screen and (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category.cat_4 .image-container h2 {
    left: 19.5%;
    top: 23%;
  }
}
.homepage .hp_content .hp_categories .hp_category.cat_5 .image-container h2 {
  top: 23%;
  left: 73%;
}
@media (orientation: landscape) and (max-width: 1366px) {
  .homepage .hp_content .hp_categories .hp_category.cat_5 .image-container h2 {
    top: 23%;
    left: 78%;
  }
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category.cat_5 .image-container h2 {
    top: 25%;
    left: 78%;
  }
}
.homepage .hp_content .hp_categories .hp_category.cat_6 {
  padding: 0;
  max-height: 42dvh;
  aspect-ratio: unset;
}
@media ((max-width: 1024px) and (orientation: landscape)) {
  .homepage .hp_content .hp_categories .hp_category.cat_6 {
    max-height: 42dvh;
  }
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category.cat_6 {
    max-height: 130px;
  }
}
.homepage .hp_content .hp_categories .hp_category.cat_6 .image-container img {
  -o-object-fit: unset;
     object-fit: unset;
}
.homepage .hp_content .hp_categories .hp_category.cat_6 .image-container h2 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 54%;
  top: 40%;
  font-size: clamp(16px, 1rem + (1vw - 10.24px) * 0.2232, 18px);
  font-weight: 400;
}
@media (max-width: 1024px) {
  .homepage .hp_content .hp_categories .hp_category.cat_6 .image-container h2 {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.homepage .hp_content .hp_categories .hp_category.cat_6 .image-container h2 p {
  width: -moz-fit-content;
  width: fit-content;
}
.homepage .cta-leaf {
  position: fixed;
  z-index: 1;
  bottom: 3rem;
  right: 0;
  background: white;
  color: #F26B40;
  border: none;
  padding: 20px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  letter-spacing: -0.24px;
  line-height: clamp(20px, 1.25rem + (1vw - 10.24px) * 0.6696, 24px);
  font-size: clamp(18px, 1.125rem + (1vw - 10.24px) * 0.6696, 24px);
  padding-right: 40px;
}
@media (max-width: 1280px) {
  .homepage .cta-leaf {
    bottom: 1rem;
  }
}
@media (max-width: 1024px) {
  .homepage .cta-leaf {
    position: relative;
    margin: 20px 0 20px auto;
    bottom: 0;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 20px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .homepage .cta-leaf {
    position: relative;
    margin: 20px 0 20px auto;
  }
}
@media (max-width: 375px) {
  .homepage .cta-leaf {
    padding: 8px 20px;
    font-size: 16px;
  }
}

a,
button {
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-decoration: none;
}
a:hover,
button:hover {
  scale: 1.05;
}

a {
  color: #fff;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: "SourceSans3";
  src: url("../homepage/fonts/SourceSans3-Regular.ttf") format("ttf");
  font-weight: normal;
}
html {
  font-family: "SourceSans3", sans-serif;
}

button {
  cursor: pointer;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */