.custom-html--sitecore .tr-primary-color {
  color: #aa19fe;
}
.custom-html--sitecore #js-acn-interactive-acceleration-root {
  max-width: 600px;
  margin: auto;
  /* min-height: 2800px; */
}
.custom-html--sitecore .first-grid-container {
  grid-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.custom-html--sitecore .first-grid-container,
.custom-html--sitecore .row-grid-container {
  display: grid;
  font-family: "Graphik Regular", "Arial", Sans-Serif;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  margin: 12px 0;
  position: relative;
  width: 100%;
}
.custom-html--sitecore .row-grid-container {
  grid-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}
.custom-html--sitecore .third-grid-container {
  grid-gap: 12px;
  display: grid;
  font-family: "Graphik Regular", "Arial", Sans-Serif;
  font-size: 1em;
  font-weight: 700;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: auto;
  margin: 12px 0;
  position: relative;
  width: 100%;
}
.custom-html--sitecore .leftBox {
  align-items: center;
  grid-column: span 2;
  grid-row: span 2;
  text-align: right;
}
.custom-html--sitecore .leftBox,
.custom-html--sitecore .rightTop {
  display: flex;
  position: relative;
}
.custom-html--sitecore .rightTop {
  align-items: flex-end;
  grid-column: span 1;
  grid-row: span 1;
}
.custom-html--sitecore .rightBottom {
  align-items: flex-start;
  grid-column: 3;
  grid-row: 2;
}
.custom-html--sitecore .itemRow,
.custom-html--sitecore .rightBottom,
.custom-html--sitecore .rightBox {
  display: flex;
  position: relative;
}
.custom-html--sitecore .rightBox {
  align-items: center;
  grid-column: span 2;
  grid-row: span 2;
  text-align: right;
}
.custom-html--sitecore .leftTop {
  align-items: flex-end;
  grid-column: span 1;
  grid-row: span 1;
}
.custom-html--sitecore .leftBottom,
.custom-html--sitecore .leftTop {
  display: flex;
  position: relative;
}
.custom-html--sitecore .leftBottom {
  align-items: flex-start;
  grid-column: 1;
  grid-row: 2;
}
.custom-html--sitecore .wrapper {
  align-items: center;
  background-color: #161616;
  display: flex;
  height: 400px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease;
  width: 100vw;
}
.custom-html--sitecore .contentWrapper {
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}
.custom-html--sitecore .item:hover .contentBackground {
  opacity: 0.9;
}
.custom-html--sitecore .item:hover .alphabet_background {
  background: transparent !important;
}
.custom-html--sitecore .contentBackground {
  background: #aa19fe;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.custom-html--sitecore .header_wrapper_titleName {
  font-size: 20px;
  font-family: "Graphik Semibold";
}
.custom-html--sitecore .header_wrapper_titleName.largeText {
  font-size: 32px;
  font-family: "Graphik Semibold";
}
.custom-html--sitecore .header_wrapper_subtitle {
  font-size: 16px;
  font-weight: 100;
  font-family: "Graphik Light", "Arial", Sans-Serif;
}
.custom-html--sitecore .header_wrapper_subtitle.largeText {
  font-size: 38px;
}
.custom-html--sitecore .contentWrapper:hover {
  opacity: 1;
  z-index: 1;
}
.custom-html--sitecore .contentWrapper:hover .cta-more-box {
  width: 105%;
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .wrapper {
    height: 700px;
  }
}
.custom-html--sitecore .content {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1024px;
  padding: 250px 4% 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .content {
    flex-direction: column;
    padding-top: 300px;
  }
}
.custom-html--sitecore .card {
  border: 2px solid rgba(7, 7, 7, 0.12);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  flex-direction: column;
  font-size: 16px;
  height: 250px;
  position: relative;
  transition: all 0.3s ease;
}
.custom-html--sitecore .card,
.custom-html--sitecore .icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
.custom-html--sitecore .card .title,
.custom-html--sitecore .icon {
  color: #fff;
  width: 100%;
}
.custom-html--sitecore .card .title {
  font-weight: 600;
  letter-spacing: 4px;
  margin: 30px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.custom-html--sitecore .card .text {
  color: #fff;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 2px;
  margin: 20px auto 0;
  max-height: 0;
  opacity: 1;
  text-align: center;
  transition: all 0.3s ease;
  width: 80%;
}
.custom-html--sitecore .item {
  overflow: hidden;
}
.custom-html--sitecore .backgroundImg {
  min-width: 110%;
  margin-top: -2%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  pointer-events: none;
  position: relative;
}
.custom-html--sitecore .backgroundImg:hover {
  opacity: 0;
}
.custom-html--sitecore .alphabet {
  align-items: center;
  color: #fff !important;
  display: flex;
  font-family: "Graphik Regular", "Arial", Sans-Serif;
  font-size: 25px;
  font-weight: 500;
  height: 25%;
  justify-content: center;
  right: 0 !important;
  left: auto !important;
  padding: 0 15px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s;
  width: 25%;
  z-index: 1 !important;
  max-height: 50px;
  max-width: 50px;
  border-radius: 0px 0px 0px 15px;
}
.custom-html--sitecore .alphabet.bigTile {
  font-family: "Graphik Regular", "Arial", Sans-Serif;
  font-size: 45px;
  height: 20%;
  width: 20%;
  max-width: 65px;
  max-height: 65px;
}
.custom-html--sitecore .alphabet_background {
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.custom-html--sitecore .contentWrapper .tags {
  color: #fff;
  padding: 15px 15px 15px 40%;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  word-break: break-word;
  font-family: "Graphik Light", "Arial", Sans-Serif;
  line-height: 1.25;
  font-size: 11px;
}
.custom-html--sitecore .contentWrapper .tra-link {
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
  cursor: pointer;
  text-align: left;
}
.custom-html--sitecore .tra-link {
  bottom: 5px;
  left: 15px;
  position: absolute;
  white-space: nowrap;
}
.custom-html--sitecore .tra-link .cta-more {
  margin-top: 100%;
  pointer-events: none;
}
.custom-html--sitecore .tra-link .cta-more-label {
  font-size: 14px !important;
  line-height: 1.6;
}
.custom-html--sitecore .contentWrapper .header_wrapper {
  color: #fff;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
  padding-right: 10px;
}
.custom-html--sitecore .contentWrapper:hover .info {
  height: 90%;
}
.custom-html--sitecore .contentWrapper:hover .text {
  max-height: 40px;
  opacity: 1;
  transition: all 0.3s ease;
}
.custom-html--sitecore .modal {
  /* background-color: #000;*/
  /* background-color: rgba(0, 0, 0, 0.8); */
  display: none;
  font-family: "Graphik Regular", "Arial", Sans-Serif;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.custom-html--sitecore .showModal {
  display: block;
}
.custom-html--sitecore .hideModal {
  display: none;
}
.custom-html--sitecore .modal-content {
  background-color: #fefefe;
  font-family: "Graphik Regular", "Arial", Sans-Serif;
  margin: 15px auto ;
  max-width: 1920px;
  position: relative;
  width: calc(100% - 30px);
  line-height: 1.2;
  font-size: 14px;
  padding-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
  border: none;
  max-width: 1300px;
  min-height: 100vh;
  border-radius: 8px 8px 0px 0px;
}
@media (min-width: 849px) {
  .custom-html--sitecore .modal-content {
    width: 80%;
    margin-top: 50px;
  }
}
.custom-html--sitecore .modal-content header {
  height: 340px;
  overflow: hidden;
  position: relative;
}
.custom-html--sitecore .modal-content header img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.custom-html--sitecore .modal-content main {
  padding: 0 6%;
}
.custom-html--sitecore .modal-content div,
.custom-html--sitecore .modal-content p {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Graphik Light";
}
.custom-html--sitecore .modal-content h1,
.custom-html--sitecore .modal-content h3 {
  font-family: "Graphik Light";
}
.custom-html--sitecore .modal-content h3 {
  font-size: 32px;
}
.custom-html--sitecore .modal-content h1 {
  font-size: 42px;
}
@media screen and (min-width: 980px) {
  .custom-html--sitecore .flex-row {
    align-items: flex-end;
    display: flex;
  }
}
.custom-html--sitecore .modal-tag-wrapper {
  position: absolute;
  z-index: 99;
  right: 7px;
  bottom: 15px;
  display: none;
}
.custom-html--sitecore .modal-tag-wrapper span {
  font-family: "Graphik Regular";
  font-size: 16px;
  color: #004DFF;
  background: #FFFFFF;
  border: 0.25px solid #EBEBEB;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  margin-right: 7px;
}
.custom-html--sitecore .tra-tag {
  border-radius: 3px;
  box-shadow: 0 3px 4px #d2cbcb;
  color: #306eff;
  display: inline-block;
  font-size: 11px;
  margin-bottom: 4px;
  margin-right: 15px;
  min-width: 60px;
  padding: 1px 7px;
  text-align: center;
}
.custom-html--sitecore .modal-img {
  width: 100%;
}
.custom-html--sitecore .modal-avatar {
  border-radius: 50%;
  height: 200px;
  margin-top: -100px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 200px;
}
.custom-html--sitecore #tr-see-more-button,
.custom-html--sitecore #tr-see-less-button {
  font-size: 14px;
}
.custom-html--sitecore .footer {
  margin: 30px 0 0 !important;
  padding: 0 !important;
}
.custom-html--sitecore .modal-footer-link {
  color: #306eff;
}
.custom-html--sitecore .modal-footer-link a {
  font-size: 14px;
}
.custom-html--sitecore .modal-footer-link-wrapper h4 {
  line-height: 1.2em;
  padding: 0;
  font-family: "Graphik Light";
  font-weight: 300;
  color: #000;
  font-size: 24px;
  margin: 0 0 15px 0;
}
.custom-html--sitecore .modal-footer-link-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom-html--sitecore .modal-footer-link-header-wrap {
  padding-bottom: 10px;
}
.custom-html--sitecore .modal-close-button {
  background: transparent;
  border: none;
  color: #aaa;
  font-size: 28px;
  font-weight: 700;
  margin: 9px;
  position: absolute;
  right: -20px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .modal-close-button {
    right: -12px !important;
  }
}
@media (min-width: 849px) {
  .custom-html--sitecore .modal-close-button {
    right: 15px;
    top: 10px;
  }
}
.custom-html--sitecore .close:focus,
.custom-html--sitecore .close:hover {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.custom-html--sitecore strong {
  font-weight: 700;
}
.custom-html--sitecore .seeMoreArea {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.custom-html--sitecore .seeMoreArea button {
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-html--sitecore .seeMoreArea a {
  align-items: center;
  color: #306eff !important;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
}
.custom-html--sitecore .seeMoreArea a:hover svg {
  margin-top: 12px !important;
}
.custom-html--sitecore .tr-seemoreless-icon {
  margin-top: 10px;
}
.custom-html--sitecore .tr-link-circle-path {
  fill: #fff;
  left: 18px;
  position: absolute;
  top: 1px;
}
.custom-html--sitecore .tr-link-box {
  align-items: center;
  bottom: 5px;
  display: flex;
  left: 15px;
  pointer-events: none;
  position: absolute;
  font-size: 16px;
  font-family: "Graphik Regular";
}
.custom-html--sitecore .tr-link-wrapper {
  padding-right: 21px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
}
.custom-html--sitecore .alphabet.light {
  font-family: "Graphik Light";
}
.custom-html--sitecore .alphabet.regular {
  font-family: "Graphik Light";
  font-weight: 900;
}
.custom-html--sitecore .alphabet.bold {
  font-family: "Graphik Regular";
}
.custom-html--sitecore .alphabet.italics {
  font-style: italic;
  letter-spacing: 10px;
}
.custom-html--sitecore .tags-col p {
  text-align: right;
}
.custom-html--sitecore .tags-col h4 {
  font-family: "Graphik Light";
  font-size: 24px;
}
@media screen and (max-width: 720px) {
  .custom-html--sitecore .alphabet,
  .custom-html--sitecore .alphabet.bigTile {
    font-size: 30px;
  }
  .custom-html--sitecore .contentWrapper .tags {
    display: none;
  }
  .custom-html--sitecore .header_wrapper_titleName {
    font-size: 18px;
  }
  .custom-html--sitecore .header_wrapper_subtitle {
    font-size: 12px;
  }
  .custom-html--sitecore .tr-link-box {
    font-size: 15px;
    bottom: 15px;
  }
  .custom-html--sitecore .header_wrapper_titleName.largeText {
    font-size: 28px;
  }
  .custom-html--sitecore .header_wrapper_subtitle.largeText {
    font-size: 32px;
    max-width: 100%;
  }
  .custom-html--sitecore .tra-link .cta-more-label {
    font-size: 13px !important;
    line-height: 1.65;
    margin-left: 50px;
  }
}
@media screen and (max-width: 550px) {
  .custom-html--sitecore .backgroundImg {
    width: 100%;
    height: auto;
  }
  .custom-html--sitecore .contentWrapper .tags {
    display: block;
    font-size: 14px;
  }
  .custom-html--sitecore .first-grid-container,
  .custom-html--sitecore .row-grid-container,
  .custom-html--sitecore .third-grid-container {
    display: flex !important;
    flex-wrap: wrap;
  }
  .custom-html--sitecore .item {
    width: 100% !important;
    max-width: 400px;
    margin: auto;
  }
  .custom-html--sitecore .header_wrapper_titleName,
  .custom-html--sitecore .header_wrapper_titleName.largeText {
    font-size: 25px;
  }
  .custom-html--sitecore .header_wrapper_subtitle,
  .custom-html--sitecore .header_wrapper_subtitle.largeText {
    font-size: 18px;
  }
  .custom-html--sitecore .modal-content header {
    height: 200px;
  }
  .custom-html--sitecore .modal-avatar {
    height: 160px;
    width: 160px;
    margin-top: -100px;
  }
  .custom-html--sitecore .tr-link-box {
    font-size: 16px;
  }
  .custom-html--sitecore .third-grid-container .item:last-child {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 433px;
  }
  .custom-html--sitecore .third-grid-container .item:nth-child(2) {
    margin-top: 440px;
  }
}
@media screen and (max-width: 450px) {
  .custom-html--sitecore .third-grid-container .item:last-child {
    height: 97vw;
  }
  .custom-html--sitecore .third-grid-container .item:nth-child(2) {
    margin-top: 100vw;
  }
}
.custom-html--sitecore .pa-0 {
  padding: 0 !important;
}
.custom-html--sitecore .pa-3 {
  padding: 30px;
}
.custom-html--sitecore .pb-0 {
  padding-bottom: 0;
}
.custom-html--sitecore .modal-content iframe {
  width: calc(100% + 1px);
  border: none;
  margin-bottom: -5px;
  overflow: hidden;
  min-height: 100px;
}
.custom-html--sitecore .iframe-modal {
  padding: 0;
  margin-bottom: 50px;
}
.stopScroll {
  overflow: hidden;
}
body.stopScroll:after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1047;
}
@media only screen and (max-width: 1024px) {
  .custom-html--sitecore .scrollmagic-pin-spacer {
    display: none !important;
  }
}
.custom-html--sitecore .map__modals .item.itemRow {
  height: 305px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  overflow: visible;
}
.custom-html--sitecore .item-front {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.custom-html--sitecore .item-front-top {
  height: 52%;
  position: relative;
  width: 100%;
  padding: 20px;
}
.custom-html--sitecore .item-front-bottom {
  position: relative;
  height: 55%;
  width: 100%;
  overflow: hidden;
}
.custom-html--sitecore .profile-content {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: auto;
}
.custom-html--sitecore img.profile-img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.custom-html--sitecore span.profile-name {
  position: absolute;
  left: 50px;
  font-size: 1.1em;
  font-weight: 500;
  font-family: "Graphik Medium", "Arial", sans-serif;
}
.custom-html--sitecore [data-card-detail="Catharina"] span.profile-name {
  line-height: 1.1em;
  padding-top: 3px;
}
.custom-html--sitecore span.profile-location {
  /*position: absolute;*/
  /*left: 50px;*/
  /*top: 1.2em;*/
  font-size: 1em;
  color: #737373;
  font-weight: 400;
  font-family: "Graphik", "Graphik Web", Arial, sans-serif;
}
.custom-html--sitecore .title-content {
  position: absolute;
  bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 270px;
  left: 20px;
}
.custom-html--sitecore .item-front-bottom img {
  width: 110%;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
.custom-html--sitecore .title-content span.title {
  font-family: "Graphik", "Graphik Web", Arial, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}
.custom-html--sitecore .item-hidden {
  position: absolute;
  /* display: none; */
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}
.custom-html--sitecore .item-hidden.hovered {
  transform: translate(-50%, -50%) scale(1.025);
  transition: opacity 0.3s ease, transform 0.5s ease-in-out;
  opacity: 1;
  z-index: 2;
}
.custom-html--sitecore .item-hidden-top {
  height: 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.custom-html--sitecore .item-hidden-bottom {
  height: 50%;
  position: relative;
  padding: 15px 20px 10px 20px;
  color: #fff;
}
.custom-html--sitecore .item.jeff .item-hidden-bottom .title,
.custom-html--sitecore .item.jeff .item-hidden-bottom .description,
.custom-html--sitecore .item.jeff .item-hidden-bottom .popup-cta-label,
.custom-html--sitecore .item.jeff .item-hidden-bottom svg * {
  color: black;
  fill: black;
}
.custom-html--sitecore .item .item-front-top span.popup-cta.mobile-only {
  display: none;
}
@media (max-width: 992px) {
  .custom-html--sitecore .item .item-front-top {
    height: 57%;
  }
  .custom-html--sitecore .item .item-front-top .title-content {
    bottom: 29px;
  }
  .custom-html--sitecore .item .item-front-top span.popup-cta.mobile-only {
    font-family: "Graphik Medium", "Arial", sans-serif;
    position: absolute;
    bottom: 2px;
    color: #004DFF;
    font-size: 19px;
    display: inline-block;
  }
  .custom-html--sitecore span.popup-cta.mobile-only svg.arrow {
    position: relative;
    left: -9px;
    top: -2px;
  }
}
.custom-html--sitecore .popup-vid {
  position: absolute;
  max-width: 390px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
}
@media (min-width: 780px) and (max-width: 1400px) {
  .custom-html--sitecore video.popup-vid {
    width: 100%;
    max-width: 100%;
  }
}
.custom-html--sitecore p.title {
  margin-bottom: 10px;
  font-family: "Graphik", "Graphik Web", Arial, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  text-align: left;
}
.custom-html--sitecore p.description {
  margin-bottom: 10px;
  font-family: "Graphik Light", "Arial", Sans-Serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-align: left;
}
.custom-html--sitecore a.popup-cta {
  color: #fff !important;
  position: relative;
  font-family: Graphik;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
}
.custom-html--sitecore a.popup-cta svg.vector {
  position: absolute;
  top: 4px;
  right: -21px;
  height: 15px;
  width: 15px;
}
.custom-html--sitecore a.popup-cta svg.arrow {
  position: absolute;
  top: 4px;
  right: -21px;
  height: 8px;
  width: 8px;
  transition: all 0.4s ease;
}
.custom-html--sitecore a.popup-cta:hover svg.arrow {
  top: 2px;
  right: -23px;
}
.custom-html--sitecore .item svg.vector {
  position: relative;
  top: 4px;
  margin-left: 10px;
}
.custom-html--sitecore .item svg.arrow {
  position: relative;
  left: -13px;
  top: -6px;
  transition: left 0.2s, top 0.2s;
  transition-timing-function: linear;
  transition-delay: 600ms;
}
.custom-html--sitecore .item .hovered svg.arrow {
  left: -11px;
  top: -8px;
}
