/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/title-section/PageTitleSection.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.PageTitleSection_title__ZEKsl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: var(--space-lg);
}

.PageTitleSection_title-text__T62vX {
  max-width: 900px;
  text-transform: uppercase;
  text-align: center;
  font-size: var(--font-size-h1);
  font-weight: 900;
  letter-spacing: -2px;
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    rgba(var(--primary-color-rgb), 0.4) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.1;
}

.PageTitleSection_description__SkgdS {
  font-size: var(--font-size-subtitle);
  text-align: center;
  color: var(--text-muted);
  line-height: 1.9;
  max-width: 640px;
  font-weight: 400;
  letter-spacing: 0.025em;
  border-top: 1px solid var(--border-color);
  padding-top: var(--space-md);
}

@media (max-width: 1024px) {
  .PageTitleSection_title-text__T62vX {
    max-width: 90%;
  }

  .PageTitleSection_description__SkgdS {
    max-width: 82%;
  }
}

@media (max-width: 768px) {
  .PageTitleSection_title__ZEKsl {
    gap: var(--space-md);
  }

  .PageTitleSection_description__SkgdS {
    max-width: 100%;
    padding-top: var(--space-sm);
  }
}

@media (max-width: 400px) {
  .PageTitleSection_description__SkgdS {
    letter-spacing: 0.01em;
  }
}



/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/empty-state/EmptyState.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.EmptyState_wrapper__MRk2T {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.EmptyState_card__QEXow {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 600px;
  padding: var(--space-xl);
  background: var(--bg-subtle);
  border: 1px dashed var(--border-color);
  border-radius: var(--space-lg);
}

.EmptyState_icon__tGOMc {
  font-size: 48px;
  color: var(--primary-color);
  opacity: 0.3;
  margin-bottom: var(--space-md);
  display: flex;
}

.EmptyState_title__en6Vx {
  font-size: var(--font-size-h4);
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: var(--space-sm);
  letter-spacing: -0.5px;
}

.EmptyState_text__rvqNc {
  font-size: var(--font-size-normal);
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-sm);
}

.EmptyState_note__Cfjpm {
  font-size: var(--font-size-small);
  color: var(--secondary-color);
}

@media (max-width: 1024px) {
  .EmptyState_card__QEXow {
    max-width: 100%;
    padding: var(--space-lg);
  }
}

@media (max-width: 768px) {
  .EmptyState_card__QEXow {
    padding: var(--space-lg) var(--space-md);
    border-radius: var(--space-md);
  }

  .EmptyState_icon__tGOMc {
    font-size: 40px;
    margin-bottom: var(--space-sm);
  }
}

@media (max-width: 400px) {
  .EmptyState_card__QEXow {
    padding: var(--space-md);
  }

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

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/top-section/scroll-button/ScrollButton.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.ScrollButton_container__IADD3 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  bottom: var(--space-md);
  right: var(--space-container);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--font-size-xs);
  font-weight: 500;
  letter-spacing: 3px;
  z-index: 6;
  gap: 6px;
  transition: color 0.3s ease;
  padding-top: 10px;
}

.ScrollButton_container__IADD3:hover {
  color: rgba(255, 255, 255, 0.95);
}

.ScrollButton_container__IADD3 > svg {
  width: 18px;
  height: 12px;
  transition: transform 0.3s ease;
  opacity: 0.6;
}

.ScrollButton_container__IADD3:hover > svg {
  transform: translateY(3px);
  opacity: 1;
}

