/* Graphik — licensed webfont kit from Commercial Type, installed 2026-08-31.
   Replaces the trial OTFs that were previously served here.
   NOTE: the previous declarations had Medium and Semibold swapped — Semibold was
   declared at 500 and Medium at 600. Corrected below to the standard scale. */
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium-Web.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Semibold-Web.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* was previously synthesised by the browser — no Bold face was loaded */
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold-Web.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Graphik";
}

.hr {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  margin-bottom: 0em;
  padding: 2em 0;
}
.hr:after, .hr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 50%;
  left: 0;
}
.hr:before {
  background: -webkit-gradient(linear, left top, right top, from(#10111F), color-stop(50%, #10111F), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(90deg, #10111F 0%, #10111F 50%, transparent 50%, transparent 100%);
  background-size: 15px;
  background-position: center;
  z-index: 1;
}
.hr:after {
  -webkit-transition: opacity 0.3s ease, -webkit-animation 0.3s ease;
  transition: opacity 0.3s ease, -webkit-animation 0.3s ease;
  transition: opacity 0.3s ease, animation 0.3s ease;
  transition: opacity 0.3s ease, animation 0.3s ease, -webkit-animation 0.3s ease;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #62efab), color-stop(15%, #F2EA7D), color-stop(25%, #F2EA7D), color-stop(35%, #FF8797), color-stop(45%, #FF8797), color-stop(55%, #e1a4f4), color-stop(65%, #e1a4f4), color-stop(75%, #82fff4), color-stop(85%, #82fff4), color-stop(95%, #62efab));
  background: linear-gradient(to right, #62efab 5%, #F2EA7D 15%, #F2EA7D 25%, #FF8797 35%, #FF8797 45%, #e1a4f4 55%, #e1a4f4 65%, #82fff4 75%, #82fff4 85%, #62efab 95%);
  background-size: 200%;
  background-position: 0%;
  -webkit-animation: bar 15s linear infinite;
          animation: bar 15s linear infinite;
}
@-webkit-keyframes bar {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 200%;
  }
}
@keyframes bar {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 200%;
  }
}

.container {
  max-width: 1800px;
  margin: auto;
  padding: 60px 100px;
}
@media (max-width: 800px) {
  .container {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 40px 20px;
  }
}

.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.bg_contain {
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

a {
  color: #5CC1CB;
}

a.pink_link {
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  padding: 4px 40px 9px 40px;
  border-radius: 40px;
  color: #F3F5F5;
  font-weight: 400;
  background: #F3F5F5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
a.pink_link::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(94deg, rgba(236, 78, 86, 0.6) 0%, rgba(171, 30, 112, 0.6) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

p {
  font-weight: 400;
  line-height: 40px;
  font-size: 24px;
}
@media (max-width: 480px) {
  p {
    font-size: 18px;
  }
}

.text_logo {
  width: 100px;
}
@media (max-width: 480px) {
  .text_logo {
    width: 80px;
  }
}

.heading {
  font-size: 30px;
  font-weight: 600;
  color: #C40C72;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .heading {
    margin-bottom: 40px;
  }
}

span.bullet {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #C40C72;
  border-radius: 50%;
  margin-right: 5px;
}

img {
  width: 100%;
}

.brand {
  color: #C40C72;
  font-weight: 600;
}

.sub_p {
  margin: 60px;
}
@media (max-width: 800px) {
  .sub_p {
    margin: 0;
  }
}

.sub_padding {
  padding: 60px;
}
@media (max-width: 800px) {
  .sub_padding {
    padding: 0;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .container .middle img {
  width: 190px;
}
header .container .right button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
header .container .right svg {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header #menu {
  background-color: #2E537F;
  position: fixed;
  right: -1000px;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 99999;
  padding: 40px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
header #menu.show {
  right: 0;
}
header #menu .close {
  text-align: right;
  margin-bottom: 40px;
}
header #menu .close img {
  width: 30px;
}
header #menu .close a {
  display: inline-block;
}
header #menu ul {
  list-style: none;
}
header #menu ul a {
  text-decoration: none;
  color: #F3F5F5;
  padding: 14px 0;
  display: block;
  text-transform: uppercase;
}

