@keyframes reanimate-underline-1px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@keyframes reanimate-underline-2px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 2px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 2px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 2px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 2px;
  }
}
@keyframes reanimate-underline-3px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 3px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 3px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 3px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 3px;
  }
}
@keyframes reanimate-underline-4px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 4px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 4px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 4px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 4px;
  }
}
@keyframes reanimate-underline-5px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 5px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 5px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 5px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 5px;
  }
}
/** Usage

    ```scss
      .lds { 
        @include ldsRingAnimation($foreground-color: #fff, $width: 2px, $size: 25px);
      }
    ```

    ```html
      <div class="lds">
        <div></div>
        <div></div>
        <div></div>
      </div>
    ```
 */
button[data-copy-url] {
  height: 23px;
  border: none;
  outline: none;
  padding: 0 0 0 24px;
  color: #005ad2;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  background: url(site/resources/icon-copy-link.7bc7a672.svg) no-repeat;
  background-size: 21px 23px;
  background-position: left center;
}

button[data-copy-url][data-icon-placement=right] {
  padding: 0 24px 0 0;
  background-position: right center;
}

button[data-copy-url][data-icon-placement=none] {
  padding: 0;
  background: none;
}

@keyframes reanimate-underline-1px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@keyframes reanimate-underline-2px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 2px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 2px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 2px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 2px;
  }
}
@keyframes reanimate-underline-3px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 3px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 3px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 3px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 3px;
  }
}
@keyframes reanimate-underline-4px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 4px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 4px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 4px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 4px;
  }
}
@keyframes reanimate-underline-5px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 5px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 5px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 5px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 5px;
  }
}
/** Usage

    ```scss
      .lds { 
        @include ldsRingAnimation($foreground-color: #fff, $width: 2px, $size: 25px);
      }
    ```

    ```html
      <div class="lds">
        <div></div>
        <div></div>
        <div></div>
      </div>
    ```
 */
.experience-fragment-link__modal > .container {
  max-width: 1312px;
  margin: 36px auto 0;
  padding-bottom: 44px;
  pointer-events: none;
}
.experience-fragment-link__modal > .container .isi {
  margin-bottom: 44px;
}
.experience-fragment-link__modal > .container .modal-content-wrapper {
  margin: 0 24px;
}
@media screen and (min-width: 500px) {
  .experience-fragment-link__modal > .container .modal-content-wrapper {
    margin: 0 56px;
  }
}
@media screen and (min-width: 1000px) {
  .experience-fragment-link__modal > .container .modal-content-wrapper {
    margin: 0 56px;
  }
}
.experience-fragment-link__modal > .container .modal-content-wrapper .modal-content {
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  overflow: auto;
  position: relative;
  pointer-events: all;
}
.experience-fragment-link__modal > .container .modal-content-wrapper .modal-content .loading-indicator {
  width: 50px;
  height: 50px;
  margin: 30px auto;
  border: 6px solid rgba(0, 0, 0, 0.5);
  border-left-color: rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  animation: rotate 1s linear infinite;
}
.experience-fragment-link__modal > .container .modal-content-wrapper .close {
  position: absolute;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  transition: transform 0.25s;
  top: 13px;
  right: 9px;
}
@media (hover: hover) {
  .experience-fragment-link__modal > .container .modal-content-wrapper .close:hover {
    transform: scale(1.1);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .experience-fragment-link__modal > .container .modal-content-wrapper .close:hover {
    transform: scale(1.1);
  }
}
.experience-fragment-link__modal > .container .modal-content-wrapper .close .icon {
  background: url(site/resources/close.87b32c12.svg) center/contain no-repeat;
  width: 23px;
  height: 23px;
}
@media screen and (min-width: 500px) {
  .experience-fragment-link__modal > .container .modal-content-wrapper .close {
    top: 19px;
    right: 15px;
  }
  .experience-fragment-link__modal > .container .modal-content-wrapper .close .icon {
    width: 29px;
    height: 29px;
  }
}

.text > div > .cmp-text {
  word-wrap: break-word;
}

.copy-url--share__field {
  position: fixed;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  color: transparent;
}
.copy-url--share__field ::selection,
.copy-url--share__field ::-moz-selection {
  background-color: transparent;
}

.copy-url--share__popup {
  display: flex;
  opacity: 0;
  transition: opacity 0.5s;
  color: #001965;
  width: 290px;
  height: 250px;
  position: absolute;
  background: #ffffff;
  box-shadow: 6px 12px 14px 0 rgba(0, 0, 0, 0.14);
  text-align: center;
  padding: 18px 58px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  z-index: 1710;
}
.copy-url--share__popup.visible {
  opacity: 1;
}
.copy-url--share__popup .copy-url--share__headline {
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #001965;
}
.copy-url--share__popup .copy-url--share__headline,
.copy-url--share__popup .copy-url--share__body {
  width: 100%;
}
.copy-url--share__popup .copy-url--share__icon {
  width: 40px;
  height: 44px;
  background: url(site/resources/icon-check-circle.f8547b9d.svg) center center no-repeat;
  background-size: contain;
  padding: 2px;
  margin-top: 0.5em;
}
