@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: "И";
}

section.embed-code-grid {
  padding: 4.375rem 0;
}

section.embed-code-grid .embed-codes-grid-outer-wrapper {
  display: grid;
  grid-auto-flow: row;
}

@media screen and (max-width: 39.99875em) {
  section.embed-code-grid .embed-codes-grid-outer-wrapper {
    grid-template-columns: 100%;
  }
}
section.embed-code-grid h2 {
  font-weight: bold;
}

section.embed-code-grid .embed-code-wrapper {
  padding: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

section.embed-code-grid .embed-code-wrapper img {
  width: 100%;
  height: auto !important;
  border-radius: 1.25rem;
}

@media screen and (max-width: 39.99875em) {
  section.embed-code-grid .embed-code-wrapper img {
    width: 100% !important;
    max-width: 100%;
  }
}
@media screen and (min-width: 40em) {
  section.embed-code-grid .embed-code-wrapper img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 40em) {
  section.embed-code-grid.videos-per-row-two .embed-codes-grid-outer-wrapper {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (min-width: 40em) {
  section.embed-code-grid.videos-per-row-three .embed-codes-grid-outer-wrapper {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (min-width: 75em) {
  section.embed-code-grid.videos-per-row-three .embed-codes-grid-outer-wrapper {
    grid-template-columns: 33% 33% 33%;
  }
}
section.embed-code-grid + #webinar-signup-form {
  padding-top: 0;
  padding-bottom: 6.25rem;
}

section.embed-code-grid + #webinar-signup-form.hidden {
  display: none !important;
  position: absolute;
  top: -99999px;
  left: -99999px;
}