#hero {
  background-image: url("../images/hero-bg-new.png");
  height: 100vh;
  background-position: center;
}
@media (max-width: 480px) {
  #hero {
    background-image: url("../images/mobilie-home.png");
    background-position: left top;
    height: 800px;
  }
}
#hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 480px) {
  #hero .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
#hero .text {
  text-align: right;
  margin-right: 20px;
}
@media (max-width: 800px) {
  #hero .text {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  #hero .text {
    text-align: center;
  }
}
#hero h1 {
  font-size: 50px;
  letter-spacing: 0.38px;
  color: #FAF8F8;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  #hero h1 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 150px;
  }
}
#hero .brand {
  color: #255B7C;
  font-weight: 500;
}
#hero .brand_pink {
  color: #C40C72;
}

#slider_nav {
  margin-top: 40px;
}
#slider_nav .container {
  position: relative;
}
#slider_nav a.pink_link {
  text-transform: uppercase;
}
#slider_nav .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
#slider_nav .heading {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 60px;
  color: #303030;
}
#slider_nav .img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#slider_nav .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#slider_nav .img .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  display: none;
}
#slider_nav .img .text h2 {
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#slider_nav .swiper-slide {
  width: 50rem;
}
#slider_nav .swiper-slide p {
  margin: 20px 20px 40px;
}
#slider_nav .swiper-slide-prev .img {
  border: 10px solid gray !important;
}
#slider_nav .swiper-slide-next .img {
  border: 10px solid gray !important;
}
#slider_nav .swiper-slide-prev, #slider_nav .swiper-slide-next {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#slider_nav p {
  display: none;
}
#slider_nav .swiper-slide-active p {
  display: block;
  text-align: center;
}
#slider_nav .swiper-slide-active .img {
  border: 10px solid #C40C72;
}
#slider_nav .swiper-slide-active .text {
  display: block;
}
#slider_nav .swiper-button-next:after, #slider_nav .swiper-rtl .swiper-button-prev:after,
#slider_nav .swiper-button-prev:after, #slider_nav .swiper-rtl .swiper-button-next:after {
  content: none;
}
#slider_nav .swiper-button-next img, #slider_nav .swiper-button-prev img {
  width: 65px;
  height: 65px;
}
@media (max-width: 480px) {
  #slider_nav .swiper-button-next img, #slider_nav .swiper-button-prev img {
    width: 40px;
    height: 40px;
  }
}
#slider_nav .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: rgb(236, 78, 85);
  background: linear-gradient(100deg, rgb(236, 78, 85) 3%, rgb(171, 30, 113) 100%);
  z-index: 9999;
}
#slider_nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
}
#slider_nav .swiper-button-next, #slider_nav .swiper-button-prev {
  top: 43%;
}
#slider_nav .swiper-button-next {
  right: 85px;
}
@media (max-width: 800px) {
  #slider_nav .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 480px) {
  #slider_nav .swiper-button-next {
    right: 10px;
  }
}
#slider_nav .swiper-button-prev {
  left: 85px;
}
@media (max-width: 800px) {
  #slider_nav .swiper-button-prev {
    left: 20px;
  }
}
@media (max-width: 480px) {
  #slider_nav .swiper-button-prev {
    left: 10px;
  }
}

#apol1_origin .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  #apol1_origin .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#apol1_origin .left, #apol1_origin .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#apol1_origin .right {
  text-align: left;
}
#apol1_origin .right img {
  max-height: 440px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (max-width: 800px) {
  #apol1_origin .right img {
    max-height: 240px;
    margin: 20px 0;
  }
}
#apol1_origin .right p {
  font-size: 18px;
}
#apol1_origin img {
  width: 100%;
}
#apol1_origin p {
  margin-bottom: 20px;
}
#apol1_origin .centered {
  margin-top: 30px;
  max-width: 900px;
  margin: 30px auto;
}

