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

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

.tab_bar {
  position: relative;
  padding-bottom: 0.1px !important;
}
.tab_bar.marine_blue::after, .tab_bar.dark-version::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;
}
.tab_bar.marine_blue.vertical_tabs .tab_control::after, .tab_bar.dark-version.vertical_tabs .tab_control::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #212e3e;
  z-index: 0;
}
.tab_bar.marine_blue .tab_control .button_zone, .tab_bar.dark-version .tab_control .button_zone {
  border-color: #90a5a8;
}
.tab_bar.marine_blue .tab_control .tab_button, .tab_bar.dark-version .tab_control .tab_button {
  color: #ffffff;
}
.tab_bar.marine_blue .tab_control .tab_button .field--name-field-media-svg svg path, .tab_bar.dark-version .tab_control .tab_button .field--name-field-media-svg svg path {
  fill: #ffffff;
}
.tab_bar.marine_blue .tab_control .tab_button::before, .tab_bar.dark-version .tab_control .tab_button::before {
  border-color: #becacc;
}
.tab_bar.marine_blue .tab_control .tab_button:hover, .tab_bar.dark-version .tab_control .tab_button:hover {
  z-index: 2;
}
.tab_bar.marine_blue .tab_control .tab_button:hover::before, .tab_bar.dark-version .tab_control .tab_button:hover::before {
  border-bottom: 3px solid #28ff52;
}
@media (min-width: 768px) {
  .tab_bar.marine_blue .tab_control .tab_button:focus-visible, .tab_bar.dark-version .tab_control .tab_button:focus-visible {
    z-index: 2;
    border-color: #28ff52;
  }
}
.tab_bar.marine_blue .tab_control .tab_button.active, .tab_bar.dark-version .tab_control .tab_button.active {
  z-index: 2;
}
.tab_bar.marine_blue .tab_control .tab_button.active::before, .tab_bar.dark-version .tab_control .tab_button.active::before {
  border-bottom: 3px solid #28ff52;
}
.tab_bar.marine_blue .tab_control .slick-arrow,
.tab_bar.marine_blue .tab_control .flickity-button,
.tab_bar.marine_blue .tab_control .open_button,
.tab_bar.marine_blue .tab_control .close_button, .tab_bar.dark-version .tab_control .slick-arrow,
.tab_bar.dark-version .tab_control .flickity-button,
.tab_bar.dark-version .tab_control .open_button,
.tab_bar.dark-version .tab_control .close_button {
  color: #ffffff;
}
.tab_bar.marine_blue .tab_control .slick-arrow:hover,
.tab_bar.marine_blue .tab_control .flickity-button:hover,
.tab_bar.marine_blue .tab_control .open_button:hover,
.tab_bar.marine_blue .tab_control .close_button:hover, .tab_bar.dark-version .tab_control .slick-arrow:hover,
.tab_bar.dark-version .tab_control .flickity-button:hover,
.tab_bar.dark-version .tab_control .open_button:hover,
.tab_bar.dark-version .tab_control .close_button:hover {
  cursor: pointer;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .tab_bar.marine_blue .tab_control .slick-arrow:hover,
  .tab_bar.marine_blue .tab_control .flickity-button:hover,
  .tab_bar.marine_blue .tab_control .open_button:hover,
  .tab_bar.marine_blue .tab_control .close_button:hover, .tab_bar.dark-version .tab_control .slick-arrow:hover,
  .tab_bar.dark-version .tab_control .flickity-button:hover,
  .tab_bar.dark-version .tab_control .open_button:hover,
  .tab_bar.dark-version .tab_control .close_button:hover {
    background-color: transparent;
  }
}
.tab_bar.marine_blue .tab_control .slick-arrow:focus,
.tab_bar.marine_blue .tab_control .flickity-button:focus,
.tab_bar.marine_blue .tab_control .open_button:focus,
.tab_bar.marine_blue .tab_control .close_button:focus, .tab_bar.dark-version .tab_control .slick-arrow:focus,
.tab_bar.dark-version .tab_control .flickity-button:focus,
.tab_bar.dark-version .tab_control .open_button:focus,
.tab_bar.dark-version .tab_control .close_button:focus {
  box-shadow: none;
  outline: none;
}
.tab_bar.marine_blue .tab_control .slick-arrow:focus-visible,
.tab_bar.marine_blue .tab_control .flickity-button:focus-visible,
.tab_bar.marine_blue .tab_control .open_button:focus-visible,
.tab_bar.marine_blue .tab_control .close_button:focus-visible, .tab_bar.dark-version .tab_control .slick-arrow:focus-visible,
.tab_bar.dark-version .tab_control .flickity-button:focus-visible,
.tab_bar.dark-version .tab_control .open_button:focus-visible,
.tab_bar.dark-version .tab_control .close_button:focus-visible {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  outline: 3px solid #28ff52;
  outline-offset: 3px;
}
.tab_bar.marine_blue .tab_control .slick-arrow:active,
.tab_bar.marine_blue .tab_control .flickity-button:active,
.tab_bar.marine_blue .tab_control .open_button:active,
.tab_bar.marine_blue .tab_control .close_button:active, .tab_bar.dark-version .tab_control .slick-arrow:active,
.tab_bar.dark-version .tab_control .flickity-button:active,
.tab_bar.dark-version .tab_control .open_button:active,
.tab_bar.dark-version .tab_control .close_button:active {
  color: #becacc;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.tab_bar.marine_blue .tab_control .slick-arrow:active:hover,
.tab_bar.marine_blue .tab_control .flickity-button:active:hover,
.tab_bar.marine_blue .tab_control .open_button:active:hover,
.tab_bar.marine_blue .tab_control .close_button:active:hover, .tab_bar.dark-version .tab_control .slick-arrow:active:hover,
.tab_bar.dark-version .tab_control .flickity-button:active:hover,
.tab_bar.dark-version .tab_control .open_button:active:hover,
.tab_bar.dark-version .tab_control .close_button:active:hover {
  background-color: transparent;
}
.tab_bar.marine_blue .tab_control .slick-arrow:disabled, .tab_bar.marine_blue .tab_control .slick-arrow.slick-disabled,
.tab_bar.marine_blue .tab_control .flickity-button:disabled,
.tab_bar.marine_blue .tab_control .flickity-button.slick-disabled,
.tab_bar.marine_blue .tab_control .open_button:disabled,
.tab_bar.marine_blue .tab_control .open_button.slick-disabled,
.tab_bar.marine_blue .tab_control .close_button:disabled,
.tab_bar.marine_blue .tab_control .close_button.slick-disabled, .tab_bar.dark-version .tab_control .slick-arrow:disabled, .tab_bar.dark-version .tab_control .slick-arrow.slick-disabled,
.tab_bar.dark-version .tab_control .flickity-button:disabled,
.tab_bar.dark-version .tab_control .flickity-button.slick-disabled,
.tab_bar.dark-version .tab_control .open_button:disabled,
.tab_bar.dark-version .tab_control .open_button.slick-disabled,
.tab_bar.dark-version .tab_control .close_button:disabled,
.tab_bar.dark-version .tab_control .close_button.slick-disabled {
  color: #90979f;
  box-shadow: none;
  pointer-events: none;
}
.tab_bar.marine_blue .tab_control .slick-arrow:disabled:hover, .tab_bar.marine_blue .tab_control .slick-arrow.slick-disabled:hover,
.tab_bar.marine_blue .tab_control .flickity-button:disabled:hover,
.tab_bar.marine_blue .tab_control .flickity-button.slick-disabled:hover,
.tab_bar.marine_blue .tab_control .open_button:disabled:hover,
.tab_bar.marine_blue .tab_control .open_button.slick-disabled:hover,
.tab_bar.marine_blue .tab_control .close_button:disabled:hover,
.tab_bar.marine_blue .tab_control .close_button.slick-disabled:hover, .tab_bar.dark-version .tab_control .slick-arrow:disabled:hover, .tab_bar.dark-version .tab_control .slick-arrow.slick-disabled:hover,
.tab_bar.dark-version .tab_control .flickity-button:disabled:hover,
.tab_bar.dark-version .tab_control .flickity-button.slick-disabled:hover,
.tab_bar.dark-version .tab_control .open_button:disabled:hover,
.tab_bar.dark-version .tab_control .open_button.slick-disabled:hover,
.tab_bar.dark-version .tab_control .close_button:disabled:hover,
.tab_bar.dark-version .tab_control .close_button.slick-disabled:hover {
  background-color: transparent;
}
.tab_bar.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;
}
.tab_bar.light_grey .tab_control .slick-arrow,
.tab_bar.light_grey .tab_control .flickity-button,
.tab_bar.light_grey .tab_control .open_button,
.tab_bar.light_grey .tab_control .close_button {
  color: #ffffff;
  color: #222222;
}
.tab_bar.light_grey .tab_control .slick-arrow:hover,
.tab_bar.light_grey .tab_control .flickity-button:hover,
.tab_bar.light_grey .tab_control .open_button:hover,
.tab_bar.light_grey .tab_control .close_button:hover {
  cursor: pointer;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .tab_bar.light_grey .tab_control .slick-arrow:hover,
  .tab_bar.light_grey .tab_control .flickity-button:hover,
  .tab_bar.light_grey .tab_control .open_button:hover,
  .tab_bar.light_grey .tab_control .close_button:hover {
    background-color: transparent;
  }
}
.tab_bar.light_grey .tab_control .slick-arrow:focus,
.tab_bar.light_grey .tab_control .flickity-button:focus,
.tab_bar.light_grey .tab_control .open_button:focus,
.tab_bar.light_grey .tab_control .close_button:focus {
  box-shadow: none;
  outline: none;
}
.tab_bar.light_grey .tab_control .slick-arrow:focus-visible,
.tab_bar.light_grey .tab_control .flickity-button:focus-visible,
.tab_bar.light_grey .tab_control .open_button:focus-visible,
.tab_bar.light_grey .tab_control .close_button:focus-visible {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  outline: 3px solid #28ff52;
  outline-offset: 3px;
}
.tab_bar.light_grey .tab_control .slick-arrow:active,
.tab_bar.light_grey .tab_control .flickity-button:active,
.tab_bar.light_grey .tab_control .open_button:active,
.tab_bar.light_grey .tab_control .close_button:active {
  color: #becacc;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.tab_bar.light_grey .tab_control .slick-arrow:active:hover,
.tab_bar.light_grey .tab_control .flickity-button:active:hover,
.tab_bar.light_grey .tab_control .open_button:active:hover,
.tab_bar.light_grey .tab_control .close_button:active:hover {
  background-color: transparent;
}
.tab_bar.light_grey .tab_control .slick-arrow:disabled, .tab_bar.light_grey .tab_control .slick-arrow.slick-disabled,
.tab_bar.light_grey .tab_control .flickity-button:disabled,
.tab_bar.light_grey .tab_control .flickity-button.slick-disabled,
.tab_bar.light_grey .tab_control .open_button:disabled,
.tab_bar.light_grey .tab_control .open_button.slick-disabled,
.tab_bar.light_grey .tab_control .close_button:disabled,
.tab_bar.light_grey .tab_control .close_button.slick-disabled {
  color: #90979f;
  box-shadow: none;
  pointer-events: none;
}
.tab_bar.light_grey .tab_control .slick-arrow:disabled:hover, .tab_bar.light_grey .tab_control .slick-arrow.slick-disabled:hover,
.tab_bar.light_grey .tab_control .flickity-button:disabled:hover,
.tab_bar.light_grey .tab_control .flickity-button.slick-disabled:hover,
.tab_bar.light_grey .tab_control .open_button:disabled:hover,
.tab_bar.light_grey .tab_control .open_button.slick-disabled:hover,
.tab_bar.light_grey .tab_control .close_button:disabled:hover,
.tab_bar.light_grey .tab_control .close_button.slick-disabled:hover {
  background-color: transparent;
}
.tab_bar.light_grey .tab_control .slick-arrow:hover,
.tab_bar.light_grey .tab_control .flickity-button:hover,
.tab_bar.light_grey .tab_control .open_button:hover,
.tab_bar.light_grey .tab_control .close_button:hover {
  background-color: rgba(33, 46, 62, 0.1);
}
@media (max-width: 768px) {
  .tab_bar.light_grey .tab_control .slick-arrow:hover,
  .tab_bar.light_grey .tab_control .flickity-button:hover,
  .tab_bar.light_grey .tab_control .open_button:hover,
  .tab_bar.light_grey .tab_control .close_button:hover {
    background-color: transparent;
  }
}
.tab_bar.light_grey .tab_control .slick-arrow:focus-visible,
.tab_bar.light_grey .tab_control .flickity-button:focus-visible,
.tab_bar.light_grey .tab_control .open_button:focus-visible,
.tab_bar.light_grey .tab_control .close_button:focus-visible {
  background-color: rgba(33, 46, 62, 0.1);
  outline: 3px solid #263cc8;
  outline-offset: 3px;
}
.tab_bar.light_grey .tab_control .slick-arrow:active,
.tab_bar.light_grey .tab_control .flickity-button:active,
.tab_bar.light_grey .tab_control .open_button:active,
.tab_bar.light_grey .tab_control .close_button:active {
  color: #455558;
  background-color: rgba(33, 46, 62, 0.1);
}
.tab_bar.light_grey .tab_control .slick-arrow:active:hover,
.tab_bar.light_grey .tab_control .flickity-button:active:hover,
.tab_bar.light_grey .tab_control .open_button:active:hover,
.tab_bar.light_grey .tab_control .close_button:active:hover {
  background-color: transparent;
}
.tab_bar.light_grey .tab_control .slick-arrow:disabled, .tab_bar.light_grey .tab_control .slick-arrow.slick-disabled,
.tab_bar.light_grey .tab_control .flickity-button:disabled,
.tab_bar.light_grey .tab_control .flickity-button.slick-disabled,
.tab_bar.light_grey .tab_control .open_button:disabled,
.tab_bar.light_grey .tab_control .open_button.slick-disabled,
.tab_bar.light_grey .tab_control .close_button:disabled,
.tab_bar.light_grey .tab_control .close_button.slick-disabled {
  color: #7c9599;
}
.tab_bar.light_grey .tab_control .slick-arrow:disabled:hover, .tab_bar.light_grey .tab_control .slick-arrow.slick-disabled:hover,
.tab_bar.light_grey .tab_control .flickity-button:disabled:hover,
.tab_bar.light_grey .tab_control .flickity-button.slick-disabled:hover,
.tab_bar.light_grey .tab_control .open_button:disabled:hover,
.tab_bar.light_grey .tab_control .open_button.slick-disabled:hover,
.tab_bar.light_grey .tab_control .close_button:disabled:hover,
.tab_bar.light_grey .tab_control .close_button.slick-disabled:hover {
  background-color: transparent;
}
.tab_bar.light_grey .tab_control button {
  color: #222222;
}
.tab_bar.light_grey .tab_control button .field--name-field-media-svg svg path {
  fill: #222222;
}
@media (min-width: 768px) {
  .tab_bar.vertical_tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .tab_bar.vertical_tabs .tab_control .button_zone {
    display: block;
    width: 242px;
    border: none;
  }
  .tab_bar.vertical_tabs .tab_control .button_zone button {
    width: 100%;
  }
}
.tab_bar:not(.vertical_tabs) .button_zone {
  display: flex;
  justify-content: center;
}
.tab_bar:not(.vertical_tabs) .button_zone.flickity-enabled {
  display: block !important;
}
.tab_bar:not(.vertical_tabs) .button_zone .flickity-slider {
  display: flex;
  align-items: flex-start;
}
.tab_bar:not(.vertical_tabs) .button_zone .flickity-slider .flickity-cell:last-child span::after {
  content: "";
  border: 3px solid transparent;
  position: absolute;
  display: inline-block;
  top: -12px;
  left: -16px;
  width: calc(100% + 32px);
  height: calc(100% + 17px);
}
.tab_bar:not(.vertical_tabs) .button_zone .flickity-slider .flickity-cell:last-child.has_icon span::after {
  left: -40px;
  width: calc(100% + 50px);
}
.tab_bar:not(.vertical_tabs) .button_zone .flickity-slider .flickity-cell:last-child:focus-visible {
  z-index: 2;
  outline: none;
}
.tab_bar:not(.vertical_tabs) .button_zone .flickity-slider .flickity-cell:last-child:focus-visible span::after {
  content: "";
  border-color: #263cc8;
}
.tab_bar:not(.vertical_tabs) .button_zone.slick-slider {
  padding-right: 80px;
}
.tab_bar:not(.vertical_tabs) .button_zone .slick-arrow {
  top: auto;
  bottom: 0;
  height: 40px;
  width: 40px;
  padding: 16px;
  font-size: 0;
  border: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
}
.tab_bar:not(.vertical_tabs) .button_zone .slick-arrow svg {
  display: none;
}
.tab_bar:not(.vertical_tabs) .button_zone .slick-arrow::after {
  display: block;
  font-family: "edp_icons", sans-serif;
  font-size: 16px;
}
.tab_bar:not(.vertical_tabs) .button_zone .slick-arrow.slick-prev {
  left: auto;
  right: 40px;
}
.tab_bar:not(.vertical_tabs) .button_zone .slick-arrow.slick-prev::after {
  content: "\e959";
}
.tab_bar:not(.vertical_tabs) .button_zone .slick-arrow.slick-next {
  right: 0;
}
.tab_bar:not(.vertical_tabs) .button_zone .slick-arrow.slick-next::after {
  content: "\e956";
}
.tab_bar:not(.vertical_tabs) .button_zone .slick-arrow.slick-disabled {
  pointer-events: none;
}
.tab_bar:not(.vertical_tabs) .tab_button {
  text-wrap: nowrap;
  transform: translateX(0) !important;
}
.tab_bar:not(.vertical_tabs) .tab_button:first-child {
  margin-left: 0px;
}
.tab_bar:not(.vertical_tabs) .tab_button:last-child {
  margin-right: 0px;
}
.tab_bar .tab_control {
  position: relative;
  z-index: 2;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .tab_bar .tab_control {
    padding: 0 24px;
  }
}
.tab_bar .tab_control .button_zone {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  margin: 0 3px;
  border-bottom: 1px solid #d7dfe0;
}
.tab_bar .tab_control .button_zone.is-draggable {
  width: calc(100% - 80px);
}
.tab_bar .tab_control .button_zone:not(.is-draggable) .flickity-button {
  display: none;
}
.tab_bar .tab_control .button_zone.hide_slider {
  width: 100% !important;
}
.tab_bar .tab_control .button_zone.hide_slider .flickity-button {
  display: none !important;
}
.tab_bar .tab_control .tab_button {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  height: 45px;
  border: unset;
  margin: 0 -3px;
  left: 0 !important;
}
.tab_bar .tab_control .tab_button .field--name-field-media-svg {
  margin-right: 8px;
}
.tab_bar .tab_control .tab_button .field--name-field-media-svg svg {
  height: 16px;
  max-width: 16px;
}
@media (min-width: 480px) {
  .tab_bar .tab_control .tab_button span {
    position: absolute;
    left: 16px;
  }
}
.tab_bar .tab_control .tab_button.has_icon span {
  left: 40px;
}
@media (min-width: 480px) {
  .tab_bar .tab_control .tab_button::after {
    content: attr(data-text);
    height: 0;
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }
}
@media speech and (min-width: 480px) {
  .tab_bar .tab_control .tab_button::after {
    display: none;
  }
}
.tab_bar .tab_control .tab_button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  border-bottom: 1px solid #a3b5b8;
}
.tab_bar .tab_control .tab_button:hover {
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.tab_bar .tab_control .tab_button:hover::before {
  border-bottom: 3px solid #263cc8;
}
@media (min-width: 768px) {
  .tab_bar .tab_control .tab_button:focus-visible {
    z-index: 2;
    outline: 3px solid #263cc8;
    outline-offset: -3px;
  }
  .tab_bar .tab_control .tab_button:focus-visible::before {
    border-color: transparent;
  }
}
.tab_bar .tab_control .tab_button.active {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  z-index: 2;
}
.tab_bar .tab_control .tab_button.active::before {
  border-bottom: 3px solid #263cc8;
}
.tab_bar .tab_zone {
  position: relative;
  z-index: 1;
}