.ScrollButton_display__BtXH3 {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.ScrollButton_hide__mArfI {
  transform: translateY(12px);
  opacity: 0;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .ScrollButton_container__IADD3 {
    letter-spacing: 2.5px;
  }
}

@media (max-width: 768px) {
  .ScrollButton_container__IADD3 {
    letter-spacing: 2px;
    gap: 3px;
  }

  .ScrollButton_container__IADD3 > svg {
    width: 16px;
  }
}

@media (max-width: 400px) {
  .ScrollButton_container__IADD3 {
    gap: 0;
    bottom: var(--space-xs);
    font-size: 10px;
  }

  .ScrollButton_container__IADD3 > svg {
    width: 14px;
    height: 10px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/top-section/TopSection.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.TopSection_wrapper__NWFEw {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  z-index: 1;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/grid/GridLayout.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.GridLayout_grid__t5pfc {
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--space-lg);
  gap: var(--space-lg);
  width: 100%;
}

@media (max-width: 1024px) {
  .GridLayout_grid__t5pfc {
    grid-template-columns: repeat(min(var(--columns), 2), 1fr);
  }
}

@media (max-width: 767px) {
  .GridLayout_grid__t5pfc {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/footer/Footer.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Footer_padding-container___TTkO {
  padding-top: var(--space-section);
}

.Footer_container__qCw8n {
  width: 100%;
  background-color: var(--secondary-color);
  padding: var(--space-md) var(--space-container);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.Footer_top-section__PGYxq {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.Footer_bottom-section__XZNBT {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}

.Footer_top-left-container__xdEDt > svg {
  width: 220px;
}

.Footer_copyright__3sPuO,
.Footer_policy__LBtRl {
  font-size: var(--font-size-small);
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  font-weight: 600;
}

.Footer_copyright__3sPuO {
  font-weight: 400;
}

.Footer_policy__LBtRl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-lg);
}

.Footer_policy-item__WkfPk {
  cursor: pointer;
}

.Footer_policy-item__WkfPk:hover {
  color: var(--text-highlighted);
}

@media (max-width: 1024px) {
  .Footer_top-left-container__xdEDt > svg {
    width: 180px;
  }

  .Footer_bottom-section__XZNBT {
    gap: 15px;
  }

  .Footer_copyright__3sPuO,
  .Footer_policy__LBtRl {
    font-size: var(--font-size-xs);
  }

  .Footer_policy__LBtRl {
    gap: var(--space-md);
  }
}

@media (max-width: 768px) {
  .Footer_top-section__PGYxq {
    flex-direction: column;
    gap: var(--space-lg);
  }

  .Footer_top-left-container__xdEDt > svg {
    width: 150px;
  }

  .Footer_bottom-section__XZNBT {
    flex-direction: column-reverse;
    gap: var(--space-xs);
  }

  .Footer_copyright__3sPuO,
  .Footer_policy__LBtRl {
    font-size: var(--font-size-xs);
    text-align: center;
  }
}

@media (max-width: 400px) {
  .Footer_top-section__PGYxq {
    gap: var(--space-sm);
  }

  .Footer_copyright__3sPuO,
  .Footer_policy__LBtRl {
    font-size: var(--font-size-xs);
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/footer/quick-links/QuickLinks.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.QuickLinks_wrapper__ljzNS {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 25%;
}

.QuickLinks_quick-links__LhrpZ {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  font-size: var(--font-size-small);
  font-weight: 600;
  padding: 20px 0 44px;
}

.QuickLinks_items___J1_Z {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
}

.QuickLinks_selected__cT8Rn,
.QuickLinks_selected__cT8Rn:hover,
.QuickLinks_items___J1_Z:hover {
  color: var(--text-highlighted);
}

@media (max-width: 1024px) {
  .QuickLinks_quick-links__LhrpZ {
    gap: 8px;
    font-size: var(--font-size-xs);
    padding: 8px 0 32px;
  }
}

@media (max-width: 768px) {
  .QuickLinks_wrapper__ljzNS {
    width: 100%;
    max-width: 400px;
  }

  .QuickLinks_quick-links__LhrpZ {
    padding: 0;
  }
}

@media (max-width: 400px) {
  .QuickLinks_quick-links__LhrpZ {
    font-size: var(--font-size-xs);
  }

  .QuickLinks_wrapper__ljzNS {
    width: 70%;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/footer/sns-links/SnsLinks.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.SnsLinks_sns-container__qYJcP {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  justify-self: flex-start;
  padding-bottom: 12px;
}

.SnsLinks_heading__FEJ5u {
  color: var(--text-highlighted);
  font-size: var(--font-size-subtitle);
  font-weight: 600;
}

.SnsLinks_sns-links__mz2Y7 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 25px;
}

.SnsLinks_link__hUAG1 {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-size: var(--font-size-subtitle);
}

.SnsLinks_link__hUAG1:hover {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 1024px) {
  .SnsLinks_sns-container__qYJcP {
    gap: 14px;
    padding-bottom: 15px;
  }

  .SnsLinks_heading__FEJ5u {
    font-size: var(--font-size-medium);
  }

  .SnsLinks_sns-links__mz2Y7 {
    gap: 0 18px;
    max-width: 150px;
  }

}

@media (max-width: 768px) {
  .SnsLinks_sns-container__qYJcP {
    width: 100%;
    padding: 15px 0;
  }

  .SnsLinks_sns-links__mz2Y7 {
    width: 100%;
    max-width: 450px;
    justify-content: space-between;
    align-self: center;
  }

  .SnsLinks_heading__FEJ5u {
    display: none;
  }

  .SnsLinks_link__hUAG1 {
    color: rgba(255, 255, 255, 1);
  }
}

@media (max-width: 400px) {
  .SnsLinks_sns-container__qYJcP {
    padding: 12px 0;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/layout/top-pages/TopPagesDetailsLayout.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.TopPagesDetailsLayout_details-section__ckhZ0 {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: var(--bg-color);
  padding-top: var(--space-section);
  transform: translateZ(0);
}

.TopPagesDetailsLayout_wrapper__lqEAp {
  padding: 0 var(--space-container);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3xl);
}

@media (max-width: 1024px) {
  .TopPagesDetailsLayout_wrapper__lqEAp {
    gap: var(--space-2xl);
  }
}

@media (max-width: 768px) {
  .TopPagesDetailsLayout_wrapper__lqEAp {
    gap: var(--space-xl);
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/top-section/top-image/ImageSection.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
.ImageSection_top-img__b_ZbD {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateZ(-8px) scale(1.8);
  object-fit: cover;
  z-index: -1;
}

.ImageSection_overlay__jqMd4 {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.35) 30%,
      rgba(0, 0, 0, 0.08) 55%,
      transparent 75%
    ),
    linear-gradient(135deg, rgba(45, 0, 89, 0.12) 0%, transparent 50%);
}

.ImageSection_heading-wrapper__1xmrt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: var(--space-3xl) var(--space-container);
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.ImageSection_accent-line__GMnaK {
  width: 48px;
  height: 2px;
  background: var(--accent-gold);
  border-radius: 1px;
}

.ImageSection_heading__Hn0ax {
  font-size: var(--font-size-h2);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: pre-line;
}

@media (max-width: 1024px) {
  .ImageSection_accent-line__GMnaK {
    width: 40px;
  }
}

@media (max-width: 768px) {
  .ImageSection_heading-wrapper__1xmrt {
    padding: var(--space-2xl) var(--space-container);
  }

  .ImageSection_heading__Hn0ax {
    letter-spacing: 1px;
  }

  .ImageSection_accent-line__GMnaK {
    width: 32px;
  }
}

@media (max-width: 400px) {
  .ImageSection_heading-wrapper__1xmrt {
    padding: var(--space-lg) var(--space-container) var(--space-xl)
      var(--space-container);
    gap: 12px;
  }

  .ImageSection_accent-line__GMnaK {
    width: 24px;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/about/story/section-title/SectionTitle.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.SectionTitle_title__CtqiO {
  max-width: 800px;
  text-align: center;
  text-wrap: nowrap;
  font-size: var(--font-size-h2);
  font-weight: 700;
  color: rgba(var(--primary-color-rgb), 0.5);
  display: inline-block;
  margin: 0;
  margin-bottom: var(--space-3xl);
}

@media (max-width: 1024px) {
  .SectionTitle_title__CtqiO {
    margin-bottom: var(--space-xl);
  }
}

@media (max-width: 768px) {
  .SectionTitle_title__CtqiO {
    margin-bottom: var(--space-lg);
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/floating-card/FloatingCardSection.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
.FloatingCardSection_wrapper__q4eJ7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
}

.FloatingCardSection_grid__9LHzC {
  row-gap: var(--space-3xl) !important;
}

.FloatingCardSection_container__krqhn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--space-3xl) var(--space-xl) var(--space-xl);
  background-color: #fff;
  gap: var(--space-md);
  box-shadow: var(--shadow-premium);
  border-radius: var(--space-lg);
  position: relative;
  transition: var(--transition-smooth);
  border: 1px solid transparent;
}

.FloatingCardSection_container__krqhn:hover {
  transform: translateY(-8px);
  border-color: var(--primary-accent);
  background: linear-gradient(to bottom, #ffffff, #fcfaff);
}

.FloatingCardSection_title__xCU5i {
  font-size: var(--font-size-h4);
  font-weight: 800;
  color: var(--primary-color);
  text-align: center;
  letter-spacing: -1px;
}

.FloatingCardSection_description__x_fVK {
  font-size: var(--font-size-normal);
  line-height: 1.7;
  font-weight: 400;
  color: var(--text-muted);
  text-align: center;
  width: 100%;
}

.FloatingCardSection_icon__Nglb5 {
  height: 64px;
  width: 64px;
  position: absolute;
  top: -32px;
  filter: drop-shadow(0 8px 16px rgba(var(--primary-color-rgb), 0.1));
  transition: var(--transition-smooth);
}

.FloatingCardSection_container__krqhn:hover .FloatingCardSection_icon__Nglb5 {
  transform: scale(1.1) rotate(5deg);
}

@media (max-width: 768px) {
  .FloatingCardSection_wrapper__q4eJ7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
  }
  .FloatingCardSection_container__krqhn {
    padding: var(--space-xl) var(--space-md);
    gap: var(--space-sm);
  }

  .FloatingCardSection_grid__9LHzC {
    row-gap: var(--space-xl) !important;
  }

  .FloatingCardSection_icon__Nglb5 {
    height: 48px;
    width: 48px;
    top: -24px;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/cta/CTASection.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.CTASection_cta__lB4GD {
  --deep: #1c0038;
  --purple: #330066;
  --violet: #4c0099;

  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--deep);
  padding: var(--space-section) 0;
}

.CTASection_bg__2D_Wg {
  object-fit: cover;
  object-position: center right;
  filter: contrast(1.05) brightness(0.8) saturate(1.05);
  z-index: 0;
}

.CTASection_wash__DImm6 {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    var(--deep) 0%,
    rgba(28, 0, 56, 0.92) 32%,
    rgba(51, 0, 102, 0.62) 58%,
    rgba(76, 0, 153, 0.22) 100%
  );
}

.CTASection_inner__NiZRn {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--layout-max-width);
  margin: 0 auto;
  padding: 0 var(--space-container);
}

.CTASection_title__iuOdr {
  max-width: 760px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.15;
  font-size: clamp(32px, 4.4vw, 54px);
  margin-bottom: var(--space-xl);
}

.CTASection_prefix__j_W9J {
  display: block;
}

.CTASection_line2__zVgvp {
  display: block;
}

.CTASection_rot__cT4_k {
  display: inline-block;
  height: 1.4em;
  overflow: hidden;
  vertical-align: bottom;
}

.CTASection_rot__cT4_k ul {
  margin: 0;
  padding: 0;
  list-style: none;
  animation: CTASection_cta-roll__l9nvT 9s cubic-bezier(0.6, 0, 0.4, 1) infinite;
}

.CTASection_rot__cT4_k li {
  height: 1.4em;
  line-height: 1.4em;
  white-space: nowrap;
  background: linear-gradient(
    100deg,
    #8f8a9e 0%,
    #eae7f2 30%,
    #6f6a80 50%,
    #eae7f2 70%,
    #8f8a9e 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes CTASection_cta-roll__l9nvT {
  0%,
  10% {
    transform: translateY(0);
  }
  20%,
  30% {
    transform: translateY(-20%);
  }
  40%,
  50% {
    transform: translateY(-40%);
  }
  60%,
  70% {
    transform: translateY(-60%);
  }
  80%,
  100% {
    transform: translateY(-80%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .CTASection_rot__cT4_k {
    height: auto;
  }
  .CTASection_rot__cT4_k ul {
    animation: none;
  }
  .CTASection_rot__cT4_k li:not(:first-child) {
    display: none;
  }
}

.CTASection_actions__RYhmd {
  display: flex;
  gap: var(--space-md);
  flex-wrap: wrap;
}

.CTASection_primary__aSaiY,
.CTASection_secondary__NDAht {
  display: inline-block;
  color: #fff;
  font-size: var(--font-size-small);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: var(--space-sm) var(--space-lg);
  background: rgba(255, 255, 255, 0.09);
  transition: background 0.3s ease;
}

.CTASection_primary__aSaiY:hover,
.CTASection_secondary__NDAht:hover {
  background: rgba(255, 255, 255, 0.16);
}

.CTASection_accent__BqbcJ {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  z-index: 3;
  background: var(--purple);
}

@media (max-width: 768px) {
  .CTASection_cta__lB4GD {
    padding: var(--space-2xl) 0;
  }

  .CTASection_bg__2D_Wg {
    object-position: center;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/modal/ContactModal.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.ContactModal_overlay-wrapper__zOxDh {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  pointer-events: none;
}

.ContactModal_sticky-container__x6SUp {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.ContactModal_contact-trigger__BIa5h {
  position: absolute;
  bottom: 40px;
  right: 40px;
  height: 56px;
  padding: 0 8px 0 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--bg-color);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  color: var(--primary-color);
  font-weight: 700;
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.5s ease,
    box-shadow 0.5s ease,
    color 0.5s ease,
    background 0.5s ease;
  overflow: hidden;
}

.ContactModal_contact-trigger__BIa5h::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--primary-color);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.ContactModal_contact-trigger__BIa5h:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(45, 0, 89, 0.15);
  border-color: transparent;
}

.ContactModal_contact-trigger__BIa5h:hover::before {
  opacity: 1;
}

.ContactModal_trigger-icon__oCAkv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  transition: all 0.5s ease;
}

.ContactModal_icon-desktop___4Qxo {
  display: flex;
  transition: transform 0.5s ease;
}

.ContactModal_icon-mobile__uPFm7 {
  display: none;
}

.ContactModal_contact-trigger__BIa5h:hover .ContactModal_trigger-icon__oCAkv {
  background: #fff;
  color: var(--primary-color);
}

.ContactModal_contact-trigger__BIa5h:hover .ContactModal_icon-desktop___4Qxo {
  transform: rotate(-45deg);
}

.ContactModal_contact-trigger__BIa5h.ContactModal_active__5RW2r {
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.ContactModal_modal__fdNRX {
  position: absolute;
  bottom: 40px;
  right: 32px;
  height: 480px;
  width: 400px;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: var(--bg-color);
  border: 1px solid var(--glass-border);
  overflow: hidden;
  transform-origin: bottom right;
  transition:
    opacity 0.4s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.6s ease;
}

.ContactModal_close-button__jThGY {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--text-color);
  opacity: 0.5;
  cursor: pointer;
  z-index: 10;
  border: none;
  transition: all 0.3s ease;
}

.ContactModal_close-button__jThGY:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
  transform: scale(1.1);
}

.ContactModal_display__6AIH9 .ContactModal_modal__fdNRX {
  opacity: 1;
  transform: scale(1) translateY(0);
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.12);
  pointer-events: auto;
}

.ContactModal_hide__Ls39Q .ContactModal_modal__fdNRX {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  pointer-events: none;
  box-shadow: none;
}

.ContactModal_no-display__3mXq9 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.ContactModal_no-display__3mXq9 .ContactModal_contact-trigger__BIa5h {
  transform: scale(0.5);
}

@media (max-width: 1024px) {
  .ContactModal_modal__fdNRX {
    bottom: 32px;
    right: 24px;
    height: 420px;
    width: 360px;
  }
  .ContactModal_contact-trigger__BIa5h {
    bottom: 32px;
    right: 24px;
    height: 48px;
    padding: 0 6px 0 16px;
    font-size: var(--font-size-xs);
    gap: 12px;
  }

  .ContactModal_trigger-icon__oCAkv {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 768px) {
  .ContactModal_modal__fdNRX {
    bottom: 24px;
    right: 16px;
    height: 330px;
    width: 300px;
    border-radius: 16px;
  }

  .ContactModal_trigger-text__xx2nV {
    display: none;
  }

  .ContactModal_contact-trigger__BIa5h {
    bottom: 24px;
    right: 16px;
    width: 50px;
    height: 50px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition:
      background 0.35s ease,
      box-shadow 0.35s ease,
      transform 0.35s ease;
  }

  .ContactModal_contact-trigger__BIa5h:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    background: var(--primary-accent, #2d0059);
    border-color: transparent;
  }

  .ContactModal_contact-trigger__BIa5h::before {
    display: none;
  }

  .ContactModal_trigger-icon__oCAkv {
    width: 100%;
    height: 100%;
    background: transparent;
  }

  .ContactModal_contact-trigger__BIa5h:hover .ContactModal_trigger-icon__oCAkv {
    background: transparent;
    color: #fff;
  }

  .ContactModal_icon-desktop___4Qxo {
    display: none;
  }

  .ContactModal_icon-mobile__uPFm7 {
    display: flex;
  }

  .ContactModal_close-button__jThGY {
    top: 12px;
    right: 12px;
    width: 25px;
    height: 25px;
  }

  .ContactModal_close-button__jThGY > svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 400px) {
  .ContactModal_modal__fdNRX {
    right: 12px;
    height: 280px;
    width: calc(100% - 40px);
    border-radius: 12px;
    max-width: 260px;
  }

  .ContactModal_contact-trigger__BIa5h {
    bottom: 16px;
    right: 12px;
    width: 40px;
    height: 40px;
  }

  .ContactModal_trigger-icon__oCAkv {
    width: 18px;
    height: 18px;
  }

  .ContactModal_close-button__jThGY {
    top: 8px;
    right: 8px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/form/ContactForm.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.ContactForm_wrapper__n3tog {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: var(--space-xl);
  justify-content: space-between;
}

.ContactForm_title__Zym3_ {
  font-size: var(--font-size-h4);
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.2;
  position: relative;
  padding-bottom: var(--space-sm);
}

.ContactForm_title__Zym3_::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--primary-color);
  border-radius: 2px;
}

.ContactForm_input-wrapper__96b54 {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1 1;
  gap: var(--space-md);
  justify-content: center;
}

.ContactForm_input__GUCn6 {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(45, 0, 89, 0.2);
  color: var(--text-color);
  font-size: var(--font-size-small);
  transition: all 0.4s ease;
  font-weight: 500;
}

.ContactForm_input__GUCn6:focus {
  border-bottom-color: var(--primary-color);
}

.ContactForm_textarea__mtEo6 {
  background: rgba(255, 255, 255, 0.4);
  background-image: none;
  border: 1px solid rgba(45, 0, 89, 0.2);
  outline: none;
  width: 100%;
  height: 110px;
  padding: 12px;
  font-size: var(--font-size-small);
  border-radius: 12px;
  resize: none;
  color: var(--text-color);
  transition: all 0.4s ease;
  font-weight: 500;
}

.ContactForm_textarea__mtEo6:focus {
  border-color: var(--primary-color);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.ContactForm_input__GUCn6::placeholder,
.ContactForm_textarea__mtEo6::placeholder {
  font-size: var(--font-size-small);
  color: rgba(45, 0, 89, 0.4);
  font-weight: 500;
}

.ContactForm_submit-button__94JiG {
  padding: 12px 32px;
  height: 42px;
  min-width: 120px;
  font-size: var(--font-size-xs);
  border-radius: 100px;
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 8px 20px rgba(45, 0, 89, 0.2);
}

.ContactForm_active__1l3Hd {
  background-color: var(--primary-color);
  color: #fff;
}

.ContactForm_active__1l3Hd:hover {
  background-color: var(--primary-accent);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(45, 0, 89, 0.3);
}

.ContactForm_inactive__OuM2b {
  background-color: rgba(45, 0, 89, 0.1);
  color: rgba(45, 0, 89, 0.4);
  cursor: none;
  pointer-events: none;
  box-shadow: none;
}

.ContactForm_textarea__mtEo6::-webkit-scrollbar {
  width: 4px;
}

.ContactForm_textarea__mtEo6::-webkit-scrollbar-track {
  background: none;
}

.ContactForm_textarea__mtEo6::-webkit-scrollbar-thumb {
  background: rgba(45, 0, 89, 0.2);
  border-radius: 4px;
}

.ContactForm_loader__TyWTU {
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .ContactForm_wrapper__n3tog {
    padding: var(--space-lg);
  }

  .ContactForm_title__Zym3_ {
    font-size: var(--font-size-subtitle);
  }

  .ContactForm_textarea__mtEo6 {
    height: 96px;
  }

  .ContactForm_submit-button__94JiG {
    height: 40px;
    padding: 10px 28px;
  }
}

@media (max-width: 768px) {
  .ContactForm_wrapper__n3tog {
    padding: var(--space-md);
  }

  .ContactForm_title__Zym3_ {
    font-size: var(--font-size-normal);
  }

  .ContactForm_input-wrapper__96b54 {
    gap: 16px;
  }

  .ContactForm_input__GUCn6 {
    font-size: var(--font-size-xs);
    padding-bottom: 8px;
  }

  .ContactForm_textarea__mtEo6 {
    height: 75px;
    padding: 10px;
    font-size: var(--font-size-xs);
  }

  .ContactForm_input__GUCn6::placeholder,
  .ContactForm_textarea__mtEo6::placeholder {
    font-size: var(--font-size-xs);
  }

  .ContactForm_submit-button__94JiG {
    height: 36px;
    padding: 8px 24px;
    font-size: var(--font-size-xs);
  }
}

@media (max-width: 400px) {
  .ContactForm_wrapper__n3tog {
    padding: var(--space-sm);
  }

  .ContactForm_title__Zym3_ {
    font-size: var(--font-size-small);
    padding-bottom: 8px;
  }

  .ContactForm_title__Zym3_::after {
    width: 30px;
    height: 1px;
  }

  .ContactForm_input__GUCn6 {
    font-size: var(--font-size-xs);
    padding-bottom: 8px;
  }

  .ContactForm_input-wrapper__96b54 {
    gap: 12px;
  }

  .ContactForm_textarea__mtEo6 {
    padding: 8px;
    font-size: var(--font-size-xs);
    border-radius: 8px;
  }

  .ContactForm_input__GUCn6::placeholder,
  .ContactForm_textarea__mtEo6::placeholder {
    font-size: var(--font-size-xs);
  }

  .ContactForm_submit-button__94JiG {
    height: 30px;
    padding: 0;
    font-size: var(--font-size-xs);
    min-width: 100px;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/contact/save-button/SaveButtonText.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
.SaveButtonText_loader__eJ30v {
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/loader/Loader.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.Loader_loader__RMSHG {
  height: 100%;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: Loader_rotation__w_NEP 1s linear infinite;
}

@keyframes Loader_rotation__w_NEP {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