#apol_kidney img {
  margin: 40px 0 60px;
}
#apol_kidney .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 800px) {
  #apol_kidney .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#recognizing_symptoms img {
  max-width: 600px;
  margin: auto;
}
#recognizing_symptoms .img {
  text-align: center;
}
@media (max-width: 800px) {
  #recognizing_symptoms .img {
    margin-top: 20px;
  }
}

#apol1_gene {
  background-position: center;
}
#apol1_gene .container {
  padding-bottom: 0;
}
#apol1_gene .gene {
  padding: 100px 100px 0;
}
@media (max-width: 800px) {
  #apol1_gene .gene {
    padding: 40px 0 0;
  }
}
#apol1_gene .row.bg_contain {
  background-position: center;
}
@media (max-width: 800px) {
  #apol1_gene .row.bg_contain {
    height: 300px;
  }
  #apol1_gene .row.bg_contain .container {
    padding: 0;
  }
}
#apol1_gene .text {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 800px) {
  #apol1_gene .text {
    height: 100%;
  }
}
#apol1_gene .text p {
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.74);
  padding: 30px;
  border-radius: 30px;
}
@media (max-width: 800px) {
  #apol1_gene .text p {
    background-color: rgba(255, 255, 255, 0.74);
    border-radius: 0;
  }
}

#mazes_commitment .container {
  position: relative;
}
#mazes_commitment .text {
  padding: 40px;
}
@media (max-width: 800px) {
  #mazes_commitment .text {
    padding: 0;
  }
}
#mazes_commitment .text p {
  margin: 20px 0;
}
#mazes_commitment .bg_obj {
  position: absolute;
  max-width: 500px;
  top: 0;
  right: 40px;
  z-index: -1;
}
@media (max-width: 800px) {
  #mazes_commitment .bg_obj {
    max-width: 300px;
    top: 100px;
    right: 0;
  }
}
#mazes_commitment a {
  color: #5CC1CB;
}

#advisary_committee .text {
  margin-bottom: 150px;
}
#advisary_committee .committee {
  background-position: center;
  background-size: cover;
}
#advisary_committee .users {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  #advisary_committee .users { /* Tablets */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  #advisary_committee .users { /* Small screens */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  #advisary_committee .users { /* Large screens */
    grid-template-columns: repeat(6, 1fr);
  }
}
#advisary_committee .users .user {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 295px;
  min-width: 200px;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
#advisary_committee .users .user:hover img {
  -webkit-transform: scaleY(1.01);
          transform: scaleY(1.01);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
#advisary_committee .users h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}
#advisary_committee .users .title {
  font-size: 16px;
}
#advisary_committee img {
  background-color: #F3F5F5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 1480px) {
  #advisary_committee .users .user {
    min-width: 145px;
  }

  #advisary_committee img{
    height: 210px;
  }
}
@media (max-width: 800px) {
  #advisary_committee img {
    height: 350px;
  }
}
#advisary_committee .users {
  margin-top: -200px;
}

