/* [project]/application/src/app/website/src/styles/alerts.module.scss.module.css [app-client] (css) */
.alerts-module-scss-module__hrCzIq__alertsBannerWrapper {
  background: #5d2e0a;
  padding: 80px 100px 64px;
}

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

@media screen and (max-width: 1279px) {
  .alerts-module-scss-module__hrCzIq__alertsBannerWrapper {
    padding: 60px 16px 64px;
  }
}

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

.alerts-module-scss-module__hrCzIq__alertsBannerContainer {
  flex-direction: column;
  gap: 64px;
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
  display: flex;
}

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

.alerts-module-scss-module__hrCzIq__heroContainer {
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .alerts-module-scss-module__hrCzIq__heroContainer {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}

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

.alerts-module-scss-module__hrCzIq__alertsBannerTexts {
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 600px;
  display: flex;
}

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

.alerts-module-scss-module__hrCzIq__alertsBannerBtns {
  align-items: center;
  gap: 12px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .alerts-module-scss-module__hrCzIq__alertsBannerBtns {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    display: grid;
  }
}

.alerts-module-scss-module__hrCzIq__placeholderSection {
  background: #8b4513;
  padding: 80px 100px;
}

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

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

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

.alerts-module-scss-module__hrCzIq__placeholderSection:nth-child(2n) {
  background: #5d2e0a;
}

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

.alerts-module-scss-module__hrCzIq__placeholderTitle {
  margin-bottom: 48px;
  display: block;
}

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

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

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

.alerts-module-scss-module__hrCzIq__featureCard {
  background: #ffffff0d;
  border: 1px solid #c6dfe933;
  border-radius: 8px;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  display: flex;
}

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

.alerts-module-scss-module__hrCzIq__featureTitle {
  font-size: 20px;
  font-weight: 600;
}

.alerts-module-scss-module__hrCzIq__featureDescription {
  opacity: .8;
  font-size: 16px;
  line-height: 1.5;
}

.alerts-module-scss-module__hrCzIq__alertTypesSection {
  background: linear-gradient(#5d2e0a, #462308);
  padding: 80px 100px;
}

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

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

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

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

.alerts-module-scss-module__hrCzIq__alertTypesList {
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
  display: flex;
}

.alerts-module-scss-module__hrCzIq__alertTypeItem {
  background: #ffffff08;
  border-left: 4px solid #c6dfe9;
  border-radius: 8px;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .alerts-module-scss-module__hrCzIq__alertTypeItem {
    flex-direction: column;
    gap: 16px;
  }
}

.alerts-module-scss-module__hrCzIq__alertTypeItemWithBadge {
  padding-right: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .alerts-module-scss-module__hrCzIq__alertTypeItemWithBadge {
    padding-top: 48px;
    padding-right: 24px;
  }
}

.alerts-module-scss-module__hrCzIq__alertTypeBadge {
  white-space: nowrap;
  background: #c6dfe926;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
}

.alerts-module-scss-module__hrCzIq__alertTypeContent {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.alerts-module-scss-module__hrCzIq__integrationsSection {
  background: #8b4513;
  padding: 80px 100px;
}

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

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

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

.alerts-module-scss-module__hrCzIq__integrationsContainer {
  text-align: center;
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
}

.alerts-module-scss-module__hrCzIq__integrationsGrid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
  display: flex;
}

.alerts-module-scss-module__hrCzIq__integrationBadge {
  background: #ffffff14;
  border: 1px solid #c6dfe933;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
}

/* [project]/application/src/app/website/src/styles/browserVid.module.scss.module.css [app-client] (css) */
.browserVid-module-scss-module__qDr65G__AIMainBannerWrapper, .browserVid-module-scss-module__qDr65G__complexBannerWrapper {
  background: #07392d;
  padding: 80px 100px 64px;
}

@media screen and (max-width: 1440px) {
  .browserVid-module-scss-module__qDr65G__AIMainBannerWrapper, .browserVid-module-scss-module__qDr65G__complexBannerWrapper {
    padding: 96px 40px 64px;
  }
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__AIMainBannerWrapper, .browserVid-module-scss-module__qDr65G__complexBannerWrapper {
    padding: 60px 16px 64px;
  }
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__AIMainBannerWrapper, .browserVid-module-scss-module__qDr65G__complexBannerWrapper {
    padding: 60px 8px 32px;
  }
}

.browserVid-module-scss-module__qDr65G__complexBannerWrapper {
  background: #381f15;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__complexBannerWrapper {
    padding-bottom: 32px;
  }
}

.browserVid-module-scss-module__qDr65G__AIMainBannerContainer {
  flex-direction: column;
  gap: 64px;
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
  display: flex;
}

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

  .browserVid-module-scss-module__qDr65G__AIMainBannerContainerDifference {
    gap: 36px;
  }
}

