@charset "UTF-8";
.grid-x.align-center {
  justify-content: center;
}

/*
	@TODO: Add to theme: new division fix for updated sass package.
*/
/**==================================================================================================================================
BREAKPOINT
 ==================================================================================================================================*/
/**==================================================================================================================================
BREAKPOINT ENDS
==================================================================================================================================*/
span.edit-link {
  display: inline-block;
  background-color: yellow;
  font-weight: 600;
  position: fixed;
  left: 0;
  bottom: 3.125rem;
  transform: translateX(-45px);
  transition: all 0.2s;
}

span.edit-link a {
  display: block;
  padding: 0.9375rem;
}

span.edit-link:hover {
  transform: translateX(0);
}

@font-face {
  font-family: "icon";
  src: url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.eot?t=1777980396199"); /* IE9*/
  src: url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.eot?t=1777980396199#iefix") format("embedded-opentype"), url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.woff2?t=1777980396199") format("woff2"), url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.woff?t=1777980396199") format("woff"), url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.ttf?t=1777980396199") format("truetype"), url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.svg?t=1777980396199") format("svg");
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icon" !important;
  font-size: undefined;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-3pils::before {
  content: "А";
}

.icon-arrow-right::before {
  content: "Б";
}

.icon-avatar::before {
  content: "В";
}

.icon-close::before {
  content: "Г";
}

.icon-download::before {
  content: "Д";
}

.icon-globe::before {
  content: "Е";
}

.icon-pil-opp::before {
  content: "Ж";
}

.icon-plus::before {
  content: "З";
}

.icon-search::before {
  content: "И";
}

.block-section.shortcut-links {
  padding: 3.125rem 0 0 0 !important;
  overflow: visible;
  background: transparent !important;
  margin-bottom: 4.6875rem;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 39.99875em) {
  .block-section.shortcut-links p {
    font-size: 1.125rem;
  }
}
.block-section.shortcut-links.light-green-background .grid-container {
  background: radial-gradient(circle at 93% 10%, rgba(0, 150, 108, 0.35) 0%, transparent 35%), radial-gradient(circle at 3% 100%, rgba(0, 150, 108, 0.35) 0%, transparent 35%), #E0F1E8;
}

.block-section.shortcut-links .grid-container {
  padding: 3.125rem;
  height: 40rem;
  max-height: 40rem;
  overflow: hidden;
}

.block-section.shortcut-links .grid-container > .grid-x {
  height: 100%;
}

@media screen and (max-width: 63.9375em) {
  .block-section.shortcut-links .grid-container {
    padding: 1.875rem;
    height: auto;
    max-height: none;
    overflow: visible;
  }
  .block-section.shortcut-links .grid-container > .grid-x {
    height: auto;
  }
}
.block-section.shortcut-links .links {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.block-section.shortcut-links .links .links-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 100%;
  scrollbar-color: rgba(0, 150, 108, 0.8) rgba(0, 150, 108, 0.12);
  scrollbar-width: thin;
}

.block-section.shortcut-links .links .links-inner::-webkit-scrollbar {
  width: 0.125rem;
}

.block-section.shortcut-links .links .links-inner::-webkit-scrollbar-track {
  background: rgba(0, 150, 108, 0.12);
  border-radius: 62.4375rem;
}

.block-section.shortcut-links .links .links-inner::-webkit-scrollbar-thumb {
  background: rgba(0, 150, 108, 0.8);
  border-radius: 62.4375rem;
}

@media screen and (max-width: 63.9375em) {
  .block-section.shortcut-links .links {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    height: auto;
    overflow: visible;
    margin-top: 3.75rem;
  }
  .block-section.shortcut-links .links .links-inner {
    position: static;
    height: auto;
    max-height: none;
    min-height: 0;
    overflow-y: visible;
    transform: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .block-section.shortcut-links .links .links-inner {
    padding-right: 0.25rem;
  }
}
.block-section.shortcut-links .links .shortcut-item-anchor-link {
  display: block;
}

.block-section.shortcut-links .links .shortcut-item-anchor-link:hover .sl-text, .block-section.shortcut-links .links .shortcut-item-anchor-link:focus .sl-text {
  transform: translateY(-15px);
}

.block-section.shortcut-links .links .shortcut-item-anchor-link:hover .circle-with-arrow, .block-section.shortcut-links .links .shortcut-item-anchor-link:focus .circle-with-arrow {
  opacity: 1;
  right: 1.875rem;
  /* 	&:after {
  		top: rem-calc(10);
  	} */
}

@media screen and (max-width: 39.99875em) {
  .block-section.shortcut-links .links .shortcut-item-anchor-link:hover .sl-text, .block-section.shortcut-links .links .shortcut-item-anchor-link:focus .sl-text {
    transform: none;
  }
  .block-section.shortcut-links .links .shortcut-item-anchor-link:hover .circle-with-arrow, .block-section.shortcut-links .links .shortcut-item-anchor-link:focus .circle-with-arrow {
    right: 1.25rem;
  }
}
.block-section.shortcut-links .links .shortcut-item {
  border-radius: 0.625rem;
  background-color: #fff;
  padding: 1.5rem 1.875rem;
  margin-bottom: 1.875rem;
  position: relative;
}

.block-section.shortcut-links .links .shortcut-item .shortcut-item-inner {
  width: 100%;
  max-width: 27.5rem;
}

.block-section.shortcut-links .links .shortcut-link-title {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
}

.block-section.shortcut-links .links .sl-text {
  display: block;
  transition: all 0.3s ease-out;
  padding-top: 1rem;
  max-width: 90%;
}

@media screen and (max-width: 39.99875em) {
  .block-section.shortcut-links .links .sl-text {
    max-width: 100%;
  }
}
.block-section.shortcut-links .links .sl-text p {
  font-size: 1.125rem;
}

.block-section.shortcut-links .links .sl-text p:last-child {
  margin-bottom: 0;
}

.block-section.shortcut-links .links .shortcut-link {
  display: block;
  max-width: 31.75rem;
  padding: 1.625rem 1.875rem;
  font-weight: 500;
  background-color: #fff;
  border-radius: 0.625rem;
  transition: all 0.2s ease-out;
  margin-bottom: 1.125rem;
  width: 100%;
  float: right;
}

.block-section.shortcut-links .links .shortcut-link:hover, .block-section.shortcut-links .links .shortcut-link:focus {
  background-color: #fff;
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 39.99875em) {
  .block-section.shortcut-links .links .shortcut-link {
    float: none;
  }
}
.block-section.shortcut-links .links .circle-with-arrow {
  opacity: 1;
  position: absolute;
  right: 1.25rem;
  transition: all 0.5s ease-out;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 39.99875em) {
  .block-section.shortcut-links .links .circle-with-arrow {
    display: none;
  }
}
.block-section.shortcut-links .links .circle-with-arrow::after {
  left: 9%;
  top: 30%;
}

.block-section.shortcut-links .intro {
  display: flex;
  flex-flow: column;
  height: 100%;
}

@media screen and (max-width: 63.9375em) {
  .block-section.shortcut-links .intro {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.block-section.shortcut-links .intro .small-title {
  color: #00966C;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 81.1875em) {
  .block-section.shortcut-links .intro .section-title {
    margin-bottom: 0.5rem;
  }
  .block-section.shortcut-links .intro p {
    margin-bottom: 0.5rem;
  }
}
.block-section.shortcut-links .intro .intro-inner {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 80%;
}

@media screen and (max-width: 63.9375em) {
  .block-section.shortcut-links .intro .intro-inner {
    width: 100%;
  }
}
.block-section.shortcut-links .intro-image {
  width: 10.625rem;
  height: 10.625rem;
  flex: 0 0 10.625rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-top: auto;
}

@media screen and (max-width: 82em) {
  .block-section.shortcut-links .intro-image {
    width: 9.375rem;
    height: 9.375rem;
    flex-basis: 9.375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .block-section.shortcut-links .intro-image {
    margin-top: 2rem;
  }
}
.block-section.shortcut-links .intro p a,
.block-section.shortcut-links details a {
  color: #00966C;
  padding-bottom: 0.125rem;
  display: inline-block;
}

.block-section.shortcut-links .intro p a:after,
.block-section.shortcut-links details a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  transition: width 0.3s;
  background-color: #00966C;
}

.block-section.shortcut-links .intro p a:hover:after, .block-section.shortcut-links .intro p a.active:after,
.block-section.shortcut-links details a:hover:after,
.block-section.shortcut-links details a.active:after {
  width: 100%;
  animation: linegrow 0.4s ease 1;
}

.block-section.shortcut-links .intro p a.active:after,
.block-section.shortcut-links details a.active:after {
  width: 100% !important;
  animation: linegrow 0.4s ease 1;
}

.block-section.shortcut-links + .block-section {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