#main_form h2 {
  margin-bottom: 60px;
}
#main_form .form-container {
  padding: 20px;
  border-radius: 8px;
}
#main_form .form-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 700px;
  margin: auto;
}
#main_form .form-container .input-group {
  margin-bottom: 20px;
}
#main_form .form-container input, #main_form .form-container textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #666;
  border-radius: 4px;
  background-color: #ffffff;
  color: #000000;
  font-size: 18px;
}
#main_form .form-container input::-webkit-input-placeholder, #main_form .form-container textarea::-webkit-input-placeholder {
  color: #5d5d5d;
}
#main_form .form-container input::-moz-placeholder, #main_form .form-container textarea::-moz-placeholder {
  color: #5d5d5d;
}
#main_form .form-container input:-ms-input-placeholder, #main_form .form-container textarea:-ms-input-placeholder {
  color: #5d5d5d;
}
#main_form .form-container input::-ms-input-placeholder, #main_form .form-container textarea::-ms-input-placeholder {
  color: #5d5d5d;
}
#main_form .form-container input::placeholder, #main_form .form-container textarea::placeholder {
  color: #5d5d5d;
}
#main_form .form-container .input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
#main_form .form-container .input-row .input-group {
  width: 50%; /* To make sure both fields fit into one row */
}
#main_form .form-container .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid #666;
  border-radius: 4px;
  background-color: #ffffff;
}
#main_form .form-container .captcha input {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
#main_form .form-container .captcha label {
  margin-right: 10px;
  display: inline-block;
  min-width: 70px;
}
#main_form .form-container .submit-btn {
  background-color: #8BC34A;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
}
#main_form .form-container .submit-btn:hover {
  background-color: #7CB342;
}
#main_form .form-container .loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: none;
  margin-left: 10px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#learn_more {
  background-position: center;
}
#learn_more .highlight {
  background-color: rgba(255, 192, 203, 0.231372549);
  color: black;
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 800px) {
  #learn_more .highlight {
    margin-bottom: 40px;
  }
}
#learn_more h5 {
  font-size: 20px;
  color: #C40C72;
  margin-bottom: 10px;
}
#learn_more p {
  font-size: 20px;
}
#learn_more a {
  display: inline-block;
  color: #5CC1CB;
}
#learn_more .tab {
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px 50px;
  margin-bottom: 40px;
  min-height: 140px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media (max-width: 480px) {
  #learn_more .tab {
    padding: 20px 30px;
  }
}
#learn_more .full_content {
  overflow: hidden;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
#learn_more .full_content ul {
  padding-left: 20px;
}
#learn_more .full_content ul li {
  margin-bottom: 10px;
}
#learn_more .full_content.h-0 {
  height: 0px;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}

#maze_affliations .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer {
  background-color: #2E537F;
}
footer .container {
  padding: 20px 100px;
}
@media (max-width: 800px) {
  footer .container {
    padding: 20px;
  }
}
footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .row .right {
    width: 100%;
  }
}
footer h4 a {
  color: #9CCAC8;
  font-size: 22px;
  text-decoration: none;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  list-style: none;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (max-width: 800px) {
  footer ul {
    margin: 20;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer ul a {
  color: #F3F5F5;
  font-size: 12px;
}
@media (max-width: 480px) {
  footer ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .top-link {
  display: inline-block;
  background: linear-gradient(100deg, rgb(236, 78, 85) 3%, rgb(171, 30, 113) 100%);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 10px;
}
@media (max-width: 480px) {
  footer .top-link {
    width: 35px;
    height: 35px;
    padding: 8px;
  }
}
footer .top-link .screen-reader-text {
  display: none;
}
footer .top-link svg {
  fill: white;
}
footer .top-link.show {
  visibility: visible;
  opacity: 1;
}
footer .top-link.hide {
  visibility: hidden;
  opacity: 0;
}


.lang-toggle {
  display: inline-flex;
  border-radius: 8px;
  overflow: hidden;
  background: #235770; /* toggle background */
  border: 3px solid #235770;
}
.lang-btn {
  padding: 4px 16px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.lang-btn:not(.active):hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
}
.lang-btn.active {
  background: #fff;
  color: #235770;
}

.right{
  position: relative;
}

.right .lang-toggle{
  position: absolute;
  right: 60px;
  top: -4px;
}

.right .lang-toggle {
  display: block;
}

#menu .lang-toggle{
  display: none;
}

@media(max-width: 800px) {
  .right .lang-toggle {
    display: none;
  }

  #menu .lang-toggle{
    display: block;
  }
}