/* [project]/src/components/Controller/styles.module.css [app-client] (css) */
.styles-module__buapyW__Controller {
  flex-direction: column;
  margin: 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.styles-module__buapyW__Controller-button {
  color: #fff;
  background-color: #151515;
  border: none;
  width: 100px;
  height: 100px;
  margin: 10px;
}

/* [project]/src/components/Contact/styles.module.css [app-client] (css) */
.styles-module__Ab5Hiq__Contact {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  gap: 30px;
  width: 800px;
  padding: 32px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__Ab5Hiq__Contact-top {
  text-align: center;
  margin-bottom: 10px;
}

.styles-module__Ab5Hiq__Contact-top h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.styles-module__Ab5Hiq__Contact-top p {
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.styles-module__Ab5Hiq__Contact-bot {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.styles-module__Ab5Hiq__Contact-bot-group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.styles-module__Ab5Hiq__Contact-bot-group-label {
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.styles-module__Ab5Hiq__Contact-bot-group-input {
  color: #424257;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.styles-module__Ab5Hiq__Contact-bot-group-textarea {
  color: #424257;
  resize: vertical;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  min-height: 120px;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.styles-module__Ab5Hiq__Contact-bot-group-sendbutton {
  cursor: pointer;
  color: #424257;
  background-color: #0000;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  transition: all .4s;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

@media (max-width: 900px) {
  .styles-module__Ab5Hiq__Contact {
    width: 95vw;
  }
}

/* [project]/src/components/Education/styles.module.css [app-client] (css) */
.styles-module__hRm0gW__Education {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  gap: 27px;
  width: 800px;
  padding: 28px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__hRm0gW__Education-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__hRm0gW__Education-nav h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.styles-module__hRm0gW__Education-body {
  flex-flow: column wrap;
  gap: 15px;
  width: 100%;
  margin-top: 15px;
  padding: 0 0 12px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__hRm0gW__Education-nav-button {
  cursor: pointer;
  color: #424257;
  background-color: #0000;
  border: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 165px;
  padding: 8px 12px;
  font-size: 14px;
  transition: all .4s;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__hRm0gW__Education-nav-button:hover {
  color: #fff;
  background-color: #808092;
}

.styles-module__hRm0gW__Education-nav-button:hover svg {
  color: #fff;
}

.styles-module__hRm0gW__Education-nav-button svg {
  color: #424257;
  width: 16px;
  font-size: 14px;
}

.styles-module__hRm0gW__Education-body-item {
  border-radius: 12px;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 14px 0;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__hRm0gW__Education-body-item-right {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.styles-module__hRm0gW__Education-body-item-left img {
  aspect-ratio: 1;
  width: 38px;
}

.styles-module__hRm0gW__Education-body-item-right h4 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.styles-module__hRm0gW__Education-body-item-right p {
  font-optical-sizing: auto;
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.styles-module__hRm0gW__Education-body-item-top, .styles-module__hRm0gW__Education-body-item-bot {
  gap: 24px;
  display: flex;
}

.styles-module__hRm0gW__Education-body-item-top-left img {
  border-radius: 100000000px;
  width: 42px;
}

.styles-module__hRm0gW__Education-body-item-top-left {
  width: 44px;
}

.styles-module__hRm0gW__Education-body-item-top-right {
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  display: flex;
}

.styles-module__hRm0gW__Education-body-item-top-right h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.styles-module__hRm0gW__Education-body-item-top-right p {
  font-optical-sizing: auto;
  color: #8b8ba7;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.styles-module__hRm0gW__Education-body-item-bot-right-text {
  color: #8b8ba7;
  margin: 0;
  font-size: 16px;
  line-height: 1.8em;
}

.styles-module__hRm0gW__Education-body-item-bot-left div {
  opacity: 1;
  background-color: #8b8ba7;
  border-radius: 1px;
  width: 2px;
  height: 2px;
}

.styles-module__hRm0gW__Education-body-item-bot-left {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 44px;
  display: flex;
}

.styles-module__hRm0gW__Education-body-item-bot {
  display: flex;
}

.styles-module__hRm0gW__Education-body-item-bot-right {
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.styles-module__hRm0gW__Education-body-item-top-left-icon {
  background-color: #f9f9fb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.styles-module__hRm0gW__Education-body-item-top-left-icon svg {
  color: #424257;
  width: 16px;
  height: 16px;
}

.styles-module__hRm0gW__Education-body-dot {
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 45px;
  display: flex;
}

.styles-module__hRm0gW__Education-body-dot div {
  opacity: 1;
  background-color: #8b8ba7;
  border-radius: 1px;
  width: 2px;
  height: 2px;
}

.styles-module__hRm0gW__Education-body-dots {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.styles-module__hRm0gW__Education-wrapper {
  flex-direction: column;
  display: flex;
}

@media (max-width: 900px) {
  .styles-module__hRm0gW__Education {
    width: 95vw;
    padding: 40px;
  }
}

/* [project]/src/components/ExpandedNav/styles.module.css [app-client] (css) */
.styles-module__GT0d6q__ExpandedNav {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  gap: 50px;
  width: 800px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__GT0d6q__ExpandedNav-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 3px;
  width: 100%;
  display: flex;
}

.styles-module__GT0d6q__ExpandedNav-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles-module__GT0d6q__ExpandedNav-left div {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 212px;
  height: 212px;
  margin-top: 10px;
}

.styles-module__GT0d6q__ExpandedNav-label {
  color: #08782f;
  background-color: #cffcdf;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  padding: 8px 12px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.styles-module__GT0d6q__ExpandedNav-label div {
  aspect-ratio: 1;
  background-color: #08782f;
  border-radius: 100%;
  width: 6px;
}

.styles-module__GT0d6q__ExpandedNav-title {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.styles-module__GT0d6q__ExpandedNav-description {
  color: #8b8ba7;
  max-width: 380px;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.styles-module__GT0d6q__ExpandedNav-footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__GT0d6q__ExpandedNav-footer-location {
  gap: 5px;
  display: flex;
}

.styles-module__GT0d6q__ExpandedNav-footer-location svg {
  color: #8b8ba7;
  width: 16px;
}

.styles-module__GT0d6q__ExpandedNav-footer-location p {
  color: #8b8ba7;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: flex;
}

.styles-module__GT0d6q__ExpandedNav-footer-more {
  cursor: pointer;
  color: #424257;
  background-color: #0000;
  border: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 165px;
  padding: 8px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__GT0d6q__ExpandedNav-footer-more:hover {
  color: #fff;
  background-color: #808092;
}

.styles-module__GT0d6q__ExpandedNav-footer-more:hover svg {
  color: #fff;
}

.styles-module__GT0d6q__ExpandedNav-footer-more svg {
  color: #424257;
  width: 16px;
  font-size: 14px;
}

.styles-module__GT0d6q__ExpandedNav-top {
  gap: 27px;
  width: 100%;
  display: flex;
}

.styles-module__GT0d6q__ExpandedNav-bot {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__GT0d6q__ExpandedNav-bot p {
  color: #8b8ba7;
  max-width: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

@media (max-width: 900px) {
  .styles-module__GT0d6q__ExpandedNav {
    width: 95vw;
    padding: 40px;
  }

  .styles-module__GT0d6q__ExpandedNav-top {
    flex-direction: column;
  }

  .styles-module__GT0d6q__ExpandedNav-footer {
    flex-direction: column;
    margin-top: 20px;
    align-items: flex-start !important;
  }

  .styles-module__GT0d6q__ExpandedNav-footer-more {
    margin-top: 20px;
    width: 90% !important;
  }

  .styles-module__GT0d6q__ExpandedNav-bot p {
    padding: 10px;
  }

  .styles-module__GT0d6q__ExpandedNav-left div {
    width: 252px !important;
    height: 252px !important;
  }
}

/* [project]/src/components/Experience/styles.module.css [app-client] (css) */
.styles-module__quMSCG__Experience {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  gap: 27px;
  width: 800px;
  padding: 28px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__quMSCG__Experience-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__quMSCG__Experience-nav h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.styles-module__quMSCG__Experience-body {
  flex-flow: column wrap;
  gap: 15px;
  width: 100%;
  margin-top: 15px;
  padding: 0 0 12px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__quMSCG__Experience-nav-button {
  cursor: pointer;
  color: #424257;
  background-color: #0000;
  border: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 165px;
  padding: 8px 12px;
  font-size: 14px;
  transition: all .4s;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__quMSCG__Experience-nav-button:hover {
  color: #fff;
  background-color: #808092;
}

.styles-module__quMSCG__Experience-nav-button:hover svg {
  color: #fff;
}

.styles-module__quMSCG__Experience-nav-button svg {
  color: #424257;
  width: 16px;
  font-size: 14px;
}

.styles-module__quMSCG__Experience-body-item {
  border-radius: 12px;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 14px 0;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__quMSCG__Experience-body-item-right {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.styles-module__quMSCG__Experience-body-item-left img {
  aspect-ratio: 1;
  width: 38px;
}

.styles-module__quMSCG__Experience-body-item-right h4 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.styles-module__quMSCG__Experience-body-item-right p {
  font-optical-sizing: auto;
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.styles-module__quMSCG__Experience-body-item-top, .styles-module__quMSCG__Experience-body-item-bot {
  gap: 24px;
  display: flex;
}

.styles-module__quMSCG__Experience-body-item-top-left img {
  border-radius: 100000000px;
  width: 42px;
}

.styles-module__quMSCG__Experience-body-item-top-left {
  width: 44px;
}

.styles-module__quMSCG__Experience-body-item-top-right {
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  display: flex;
}

.styles-module__quMSCG__Experience-body-item-top-right h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.styles-module__quMSCG__Experience-body-item-top-right p {
  font-optical-sizing: auto;
  color: #8b8ba7;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.styles-module__quMSCG__Experience-body-item-bot-right-text {
  color: #8b8ba7;
  margin: 0;
  font-size: 16px;
  line-height: 1.8em;
}

.styles-module__quMSCG__Experience-body-item-bot-left div {
  opacity: 1;
  background-color: #8b8ba7;
  border-radius: 1px;
  width: 2px;
  height: 2px;
}

.styles-module__quMSCG__Experience-body-item-bot-left {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 44px;
  display: flex;
}

.styles-module__quMSCG__Experience-body-item-bot {
  display: flex;
}

.styles-module__quMSCG__Experience-body-item-bot-right {
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.styles-module__quMSCG__Experience-body-item-top-left-icon {
  background-color: #f9f9fb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.styles-module__quMSCG__Experience-body-item-top-left-icon svg {
  color: #424257;
  width: 16px;
  height: 16px;
}

.styles-module__quMSCG__Experience-body-dot {
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 45px;
  display: flex;
}

.styles-module__quMSCG__Experience-body-dot div {
  opacity: 1;
  background-color: #8b8ba7;
  border-radius: 1px;
  width: 2px;
  height: 2px;
}

.styles-module__quMSCG__Experience-body-dots {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

@media (max-width: 900px) {
  .styles-module__quMSCG__Experience {
    width: 95vw;
  }
}

/* [project]/src/components/MinimalisticStack/styles.module.css [app-client] (css) */
.styles-module__cDyHRW__MinimalisticStack {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  gap: 27px;
  width: 800px;
  padding: 28px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__cDyHRW__MinimalisticStack-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__cDyHRW__MinimalisticStack-nav h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.styles-module__cDyHRW__MinimalisticStack-body {
  flex-wrap: wrap;
  gap: 27px;
  width: 100%;
  margin-top: 15px;
  padding: 0 0 12px;
  display: flex;
}

.styles-module__cDyHRW__MinimalisticStack-body p {
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.styles-module__cDyHRW__MinimalisticStack-nav-button {
  cursor: pointer;
  color: #424257;
  background-color: #0000;
  border: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 165px;
  padding: 8px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__cDyHRW__MinimalisticStack-nav-button:hover {
  color: #fff;
  background-color: #808092;
}

.styles-module__cDyHRW__MinimalisticStack-nav-button:hover svg {
  color: #fff;
}

.styles-module__cDyHRW__MinimalisticStack-nav-button svg {
  color: #424257;
  width: 16px;
  font-size: 14px;
}

.styles-module__cDyHRW__MinimalisticStack-body-item {
  cursor: default;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  width: 220px;
  height: 61px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__cDyHRW__MinimalisticStack-body-item-right {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.styles-module__cDyHRW__MinimalisticStack-body-item-left img {
  aspect-ratio: 1;
  width: 38px;
}

.styles-module__cDyHRW__MinimalisticStack-body-item-right h4 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.styles-module__cDyHRW__MinimalisticStack-body-item-right p {
  font-optical-sizing: auto;
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .styles-module__cDyHRW__MinimalisticStack {
    width: 95vw;
  }
}

/* [project]/src/components/Nav/styles.module.css [app-client] (css) */
.styles-module__RA-9Lq__Nav {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  gap: 27px;
  width: 800px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__RA-9Lq__Nav-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 3px;
  width: 100%;
  display: flex;
}

.styles-module__RA-9Lq__Nav-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles-module__RA-9Lq__Nav-left div {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 212px;
  height: 212px;
  margin-top: 10px;
}

.styles-module__RA-9Lq__Nav-label {
  color: #08782f;
  background-color: #cffcdf;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  padding: 8px 12px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.styles-module__RA-9Lq__Nav-label div {
  aspect-ratio: 1;
  background-color: #08782f;
  border-radius: 100%;
  width: 6px;
}

.styles-module__RA-9Lq__Nav-title {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.styles-module__RA-9Lq__Nav-description {
  color: #8b8ba7;
  max-width: 380px;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.styles-module__RA-9Lq__Nav-footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__RA-9Lq__Nav-footer-location {
  gap: 5px;
  display: flex;
}

.styles-module__RA-9Lq__Nav-footer-location svg {
  color: #8b8ba7;
  width: 16px;
}

.styles-module__RA-9Lq__Nav-footer-location p {
  color: #8b8ba7;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: flex;
}

.styles-module__RA-9Lq__Nav-footer-more {
  cursor: pointer;
  color: #424257;
  background-color: #0000;
  border: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 165px;
  padding: 8px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__RA-9Lq__Nav-footer-more:hover {
  color: #fff;
  background-color: #808092;
}

.styles-module__RA-9Lq__Nav-footer-more:hover svg {
  color: #fff;
}

.styles-module__RA-9Lq__Nav-footer-more svg {
  color: #424257;
  width: 16px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .styles-module__RA-9Lq__Nav {
    flex-direction: column;
    width: 95vw;
    padding: 40px;
  }

  .styles-module__RA-9Lq__Nav-left div {
    width: 252px !important;
    height: 252px !important;
  }

  .styles-module__RA-9Lq__Nav-footer {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .styles-module__RA-9Lq__Nav-footer-more {
    margin-top: 20px;
    width: 100% !important;
  }
}

/* [project]/src/components/ProductAbout/styles.module.css [app-client] (css) */
.styles-module__WN126W__ProductAbout-nav-title {
  color: #fff;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.styles-module__WN126W__ProductAbout-nav-subtitle {
  color: #1ed760;
  text-align: center;
  width: 400px;
  margin: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.styles-module__WN126W__ProductAbout-nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles-module__WN126W__ProductAbout-description {
  color: #707070;
  text-align: center;
  width: 700px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}

.styles-module__WN126W__ProductAbout-button {
  color: #000;
  cursor: pointer;
  background-color: #1ed760;
  border: none;
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 50px;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: .5px 2px 40px #1daf5080;
}

.styles-module__WN126W__ProductAbout-button:hover {
  background-color: #1eb453;
}

.styles-module__WN126W__ProductAbout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 900px) {
  .styles-module__WN126W__ProductAbout-nav-title {
    text-align: center;
    max-width: 90vw;
    font-size: 35px;
  }

  .styles-module__WN126W__ProductAbout-description {
    max-width: 90vw;
    font-size: 20px;
  }
}

/* [project]/src/components/ProductBullet/styles.module.css [app-client] (css) */
.styles-module__n1OLMa__ProductBullet-nav-title {
  color: #fff;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.styles-module__n1OLMa__ProductBullet-nav-subtitle {
  color: #1ed760;
  text-align: center;
  width: 400px;
  margin: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.styles-module__n1OLMa__ProductBullet-nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles-module__n1OLMa__ProductBullet-description {
  color: #707070;
  text-align: center;
  width: 700px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}

.styles-module__n1OLMa__ProductBullet-button {
  color: #000;
  cursor: pointer;
  background-color: #1ed760;
  border: none;
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 50px;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: .5px 2px 40px #1daf5080;
}

.styles-module__n1OLMa__ProductBullet-button:hover {
  background-color: #1eb453;
}

.styles-module__n1OLMa__ProductBullet {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles-module__n1OLMa__ProductBullet-description span {
  color: #fff;
}

.styles-module__n1OLMa__ProductBullet-BulletPoint {
  align-items: center;
  gap: 15px;
  width: 220px;
  display: flex;
}

.styles-module__n1OLMa__ProductBullet-BulletPoint-text {
  color: #fff;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}

.styles-module__n1OLMa__ProductBullet-BulletPoint-icon {
  color: #000;
  background-color: #1ed760;
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: .5px 2px 20px #1daf5080;
}

.styles-module__n1OLMa__ProductBullet-body {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  width: 750px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

@media (max-width: 900px) {
  .styles-module__n1OLMa__ProductBullet-nav-title {
    text-align: center;
    max-width: 90vw;
    font-size: 35px;
  }

  .styles-module__n1OLMa__ProductBullet-BulletPoint-icon {
    width: 25px !important;
    height: 25px !important;
  }

  .styles-module__n1OLMa__ProductBullet-BulletPoint-icon svg {
    width: 15px !important;
    height: 15px !important;
  }

  .styles-module__n1OLMa__ProductBullet-BulletPoint-text {
    font-size: 17px !important;
  }

  .styles-module__n1OLMa__ProductBullet-BulletPoint {
    width: 150px;
  }

  .styles-module__n1OLMa__ProductBullet-body {
    width: 90vw !important;
  }
}

/* [project]/src/components/ProductFooter/styles.module.css [app-client] (css) */
.styles-module__4iisYG__ProductFooter-title {
  color: #fff;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.styles-module__4iisYG__ProductFooter-button {
  color: #000;
  cursor: pointer;
  background-color: #1ed760;
  border: none;
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 50px;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: .5px 2px 40px #1daf5080;
}

.styles-module__4iisYG__ProductFooter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 900px) {
  .styles-module__4iisYG__ProductFooter-title {
    text-align: center;
    max-width: 90vw;
    font-size: 35px;
  }
}

/* [project]/src/components/ProductHero/styles.module.css [app-client] (css) */
.styles-module__Ke7i1a__ProductHero {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.styles-module__Ke7i1a__ProductHero-subtitle {
  color: #707070;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.styles-module__Ke7i1a__ProductHero-subtitle span {
  color: #1ed760;
}

.styles-module__Ke7i1a__ProductHero-title span {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.styles-module__Ke7i1a__ProductHero-title_top {
  color: #fff;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.styles-module__Ke7i1a__ProductHero-title_bot img {
  border-radius: 100000px;
  width: 45px;
}

.styles-module__Ke7i1a__ProductHero-title_bot p {
  color: #fff;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.styles-module__Ke7i1a__ProductHero-title_bot {
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
}

.styles-module__Ke7i1a__ProductHero-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles-module__Ke7i1a__ProductHero-description {
  color: #707070;
  text-align: center;
  width: 400px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.styles-module__Ke7i1a__ProductHero-description span {
  color: #1ed760;
}

.styles-module__Ke7i1a__ProductHero-button {
  color: #000;
  cursor: pointer;
  background-color: #1ed760;
  border: none;
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: .5px 2px 40px #1daf5080;
}

.styles-module__Ke7i1a__ProductHero-button:hover {
  background-color: #1eb453;
}

.styles-module__Ke7i1a__ProductHero-title_bot-svg {
  background-image: url("https://cdn.jim-nielsen.com/watchos/512/spotify-discover-new-music-2021-06-14.png?rf=1024");
  background-position: center;
  background-size: cover;
  border-radius: 1000000px;
  width: 45px;
  height: 45px;
  box-shadow: 0 7px 12px #1eb453;
}

@media (max-width: 900px) {
  .styles-module__Ke7i1a__ProductHero-title span, .styles-module__Ke7i1a__ProductHero-title_top, .styles-module__Ke7i1a__ProductHero-title_bot p {
    font-size: 32px !important;
  }

  .styles-module__Ke7i1a__ProductHero-title_bot-svg {
    width: 35px !important;
    height: 35px !important;
  }

  .styles-module__Ke7i1a__ProductHero-description {
    width: 90vw !important;
    font-size: 20px !important;
  }

  .styles-module__Ke7i1a__ProductHero-button {
    width: 90vw !important;
  }
}

/* [project]/src/components/ProductRefer/styles.module.css [app-client] (css) */
.styles-module__-AMJWG__ProductRefer-nav-title {
  color: #fff;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.styles-module__-AMJWG__ProductRefer-nav-subtitle {
  color: #1ed760;
  text-align: center;
  width: 400px;
  margin: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.styles-module__-AMJWG__ProductRefer-nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles-module__-AMJWG__ProductRefer-description {
  color: #707070;
  text-align: center;
  width: 700px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.styles-module__-AMJWG__ProductRefer-button {
  color: #000;
  cursor: pointer;
  background-color: #1ed760;
  border: none;
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 50px;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: .5px 2px 40px #1daf5080;
}

.styles-module__-AMJWG__ProductRefer-button:hover {
  background-color: #1eb453;
}

.styles-module__-AMJWG__ProductRefer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 900px) {
  .styles-module__-AMJWG__ProductRefer-nav-title {
    text-align: center;
    max-width: 90vw;
    font-size: 35px;
  }

  .styles-module__-AMJWG__ProductRefer-description {
    max-width: 90vw;
    font-size: 20px;
  }
}

/* [project]/src/components/Projects/styles.module.css [app-client] (css) */
.styles-module__21r6ua__Project {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  gap: 27px;
  width: 800px;
  padding: 28px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__21r6ua__Project-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__21r6ua__Project-nav h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.styles-module__21r6ua__Project-body {
  flex-wrap: wrap;
  gap: 27px;
  width: 100%;
  margin-top: 15px;
  padding: 0 0 12px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__21r6ua__Project-nav-button {
  cursor: pointer;
  color: #424257;
  background-color: #0000;
  border: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 165px;
  padding: 8px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__21r6ua__Project-nav-button:hover {
  color: #fff;
  background-color: #808092;
}

.styles-module__21r6ua__Project-nav-button:hover svg {
  color: #fff;
}

.styles-module__21r6ua__Project-nav-button svg {
  color: #424257;
  width: 16px;
  font-size: 14px;
}

.styles-module__21r6ua__Project-body-item {
  border-radius: 12px;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 5px 8px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__21r6ua__Project-body-item-right {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.styles-module__21r6ua__Project-body-item-left img {
  aspect-ratio: 1;
  width: 38px;
}

.styles-module__21r6ua__Project-body-item-right h4 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.styles-module__21r6ua__Project-body-item-right p {
  font-optical-sizing: auto;
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.styles-module__21r6ua__Project-body-item-top, .styles-module__21r6ua__Project-body-item-bot {
  gap: 24px;
  display: flex;
}

.styles-module__21r6ua__Project-body-item-top-left img {
  border-radius: 100000000px;
  width: 42px;
}

.styles-module__21r6ua__Project-body-item-top-left {
  width: 44px;
}

.styles-module__21r6ua__Project-body-item-top-right h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.styles-module__21r6ua__Project-body-item-top-right p {
  font-optical-sizing: auto;
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.styles-module__21r6ua__Project-body-item-bot-left div {
  opacity: 1;
  background-color: #8b8ba7;
  border-radius: 1px;
  width: 2px;
  height: 2px;
}

.styles-module__21r6ua__Project-body-item-bot-left {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 44px;
  display: flex;
}

.styles-module__21r6ua__Project-body-item-bot {
  display: flex;
}

.styles-module__21r6ua__Project-body-item-bot-right {
  color: #8b8ba7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.styles-module__21r6ua__Project-body-item-bot-right-text {
  color: #8b8ba7;
  margin: 0;
  font-size: 16px;
  line-height: 1.8em;
}

.styles-module__21r6ua__Project-body-item-top-right {
  flex-direction: column;
  align-items: center;
  gap: 2px;
  display: flex;
}

@media (max-width: 900px) {
  .styles-module__21r6ua__Project {
    width: 95vw;
  }
}

/* [project]/src/components/Spotify/styles.module.css [app-client] (css) */
.styles-module__yWLCea__Spotify {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  gap: 27px;
  width: 800px;
  padding: 28px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__yWLCea__Spotify-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__yWLCea__Spotify-body-right {
  width: 100%;
}

.styles-module__yWLCea__Spotify-nav h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.styles-module__yWLCea__Spotify-body {
  gap: 30px;
  width: 100%;
  padding: 0 0 12px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__yWLCea__Spotify-body-img {
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 130px;
}

.styles-module__yWLCea__Spotify-body-right {
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  display: flex;
}

.styles-module__yWLCea__Spotify-body-right h3 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.styles-module__yWLCea__Spotify-body-right p {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.styles-module__yWLCea__Spotify-body-right-bar {
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 375px;
  display: flex;
}

.styles-module__yWLCea__Spotify-body-right-bar div {
  background-color: #e5e5e5;
  border-radius: 100000px;
  width: 100%;
  height: 5px;
  overflow: hidden;
}

.styles-module__yWLCea__Spotify-body-right-bar div div {
  background-color: #424257;
  height: 100%;
}

.styles-module__yWLCea__Spotify-body-right-bar p {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.styles-module__yWLCea__Spotify-nav-button {
  cursor: pointer;
  color: #424257;
  background-color: #0000;
  border: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 165px;
  padding: 8px 12px;
  font-size: 14px;
  transition: all .4s;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__yWLCea__Spotify-nav-button:hover {
  color: #fff;
  background-color: #808092;
}

.styles-module__yWLCea__Spotify-nav-button:hover svg {
  color: #fff;
}

.styles-module__yWLCea__Spotify-nav-button svg {
  color: #424257;
  width: 16px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .styles-module__yWLCea__Spotify {
    flex-direction: column;
    width: 95vw;
    padding: 40px;
  }

  .styles-module__yWLCea__Spotify-body {
    flex-direction: column;
  }
}

/* [project]/src/components/Stack/styles.module.css [app-client] (css) */
.styles-module__gg_VMa__Stack {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  gap: 27px;
  width: 800px;
  padding: 28px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__gg_VMa__Stack-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__gg_VMa__Stack-nav h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.styles-module__gg_VMa__Stack-body {
  flex-wrap: wrap;
  gap: 27px;
  width: 100%;
  margin-top: 15px;
  padding: 0 0 12px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__gg_VMa__Stack-nav-button {
  cursor: pointer;
  color: #424257;
  background-color: #0000;
  border: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 165px;
  padding: 8px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__gg_VMa__Stack-nav-button:hover {
  color: #fff;
  background-color: #808092;
}

.styles-module__gg_VMa__Stack-nav-button:hover svg {
  color: #fff;
}

.styles-module__gg_VMa__Stack-nav-button svg {
  color: #424257;
  width: 16px;
  font-size: 14px;
}

.styles-module__gg_VMa__Stack-body-item {
  cursor: default;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  width: 220px;
  height: 61px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__gg_VMa__Stack-body-item-right {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.styles-module__gg_VMa__Stack-body-item-left img {
  aspect-ratio: 1;
  width: 38px;
}

.styles-module__gg_VMa__Stack-body-item-right h4 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.styles-module__gg_VMa__Stack-body-item-right p {
  font-optical-sizing: auto;
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .styles-module__gg_VMa__Stack {
    width: 95vw;
  }

  .styles-module__gg_VMa__Stack-body-item {
    width: 100% !important;
  }
}

/* [project]/src/components/Testimonials/styles.module.css [app-client] (css) */
.styles-module__nOCi-a__Testimonials {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  gap: 27px;
  width: 800px;
  padding: 28px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

@media (max-width: 900px) {
  .styles-module__nOCi-a__Testimonials {
    width: 95vw;
  }
}

.styles-module__nOCi-a__Testimonials-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__nOCi-a__Testimonials-nav h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.styles-module__nOCi-a__Testimonials-body {
  flex-wrap: wrap;
  gap: 27px;
  width: 100%;
  margin-top: 15px;
  padding: 0 0 12px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__nOCi-a__Testimonials-nav-button {
  cursor: pointer;
  color: #424257;
  background-color: #0000;
  border: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 165px;
  padding: 8px 12px;
  font-size: 14px;
  transition: all .4s;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__nOCi-a__Testimonials-nav-button:hover {
  color: #fff;
  background-color: #808092;
}

.styles-module__nOCi-a__Testimonials-nav-button:hover svg {
  color: #fff;
}

.styles-module__nOCi-a__Testimonials-nav-button svg {
  color: #424257;
  width: 16px;
  font-size: 14px;
}

.styles-module__nOCi-a__Testimonials-body-item {
  border-radius: 12px;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 5px 8px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__nOCi-a__Testimonials-body-item-right {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.styles-module__nOCi-a__Testimonials-body-item-left img {
  aspect-ratio: 1;
  width: 38px;
}

.styles-module__nOCi-a__Testimonials-body-item-right h4 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.styles-module__nOCi-a__Testimonials-body-item-right p {
  font-optical-sizing: auto;
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.styles-module__nOCi-a__Testimonials-body-item-top, .styles-module__nOCi-a__Testimonials-body-item-bot {
  gap: 24px;
  display: flex;
}

.styles-module__nOCi-a__Testimonials-body-item-top-left img {
  border-radius: 100000000px;
  width: 42px;
}

.styles-module__nOCi-a__Testimonials-body-item-top-left {
  width: 44px;
}

.styles-module__nOCi-a__Testimonials-body-item-top-right {
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  display: flex;
}

.styles-module__nOCi-a__Testimonials-body-item-top-right h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.styles-module__nOCi-a__Testimonials-body-item-top-right p {
  font-optical-sizing: auto;
  color: #8b8ba7;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.styles-module__nOCi-a__Testimonials-body-item-bot-right-text {
  color: #8b8ba7;
  margin: 0;
  font-size: 16px;
  line-height: 1.8em;
}

.styles-module__nOCi-a__Testimonials-body-item-bot-left div {
  opacity: 1;
  background-color: #8b8ba7;
  border-radius: 1px;
  width: 2px;
  height: 2px;
}

.styles-module__nOCi-a__Testimonials-body-item-bot-left {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 44px;
  display: flex;
}

.styles-module__nOCi-a__Testimonials-body-item-bot {
  display: flex;
}

.styles-module__nOCi-a__Testimonials-body-item-bot-right {
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

/* [project]/src/app/stack/styles.module.css [app-client] (css) */
.styles-module__8FXZiW__Page-Page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100vw;
  height: 100%;
  padding: 24px 24px 63px;
  display: flex;
}

.styles-module__8FXZiW__Page {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  gap: 27px;
  width: 800px;
  padding: 28px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__8FXZiW__Page-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__8FXZiW__Page-nav h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.styles-module__8FXZiW__Page-body {
  flex-wrap: wrap;
  gap: 27px;
  width: 100%;
  margin-top: 15px;
  padding: 0 0 12px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__8FXZiW__Page-nav-button {
  cursor: pointer;
  color: #424257;
  background-color: #0000;
  border: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 165px;
  padding: 8px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__8FXZiW__Page-nav-button:hover {
  color: #fff;
  background-color: #808092;
}

.styles-module__8FXZiW__Page-nav-button:hover svg {
  color: #fff;
}

.styles-module__8FXZiW__Page-nav-button svg {
  color: #424257;
  width: 16px;
  font-size: 14px;
}

.styles-module__8FXZiW__Page-body-item {
  border-radius: 12px;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 5px 8px;
  display: flex;
  box-shadow: 0 .602187px .602187px -1.25px #2f2f6a12, 0 2.28853px 2.28853px -2.5px #2f2f6a10, 0 10px 10px -3.75px #2f2f6a06;
}

.styles-module__8FXZiW__Page-body-item-right {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.styles-module__8FXZiW__Page-body-item-left img {
  aspect-ratio: 1;
  width: 38px;
}

.styles-module__8FXZiW__Page-body-item-right h4 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.styles-module__8FXZiW__Page-body-item-right p {
  font-optical-sizing: auto;
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.styles-module__8FXZiW__Page-body-item-top, .styles-module__8FXZiW__Page-body-item-bot {
  gap: 24px;
  display: flex;
}

.styles-module__8FXZiW__Page-body-item-top-left img {
  border-radius: 100000000px;
  width: 42px;
}

.styles-module__8FXZiW__Page-body-item-top-left {
  width: 44px;
}

.styles-module__8FXZiW__Page-body-item-top-right h2 {
  font-optical-sizing: auto;
  color: #424257;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.styles-module__8FXZiW__Page-body-item-top-right p {
  font-optical-sizing: auto;
  color: #8b8ba7;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.styles-module__8FXZiW__Page-body-item-bot-left div {
  opacity: 1;
  background-color: #8b8ba7;
  border-radius: 1px;
  width: 2px;
  height: 2px;
}

.styles-module__8FXZiW__Page-body-item-bot-left {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 44px;
  display: flex;
}

.styles-module__8FXZiW__Page-body-item-bot {
  display: flex;
}

.styles-module__8FXZiW__Page-body-item-bot-right {
  color: #8b8ba7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.styles-module__8FXZiW__Page-body-item-bot-right-text {
  color: #8b8ba7;
  margin: 0;
  font-size: 16px;
  line-height: 1.8em;
}

.styles-module__8FXZiW__Page-body-item-top-right {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

@media (max-width: 900px) {
  .styles-module__8FXZiW__Page {
    width: 95vw !important;
  }

  .styles-module__8FXZiW__Page-Page {
    justify-content: normal;
    align-items: normal;
    padding: 10px;
    display: flex;
  }
}

/*# sourceMappingURL=src_45d05231._.css.map*/