header {
  width: 100%;
  display: flex;
  padding-top: 60px;
  justify-content: center;
  align-items: center;
}
header .root {
  flex: 1;
  display: flex;
  max-width: 1280px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#header-menu {
  position: relative;
  z-index: 1000;
}

#header-menu .menu-button {
  border-radius: 50%;
  height: 80px;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 80px;
}

#header-menu .menu-button:after {
  background-color: var(--white);
  border-radius: 50%;
  height: 80px;
  left: 0;
  top: 0;
  width: 80px;
}

#header-menu .bordered-bright-green,
#header-menu .bordered-light-blue,
#header-menu .bordered-light-green,
#header-menu .bordered-light-grey,
#header-menu .bordered-soft-blue,
#header-menu .bordered-white,
#header-menu .bordered-yellow {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#header-menu .bordered-black,
#header-menu .bordered-bright-blue,
#header-menu .bordered-grey,
#header-menu .bordered-grey-blue,
#header-menu .bordered-midnight-blue,
#header-menu .bordered-navy-blue,
#header-menu .bordered-navy-green {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
}
.main-menu {
  position: fixed;
  width: 100vw;
  height: 100%;
  z-index: -1;
  transition: z-index 1s ease;
}
.main-menu .up .footer-links .page-links a > * {
  white-space: nowrap !important;
}
.main-menu .main-menu-picture {
  display: none;
  position: absolute;
  left: calc(50% - 133px);
  top: -150px;
  width: 265px;
  height: 400px;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
  z-index: -1;
  opacity: 0;
  transform: scale(0) rotate(15deg);
  transition: transform 1s ease, opacity 1s ease;
}
.main-menu .menu {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.5s ease-out;
}
.main-menu .up {
  opacity: 0;
}
.main-menu .up .main-links .link {
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}
.main-menu .up .main-links .link a {
  max-width: 90%;
  position: relative;
}
.main-menu .up .main-links .link a img {
  display: block;
}
.main-menu .up .main-links .link a:hover img {
  opacity: 1;
  transform: scale(1) rotate(-5deg);
  transition: transform 0.5s ease, opacity 1s ease;
}
.main-menu .up .main-links .link .label {
  font-size: 104px;
  font-style: italic;
  font-weight: 300;
  max-width: 40vw;
  overflow-wrap: break-word;
  overflow: hidden;
}
.main-menu .up .footer-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.main-menu .up .footer-links .follow-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-menu .up .footer-links .page-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  margin-bottom: 60px;
}
.main-menu .up .footer-links .follow-links a:not(:last-child),
.main-menu .up .footer-links .page-links a:not(:last-child) {
  margin-right: 40px;
}
@media screen and (-webkit-device-pixel-ratio: 1.25) {
  .main-menu .up .footer-links .follow-links .title,
  .main-menu .up .footer-links .page-links .title {
    overflow-x: hidden;
  }
}
.main-menu .up .footer-links .follow-links span::before,
.main-menu .up .footer-links .follow-links span::after,
.main-menu .up .footer-links .page-links span::before,
.main-menu .up .footer-links .page-links span::after {
  font-style: italic;
  font-weight: 400;
}
.main-menu .up .footer-links .follow-links span {
  font-size: 18px;
  line-height: 21px;
}
.main-menu .up .footer-links .follow-links span::after,
.main-menu .up .footer-links .follow-links span::before {
  text-decoration: underline;
}
.main-menu .up .footer-links .page-links span {
  font-size: 24px;
  line-height: 28px;
}
.main-menu.visible {
  z-index: 1000;
  transition: z-index 1ms ease-out;
}
.main-menu.visible .up {
  opacity: 1;
  transition: opacity 1s 0.5s ease-out;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 120px 120px 80px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-menu.visible .menu {
  transform: scale(60);
  transform-origin: center;
  transition: transform 1s ease-in-out;
}

.locale-btn {
  display: block;
  position: relative;
  width: 100px;
  height: 50px;
  border-style: solid;
  overflow: hidden;
  border-radius: 25px;
}
.locale-btn input {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.locale-btn .knobs:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 42px;
  height: 42px;
  content: attr(data-left);
  font-family: var(--font);
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  z-index: 2;
  border-radius: 22px;
}
.locale-btn .labels {
  position: absolute;
  inset: 3px;
}
.locale-btn .labels::before,
.locale-btn .labels::after {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  font-family: var(--font);
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: border 0.2s ease-out;
}
.locale-btn .labels::after {
  content: attr(data-right);
  right: 0;
}
.locale-btn .labels::before {
  content: attr(data-left);
  left: 0;
}
.locale-btn input:active + .knobs:before {
  width: 68px;
}
.locale-btn input:checked:active + .knobs:before {
  margin-left: -26px;
}
.locale-btn input:checked + .knobs:before {
  content: attr(data-right);
  left: 54px;
}

.menu-bar {
  height: 80px;
  position: relative;
  transition: all 0.75s ease-out;
  width: 80px;
}

.menu-bar .menu-check {
  bottom: 0;
  height: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
}

.menu-bar .menu-check span {
  border-radius: 1px;
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  width: 100%;
}

.menu-bar .menu-check span:first-of-type {
  top: 0;
  width: 50%;
}

.menu-bar .menu-check span:last-of-type {
  bottom: 0;
}

.menu-bar .menu-check.active span:first-of-type {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
}

.menu-bar .menu-check.active span:last-of-type {
  bottom: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 1201px) and (-webkit-device-pixel-ratio: 1.25) {
  .main-menu {
    width: 125vw;
  }
  .main-menu .up .main-links .link .label {
    max-width: 50vw;
  }
}
@media (max-height: 900px) {
  .main-menu .up .main-links .link .label {
    font-size: 80px;
  }
}
@media screen and (max-height: 900px) and (-webkit-device-pixel-ratio: 1.25) {
  .main-menu .up .main-links .link .label {
    font-size: 104px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 481px) {
  header {
    padding: 30px 32px 10px;
  }
  header #logo {
    transform: scale(0.65) translateX(-25px);
  }
  .main-menu .up {
    opacity: 0;
    width: 100vw;
    overflow-x: hidden;
  }
  .main-menu .up .main-links {
    position: relative;
  }
  .main-menu .up .main-links .link {
    padding-bottom: 32px;
    justify-content: flex-start;
  }
  .main-menu .up .main-links .link a {
    position: initial;
  }
  .main-menu .up .main-links .link a img {
    display: block;
  }
  .main-menu .up .main-links .link a:hover img {
    opacity: 1;
    transform: scale(1) rotate(-5deg);
    transition: transform 0.5s ease, opacity 1s ease;
  }
  .main-menu .up .main-links .link .label {
    font-size: 40px;
    font-weight: 400;
    font-style: italic;
  }
  .main-menu .up .page-links {
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1200px) and (min-width: 481px) and (orientation: portrait) {
  .main-menu .up .page-links {
    margin: 80px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 481px) {
  .main-menu .up .page-links span {
    padding-right: 32px;
  }
  .main-menu .up .page-links span::before,
  .main-menu .up .page-links span::after {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
  }
  .main-menu .up .page-links .Body {
    font-size: 18px;
  }
  .main-menu .up .follow-links {
    gap: 16px;
    display: flex;
    flex-direction: row;
  }
  .main-menu .up .follow-links span {
    font-size: 14px;
  }
  .main-menu .up .follow-links span::before,
  .main-menu .up .follow-links span::after {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
  }
  .main-menu.visible .up {
    padding: 108px 32px 40px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 481px) and (orientation: portrait) {
  .main-menu.visible .up {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1200px) and (min-width: 481px) {
  .main-menu .main-menu-picture {
    height: 794px;
    width: auto;
    left: 50%;
  }
  .locale-btn {
    margin-right: 64px;
    width: 62px;
    height: 32px;
  }
  .locale-btn .knobs:before,
  .locale-btn .labels::before,
  .locale-btn .labels::after {
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 140%;
    border-radius: 12px;
  }
  .locale-btn input:active + .knobs:before {
    width: 38px;
  }
  .locale-btn input:checked:active + .knobs:before {
    margin-left: -15px;
  }
  .locale-btn input:checked + .knobs:before {
    left: 33px;
  }
}
@media screen and (max-width: 1229px) and (min-width: 960px) and (-webkit-device-pixel-ratio: 1.25) {
  header {
    padding: unset;
    padding-top: 60px;
  }
  header #logo {
    transform: unset;
  }
  .main-menu {
    width: 125vw;
  }
  .main-menu .up {
    opacity: 0;
    width: unset;
    overflow-x: unset;
  }
  .main-menu .up .main-links {
    position: unset;
  }
  .main-menu .up .main-links .link a {
    position: relative;
  }
  .main-menu .up .main-links .link .label {
    max-width: 50vw;
    font-size: 104px;
    font-weight: 300;
  }
}
@media screen and (max-width: 1229px) and (min-width: 960px) and (-webkit-device-pixel-ratio: 1.25) and (max-height: 900px) {
  .main-menu .up .main-links .link .label {
    font-size: 80px;
  }
}
@media screen and (max-width: 1229px) and (min-width: 960px) and (-webkit-device-pixel-ratio: 1.25) {
  .main-menu .up .main-links :nth-child(even) {
    justify-content: flex-end;
  }
  .main-menu .up .page-links {
    gap: unset;
    flex-direction: row;
    align-items: center;
    margin: unset;
  }
  .main-menu .up .page-links span {
    padding-right: unset;
  }
  .main-menu .up .page-links span::before,
  .main-menu .up .page-links span::after {
    font-size: 24px;
  }
  .main-menu .up .page-links .Body {
    font-size: 16px;
  }
  .main-menu .up .follow-links {
    gap: unset;
  }
  .main-menu .up .follow-links span {
    font-size: 18px;
  }
  .main-menu .up .follow-links span::before,
  .main-menu .up .follow-links span::after {
    font-style: unset;
    font-weight: unset;
    font-size: 18px;
    text-decoration: underline;
  }
  .main-menu.visible .up {
    padding: 80px 120px;
    justify-content: space-between;
  }
  .main-menu .main-menu-picture {
    width: 265px;
    height: 400px;
    left: calc(50% - 133px);
  }
  .locale-btn {
    margin-right: unset;
    width: 100px;
    height: 50px;
  }
  .locale-btn .knobs:before {
    width: 42px;
    height: 42px;
    font-size: 13px;
    line-height: 130%;
    border-radius: 22px;
  }
  .locale-btn .labels::before,
  .locale-btn .labels::after {
    width: 40px;
    height: 40px;
    font-size: 13px;
    line-height: 130%;
    border-radius: 50%;
  }
  .locale-btn input:active + .knobs:before {
    width: 68px;
  }
  .locale-btn input:checked:active + .knobs:before {
    margin-left: -26px;
  }
  .locale-btn input:checked + .knobs:before {
    left: 54px;
  }
}
@media screen and (max-width: 1200px) {
  #header-menu {
    position: fixed;
    right: 32px;
  }

  #header-menu .menu-button,
  #header-menu .menu-button:after,
  .menu-bar {
    height: 40px !important;
    width: 40px !important;
  }

  .menu-bar .menu-check {
    height: 8px;
    margin: auto 12px;
    width: 14px;
  }

  .menu-bar .menu-check span {
    height: 2px;
    width: 14px;
  }

  .menu-bar .menu-check.active span:first-of-type {
    top: 3px;
    width: 100%;
  }

  .menu-bar .menu-check.active span:last-of-type {
    bottom: 3px;
    width: 100%;
  }

  .main-menu .animated-link .title:hover span,
  .main-menu .animated-link .title:hover span:after,
  .main-menu .animated-link .title:hover span:before {
    -webkit-transform: none;
    transform: none;
  }
  .main-menu.visible .up .custom-flex{
    flex-grow: 1;
  }
}

@media screen and (max-width: 1229px) and (min-width: 960px) and (-webkit-device-pixel-ratio: 1.25) {
  #header-menu {
    position: relative;
    right: auto;
  }

  #header-menu .menu-button,
  #header-menu .menu-button:after,
  .menu-bar {
    height: 80px;
    width: 80px;
  }

  .menu-bar .menu-check {
    height: 12px;
    margin: auto;
    width: 22px;
  }

  .menu-bar .menu-check span {
    height: 2px;
    width: 100%;
  }

  .menu-bar .menu-check.active span:first-of-type {
    top: 5px;
    width: 100%;
  }

  .menu-bar .menu-check.active span:last-of-type {
    bottom: 5px;
    width: 100%;
  }

  .main-menu .animated-link .title:hover span {
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
  }

  .main-menu .animated-link .title:hover span:before {
    -webkit-transform: skewY(7deg);
    transform: skewY(7deg);
  }

  .main-menu .animated-link .title:hover span:after {
    -webkit-transform: skewY(0);
    transform: skewY(0);
  }
}

@media (min-width: 1200px) and (orientation: portrait) {
  .menu-bar:hover .menu-check span:first-of-type {
    width: 26px;
  }

  .menu-bar:hover .menu-check span:last-of-type {
    width: 12px;
  }

  .menu-bar:hover .menu-check.active span {
    width: 22px;
  }
}
@media not screen and (-webkit-device-pixel-ratio: 1.25) {
  @media screen and (max-width: 1200px) and (min-width: 481px) {
    .locale-btn input:hover ~ div.labels::before,
    .locale-btn input:hover ~ div.labels::after {
      border: initial;
    }
  }
}
@media screen and (max-width: 480px) and (max-height: 740px) {
  .main-menu .up .main-links .link .label {
    font-size: 24px;
    font-weight: 400;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 30px 16px 10px;
  }
  header #logo {
    transform: scale(0.65) translateX(-25px);
  }
  .main-menu .up {
    overflow-x: hidden;
  }
  .main-menu .up .main-links .link {
    padding-bottom: 16px;
    justify-content: flex-start;
  }
  .main-menu .up .follow-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .main-menu .up .follow-links span {
    font-size: 14px;
  }
  .main-menu .up .follow-links span::before,
  .main-menu .up .follow-links span::after {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
  }
  .main-menu .up .page-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    gap: 16px;
  }
  .main-menu .up .page-links span {
    padding-right: 32px;
  }
  .main-menu .up .page-links span::before,
  .main-menu .up .page-links span::after {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
  }
  .main-menu.visible .up {
    padding: 108px 32px 40px;
    width: 100vw;
    justify-content: flex-end;
    gap: 32px;
  }
  .main-menu.visible .up .custom-flex{
    flex-grow: 1;
  }
  .locale-btn {
    margin-right: 56px;
    width: 62px;
    height: 32px;
  }
  .locale-btn .knobs:before,
  .locale-btn .labels::before,
  .locale-btn .labels::after {
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 140%;
    border-radius: 12px;
  }
  .locale-btn input:active + .knobs:before {
    width: 38px;
  }
  .locale-btn input:checked:active + .knobs:before {
    margin-left: -15px;
  }
  .locale-btn input:checked + .knobs:before {
    left: 33px;
  }
  .locale-btn input:hover ~ div.labels::before,
  .locale-btn input:hover ~ div.labels::after {
    border: initial;
  }

  #header-menu {
    right: 16px;
  }

  .main-menu .animated-link .title:hover span,
  .main-menu .animated-link .title:hover span:after,
  .main-menu .animated-link .title:hover span:before {
    -webkit-transform: none;
    transform: none;
  }
}
