body:not(.path-frontpage) .bg-light {
  background-color: #ffffff !important;
}

body:not(.path-frontpage) .page__content.evo-page-content {
  background-color: #f5f9fc;
}

body:not(.path-frontpage)
.page__content.evo-page-content > .container-fluid {
  max-width: 72rem;
  margin-inline: auto;
  background-color: #ffffff;
  padding: 2.5rem 2.5rem 3rem;
  box-shadow: 0 1.25rem 3rem rgba(8, 54, 73, 0.12);
}

body:not(.path-frontpage)
.page__content.evo-page-content
.d-flex.flex-column.flex-md-row.justify-content-between.align-items-start {
  gap: 2.5rem;
}

/*body:not(.path-frontpage) .page__breadcrumb .dt76-breadcrumb-nav {*/
/*  margin: 0 0 2rem 0;*/
/*  padding: 0;*/
/*  background: transparent;*/
/*  border: 0;*/
/*  box-shadow: none;*/
/*}*/

/*body:not(.path-frontpage) .page__breadcrumb hr {*/
/*  display: none !important;*/
/*}*/

/*body:not(.path-frontpage) .page__breadcrumb .dt76-breadcrumb {*/
/*  list-style: none;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  align-items: center;*/
/*  gap: 0.2rem;*/

/*  padding: 0.75rem 1.5rem;*/
/*  margin: 0;*/

/*  background-color: #ffffff;*/
/*  border: 0.0625rem solid rgba(8, 54, 73, 0.08);*/
/*  box-shadow: 0 0.75rem 2.25rem rgba(8, 54, 73, 0.08);*/

/*  font-size: 0.75rem;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 0.13em;*/
/*}*/

/*body:not(.path-frontpage)*/
/*.page__breadcrumb .dt76-breadcrumb::before {*/
/*  content: "You are here";*/
/*  margin-right: 0.75rem;*/
/*  color: #a0a8b8;*/
/*  font-weight: 600;*/
/*}*/

/*body:not(.path-frontpage)*/
/*.page__breadcrumb .breadcrumb-item + .breadcrumb-item::before {*/
/*  content: "›";*/
/*  padding: 0 0.35rem 0 0.2rem;*/
/*  color: #65bed2;*/
/*}*/

/*body:not(.path-frontpage)*/
/*.page__breadcrumb a {*/
/*  color: #083649;*/
/*  font-weight: 600;*/
/*  text-decoration: none;*/
/*}*/

/*body:not(.path-frontpage)*/
/*.page__breadcrumb a:hover {*/
/*  text-decoration: underline;*/
/*}*/

/*body:not(.path-frontpage)*/
/*.page__breadcrumb .breadcrumb-item:last-child a {*/
/*  font-weight: 700;*/
/*  pointer-events: none;*/
/*}*/

body:not(.path-frontpage) .dt76-page-title {
  border: 0 !important;
  padding: 0 !important;
  margin-top: 0.5rem !important;
  margin-bottom: 2rem !important;

  font-family: "Zalando Sans SemiExpanded", system-ui, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #083649;

  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

body:not(.path-frontpage) .dt76-page-title::before {
  content: "";
  width: 0.25rem;
  height: 1.9rem;
  background: linear-gradient(180deg, #65bed2, #47a7bc);
  border-radius: 999rem;
}

body:not(.path-frontpage) .dt76-page-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 5.5rem;
  height: 0.125rem;
  background-color: #e5bb00;
}

body:not(.path-frontpage) .evo-page__body {
  font-size: 1rem;
  line-height: 1.65;
  color: #27303c;
}

body:not(.path-frontpage)
.evo-page__body .media-item.media-image.default {
  max-width: 16rem;
  float: left;
  margin: 0 1.75rem 1.75rem 0;
}

body:not(.path-frontpage)
.evo-page__body .media-item.media-image.default img {
  box-shadow: 0 0.75rem 2.25rem rgba(8, 54, 73, 0.18);
}

body:not(.path-frontpage) .evo-page__body::after {
  content: "";
  display: block;
  clear: both;
}

body:not(.path-frontpage) .evo-right-sidebar {
  flex: 0 0 16rem;
  max-width: 16rem;
}

body:not(.path-frontpage) .page__right__sidebar > h2 {
  background-color: #083649 !important;
  color: #ffffff;
  padding: 0.75rem 1rem;
  margin: 0 0 0.5rem 0;

  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.95rem;
}

body:not(.path-frontpage) .page__right__sidebar > h2 a {
  color: inherit;
  text-decoration: none;
}

body:not(.path-frontpage) .page__right__sidebar .nav {
  border-left: 0.125rem solid #65bed2;
  padding-top: 0.75rem;
}

body:not(.path-frontpage)
.page__right__sidebar .nav-link {
  position: relative;
  padding-left: 1rem;
  font-size: 0.9rem;
  color: #083649;
}

body:not(.path-frontpage)
.page__right__sidebar .nav-link.is-active::before {
  content: "";
  position: absolute;
  left: -0.45rem;
  top: 0.6rem;
  width: 0.45rem;
  height: 0.45rem;
  background-color: #e5bb00;
  border-radius: 999rem;
}

@media (max-width: 60rem) {
  body:not(.path-frontpage)
  .page__content.evo-page-content > .container-fluid {
    padding: 2rem 1.5rem;
  }

  body:not(.path-frontpage)
  .evo-page__body .media-item.media-image.default {
    float: none;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}

body:not(.path-frontpage) .page__right__sidebar .nav-link.is-active::before {
	content: "";
	position: absolute;
	left: -0.45rem;
	top: 0.45rem;
	width: 0.7rem;
	height: 0.7rem;
	background-color: #e5bb00;
	border-radius: 999rem;
}

.page__right__sidebar .nav-item > a {
	position: relative;
	padding-left: 0.7rem !important;
}

body:not(.loaded):not(.path-frontpage) .evo-navbar-right {
	display: none !important;
}

body:not(.path-frontpage) #main-nav-navbar-collapse {
	display: none !important;
}

body.loaded:not(.path-frontpage) #main-nav-navbar-collapse {
	display: flex !important;
}

.bg-light {
	background-color: #ffffff !important;
}

.evo-footer .tc-icon {
	background-color: white !important;
	margin-right: 0.5rem !important;
}

a {
	color: #083649;
}

.page__right__sidebar > h2 {
	border: none !important;
}