.browserVid-module-scss-module__qDr65G__heroContainer {
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__heroContainer {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}

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

.browserVid-module-scss-module__qDr65G__AIMainBannerTexts, .browserVid-module-scss-module__qDr65G__complexBannerTexts {
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 600px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__AIMainBannerTexts, .browserVid-module-scss-module__qDr65G__complexBannerTexts {
    gap: 24px;
  }
}

.browserVid-module-scss-module__qDr65G__complexBannerTexts {
  gap: 48px;
  max-width: fit-content;
}

@media screen and (max-width: 845px) {
  .browserVid-module-scss-module__qDr65G__complexBannerTexts {
    gap: 24px;
  }
}

.browserVid-module-scss-module__qDr65G__AIMainBannerBtns, .browserVid-module-scss-module__qDr65G__optimizeMainBannerBtns {
  align-items: center;
  gap: 12px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__AIMainBannerBtns, .browserVid-module-scss-module__qDr65G__optimizeMainBannerBtns {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    display: grid;
  }

  .browserVid-module-scss-module__qDr65G__optimizeMainBannerBtns {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    display: grid;
  }
}

.browserVid-module-scss-module__qDr65G__browserBorder {
  border: 2px solid #c6dfe9;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__browserBorder {
    border: .5px solid #c6dfe9;
  }
}

.browserVid-module-scss-module__qDr65G__videoBannerWrapper {
  flex-direction: column;
  display: flex;
}

.browserVid-module-scss-module__qDr65G__browserTop {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 8px 24px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__browserTop {
    padding: 2px 6px;
  }
}

.browserVid-module-scss-module__qDr65G__browserActions {
  align-items: center;
  gap: 7px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__actionsContainer {
    align-items: center;
    gap: 2px;
    display: flex;
  }
}

.browserVid-module-scss-module__qDr65G__action {
  -o-object-fit: contain;
  object-fit: contain;
  background: #c6dfe9;
  border-radius: 33px;
  flex: none;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__action {
    width: 4px;
    height: 4px;
  }
}

.browserVid-module-scss-module__qDr65G__actionItem {
  opacity: .2;
  background: #c6dfe9;
  border-radius: 33px;
}

.browserVid-module-scss-module__qDr65G__urlContainer {
  background: #e6e6e61a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 619px;
  padding: 12px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__urlContainer {
    padding: 3px;
  }
}

.browserVid-module-scss-module__qDr65G__lockIcon {
  -o-object-fit: contain;
  object-fit: contain;
  flex: none;
  width: 8px;
  height: 10px;
}

.browserVid-module-scss-module__qDr65G__videoBannerHolder {
  padding: 0 12px 12px;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__videoBannerHolder {
    padding: 0 3px 3px;
  }
}

.browserVid-module-scss-module__qDr65G__videoBannerContainer {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__videoBannerContainer {
    border-radius: 2px;
  }
}

.browserVid-module-scss-module__qDr65G__playOverlay {
  cursor: pointer;
  z-index: 10;
  background: #00000059;
  justify-content: center;
  align-items: center;
  transition: background .2s;
  display: flex;
  position: absolute;
  inset: 0;
}

.browserVid-module-scss-module__qDr65G__playOverlay:hover {
  background: #00000073;
}

.browserVid-module-scss-module__qDr65G__playOverlay:hover .browserVid-module-scss-module__qDr65G__playButton {
  color: #fff;
  transform: scale(1.05);
}

