/* [project]/application/src/app/website/src/styles/about.module.scss.module.css [app-client] (css) */
.about-module-scss-module__HwkwLG__aboutBannerWrapper {
  background: #fdf8f3;
  padding: 120px 100px 80px;
}

@media screen and (max-width: 1440px) {
  .about-module-scss-module__HwkwLG__aboutBannerWrapper {
    padding: 100px 40px 64px;
  }
}

@media screen and (max-width: 1279px) {
  .about-module-scss-module__HwkwLG__aboutBannerWrapper {
    padding: 100px 16px 48px;
  }
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__aboutBannerWrapper {
    padding: 100px 8px 40px;
  }
}

.about-module-scss-module__HwkwLG__aboutBannerContainer {
  flex-direction: column;
  gap: 48px;
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__aboutBannerContainer {
    gap: 32px;
  }
}

.about-module-scss-module__HwkwLG__aboutHeroContent {
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
  display: flex;
}

.about-module-scss-module__HwkwLG__aboutHeroDescription {
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__aboutHeroDescription {
    font-size: 16px;
  }
}

.about-module-scss-module__HwkwLG__missionSection {
  background: #f5ede5;
  padding: 80px 100px;
}

@media screen and (max-width: 1440px) {
  .about-module-scss-module__HwkwLG__missionSection {
    padding: 64px 40px;
  }
}

@media screen and (max-width: 1279px) {
  .about-module-scss-module__HwkwLG__missionSection {
    padding: 48px 16px;
  }
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__missionSection {
    padding: 40px 8px;
  }
}

.about-module-scss-module__HwkwLG__missionContainer {
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .about-module-scss-module__HwkwLG__missionContainer {
    gap: 48px;
  }
}

@media screen and (max-width: 845px) {
  .about-module-scss-module__HwkwLG__missionContainer {
    flex-direction: column;
    gap: 40px;
  }
}

.about-module-scss-module__HwkwLG__missionContent {
  flex-direction: column;
  flex: 1;
  gap: 24px;
  display: flex;
}

.about-module-scss-module__HwkwLG__missionTitle {
  margin-bottom: 8px;
}

.about-module-scss-module__HwkwLG__missionText {
  color: #000c;
  font-size: 18px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__missionText {
    font-size: 16px;
  }
}

.about-module-scss-module__HwkwLG__missionHighlight {
  flex: .8;
  align-items: stretch;
  gap: 24px;
  max-width: 400px;
  display: flex;
}

.about-module-scss-module__HwkwLG__missionHighlight:before {
  content: "";
  background: #000;
  border-radius: 2px;
  flex-shrink: 0;
  width: 4px;
  min-width: 4px;
}

