:root {
  --black: #222222;
  --white: #ffffff;
  --admin-toolbar-sidebar-width: 0px;
}

.d-none {
  display: none !important;
}

.highlight_card {
  position: relative;
  height: 100%;
  min-height: 216px;
  padding: 48px;
}
@media (max-width: 981px) {
  .highlight_card {
    padding: 72px 24px;
  }
}
@media (max-width: 900px) {
  .highlight_card {
    padding: 32px 32px;
  }
}
@media (max-width: 480px) {
  .highlight_card {
    padding: 32px 24px;
  }
}
.highlight_card.marine_blue * {
  color: #ffffff;
}
.highlight_card.marine_blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #212e3e;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.highlight_card.seaweed_green * {
  color: #ffffff;
}
.highlight_card.seaweed_green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #225e66;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.highlight_card.light_green * {
  color: #222222;
}
.highlight_card.light_green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #91afb3;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.highlight_card.light_grey * {
  color: #222222;
}
.highlight_card.light_grey::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #e6ebec;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.highlight_card.electric_green * {
  color: #222222;
}
.highlight_card.electric_green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #53ff75;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.highlight_card.violet_purple * {
  color: #ffffff;
}
.highlight_card.violet_purple::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #6d32ff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.highlight_card.dark-version * {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
}
.highlight_card.light-version * {
  color: #222222;
  font-family: "Mulish", sans-serif;
}
.highlight_card::after {
  width: 100% !important;
}
.highlight_card .media--type-image {
  height: 100%;
}
.highlight_card .field--name-field-media {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100% !important;
  overflow: hidden;
}
.highlight_card .field--name-field-media:after {
  position: absolute;
  top: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(33, 46, 62, 0.6);
  mix-blend-mode: multiply;
}
.highlight_card .field--name-field-media div {
  height: 100%;
}
.highlight_card .field--name-field-media img {
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.highlight_card .content_boxing {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.highlight_card .content_boxing * {
  text-align: center;
}
.highlight_card .content_boxing .cta_buttons_container {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  padding-top: 40px;
  justify-content: center;
  margin-top: auto;
}
.highlight_card .content_boxing .cta_buttons_container .cta_buttons_wrapper.double_cta {
  display: flex;
  gap: 16px 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.highlight_card .content_boxing .cta_buttons_container .cta_buttons_wrapper .field__item,
.highlight_card .content_boxing .cta_buttons_container .cta_buttons_wrapper .field__item .edp_button,
.highlight_card .content_boxing .cta_buttons_container .cta_buttons_wrapper .field__item .edp_button a {
  text-align: center;
  white-space: normal;
  width: fit-content;
  text-overflow: ellipsis;
}
@media (max-width: 900px) {
  .highlight_card .content_boxing .cta_buttons_container .cta_buttons_wrapper .field__item,
  .highlight_card .content_boxing .cta_buttons_container .cta_buttons_wrapper .field__item .edp_button,
  .highlight_card .content_boxing .cta_buttons_container .cta_buttons_wrapper .field__item .edp_button a {
    max-width: 100%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .highlight_card .content_boxing .cta_buttons_container .cta_buttons_wrapper .field__item,
  .highlight_card .content_boxing .cta_buttons_container .cta_buttons_wrapper .field__item .edp_button,
  .highlight_card .content_boxing .cta_buttons_container .cta_buttons_wrapper .field__item .edp_button a {
    width: 100%;
  }
}
.highlight_card .content_boxing .cta_buttons_container .cta_buttons_wrapper .field a {
  text-wrap: nowrap;
}
@media (max-width: 900px) {
  .highlight_card .content_boxing .cta_buttons_container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .highlight_card .content_boxing .cta_buttons_container {
    margin: 0;
  }
  .highlight_card .content_boxing .cta_buttons_container .cta_buttons_wrapper,
  .highlight_card .content_boxing .cta_buttons_container .cta_buttons_wrapper.double_cta {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .highlight_card .content_boxing .cta_buttons_container .field__item,
  .highlight_card .content_boxing .cta_buttons_container .field__item .edp_button,
  .highlight_card .content_boxing .cta_buttons_container .field__item .edp_button a {
    width: 100%;
  }
}
.highlight_card .content_boxing h3 {
  margin: 0;
}
@media (min-width: 768px) {
  .highlight_card .content_boxing h3 {
    margin-top: 0;
  }
}
.highlight_card .content_boxing .field--name-field-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .highlight_card .content_boxing .field--name-field-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
  }
}
.highlight_card .content_boxing .field--name-field-description {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