.browserVid-module-scss-module__qDr65G__playButton {
  color: #fffffff2;
  filter: drop-shadow(0 4px 24px #0006);
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.browserVid-module-scss-module__qDr65G__playButton svg {
  width: 88px;
  height: 88px;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__playButton svg {
    width: 72px;
    height: 72px;
  }
}

.browserVid-module-scss-module__qDr65G__backgroundVideo {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__backgroundVideo {
    border-radius: 2px;
  }
}

.browserVid-module-scss-module__qDr65G__tabsWrapper {
  flex-direction: column;
  display: flex;
}

.browserVid-module-scss-module__qDr65G__tabs {
  align-items: end;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__tabs {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    display: grid;
  }
}

.browserVid-module-scss-module__qDr65G__tab {
  color: #fff;
  cursor: pointer;
  background: #46322ab3;
  border-top: 2px solid #c6dfe933;
  border-bottom: none;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-bottom: -2px;
  padding: 0 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  position: relative;
}

.browserVid-module-scss-module__qDr65G__tab:hover {
  cursor: pointer;
  background: #46322ae6;
}

.browserVid-module-scss-module__qDr65G__borderTab1 {
  border-left: 2px solid #c6dfe933;
  border-radius: 4px 0 0;
}

.browserVid-module-scss-module__qDr65G__borderTab2 {
  border-right: 2px solid #c6dfe933;
  border-radius: 0 4px 0 0;
}

.browserVid-module-scss-module__qDr65G__selectedTab {
  z-index: 9999;
  border: 2px solid #c6dfe9;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  justify-content: center;
  align-items: center;
  height: 62px;
  margin-bottom: -2px;
  padding: 0 24px;
  position: relative;
}

.browserVid-module-scss-module__qDr65G__mainInfo, .browserVid-module-scss-module__qDr65G__selectedTab, .browserVid-module-scss-module__qDr65G__selectedTab:hover {
  background: #46322a;
}

.browserVid-module-scss-module__qDr65G__mainInfo {
  z-index: 1;
  border-radius: 4px;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding: 0 12px 12px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__mainInfo {
    flex-direction: column;
    padding: 3px;
  }
}

.browserVid-module-scss-module__qDr65G__mainInfoContainer {
  aspect-ratio: 1.9;
  border: 2px solid #c6dfe9;
  border-top: none;
  border-radius: 0 0 4px 4px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__mainInfoContainer {
    aspect-ratio: 1.46;
  }
}

.browserVid-module-scss-module__qDr65G__withoutTitle {
  background: #fff;
  padding: 32px;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__withoutTitle {
    background: none;
    padding: 0;
  }
}

.browserVid-module-scss-module__qDr65G__infoContent {
  flex-direction: column;
  gap: 42px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__infoContent {
    gap: 32px;
  }
}

.browserVid-module-scss-module__qDr65G__howItWorks, .browserVid-module-scss-module__qDr65G__statisticsContainer {
  flex-direction: column;
  gap: 24px;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__withoutTitleStatisticsContainer {
    gap: 4px;
  }
}

.browserVid-module-scss-module__qDr65G__statistic {
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__statistic {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.browserVid-module-scss-module__qDr65G__statistic:last-of-type {
  border-top: 1px solid #0000001a;
  padding-top: 24px;
}

.browserVid-module-scss-module__qDr65G__withoutTitleStatistic {
  background: #fff;
  border-radius: 4px;
  padding: 12px;
}

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

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__leftSide {
    gap: 16px;
  }
}

.browserVid-module-scss-module__qDr65G__withoutTitleLeftSide {
  gap: 24px;
  width: 100%;
  max-width: 230px;
}

.browserVid-module-scss-module__qDr65G__pImage {
  -o-object-fit: contain;
  object-fit: contain;
  flex: none;
  width: 95px;
  height: 95px;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__pImage {
    width: 52px;
    height: 52px;
  }
}

.browserVid-module-scss-module__qDr65G__leftTexts {
  flex-direction: column;
  flex: none;
  gap: 16px;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__leftTexts {
    gap: 12px;
  }
}

.browserVid-module-scss-module__qDr65G__withoutTitleLeftTexts {
  flex: 1;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__withoutTitleLeftTexts {
    flex: none;
  }
}

.browserVid-module-scss-module__qDr65G__graphHolder {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.browserVid-module-scss-module__qDr65G__pGraph, .browserVid-module-scss-module__qDr65G__pGraph2 {
  max-width: 100%;
  max-height: 295px;
}

.browserVid-module-scss-module__qDr65G__pGraph2 {
  max-height: 298px;
}

.browserVid-module-scss-module__qDr65G__withoutTitleGraph {
  max-height: 236px;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__withoutTitleGraph {
    max-height: unset;
  }
}

.browserVid-module-scss-module__qDr65G__withoutTitleGraph2 {
  max-height: 240px;
}

@media screen and (max-width: 1279px) {
  .browserVid-module-scss-module__qDr65G__withoutTitleGraph2 {
    max-height: unset;
  }
}

.browserVid-module-scss-module__qDr65G__benefits {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

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

.browserVid-module-scss-module__qDr65G__benefit {
  gap: 16px;
}

.browserVid-module-scss-module__qDr65G__benefit, .browserVid-module-scss-module__qDr65G__checkWrapper {
  align-items: center;
  display: flex;
}

.browserVid-module-scss-module__qDr65G__checkWrapper {
  border: 2px solid #000;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.browserVid-module-scss-module__qDr65G__lists {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.browserVid-module-scss-module__qDr65G__list {
  align-items: center;
  gap: 12px;
  display: flex;
}

.browserVid-module-scss-module__qDr65G__optimizationImage {
  aspect-ratio: 1.88;
  width: 100%;
}

.browserVid-module-scss-module__qDr65G__image {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.browserVid-module-scss-module__qDr65G__sectionWrapper {
  gap: 10px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__sectionWrapper {
    flex-direction: column;
    gap: 8px;
  }
}

.browserVid-module-scss-module__qDr65G__svgContainer {
  align-items: center;
  height: 24px;
  display: flex;
}

@media screen and (max-width: 845px) {
  .browserVid-module-scss-module__qDr65G__svgContainer {
    height: 18px;
  }
}

.browserVid-module-scss-module__qDr65G__svgTextContainer {
  align-items: flex-start;
  gap: 8px;
  padding: 10px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__svgTextContainer {
    gap: 9px;
    padding: 2px 0;
  }
}

.browserVid-module-scss-module__qDr65G__svgTextContainerFirstItem {
  padding-left: 0;
}

.browserVid-module-scss-module__qDr65G__headerLinkContainer {
  background: #46322a;
  border: 2px solid #c6dfe9;
  border-bottom: none;
  border-radius: 0 4px 4px 0;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  display: flex;
}

.browserVid-module-scss-module__qDr65G__linkContainer {
  background: #46322a;
  border-top: 2px solid #c6dfe9;
  border-left: 2px solid #c6dfe9;
  border-right: 2px solid #c6dfe9;
  border-radius: 0 4px 0 0;
}

@media screen and (max-width: 845px) {
  .browserVid-module-scss-module__qDr65G__linkContainer {
    padding: 4px 6px 2px;
  }
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__url {
    border-radius: 1px;
    gap: 2px;
    max-width: 151px;
    display: flex;
  }
}

.browserVid-module-scss-module__qDr65G__border {
  border-radius: 4px 4px 0 0;
}

.browserVid-module-scss-module__qDr65G__iconMobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .browserVid-module-scss-module__qDr65G__iconMobile {
    display: block;
  }
}

.browserVid-module-scss-module__qDr65G__icon {
  display: block;
}

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

.browserVid-module-scss-module__qDr65G__progressContainer {
  background: #46322a;
  left: 0;
}

.browserVid-module-scss-module__qDr65G__progressBar, .browserVid-module-scss-module__qDr65G__progressContainer {
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
}

.browserVid-module-scss-module__qDr65G__progressBar {
  overflow: hidden;
}

.browserVid-module-scss-module__qDr65G__progressFill {
  transform-origin: 0;
  background: #c6dfe980;
  height: 100%;
  transition: transform linear;
  transform: scaleX(0);
}

/* [project]/application/src/app/website/src/styles/badges.module.scss.module.css [app-client] (css) */
.badges-module-scss-module__S_pLIa__enterpriseBadge {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #f4d03f;
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(135deg, #d4af3740, #ffd70026);
  border: 1px solid #d4af3780;
  border-radius: 4px;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  box-shadow: 0 2px 8px #d4af3726;
}

.badges-module-scss-module__S_pLIa__enterpriseIcon {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.badges-module-scss-module__S_pLIa__enterpriseBadgeTopRight {
  position: absolute;
  top: 12px;
  right: 12px;
}

/* [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_3529bacf._.css.map*/