/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.pwr-post-item:not(.pwr-post-item--1col) .pwr-post-item__title
Specificity: (0,3,0)
 {
    font-size: 28px!important;
    line-height: 1.2em!important;
    font-weight: 500!important;
}

/*Info boks - forsiden */
.boxed-message {
  background: #f5f8fe;
  border: 1px solid #ccd9e1;
  border-radius: 12px;
  padding: 24px;
  max-width: 560px;
  margin-top:40px;
}

.boxed-message h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.boxed-message p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.55;
}

.boxed-message p:last-child {
  margin-bottom: 0;
}
/*END - Info boks - forsiden */

/*Hover bokser med ikon - forsiden */
.technology-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.technology-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  padding: 24px;
  background: linear-gradient(145deg, #081b33 0%, #06162b 100%);
  border: 1px solid rgba(113, 143, 171, 0.28);
  border-radius: 12px;
  text-decoration: none;
  overflow: hidden;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.technology-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 125, 24, 0.12),
      transparent 34%
    );
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.technology-card:hover,
.technology-card:focus-visible {
  transform: translateY(-3px);
  border-color: #ff7a1a;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.technology-card:hover::before,
.technology-card:focus-visible::before {
  opacity: 1;
}

.technology-card.is-active {
  border-color: #ff7a1a;
}

.technology-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(255, 122, 26, 0.14);
  color: #ff7a1a;
  font-size: 22px;
  line-height: 1;
  transition:
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.technology-card:hover .technology-card__icon,
.technology-card:focus-visible .technology-card__icon {
  background: #ff7a1a;
  color: #06162b;
  transform: scale(1.04);
}

.technology-card__arrow {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(218, 228, 238, 0.62);
  font-size: 20px;
  line-height: 1;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.technology-card:hover .technology-card__arrow,
.technology-card:focus-visible .technology-card__arrow {
  color: #ff7a1a;
  transform: translate(3px, -3px);
}

.technology-card__content {
  position: relative;
  z-index: 1;
  margin-top: 28px;
}

.technology-card h3 {
  margin: 0 0 8px;
  color: #f3f7fb;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.technology-card h3 sup {
  font-size: 0.55em;
  vertical-align: super;
}

.technology-card p {
  margin: 0;
  color: rgba(218, 228, 238, 0.72);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .technology-grid {
    grid-template-columns: 1fr;
  }

  .technology-card {
    min-height: 150px;
    padding: 22px;
  }
}
/* END - Hover bokser med ikon - forsiden */

/* Anker pill box på applications */
.pill-nav {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
width: 100%;
}
.pill-nav__item {
  color:#fff;
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
width: auto !important;
height: auto !important;
min-width: 0 !important;
min-height: 38px;
max-width: max-content;
aspect-ratio: auto !important;
padding: 8px 18px;
margin-bottom: 10px;
border: 1px solid rgba(166, 190, 214, 0.35);
border-radius: 999px;
background: rgba(8, 27, 51, 0.82);
color: #e7eef7;
font-size: 15px;
line-height: 1.2;
font-weight: 500;
text-align: center;
text-decoration: none;
white-space: nowrap;
box-sizing: border-box;
transition:
background 180ms ease,
border-color 180ms ease,
color 180ms ease,
transform 180ms ease;
}

.pill-nav__item:hover,
.pill-nav__item:focus-visible {
background: rgba(255, 122, 26, 0.14);
border-color: #ff7a1a;
color: #ffffff;
transform: translateY(-1px);
}

.pill-nav__item:focus-visible {
outline: 2px solid #ff7a1a;
outline-offset: 3px;
}

@media (max-width: 760px) {
.pill-nav {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
width: 100%;
overflow-x: auto;
overflow-y: hidden;
padding-bottom: 8px;
scroll-snap-type: x proximity;
-webkit-overflow-scrolling: touch;
}

.pill-nav__item {
flex: 0 0 auto !important;
width: auto !important;
height: auto !important;
min-width: 0 !important;
min-height: 40px !important;
max-width: none;
aspect-ratio: auto !important;
padding: 9px 18px !important;
margin-bottom: 0;
border-radius: 999px;
font-size: 14px;
line-height: 1.2;
white-space: nowrap;
scroll-snap-align: start;
}

.pill-nav::-webkit-scrollbar {
height: 6px;
}

.pill-nav::-webkit-scrollbar-track {
background: transparent;
}

.pill-nav::-webkit-scrollbar-thumb {
background: rgba(166, 190, 214, 0.35);
border-radius: 999px;
}
}

/* END - Anker pill box på applications */


/*****************************************/
/* Video player    */
/*****************************************/
.pwr-sec-video__button {
    background-color: #e87722!important;
}
.pwr-sec-video__icon--as-button {
    color: #fff!important;
}

.link-box {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
width: 100%;
max-width: 330px;
min-height: 54px;
padding: 14px 18px;
background: #ffffff;
border: 1px solid #d5e0e8;
border-radius: 7px;
color: #051936;
text-decoration: none;
transition:
border-color 180ms ease,
box-shadow 180ms ease,
transform 180ms ease,
background 180ms ease;
}

.link-box__title {
font-size: 16px;
line-height: 1.3;
font-weight: 500;
}

.link-box__arrow {
flex: 0 0 auto;
color: #34495f;
font-size: 15px;
line-height: 1;
transition:
color 180ms ease,
transform 180ms ease;
}

.link-box:hover,
.link-box:focus-visible {
border-color: #ff7a1a;
box-shadow: 0 8px 22px rgba(5, 25, 54, 0.08);
transform: translateY(-1px);
}

.link-box:hover .link-box__arrow,
.link-box:focus-visible .link-box__arrow {
color: #ff7a1a;
transform: translate(2px, -2px);
}

.link-box:focus-visible {
outline: 2px solid #ff7a1a;
outline-offset: 3px;
}



.link-box-section .pwr-adc-content__button {
width: 100%;
max-width: 360px;
margin: 0;
}

.link-box-section .pwr-adc-content__button .cta_button {
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
width: 100% !important;
min-height: 54px;
padding: 14px 52px 14px 18px !important;
box-sizing: border-box !important;
background: #ffffff !important;
border: 1px solid #d5e0e8 !important;
border-radius: 7px !important;
color: #051936 !important;
font-size: 16px !important;
line-height: 1.3 !important;
font-weight: 500 !important;
text-align: left !important;
text-decoration: none !important;
white-space: normal !important;
box-shadow: none !important;
overflow: hidden;
}

.link-box-section .pwr-adc-content__button .cta_button::before {
display: none !important;
content: none !important;
}

.link-box-section .pwr-adc-content__button .cta_button::after {
content: "↗" !important;
position: absolute !important;
top: 50% !important;
right: 18px !important;
left: auto !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
display: block !important;
background: transparent !important;
border: 0 !important;
color: #34495f !important;
font-size: 15px !important;
line-height: 1.4 !important;
transform: translateY(-50%) !important;
transition:
color 180ms ease,
transform 180ms ease;
}

.link-box-section .pwr-adc-content__button .cta_button:hover,
.link-box-section .pwr-adc-content__button .cta_button:focus-visible {
border-color: #ff7a1a !important;
color: #051936 !important;
box-shadow: 0 8px 22px rgba(5, 25, 54, 0.08) !important;
transform: translateY(-1px);
}

.link-box-section .pwr-adc-content__button .cta_button:hover::after,
.link-box-section .pwr-adc-content__button .cta_button:focus-visible::after {
color: #ff7a1a !important;
transform: translateY(-50%) translate(2px, -2px) !important;
}

/*****************************************/
/* Form    */
/*****************************************/
.pwr-footer-subscribe__form .legal-consent-container {
    margin-top: -35px!important;
}
.hs-submit {
  margin-top: 10px!important;
}
.hs-form * {
    line-height: 15px !important;
}

.hs-menu-wrapper ul, .pwr--full-width .pwr-header__menu {
    min-width: 508px!important;
}

.pwr-author-profile {
    background-color: #fff !important;
    border-radius: 20px !important;
    display: table;
    margin-top: 20px !important;
    padding: 60px 60px 50px;
    width:100% !important;
}
.pwr-author-profile__info {
    width: 90% !important;
}

.pwr-toc-menu--overlay .toc-list {
  display: block; max-height: fit-content; overflow: clip; top: 0;
}

.pwr-bento-grid.pwr-adc .pwr--full-width {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*****************************************/
/* Animering av lenker for diagramseksjon    */
/*****************************************/

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(232, 119, 34, 0.6);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(232, 119, 34, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(232, 119, 34, 0);
  }
}

.Animated_Link .cta_button {
  margin-top:10px;
  animation: pulse 2s infinite;
  background-color: #e87722;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
  border: none;
}

.Animated_Link .cta_button:hover {
  background-color: #c55d15;
}

.body-wrapper [type=radio]:not(:checked)+span:after, .body-wrapper .pwr--dark [type=checkbox]+span:before, .body-wrapper .pwr-form.pwr--dark [type=checkbox]+span:before, #hs_cos_wrapper_dnd_area-module-1 .pwr--dark form input[type="email"] {
    background-color: rgb(255 255 255 / 30%) !important;
}