@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=1779278303587"); /* IE9*/
  src: url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.eot?t=1779278303587#iefix") format("embedded-opentype"), url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.woff2?t=1779278303587") format("woff2"), url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.woff?t=1779278303587") format("woff"), url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.ttf?t=1779278303587") format("truetype"), url("/wp-content/themes/addovation2026/dist/fonts/icons/icon.svg?t=1779278303587") 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.globe-features-wrapper {
  overflow: visible;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 39.99875em) {
  .block-section.globe-features-wrapper {
    padding: 5rem 0;
    min-height: auto;
  }
}
.block-section.globe-features-wrapper .title-container {
  width: 96%;
  margin: 0 auto 1.875rem;
}

.block-section.globe-features-wrapper .grid-container {
  position: relative;
  height: 46.875rem;
  background-color: #FDFDFD;
  overflow: hidden;
  border-radius: 0.625rem;
}

.block-section.globe-features-wrapper .grid-container::before {
  content: "";
  position: absolute;
  width: 36.625rem;
  height: 33.5625rem;
  top: -5.125rem;
  left: -7.3125rem;
  background: linear-gradient(180deg, #D9D9D9 0%, #2CFFC3 100%);
  border-radius: 50%;
  filter: blur(84px);
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

.block-section.globe-features-wrapper .grid-container::after {
  content: "";
  position: absolute;
  width: 40.1875rem;
  height: 39.75rem;
  bottom: -15rem;
  right: -12.5rem;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.51) 0%, rgba(44, 255, 195, 0.51) 100%);
  backdrop-filter: blur(11.4499998093px);
  border-radius: 50%;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.block-section.globe-features-wrapper .globe-container {
  position: relative;
  width: 100%;
  max-width: 102.8125rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.block-section.globe-features-wrapper .globe-container::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%) rotate(-45deg);
  background: radial-gradient(ellipse 50% 45% at 50% 50%, rgba(77, 113, 103, 0.16) 0%, rgba(248, 247, 247, 0.3) 100%);
  pointer-events: none;
  z-index: 0;
}

@media screen and (max-width: 39.99875em) {
  .block-section.globe-features-wrapper .globe-container {
    flex-direction: column;
  }
}
.block-section.globe-features-wrapper .globe-image-wrapper {
  width: 37.5rem;
  height: 37.5rem;
  position: relative;
  z-index: 2;
  min-width: 22.5rem;
}

.block-section.globe-features-wrapper .globe-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: float-globe 8s ease-in-out infinite;
  filter: drop-shadow(0 0 30px rgba(44, 255, 195, 0.15));
}

@media screen and (max-width: 87.5em) {
  .block-section.globe-features-wrapper .globe-image-wrapper {
    width: 36vw;
    height: auto;
  }
}
@media screen and (max-width: 39.99875em) {
  .block-section.globe-features-wrapper .globe-image-wrapper {
    width: 17.5rem;
    height: 17.5rem;
    margin-bottom: 3.75rem;
  }
}
.block-section.globe-features-wrapper .feature-callout {
  position: absolute;
  width: 17.5rem;
  z-index: 3;
  transition: transform 0.3s ease;
}

.block-section.globe-features-wrapper .feature-callout:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 39.99875em) {
  .block-section.globe-features-wrapper .feature-callout {
    position: relative;
    width: 100%;
    margin-bottom: 2.5rem;
    text-align: center !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    padding: 0 1.25rem;
  }
  .block-section.globe-features-wrapper .feature-callout:last-child {
    margin-bottom: 0;
  }
}
.block-section.globe-features-wrapper .feature-callout .feature-title {
  font-size: 1.375rem;
  font-weight: 300;
  margin-bottom: 0.9375rem;
  color: #333A42;
  line-height: 1.2;
}

.block-section.globe-features-wrapper .feature-callout .feature-desc {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #333A42;
  opacity: 0.8;
  font-weight: 300;
}

.block-section.globe-features-wrapper .feature-callout .connector-line {
  position: absolute;
  pointer-events: none;
}

@media screen and (max-width: 39.99875em) {
  .block-section.globe-features-wrapper .feature-callout .connector-line {
    display: none;
  }
}
.block-section.globe-features-wrapper .feature-callout .connector-line::after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #00966C;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 93.6875em) {
  .block-section.globe-features-wrapper .feature-callout .connector-line {
    transform: scale(0.8);
  }
}
.block-section.globe-features-wrapper .feature-callout.top-left {
  top: 14.375rem;
  left: 8.125rem;
  text-align: right;
}

@media screen and (max-width: 106.25em) {
  .block-section.globe-features-wrapper .feature-callout.top-left {
    left: 6.25rem;
  }
}
@media screen and (max-width: 95.625em) {
  .block-section.globe-features-wrapper .feature-callout.top-left {
    left: 2.5rem;
  }
}
@media screen and (max-width: 95.625em) {
  .block-section.globe-features-wrapper .feature-callout.top-left {
    left: 0;
  }
}
.block-section.globe-features-wrapper .feature-callout.top-left .connector-line {
  top: -3.125rem;
  right: -15.625rem;
}

