li.menu-item.trp-language-switcher-container:hover {
  text-decoration: underline;
  text-decoration-color: #B9870A !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
}
li.menu-item.trp-language-switcher-container.menu-item-has-children {
  padding: 7px 14px;
  color: #B9870A;
  border: 2px solid #B9870A;
  border-radius: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  li.menu-item.trp-language-switcher-container.menu-item-has-children {
    margin-top: 1em;
    font-size: 0.8em;
  }
  li.menu-item.trp-language-switcher-container.menu-item-has-children li a {
    padding: 0 !important;
  }
}
li.menu-item.trp-language-switcher-container.current-language-menu-item > div > a {
  pointer-events: none;
  padding: 0 !important;
}

/* Blob */
#brx-content {
  contain: paint;
}

.blob__sponsors,
.blob__about,
.blob__services,
.blob__about__titulinis {
  position: relative;
  z-index: -1;
}
.blob__sponsors::before,
.blob__about::before,
.blob__services::before,
.blob__about__titulinis::before {
  content: "";
  position: absolute;
  background: #F2FBFF;
  height: 810px;
  width: 99999vw;
  z-index: -1;
  bottom: -10%;
  border-radius: 999999999px;
  max-height: 150%;
  left: -25%;
}
.blob__sponsors::after,
.blob__about::after,
.blob__services::after,
.blob__about__titulinis::after {
  content: "";
  position: absolute;
  background: url(https://eurocc2kaunas.eu/wp-content/uploads/2024/04/Lines.png) no-repeat center center/contain;
  height: 100%;
  aspect-ratio: 650/520;
  right: -30%;
  top: -15%;
}

.blob__about::before {
  height: 600px;
  background: #E6F7FF;
  max-height: 110%;
  bottom: 0;
}
.blob__about::after {
  background: url(https://eurocc2kaunas.eu/wp-content/uploads/2024/04/about.png) no-repeat center center/contain;
  top: 0%;
  right: -45%;
}
.blob__about svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.blob__about__titulinis::before {
  height: 600px;
  background: #E6F7FF;
  max-height: 110%;
  bottom: 0;
}
.blob__about__titulinis::after {
  background: url(https://eurocc2kaunas.eu/wp-content/uploads/2024/04/2.png) no-repeat center center/contain;
  top: 0%;
  right: -45%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.blob__about__titulinis svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.blob__services::before {
  content: none;
}
.blob__services::after {
  background: url(https://eurocc2kaunas.eu/wp-content/uploads/2024/04/services.png) no-repeat center center/contain;
  top: 0%;
  right: -5%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media (max-width: 768px) {
  .blob__services::after {
    top: 5%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.blob__services svg {
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
  -webkit-transform-origin: right;
          transform-origin: right;
  position: relative;
  left: 15%;
}
@media (max-width: 768px) {
  .blob__services svg {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    left: 0;
  }
}

/* 404 */
body {
  overflow-x: hidden;
}
body.error404::before, body.blog::before, body.home::before {
  content: "";
  position: absolute;
  top: 0;
  right: 45vw;
  background: #E6F7FF;
  width: 99999vw;
  height: 600px;
  border-bottom-right-radius: 500px;
  z-index: -1;
}
@media (max-width: 768px) {
  body.error404::before, body.blog::before, body.home::before {
    right: 0;
    border-bottom-right-radius: 0px;
  }
}
body.blog::before {
  background: #F2FBFF;
}
@media (max-width: 768px) {
  body.blog::before {
    content: none;
  }
}

#brx-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 40vw;
  background: #E6F7FF;
  width: 99999vw;
  height: 100%;
  border-top-right-radius: 400px;
  z-index: -1;
}
@media (max-width: 768px) {
  #brx-footer::before {
    right: 0;
    border-top-right-radius: 100px;
  }
}/*# sourceMappingURL=style.css.map */