@media screen and (max-width: 845px) {
  .about-module-scss-module__HwkwLG__missionHighlight {
    gap: 20px;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__missionHighlight {
    gap: 16px;
  }
}

.about-module-scss-module__HwkwLG__missionHighlightText {
  flex: 1;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 1279px) {
  .about-module-scss-module__HwkwLG__missionHighlightText {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__missionHighlightText {
    font-size: 18px;
  }
}

.about-module-scss-module__HwkwLG__valuesSection {
  background: #fdf8f3;
  padding: 80px 100px;
}

@media screen and (max-width: 1440px) {
  .about-module-scss-module__HwkwLG__valuesSection {
    padding: 64px 40px;
  }
}

@media screen and (max-width: 1279px) {
  .about-module-scss-module__HwkwLG__valuesSection {
    padding: 48px 16px;
  }
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__valuesSection {
    padding: 40px 8px;
  }
}

.about-module-scss-module__HwkwLG__valuesContainer {
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
}

.about-module-scss-module__HwkwLG__valuesTitle {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__valuesTitle {
    margin-bottom: 32px;
  }
}

.about-module-scss-module__HwkwLG__valuesGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  display: grid;
}

@media screen and (max-width: 1279px) {
  .about-module-scss-module__HwkwLG__valuesGrid {
    gap: 24px;
  }
}

@media screen and (max-width: 845px) {
  .about-module-scss-module__HwkwLG__valuesGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__valuesGrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.about-module-scss-module__HwkwLG__valueCard {
  background: #00000005;
  border-radius: 8px;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__valueCard {
    padding: 24px;
  }
}

.about-module-scss-module__HwkwLG__valueIcon {
  background: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.about-module-scss-module__HwkwLG__valueIcon svg {
  width: 24px;
  height: 24px;
}

.about-module-scss-module__HwkwLG__valueTitle {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__valueTitle {
    font-size: 18px;
  }
}

.about-module-scss-module__HwkwLG__valueDescription {
  color: #000000b3;
  font-size: 16px;
  line-height: 1.6;
}

.about-module-scss-module__HwkwLG__foundingTeamWrapper {
  padding: 96px 100px 128px;
}

@media screen and (max-width: 1279px) {
  .about-module-scss-module__HwkwLG__foundingTeamWrapper {
    padding: 96px 40px 128px;
  }
}

@media screen and (max-width: 845px) {
  .about-module-scss-module__HwkwLG__foundingTeamWrapper {
    padding: 80px 8px 128px;
  }
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__foundingTeamWrapper {
    padding: 32px 8px;
  }
}

.about-module-scss-module__HwkwLG__foundingTeamContainer {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 54px;
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 845px) {
  .about-module-scss-module__HwkwLG__foundingTeamContainer {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__foundingTeamContainer {
    gap: 32px;
  }
}

.about-module-scss-module__HwkwLG__foundingTeamHeader {
  width: 100%;
  max-width: 537px;
  display: flex;
}

@media screen and (max-width: 1440px) {
  .about-module-scss-module__HwkwLG__foundingTeamHeader {
    max-width: 420px;
  }
}

@media screen and (max-width: 1279px) {
  .about-module-scss-module__HwkwLG__foundingTeamHeader {
    max-width: 400px;
  }
}

@media screen and (max-width: 845px) {
  .about-module-scss-module__HwkwLG__foundingTeamHeader {
    max-width: 100%;
  }
}

.about-module-scss-module__HwkwLG__foundingTeamGrid {
  flex: 1;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px;
  display: grid;
}

@media screen and (max-width: 1440px) {
  .about-module-scss-module__HwkwLG__foundingTeamGrid {
    gap: 48px;
  }
}

@media screen and (max-width: 1279px) {
  .about-module-scss-module__HwkwLG__foundingTeamGrid {
    gap: 40px;
  }
}

@media screen and (max-width: 845px) {
  .about-module-scss-module__HwkwLG__foundingTeamGrid {
    gap: 24px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__foundingTeamGrid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-bottom: 60px;
  }
}

.about-module-scss-module__HwkwLG__teamMemberCard {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__teamMemberCard {
    gap: 24px;
  }
}

.about-module-scss-module__HwkwLG__teamMemberImage {
  aspect-ratio: .77;
  mix-blend-mode: multiply;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 845px) {
  .about-module-scss-module__HwkwLG__teamMemberImage {
    aspect-ratio: 1.045;
    background-position: top;
  }
}

.about-module-scss-module__HwkwLG__teamMemberInfo {
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 8px;
  display: flex;
}

@media screen and (max-width: 845px) {
  .about-module-scss-module__HwkwLG__teamMemberInfo {
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__teamMemberInfo {
    flex-direction: row;
    gap: 16px;
    margin-bottom: 0;
  }
}

.about-module-scss-module__HwkwLG__teamMemberTexts {
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  display: flex;
}

.about-module-scss-module__HwkwLG__foundingTeamCTA {
  justify-content: flex-end;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

@media screen and (max-width: 845px) {
  .about-module-scss-module__HwkwLG__foundingTeamCTA {
    justify-content: center;
  }
}

.about-module-scss-module__HwkwLG__hiringSection {
  background: #f5ede5;
  padding: 80px 100px;
}

@media screen and (max-width: 1440px) {
  .about-module-scss-module__HwkwLG__hiringSection {
    padding: 64px 40px;
  }
}

@media screen and (max-width: 1279px) {
  .about-module-scss-module__HwkwLG__hiringSection {
    padding: 48px 16px;
  }
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__hiringSection {
    padding: 40px 8px;
  }
}

.about-module-scss-module__HwkwLG__hiringContainer {
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .about-module-scss-module__HwkwLG__hiringContainer {
    gap: 48px;
  }
}

@media screen and (max-width: 845px) {
  .about-module-scss-module__HwkwLG__hiringContainer {
    flex-direction: column;
    gap: 40px;
  }
}

.about-module-scss-module__HwkwLG__hiringContent {
  flex-direction: column;
  flex: 1;
  gap: 24px;
  display: flex;
}

.about-module-scss-module__HwkwLG__hiringTitle {
  margin-bottom: 8px;
}

.about-module-scss-module__HwkwLG__hiringInfo {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.about-module-scss-module__HwkwLG__hiringText {
  color: #000c;
  font-size: 18px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__hiringText {
    font-size: 16px;
  }
}

.about-module-scss-module__HwkwLG__hiringRoles {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.about-module-scss-module__HwkwLG__hiringRolesLabel {
  font-size: 16px;
  font-weight: 500;
}

.about-module-scss-module__HwkwLG__rolesTags {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.about-module-scss-module__HwkwLG__roleTag {
  color: #000000d9;
  background: #0000000f;
  border-radius: 24px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: background .2s;
  display: inline-flex;
}

.about-module-scss-module__HwkwLG__roleTag:hover {
  background: #0000001a;
}

.about-module-scss-module__HwkwLG__hiringCTA {
  background: #000;
  border-radius: 12px;
  flex-direction: column;
  gap: 16px;
  min-width: 280px;
  max-width: 320px;
  padding: 32px;
  display: flex;
}

@media screen and (max-width: 845px) {
  .about-module-scss-module__HwkwLG__hiringCTA {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__hiringCTA {
    padding: 24px;
  }
}

.about-module-scss-module__HwkwLG__hiringCTAText {
  font-size: 16px;
  color: #fffc !important;
}

.about-module-scss-module__HwkwLG__hiringEmail {
  color: #fff;
  word-break: break-word;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}

.about-module-scss-module__HwkwLG__hiringEmail:hover {
  opacity: .85;
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__hiringEmail {
    font-size: 20px;
  }
}

.about-module-scss-module__HwkwLG__aboutFoundingTeamWrapper {
  background: #fff;
  padding: 80px 100px;
}

@media screen and (max-width: 1440px) {
  .about-module-scss-module__HwkwLG__aboutFoundingTeamWrapper {
    padding: 64px 40px;
  }
}

@media screen and (max-width: 1279px) {
  .about-module-scss-module__HwkwLG__aboutFoundingTeamWrapper {
    padding: 48px 16px;
  }
}

@media screen and (max-width: 767px) {
  .about-module-scss-module__HwkwLG__aboutFoundingTeamWrapper {
    padding: 40px 8px;
  }
}

.about-module-scss-module__HwkwLG__aboutFoundingTeamWrapper .about-module-scss-module__HwkwLG__foundingTeamContainer {
  max-width: 1528px;
  margin: 0 auto;
}

/* [project]/application/src/app/website/src/styles/header.module.scss.module.css [app-client] (css) */
.header-module-scss-module__SMZh0W__headerWrapper {
  background: #072439;
  height: 84px;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__headerWrapper {
    height: 71px;
  }
}

.header-module-scss-module__SMZh0W__headerContainerWrapper {
  pointer-events: none;
  z-index: 111111111;
  display: flex;
  position: fixed;
  left: 12px;
  right: 12px;
}

@media screen and (max-width: 767px) {
  .header-module-scss-module__SMZh0W__headerContainerWrapper {
    left: 8px;
    right: 8px;
  }
}

.header-module-scss-module__SMZh0W__backdropOverlay {
  z-index: 11111111;
  background: #00000040;
  position: fixed;
  inset: 0;
}

.header-module-scss-module__SMZh0W__headerContainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1728px;
  height: 84px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__headerContainer {
    height: 71px;
  }
}

.header-module-scss-module__SMZh0W__headerLeft {
  align-items: center;
  gap: 4px;
  display: flex;
}

.header-module-scss-module__SMZh0W__headerLeft a {
  text-decoration: none;
}

.header-module-scss-module__SMZh0W__btnMini {
  width: 81px;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__btnMini {
    width: 81px;
  }
}

.header-module-scss-module__SMZh0W__btnBig {
  width: 147px;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__btnBig {
    width: 81px;
  }
}

.header-module-scss-module__SMZh0W__logoTitle {
  display: block;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__logoTitle {
    display: none;
  }
}

.header-module-scss-module__SMZh0W__logoTitle {
  transition: all .3s ease-in-out;
}

.header-module-scss-module__SMZh0W__hidden {
  display: none;
}

.header-module-scss-module__SMZh0W__solutionsMenuWrapper {
  pointer-events: auto;
  align-items: center;
  display: flex;
  position: relative;
}

@media screen and (max-width: 845px) {
  .header-module-scss-module__SMZh0W__solutionsMenuWrapper {
    display: none;
  }
}

.header-module-scss-module__SMZh0W__refWrapper {
  opacity: 0;
  pointer-events: none;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-module-scss-module__SMZh0W__solutionOpened {
  opacity: 1;
  pointer-events: auto;
}

.header-module-scss-module__SMZh0W__buttonsForMenu {
  align-items: center;
  gap: 4px;
  display: flex;
}

.header-module-scss-module__SMZh0W__solutionsMenu {
  flex-direction: column;
  gap: 4px;
  width: 325px;
  height: 600px;
  display: flex;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
}

.header-module-scss-module__SMZh0W__solutionMenuItemDesk, .header-module-scss-module__SMZh0W__solutionMenuItemDesk2, .header-module-scss-module__SMZh0W__solutionMenuItemDesk3, .header-module-scss-module__SMZh0W__solutionMenuItemDesk4, .header-module-scss-module__SMZh0W__solutionMenuItemDesk5, .header-module-scss-module__SMZh0W__solutionMenuItemDesk6 {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  cursor: pointer;
  z-index: 5;
  background: #fffc;
  border-radius: 4px;
  align-items: center;
  gap: 16px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

@media (hover: hover) {
  .header-module-scss-module__SMZh0W__solutionMenuItemDesk2:hover, .header-module-scss-module__SMZh0W__solutionMenuItemDesk3:hover, .header-module-scss-module__SMZh0W__solutionMenuItemDesk4:hover, .header-module-scss-module__SMZh0W__solutionMenuItemDesk5:hover, .header-module-scss-module__SMZh0W__solutionMenuItemDesk6:hover, .header-module-scss-module__SMZh0W__solutionMenuItemDesk:hover {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #fff;
  }
}

.header-module-scss-module__SMZh0W__solutionMenuItemDesk2, .header-module-scss-module__SMZh0W__solutionMenuItemDesk3, .header-module-scss-module__SMZh0W__solutionMenuItemDesk4, .header-module-scss-module__SMZh0W__solutionMenuItemDesk5, .header-module-scss-module__SMZh0W__solutionMenuItemDesk6 {
  z-index: 4;
  width: 100%;
  transition: top .5s ease-in-out;
  position: absolute;
  top: 0;
}

.header-module-scss-module__SMZh0W__solutionMenuItemDesk3, .header-module-scss-module__SMZh0W__solutionMenuItemDesk4, .header-module-scss-module__SMZh0W__solutionMenuItemDesk5, .header-module-scss-module__SMZh0W__solutionMenuItemDesk6 {
  z-index: 3;
}

.header-module-scss-module__SMZh0W__solutionMenuItemDesk4, .header-module-scss-module__SMZh0W__solutionMenuItemDesk5, .header-module-scss-module__SMZh0W__solutionMenuItemDesk6 {
  z-index: 2;
}

.header-module-scss-module__SMZh0W__solutionMenuItemDesk5, .header-module-scss-module__SMZh0W__solutionMenuItemDesk6 {
  z-index: 1;
}

.header-module-scss-module__SMZh0W__solutionMenuItemDesk6 {
  z-index: 0;
}

.header-module-scss-module__SMZh0W__solution2Opened {
  transition: top .5s ease-in-out;
  top: 100px;
}

.header-module-scss-module__SMZh0W__solution3Opened {
  transition: top .5s ease-in-out;
  top: 200px;
}

.header-module-scss-module__SMZh0W__solution4Opened {
  transition: top .5s ease-in-out;
  top: 300px;
}

.header-module-scss-module__SMZh0W__solution5Opened {
  transition: top .5s ease-in-out;
  top: 400px;
}

.header-module-scss-module__SMZh0W__solution6Opened {
  transition: top .5s ease-in-out;
  top: 500px;
}

.header-module-scss-module__SMZh0W__disabled {
  pointer-events: none;
}

.header-module-scss-module__SMZh0W__solutionIconWrapper {
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #0000001a;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__solutionIconWrapper {
    width: 48px;
    height: 48px;
  }
}

.header-module-scss-module__SMZh0W__solutionIconWrapperDisabled {
  border: none;
}

.header-module-scss-module__SMZh0W__solutionTexts {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .header-module-scss-module__SMZh0W__solutionTexts {
    gap: 2px;
  }
}

.header-module-scss-module__SMZh0W__headerRight {
  align-items: center;
  gap: 4px;
  display: flex;
}

.header-module-scss-module__SMZh0W__mobileMenu {
  display: none;
}

@media screen and (max-width: 845px) {
  .header-module-scss-module__SMZh0W__mobileMenu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    cursor: pointer;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 10001;
    background: #fff;
    border-radius: 4px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    display: flex;
  }
}

.header-module-scss-module__SMZh0W__mobileMenu .header-module-scss-module__SMZh0W__icon {
  opacity: 0;
  pointer-events: none;
  width: 16px;
  height: 16px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-module-scss-module__SMZh0W__mobileMenu .header-module-scss-module__SMZh0W__icon > svg {
  width: 100%;
  height: 100%;
}

.header-module-scss-module__SMZh0W__mobileMenu .header-module-scss-module__SMZh0W__show {
  opacity: 1;
  pointer-events: auto;
}

.header-module-scss-module__SMZh0W__mobileMenu .header-module-scss-module__SMZh0W__hide {
  opacity: 0;
  pointer-events: none;
}

.header-module-scss-module__SMZh0W__solutionMenuBackdrop {
  z-index: 1000;
  background: #00000080;
  width: 100%;
  height: 100%;
  padding: 71px 12px 0;
  position: fixed;
  top: 0;
  left: 0;
}

.header-module-scss-module__SMZh0W__menuItems {
  opacity: 0;
  pointer-events: none;
  z-index: 10001;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
}

.header-module-scss-module__SMZh0W__menuItems.header-module-scss-module__SMZh0W__show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity .3s;
}

.header-module-scss-module__SMZh0W__menuItem, .header-module-scss-module__SMZh0W__solutionMenuItem {
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.header-module-scss-module__SMZh0W__solutionMenuItem {
  padding: 0;
}

.header-module-scss-module__SMZh0W__soutionsIconName {
  align-items: center;
  gap: 16px;
  display: flex;
}

.header-module-scss-module__SMZh0W__linkIcon {
  -o-object-fit: contain;
  object-fit: contain;
  flex: none;
  width: 16px;
  height: 16px;
}

.header-module-scss-module__SMZh0W__solutionsMobileMenu {
  background: #fff;
  border-radius: 4px;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
  display: flex;
}

/* [project]/application/src/app/website/src/styles/footer.module.scss.module.css [app-client] (css) */
.footer-module-scss-module__dAgzdq__footerWrapper {
  flex-direction: row;
  padding: 96px 100px 32px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .footer-module-scss-module__dAgzdq__footerWrapper {
    padding: 48px 8px 32px;
  }
}

.footer-module-scss-module__dAgzdq__footerContainer {
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
  display: flex;
}

.footer-module-scss-module__dAgzdq__footerContainerOpt {
  max-width: 998px;
}

.footer-module-scss-module__dAgzdq__footerMenuItems {
  align-items: center;
  gap: 32px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer-module-scss-module__dAgzdq__footerMenuItems {
    display: none;
  }
}

.footer-module-scss-module__dAgzdq__footerMenuItemsMobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-module-scss-module__dAgzdq__footerMenuItemsMobile {
    flex-direction: column;
    gap: 24px;
    display: flex;
  }
}

.footer-module-scss-module__dAgzdq__nextRowLinks {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.footer-module-scss-module__dAgzdq__footerLink {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.footer-module-scss-module__dAgzdq__footerText {
  width: 100%;
  max-width: 951px;
  display: flex;
}

.footer-module-scss-module__dAgzdq__footerCertifications {
  flex-direction: row;
  display: flex;
  transform: scale(1);
}

@media screen and (max-width: 1279px) {
  .footer-module-scss-module__dAgzdq__footerCertifications {
    transform: scale(.7);
  }
}

/* [project]/application/src/app/website/src/app/globals.scss.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.bodyOverflowHidden {
  overflow: hidden !important;
}

html {
  -webkit-tap-highlight-color: #0000;
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: HafferXH;
  font-style: normal;
  font-weight: 400;
  src: url("../media/HafferXH-TRIAL-Regular.ad01a072.ttf") format("truetype");
}

@font-face {
  font-family: HafferXH;
  font-style: normal;
  font-weight: 500;
  src: url("../media/HafferXH-TRIAL-Medium.f6eaaa41.ttf") format("truetype");
}

:root {
  --font-hafferXH: "HafferXH";
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f7dac5;
  font-family: var(--font-hafferXH), sans-serif;
  font-feature-settings: "ss02" on, "ss04" on, "ss06" on, "ss11" on, "ss16" on;
  background: #f7dac5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pageContent {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.btn {
  color: #000;
  cursor: pointer;
  font-family: var(--font-hafferXH), sans-serif;
  pointer-events: auto;
  border: none;
  border-radius: 4px;
  outline: none;
  flex: none;
  align-items: center;
  height: 60px;
  padding: 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.btn:disabled {
  opacity: .5;
  pointer-events: none;
}

.btnPrim {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: .8;
  background: #fff;
  transition: all .3s;
}

@media (hover: hover) {
  .btnPrim:hover {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1;
  }
}

@media screen and (max-width: 1279px) {
  .btnPrim {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1;
    height: 55px;
  }
}

.btnRelative {
  z-index: 2147483647;
  position: relative;
}

.btnSec {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #f7dac5;
  background: none;
  border: 1px solid #f7dac5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (hover: hover) {
  .btnSec:hover {
    background: #ffffff1a;
    box-shadow: 0 0 0 1px #f7dac5;
  }
}

.btnThird {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #f7dac5;
  border: 2px solid #f7dac5;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (hover: hover) {
  .btnThird:hover {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #fff;
    border: 2px solid #fff;
  }
}

.btnGetInTouchOptimize {
  color: #c6dfe9;
  background: #381f15;
  border: 1px solid #381f15;
}

@media (hover: hover) {
  .btnGetInTouchOptimize:hover {
    background: #000;
    border: 1px solid #000;
    box-shadow: 0 0 12px #ffffff73;
  }
}

.btnFive {
  background: #f7c5d1;
  border: 2px solid #f7c5d1;
}

.btnFour {
  background: none;
  border: 1px solid #000;
  height: 45px;
  padding: 0 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (hover: hover) {
  .btnFour:hover {
    box-shadow: 0 0 0 1px #000;
  }
}

.btnTab, .btnTabMove {
  color: #07392d;
  cursor: pointer;
  background: #07392d1a;
  border: 1px solid #07392d;
  border-radius: 112px 112px 104px 104px;
  height: 56px;
  padding: 0 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (hover: hover) {
  .btnTab:hover, .btnTabMove:hover {
    box-shadow: 0 0 0 1px #07392d;
  }
}

.btnTabActive {
  color: #fff;
  background: #07392d;
}

.btnTabMove {
  text-align: left;
  background: none;
}

@media screen and (max-width: 1279px) {
  .btnTabMove {
    height: unset;
    padding: 16px;
  }
}

.btnPlay {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: top .3s;
  display: flex;
  top: 36px;
}

.playIcon, .stopIcon {
  -o-object-fit: contain;
  object-fit: contain;
  flex: none;
  width: 16px;
  height: 16px;
}

.stopIcon {
  border: 2px solid var(--CalmGreen, #07392d);
}

.btnTabTeam, .btnTabTeamSelected {
  color: #000;
  cursor: pointer;
  background: #ffffffe6;
  border: none;
  border-radius: 0;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 43px;
  padding: 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.btnTabTeamSelected {
  color: #fff;
  background: #fff3;
}

.btnInnerTab {
  align-items: center;
  gap: 12px;
  display: flex;
}

.btnActive {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fff;
}

.btnInner {
  gap: 8px;
}

.btnInner, .btnInnerSmall {
  align-items: center;
  display: flex;
}

.btnInnerSmall {
  gap: 4px;
}

.btnIcon {
  width: 16px;
  height: 16px;
}

.btnIcon, .btnIcon12 {
  -o-object-fit: contain;
  object-fit: contain;
  flex: none;
}

.btnIcon12 {
  width: 12px;
  height: 12px;
}

.btnIconRotated {
  transform: rotate(45deg);
}

.btnNoLeftRadius {
  border-radius: 0 4px 4px 0;
}

.fullWidthBtn {
  justify-content: center;
  width: 100%;
}

.noDecoration {
  justify-content: center;
  text-decoration: none;
}

.offset6 {
  text-underline-offset: 14px;
}

@media screen and (max-width: 1279px) {
  .offset6 {
    text-underline-offset: 7px;
  }
}

.frostedBtnSec {
  color: #c6dfe9;
  border: 1px solid #c6dfe9;
}

@media (hover: hover) {
  .frostedBtnSec:hover {
    box-shadow: 0 0 0 1px #c6dfe9;
  }
}

.btnTry {
  color: #07392d;
  border: 1px solid #07392d;
}

@media (hover: hover) {
  .btnTry:hover {
    box-shadow: 0 0 0 1px #07392d;
  }
}

.btnTrySec {
  color: #c6dfe9;
  background: #07392d;
  border: 1px solid #07392d;
}

@media (hover: hover) {
  .btnTrySec:hover {
    background: #000;
    border: 1px solid #000;
  }
}

.frostedBtnThird {
  color: #07392d;
  background: #c6dfe9;
  border: 2px solid #c6dfe9;
}

.text_10 {
  letter-spacing: .3px;
  font-size: 10px;
}

.text_10, .text_12 {
  font-style: normal;
  line-height: normal;
}

.text_12 {
  font-size: 12px;
  font-weight: 500;
}

.text_14 {
  line-height: 20px;
}

.text_14, .text_14_18 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.text_14_18 {
  line-height: 18px;
}

.text_16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.text_18_section {
  font-weight: 400;
}

.text_18-tab, .text_18_section {
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
}

.text_18-tab, .text_28 {
  font-weight: 500;
}

.text_28 {
  font-size: 28px;
  font-style: normal;
  line-height: 34px;
}

.text_36 {
  font-size: 36px;
  font-weight: 400;
}

.text_36, .text_56 {
  font-style: normal;
  line-height: normal;
}

.text_56 {
  font-size: 56px;
  font-weight: 500;
}

.text_72 {
  color: var(--Financial, #f7dac5);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 78px;
}

@media screen and (max-width: 1279px) {
  .text_18_m {
    font-size: 18px;
    line-height: 24px;
  }

  .text_28_t {
    font-size: 28px;
    line-height: 34px;
  }

  .text_46_m {
    font-size: 46px;
    line-height: 48px;
  }
}

@media screen and (max-width: 845px) {
  .text_18-tab {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .text_18_mini {
    font-size: 18px;
    line-height: 24px;
  }

  .text_46_mini {
    font-size: 46px;
    line-height: 48px;
  }

  .text_18_section {
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .text_3_m {
    font-size: 2.937px;
    line-height: normal;
  }

  .text_28_m {
    font-size: 28px;
    line-height: 34px;
  }

  .text_12-mobile {
    flex: none;
    font-size: 3px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.text_black {
  color: #000;
}

.text_black_30 {
  color: #0000004d;
}

.text_black_50 {
  color: #00000080;
}

.text_white {
  color: #fff;
}

.text_white_50 {
  color: #ffffff80;
}

.text_frosted_blue {
  color: #c6dfe9;
}

.text_deep_green {
  color: #07392d;
}

.text_rich_black {
  color: #010101;
}

.font_semibold {
  font-weight: 500;
}

.input {
  color: #f7dac5;
  font-family: var(--font-hafferXH), sans-serif;
  font-feature-settings: "ss02" on, "ss04" on, "ss06" on, "ss11" on, "ss16" on;
  background: none;
  border: 1px solid #f7dac5;
  border-radius: 4px;
  outline: none;
  width: 100%;
  height: 60px;
  padding: 0 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.input::placeholder {
  color: #f7dac5;
  opacity: .5;
}

@media (hover: hover) {
  .input:hover {
    box-shadow: 0 0 0 1px #f7dac5;
  }
}

.animated-cross-container {
  cursor: pointer;
  transition: transform .3s;
  display: inline-block;
}

.animated-cross-container .animated-cross-svg {
  transition: all .3s;
  display: block;
}

.onlyDesktop {
  display: flex;
}

@media screen and (max-width: 1279px) {
  .onlyDesktop {
    display: none;
  }
}

.notDesktop {
  display: none;
}

@media screen and (max-width: 1279px) {
  .notDesktop {
    display: flex;
  }
}

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