.block-section.globe-features-wrapper .feature-callout.top-left .connector-line::after {
  right: 2.1875rem;
  top: 2.5rem;
}

.block-section.globe-features-wrapper .feature-callout.bottom-left {
  bottom: 8.125rem;
  left: 8.75rem;
  text-align: right;
}

@media screen and (max-width: 106.25em) {
  .block-section.globe-features-wrapper .feature-callout.bottom-left {
    left: 6.25rem;
  }
}
@media screen and (max-width: 95.625em) {
  .block-section.globe-features-wrapper .feature-callout.bottom-left {
    left: 2.5rem;
  }
}
@media screen and (max-width: 87.5em) {
  .block-section.globe-features-wrapper .feature-callout.bottom-left {
    left: 0;
  }
}
.block-section.globe-features-wrapper .feature-callout.bottom-left .connector-line {
  top: 2.3125rem;
  right: -20rem;
}

.block-section.globe-features-wrapper .feature-callout.bottom-left .connector-line::after {
  right: 134px;
  top: 0px;
}

.block-section.globe-features-wrapper .feature-callout.top-right {
  top: 3.75rem;
  right: 10rem;
  text-align: left;
}

@media screen and (max-width: 106.25em) {
  .block-section.globe-features-wrapper .feature-callout.top-right {
    right: 6.25rem;
  }
}
@media screen and (max-width: 95.625em) {
  .block-section.globe-features-wrapper .feature-callout.top-right {
    right: 2.5rem;
  }
}
@media screen and (max-width: 87.5em) {
  .block-section.globe-features-wrapper .feature-callout.top-right {
    right: 0;
  }
}
.block-section.globe-features-wrapper .feature-callout.top-right .connector-line {
  top: 1.25rem;
  left: -15.625rem;
}

.block-section.globe-features-wrapper .feature-callout.top-right .connector-line::after {
  left: 56px;
  top: 110px;
}

.block-section.globe-features-wrapper .feature-callout.bottom-right {
  bottom: 17.5rem;
  right: 8.75rem;
  text-align: left;
}

@media screen and (max-width: 106.25em) {
  .block-section.globe-features-wrapper .feature-callout.bottom-right {
    right: 6.25rem;
  }
}
@media screen and (max-width: 95.625em) {
  .block-section.globe-features-wrapper .feature-callout.bottom-right {
    right: 2.5rem;
  }
}
@media screen and (max-width: 87.5em) {
  .block-section.globe-features-wrapper .feature-callout.bottom-right {
    right: 0;
  }
}
.block-section.globe-features-wrapper .feature-callout.bottom-right .connector-line {
  top: -0.625rem;
  left: -15rem;
}

.block-section.globe-features-wrapper .feature-callout.bottom-right .connector-line::after {
  left: 55px;
  top: 80px;
}

@keyframes float-globe {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(2deg);
  }
}
.globe-features-wrapper .connector-line::after {
  box-shadow: 0 0 0 rgba(44, 255, 195, 0.4);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.globe-features-wrapper .connector-line polyline {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}

.globe-features-wrapper.aos-animate .feature-callout:nth-child(1) .connector-line polyline {
  animation: lineGrowForward 3s linear 1s forwards;
}

.globe-features-wrapper.aos-animate .feature-callout:nth-child(2) .connector-line polyline {
  animation: lineGrowForward 3s linear 2.5s forwards;
}

.globe-features-wrapper.aos-animate .feature-callout:nth-child(3) .connector-line polyline {
  animation: lineGrowReverse 3s linear 1.5s forwards;
}

.globe-features-wrapper.aos-animate .feature-callout:nth-child(4) .connector-line polyline {
  animation: lineGrowReverse 3s linear 3s forwards;
}

.globe-features-wrapper.aos-animate .feature-callout:nth-child(1) .connector-line::after {
  animation: dotFadeIn 0.6s ease 2.2s forwards, pulse-dot 2s 3.1s infinite;
}

.globe-features-wrapper.aos-animate .feature-callout:nth-child(2) .connector-line::after {
  animation: dotFadeIn 0.6s ease 3.4s forwards, pulse-dot 2s 3.9s infinite;
}

.globe-features-wrapper.aos-animate .feature-callout:nth-child(3) .connector-line::after {
  animation: dotFadeIn 0.6s ease 4.8s forwards, pulse-dot 2s 4.8s infinite;
}

.globe-features-wrapper.aos-animate .feature-callout:nth-child(4) .connector-line::after {
  animation: dotFadeIn 0.6s ease 6.4s forwards, pulse-dot 2s 5.6s infinite;
}

@keyframes lineGrowForward {
  from {
    stroke-dashoffset: 600;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes lineGrowReverse {
  from {
    stroke-dashoffset: -600;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dotFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50%) scale(0);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
@keyframes pulse-dot {
  0% {
    box-shadow: 0 0 0 0 rgba(44, 255, 195, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(44, 255, 195, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(44, 255, 195, 0);
  }
}
