/* [next]/internal/font/google/inter_5972bc34.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.0wxq9webf.ew4.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_5972bc34-module__OU16Qa__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --un-blue: #005bbb;
  --un-blue-light: #418fde;
  --un-blue-dark: #036;
  --un-gold: #d4af37;
  --un-white: #fff;
  --text-dark: #333;
  --text-light: #666;
  --background-gray: #f8f9fa;
  --border-color: #e5e5e5;
  --font-main: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-main);
  background-color: var(--un-white);
  color: var(--text-dark);
  line-height: 1.6;
}

a {
  color: var(--un-blue);
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--un-blue-dark);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  background-color: var(--un-blue);
  color: var(--un-white);
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 600;
  transition: background-color .3s, transform .2s;
  display: inline-block;
}

.btn:hover {
  background-color: var(--un-blue-dark);
  color: var(--un-white);
  transform: translateY(-2px);
}

.btn-outline {
  color: var(--un-blue);
  border: 1px solid var(--un-blue);
  background-color: #0000;
}

.btn-outline:hover {
  background-color: var(--un-blue);
  color: var(--un-white);
}

/* [project]/src/components/Header.module.css [app-client] (css) */
.Header-module__hBw1pG__header {
  z-index: 100;
  border-bottom: 2px solid #ffffff1a;
  width: 100%;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
}

.Header-module__hBw1pG__header:before {
  content: "";
  opacity: .85;
  z-index: -1;
  background-image: url("/header_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.Header-module__hBw1pG__headerInner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0 0 0 40px;
  display: flex;
}

.Header-module__hBw1pG__logo {
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: auto;
  min-width: 120px;
  margin-left: 40px;
  text-decoration: none;
  display: flex;
}

.Header-module__hBw1pG__logoText {
  color: #fff;
  white-space: nowrap;
  letter-spacing: 2px;
  font-family: Times New Roman, serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.Header-module__hBw1pG__nav {
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-left: 40px;
  display: flex;
}

.Header-module__hBw1pG__nav a {
  color: #fff;
  white-space: nowrap;
  padding: 5px 0;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}

.Header-module__hBw1pG__nav a:hover {
  color: var(--un-gold);
}

.Header-module__hBw1pG__nav a:after {
  content: "";
  background-color: var(--un-gold);
  width: 0;
  height: 2px;
  transition: width .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Header-module__hBw1pG__nav a:hover:after {
  width: 100%;
}

.Header-module__hBw1pG__actions {
  align-items: center;
  gap: 0;
  padding-right: 40px;
  display: flex;
}

.Header-module__hBw1pG__langSelect {
  color: #fff;
  cursor: pointer;
  background: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 4px;
  outline: none;
  padding: 8px 15px;
  font-size: 1rem;
  transition: all .3s;
}

.Header-module__hBw1pG__langSelect:hover {
  background: #fff3;
}

.Header-module__hBw1pG__langSelect option {
  color: #fff;
  background-color: #036;
}

@media (max-width: 1400px) {
  .Header-module__hBw1pG__nav {
    gap: 30px;
  }
}

@media (max-width: 1100px) {
  .Header-module__hBw1pG__nav {
    display: none;
  }
}

.Header-module__hBw1pG__authLink {
  color: #fff;
  border: 1px solid var(--un-gold);
  white-space: nowrap;
  border-radius: 4px;
  margin-left: 20px;
  padding: 6px 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.Header-module__hBw1pG__authLink:hover {
  background-color: var(--un-gold);
  color: var(--un-dark-blue);
}

.Header-module__hBw1pG__burger {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  margin-left: 15px;
  font-size: 1.8rem;
  display: none;
}

@media (max-width: 1100px) {
  .Header-module__hBw1pG__nav.Header-module__hBw1pG__mobileOpen {
    background-color: #024;
    border-top: 1px solid #ffffff1a;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 10px 20px #00000080;
    display: flex !important;
  }

  .Header-module__hBw1pG__burger {
    display: block;
  }

  .Header-module__hBw1pG__headerInner {
    padding: 0 15px;
  }

  .Header-module__hBw1pG__logo {
    margin-left: 0;
  }

  .Header-module__hBw1pG__actions {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .Header-module__hBw1pG__logoText {
    display: none;
  }

  .Header-module__hBw1pG__authLink {
    margin-left: 10px;
    padding: 6px 8px;
    font-size: .9rem;
  }
}

/* [project]/src/components/Footer.module.css [app-client] (css) */
.Footer-module__S6Hkya__footer {
  color: var(--un-white);
  background-image: url("/footer_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px 0;
  font-family: Times New Roman, serif;
}

.Footer-module__S6Hkya__footerFullWidth {
  width: 100%;
  padding: 0 40px;
}

.Footer-module__S6Hkya__footerTop {
  border-bottom: 1px solid #fff3;
  grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: grid;
}

.Footer-module__S6Hkya__footerBtnWrapper {
  justify-content: center;
  display: flex;
}

.Footer-module__S6Hkya__footerBtn {
  color: var(--un-white);
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
  transition: opacity .2s;
}

.Footer-module__S6Hkya__separator {
  color: #fff6;
  text-align: center;
  font-size: 1.4rem;
}

.Footer-module__S6Hkya__footerMainRow {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 30px;
  display: grid;
}

.Footer-module__S6Hkya__whaleImage {
  flex-direction: column;
  grid-column: 1 / 2;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
}

.Footer-module__S6Hkya__whaleImage img {
  width: 150px;
  height: auto;
}

.Footer-module__S6Hkya__footerLogoText {
  color: #fff;
  white-space: nowrap;
  letter-spacing: 2px;
  font-family: Times New Roman, serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.Footer-module__S6Hkya__footerMiddleText {
  grid-column: 2 / 3;
  width: 130%;
  margin-left: -20px;
}

.Footer-module__S6Hkya__footerMiddleText h3 {
  color: var(--un-white);
  margin: 0 0 12px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3;
}

.Footer-module__S6Hkya__footerMiddleText p {
  color: #ffffffb3;
  margin: 0;
  font-size: .85rem;
  line-height: 1.2;
}

.Footer-module__S6Hkya__socialIcons {
  grid-column: 3 / 5;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin-right: 150px;
  display: flex;
}

.Footer-module__S6Hkya__socialIcons img {
  cursor: pointer;
  filter: brightness(1.2);
  width: 32px;
  height: 32px;
}

.Footer-module__S6Hkya__socialIcons img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .Footer-module__S6Hkya__footerFullWidth {
    padding: 0 15px;
  }

  .Footer-module__S6Hkya__footerTop {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .Footer-module__S6Hkya__separator {
    display: none;
  }

  .Footer-module__S6Hkya__footerMainRow {
    text-align: center;
    flex-direction: column;
    gap: 30px;
    display: flex;
  }

  .Footer-module__S6Hkya__whaleImage {
    margin-bottom: 20px;
  }

  .Footer-module__S6Hkya__footerLogoText {
    white-space: normal;
  }

  .Footer-module__S6Hkya__footerMiddleText {
    width: 100%;
    margin-left: 0;
  }

  .Footer-module__S6Hkya__socialIcons {
    justify-content: center;
    margin-right: 0;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0ji6hwr._.css.map*/