@font-face {
  font-family: "Switzer-Light";
  src: url("/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Light.woff2") format("woff2"), url("/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Light.woff") format("woff"), url("/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer-Medium";
  src: url("/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Medium.woff2") format("woff2"), url("/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Medium.woff") format("woff"), url("/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Photina-Regular";
  src: url("/assets/fonts/Photina/photina-mt-3.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.photina-regular {
  font-family: "Photina-Regular";
}

.switzer-light {
  font-family: "Switzer-Light";
}

.switzer-medium {
  font-family: "Switzer-Medium";
}

::-moz-selection {
  color: #582859;
  background: #d6d1cc;
}

::selection {
  color: #582859;
  background: #d6d1cc;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

a {
  transition: 0.25s;
}
a:hover {
  transition: 0.25s;
}

.uppercase {
  text-transform: uppercase;
}

.text-48 {
  font-size: 48px;
}

.text-40 {
  font-size: 40px;
}

.text-32 {
  font-size: 32px;
}

.text-24 {
  font-size: 24px;
}

.text-20 {
  font-size: 20px;
}

.text-18 {
  font-size: 18px;
}

.text-16 {
  font-size: 16px;
}

@media (max-width: 600px) {
  .text-48 {
    font-size: 24px;
  }
  .text-32 {
    font-size: 24px;
  }
  .text-24 {
    font-size: 20px;
  }
}
.btn-purpure {
  text-transform: uppercase;
  font-family: "Switzer-Light";
  font-size: 16px;
  border-radius: 0.625rem;
  transition: background-color 1s, color 1s, border 1s;
  background-color: #582859;
  color: white;
  padding: 4px 20px;
  text-decoration: none;
  border: 1px solid #582859;
}
.btn-purpure:hover {
  transition: background-color 1s, color 1s, border 1s;
}
.btn-purpure:hover {
  background-color: white;
  color: #582859;
}

.btn-transparent {
  text-transform: uppercase;
  font-family: "Switzer-Light";
  font-size: 16px;
  border-radius: 0.625rem;
  transition: background-color 1s, color 1s, border 1s;
  background-color: transparent;
  color: #582859;
  padding: 4px 20px;
  text-decoration: none;
  border: 1px solid #582859;
}
.btn-transparent:hover {
  transition: background-color 1s, color 1s, border 1s;
}
.btn-transparent:hover {
  background-color: #582859;
  color: white;
}

.btn-white {
  text-transform: uppercase;
  font-family: "Switzer-Light";
  font-size: 16px;
  border-radius: 0.625rem;
  transition: background-color 1s, color 1s, border 1s;
  background-color: white;
  color: #582859;
  padding: 4px 20px;
  text-decoration: none;
  border: 1px solid #582859;
}
.btn-white:hover {
  transition: background-color 1s, color 1s, border 1s;
}
.btn-white:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.3);
}

header {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 1.25rem;
  background-color: white;
  transition: transform 1s;
}
header.hidden {
  transform: translateY(-100%);
}
header > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
header > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
header > div > a img {
  scale: 0.75;
}
header > div > .content-desktop {
  display: none;
}
header > div .content-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
header > div .content-mobile > .burger-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
header > div .content-mobile > .burger-menu .burger-menu-icon {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
  width: 32px;
}
header > div .content-mobile > .burger-menu .burger-menu-icon > div {
  width: 22px;
  border-top: 1px solid #582859;
  transform-origin: right;
  transition: transform 0.75s ease-out, width 0.75s ease-out;
}
header > div .content-mobile > .burger-menu .burger-menu-icon > div:nth-child(1) {
  width: 32px;
}
header > div .content-mobile > .burger-menu .burger-menu-icon > div.burger-menu-icon-cross:nth-child(1) {
  width: 16px;
  transform: rotate(-45deg) translate(0, -4px);
}
header > div .content-mobile > .burger-menu .burger-menu-icon > div.burger-menu-icon-cross:nth-child(2) {
  width: 16px;
  transform: rotate(45deg) translate(0, 4px);
}
header > div .content-mobile > .burger-menu > span {
  width: 52px;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
header > div .content-mobile > .burger-menu > span.fadeIn {
  opacity: 0;
}
header .burger-content {
  height: calc(100vh - 3.3125rem);
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s;
}
header .burger-content.active {
  max-height: calc(100vh - 3.3125rem);
}
header .burger-content > nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2rem;
}
header .burger-content > nav > a {
  color: #582859;
  text-decoration: none;
  transition: color 0.5s;
}

@media (min-width: 600px) {
  header {
    padding: 1.25rem 2.5rem;
  }
  header > div > a img {
    scale: 1;
  }
}
@media (min-width: 1024px) {
  header {
    padding: 1.5rem 8.75rem;
  }
  header > div > .content-desktop {
    display: flex;
    justify-content: center;
  }
  header > div > .content-desktop nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2rem;
  }
  header > div > .content-desktop nav a {
    color: #582859;
    text-decoration: none;
  }
  header > div > .content-mobile {
    display: none;
  }
}
@media (min-width: 2200px) {
  header > div {
    max-width: 1920px;
    box-sizing: border-box;
    margin: auto;
  }
}
footer {
  background-color: white;
  color: #582859;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  padding: 4.375rem 1.25rem 1.25rem;
  max-width: 450px;
  margin: auto;
}
footer > div {
  width: 100%;
}
footer > .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
footer > .logo img {
  width: 100%;
  max-width: 240px;
}
footer > .top-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer > .top-line > .social-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.625rem;
}
footer > .top-line > .social-icons > div > a {
  display: block;
}
footer > .top-line > .social-icons > div > a > img {
  height: 20px;
  width: 20px;
}
footer > .top-line > a {
  text-decoration: none;
  color: #582859;
}
footer > .border-line {
  height: 2px;
  border-radius: 10px;
  background-color: #b9b2aa;
}
footer > .bottom-line {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
footer > .bottom-line > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 2.5rem;
  width: 100%;
  order: -1;
}
footer > .bottom-line > div > a {
  text-decoration: none;
  color: #582859;
}

@media (min-width: 1024px) {
  footer {
    padding: 5rem 8.75rem 2.5rem;
    max-width: 1920px;
    box-sizing: border-box;
    margin: auto;
  }
  footer > .bottom-line {
    flex-direction: row;
  }
  footer > .bottom-line > div {
    width: auto;
    justify-content: center;
    order: 1;
    display: flex;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
}
body.scroll-disabled {
  overflow: hidden;
}

main {
  background-color: white;
  font-family: "Photina-Regular";
  color: #582859;
}

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