/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/header/Header.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__gtmFw {
  width: 100%;
  background-color: #dcdcdc;
  font-family: "Inter", sans-serif;
}

.Header_nav__oxqCq {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 16px;
  position: relative;
}

.Header_brand__D2nIr {
  display: flex;
  align-items: center;
}

.Header_logo__h_d_N {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #1a202c;
}
.Header_logo__h_d_N:focus-visible {
  outline: 2px solid #2b6cb0;
  outline-offset: 2px;
  border-radius: 4px;
}

.Header_logoImage__RTQrx {
  height: auto;
  max-height: 72px;
  width: auto;
}

.Header_mobileToggle__0Nwnj {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #1a202c;
}
.Header_mobileToggle__0Nwnj .Header_hamburger__O0wDz {
  display: block;
  width: 22px;
  height: 2px;
  background-color: currentColor;
  position: relative;
}
.Header_mobileToggle__0Nwnj .Header_hamburger__O0wDz::before, .Header_mobileToggle__0Nwnj .Header_hamburger__O0wDz::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: currentColor;
  left: 0;
}
.Header_mobileToggle__0Nwnj .Header_hamburger__O0wDz::before {
  top: -6px;
}
.Header_mobileToggle__0Nwnj .Header_hamburger__O0wDz::after {
  top: 6px;
}
.Header_mobileToggle__0Nwnj .Header_hamburger__O0wDz:focus-visible {
  outline: 2px solid #2b6cb0;
  outline-offset: 2px;
}

.Header_menu__PVr_u {
  display: flex;
  align-items: center;
  gap: 16px;
}

.Header_menuList__Yl2CS {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  align-items: center;
}

.Header_menuItem__aj21l {
  position: relative;
}

.Header_link__LQIf5,
.Header_menuButton__pNnpO {
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  color: #1a202c;
  font-weight: 500;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.Header_link__LQIf5:hover,
.Header_menuButton__pNnpO:hover {
  background-color: rgb(188.25, 188.25, 188.25);
}
.Header_link__LQIf5:focus-visible,
.Header_menuButton__pNnpO:focus-visible {
  outline: 2px solid #2b6cb0;
  outline-offset: 2px;
}

.Header_menuButton__pNnpO {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.Header_caret__E9Ouy {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-left: 4px;
}

.Header_dropdown__ogeNG {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 180px;
  background-color: white;
  border-radius: 8px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: all 160ms ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.Header_dropdownOpen__49NyP {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.Header_dropdownLink__iprgc {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #1a202c;
}
.Header_dropdownLink__iprgc:hover {
  background-color: rgb(205.5753424658, 223.8287671233, 242.9246575342);
  color: #2b6cb0;
}
.Header_dropdownLink__iprgc:focus-visible {
  outline: 2px solid #2b6cb0;
  outline-offset: -2px;
}

.Header_actions__0dzYj {
  display: flex;
  align-items: center;
  gap: 8px;
}

.Header_login__H_SxC {
  padding: 4px 8px;
  color: #1a202c;
  text-decoration: none;
  font-weight: 500;
}
.Header_login__H_SxC:hover {
  color: #2b6cb0;
}
.Header_login__H_SxC:focus-visible {
  outline: 2px solid #2b6cb0;
  outline-offset: 2px;
}

.Header_cta__fNMlH {
  padding: 4px 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, #2b6cb0, rgb(32.9863013699, 82.8493150685, 135.0136986301));
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.Header_cta__fNMlH:focus-visible {
  outline: 2px solid white;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .Header_mobileToggle__0Nwnj {
    display: inline-flex;
  }
  .Header_menu__PVr_u {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background-color: linear-gradient(68deg, rgb(199, 201, 197) 0%, rgb(255, 255, 255) 28%, rgb(209, 209, 209) 56%, rgb(245, 245, 245) 80%, rgb(196, 196, 196) 93%);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    border-bottom: 1px solid rgb(202.8285714286, 209.9428571429, 224.1714285714);
    display: none;
  }
  .Header_menuOpen__nG7Sb {
    display: flex;
  }
  .Header_menuList__Yl2CS {
    flex-direction: column;
    width: 100%;
  }
  .Header_dropdown__ogeNG {
    position: static;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }
  .Header_dropdownOpen__49NyP {
    display: block;
  }
  .Header_actions__0dzYj {
    width: 100%;
    justify-content: flex-start;
    padding-top: 8px;
  }
}
.Header_srOnly__ZQ7C7 {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/languageBar/LanguageBar.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.LanguageBar_languageBar__VRoBU {
  background-color: #dcdcdc;
  color: #1a202c;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 16px;
}
@media (max-width: 480px) {
  .LanguageBar_languageBar__VRoBU {
    font-size: 0.85rem;
  }
}

.LanguageBar_container__neDbL {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  gap: 8px;
  max-width: 1200px;
  margin: 0 auto;
}

.LanguageBar_label__rdIzG {
  opacity: 0.8;
}

.LanguageBar_select__o_oCK {
  background-color: white;
  border: 1px solid linear-gradient(68deg, rgb(199, 201, 197) 0%, rgb(255, 255, 255) 28%, rgb(209, 209, 209) 56%, rgb(245, 245, 245) 80%, rgb(196, 196, 196) 93%);
  border-radius: 4px;
  padding: 2px 6px;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  color: #1a202c;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.LanguageBar_select__o_oCK:hover {
  border-color: rgb(37.9931506849, 95.4246575342, 155.5068493151);
}
.LanguageBar_select__o_oCK:focus {
  outline: none;
  border-color: #2b6cb0;
  box-shadow: 0 0 0 2px rgba(43, 108, 176, 0.3);
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[11].use[5]!./src/scss/main.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main-content {
  padding: 24px;
  min-height: calc(100vh - 200px);
}

.btn {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
}
.btn--primary {
  background-color: #2b6cb0;
  color: white;
}
.btn--primary:hover {
  background-color: #2b6cb0;
}
.btn--secondary {
  background-color: #68d391;
  color: #1a202c;
}

.card {
  border-radius: 8px;
  background-color: white;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  background: #c7c9c5;
  background: linear-gradient(68deg, rgb(199, 201, 197) 0%, rgb(255, 255, 255) 28%, rgb(209, 209, 209) 56%, rgb(245, 245, 245) 80%, rgb(196, 196, 196) 93%);
  color: #1a202c;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
  scrollbar-color: #68d391 transparent;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #68d391;
}

::-webkit-scrollbar-thumb {
  background: #68d391;
  border-radius: 5px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/footer/Footer.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__7blBZ {
  background: #daddd8;
  color: #1a202c;
  padding: 24px 16px;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
}

.Footer_footerContent__pyaBH {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .Footer_footerContent__pyaBH {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.Footer_brand__bjlRZ {
  display: flex;
  align-items: center;
}

.Footer_brandImage__W_7RZ {
  height: auto;
  max-height: 180px;
  width: auto;
}

.Footer_links__QwRx2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.Footer_links__QwRx2 a {
  color: #1a202c;
  text-decoration: none;
  font-weight: 500;
}
.Footer_links__QwRx2 a:hover {
  text-decoration: underline;
  color: linear-gradient(90deg, #39ff14, #14b8a6);
}
@media (max-width: 768px) {
  .Footer_links__QwRx2 {
    justify-content: center;
  }
}

.Footer_social__PpZqp {
  display: flex;
  gap: 8px;
}
.Footer_social__PpZqp a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #1a202c;
  transition: background-color 0.2s ease;
}
.Footer_social__PpZqp a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.Footer_copy__Yh6v6 {
  font-size: 0.9rem;
  color: #1a202c;
  margin-top: 8px;
}

.Footer_legalBanner__05K8J {
  color: #1a202c;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  padding: 8px;
  text-align: center;
  background: #e2e6df;
}

.Footer_legalContent__TwcCt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.Footer_legalContent__TwcCt a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.Footer_legalContent__TwcCt a:hover {
  color: white;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .Footer_legalContent__TwcCt {
    flex-direction: column;
    gap: 4px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/cookieConsent/CookieConsent.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.CookieConsent_cookieBanner__DDYAL {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #c9c9c9;
  border-top: 1px solid rgb(226.5, 226.5, 226.5);
  color: #1a202c;
  font-family: "Inter", sans-serif;
  padding: 16px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  animation: CookieConsent_fadeIn__lWpqj 0.4s ease forwards;
}

.CookieConsent_cookieContent__l8PNT {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .CookieConsent_cookieContent__l8PNT {
    flex-direction: column;
    text-align: center;
  }
}

.CookieConsent_text__ljdqb {
  flex: 1 1;
  font-size: 0.95rem;
}
.CookieConsent_text__ljdqb a {
  color: #2b6cb0;
  text-decoration: underline;
}
.CookieConsent_text__ljdqb a:hover {
  color: rgb(32.9863013699, 82.8493150685, 135.0136986301);
}

.CookieConsent_actions__oDT2b {
  display: flex;
  gap: 8px;
}
@media (max-width: 480px) {
  .CookieConsent_actions__oDT2b {
    width: 100%;
    justify-content: center;
  }
}

.CookieConsent_accept__9EXwh,
.CookieConsent_decline__ZwQCt {
  padding: 6px 14px;
  border-radius: 4px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: none;
}

.CookieConsent_accept__9EXwh {
  background-color: #2b6cb0;
  color: white;
}
.CookieConsent_accept__9EXwh:hover {
  background-color: rgb(32.9863013699, 82.8493150685, 135.0136986301);
}

.CookieConsent_decline__ZwQCt {
  background-color: rgb(208.65, 208.65, 208.65);
  color: #1a202c;
  border: 1px solid rgb(170.7714285714, 182.2571428571, 205.2285714286);
}
.CookieConsent_decline__ZwQCt:hover {
  background-color: rgb(216.3, 216.3, 216.3);
}

@keyframes CookieConsent_fadeIn__lWpqj {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
