@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@400;500;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: 0 none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  /* list-style: none; */
}
a {
  text-decoration: none;
}
#media .media {
  sm: (min-width: 768px );
  md: (min-width: 992px );
  lg: (min-width: 1200px );
  xl: (min-width: 1600px );
  /*		lg-down: ~'(max-width:'@ceiling[lg]~')';
		md-down: ~'(max-width:'@ceiling[md]~')';
		sm-down: ~'(max-width:'@ceiling[sm]~')';

		lg-up: ~'(min-width:'@breakpoint[lg]~')';
		md-up: ~'(min-width:'@breakpoint[md]~')';
		sm-up: ~'(min-width:'@breakpoint[sm]~')'; */
}
/**
* Margins
*/
@media (max-width: 767px ) {
  :root {
    --margin: 1;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  :root {
    --margin: 1;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  :root {
    --margin: 1.5;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --margin: 1.5;
  }
}
@media (min-width: 1600px ) {
  :root {
    --margin: 1.5;
  }
}
/**
* Paddings
*/
@media (max-width: 767px ) {
  :root {
    --padding: 1;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  :root {
    --padding: 1;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  :root {
    --padding: 1;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --padding: 1;
  }
}
@media (min-width: 1600px ) {
  :root {
    --padding: 1;
  }
}
/**
* Global vars for fast access. Keep this as short as possible
*/
/**
* Colors
*/
.header-index {
  font-size: 16px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #2c2c2c;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}
@media (min-width: 992px ) {
  .header-index {
    font-size: 17px;
  }
}
.header-index * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: 0 none;
}
.header-index *,
.header-index *:before,
.header-index *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-index ol,
.header-index ul {
  list-style: none;
}
.header-index a {
  text-decoration: none;
}
.header-index b,
.header-index strong {
  font-weight: 700;
}
.header-index h1,
.header-index h2,
.header-index h3,
.header-index h4,
.header-index h5 {
  font-weight: 700;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: calc(1 * 22px);
  line-height: 1.2em;
}
@media (min-width: 992px ) {
  .header-index h1,
  .header-index h2,
  .header-index h3,
  .header-index h4,
  .header-index h5 {
    font-size: calc(1 * 24px);
  }
}
@media (min-width: 1200px ) {
  .header-index h1,
  .header-index h2,
  .header-index h3,
  .header-index h4,
  .header-index h5 {
    font-size: calc(1 * 26px);
  }
}
.header-index p a {
  position: relative;
  text-decoration: none;
  color: #2c2c2c;
  text-decoration: underline;
}
.header-index i {
  font-style: italic;
}
.header-index ol,
.header-index ul {
  line-height: 2em;
}
.header-index a {
  color: inherit;
}
.header-account {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  color: #fff;
}
.header-account__my {
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-account__my__icon {
  fill: #fff;
  width: 24px;
  transition: fill 0.2s ease;
}
.header-account__my__text {
  font-size: 14px;
  margin-top: 4px;
  transition: color 0.2s ease;
}
@media (max-width: 991px) {
  .header-account__my__text {
    display: none;
  }
}
.header-account__my:hover .header-account__my__icon,
.header-account__my:hover .header-account__my__text {
  fill: #ae0f45;
  color: #ae0f45;
}
.header-account__welcome {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  /*
		@media @sm-down {
			display: none;
		}
		*/
}
@media (max-width: 991px) {
  .header-account__welcome {
    display: none;
  }
}
.header-contain {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
  min-width: inherit;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px ) {
  .header-contain {
    overflow: unset;
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px ) {
  .header-contain {
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-main {
  background: #db3662;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-main__container {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0;
}
@media (min-width: 992px ) {
  .header-main__container {
    padding: 24px 0;
    flex-wrap: no-wrap;
  }
}
.header-main__toggle {
  flex-schrink: 0;
  width: 30px;
}
@media (min-width: 992px ) {
  .header-main__toggle {
    display: none;
  }
}
.header-main__toggle__icon {
  width: 30px;
  height: auto;
  fill: #fff;
  cursor: pointer;
}
.header-main__toggle__icon:hover {
  opacity: 0.75;
}
.header-main__logo {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px ) {
  .header-main__logo {
    flex-grow: 0;
    text-align: left;
  }
}
.header-main__logo img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 992px ) {
  .header-main__logo img {
    width: auto;
    height: 52px;
  }
}
.header-main__account {
  flex-schrink: 0;
}
.header-main__search {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  z-index: 102;
  order: 1;
  width: 100%;
  flex-basis: auto;
  margin-top: 12px;
}
@media (min-width: 992px ) {
  .header-main__search {
    display: block;
    order: 0;
    margin-top: 0px;
    flex-basis: 0%;
  }
}
.header-banner {
  font-size: 16px;
  background: #ae0f45;
  color: #fff;
}
@media (min-width: 992px ) {
  .header-banner {
    font-size: 17px;
  }
}
.header-banner__items {
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  gap: 24px;
}
@media (min-width: 992px ) {
  .header-banner__items {
    gap: 12px;
  }
}
.header-banner__item {
  opacity: 0.7;
}
.header-banner__item--donate {
  flex-grow: 2;
  justify-content: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4px;
}
.header-banner__item--donate:hover {
  opacity: 1;
}
@media (min-width: 992px ) {
  .header-banner__item--donate {
    justify-content: flex-end;
  }
}
.header-banner__item--highlite {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
@media (min-width: 992px ) {
  .header-banner__item--highlite {
    display: flex;
  }
}
.header-banner__item--highlite:before {
  content: '';
  width: 6px;
  height: 10px;
  border-style: solid;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-color: #fff;
  transform: rotate(45deg) translateY(-2px);
}
.header-banner__item__svg {
  fill: #fff;
}
.header-search {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  z-index: 102;
}
@media (min-width: 992px ) {
  .header-search {
    max-width: 520px;
  }
}
.header-search:hover .search__suggestions {
  display: block!important;
}
.header-search__input {
  border: none !important;
  box-shadow: none!important;
  margin-bottom: 0px!important;
  padding: 0 16px !important;
  width: 100% !important;
  background: #fff !important;
  border-radius: 26px!important;
  appearance: auto;
  line-height: 52px;
  color: #2c2c2c;
  position: relative;
  z-index: 111;
}
.header-search__input::placeholder {
  color: #2c2c2c;
}
.header-search__button {
  z-index: 111;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 22px;
  top: 13px;
  background: transparent;
}
.header-search__button__svg {
  fill: #db3662;
}
.header-search__close {
  z-index: 102;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  cursor: pointer;
}
@media (min-width: 992px ) {
  .header-search__close {
    bottom: 0;
    background: rgba(44, 44, 44, 0.7);
  }
  .header-search__close__icon {
    display: none;
  }
}
.header-search__results {
  position: absolute;
  top: 120%;
  background: #fff;
  color: #2c2c2c;
  width: 100%;
  z-index: 103;
}
.header-search__results__label {
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 8px 0 16px;
}
.header-search__results__message {
  font-size: 16px;
  padding: 8px 8px 0 16px;
  color: #db3662;
}
.header-search__scroll {
  overflow-y: scroll;
  max-height: 100%;
  position: relative;
  /* Create scrollbar on webkit based browsers  */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 992px ) {
  .header-search__scroll {
    max-height: 300px;
  }
}
.header-search__scroll::-webkit-scrollbar {
  width: 10px;
  width: 0px;
  background: transparent;
  transform: translateY(20px);
}
.header-search__scroll::-webkit-scrollbar-track {
  background: #fff;
}
.header-search__scroll::-webkit-scrollbar-thumb {
  background: rgba(44, 44, 44, 0.6);
}
.header-search__scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(44, 44, 44, 0.8);
}
.header-search__result {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px 4px 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.header-search__result--active {
  background: #f6f6f6;
}
.header-search__result__item {
  flex-grow: 102;
}
.header-search__result__use {
  fill: #acacac;
}
@media (min-width: 992px ) {
  .header-search__result__use {
    display: none;
  }
}
.header-search--focus {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  background: #fff;
  /* @media @sm-down {
			//set complete search over screen
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			max-width: 100%;
			background: @color-light;
			

			.header-search__close {
				//set left top and height searchbar
				position: absolute;
				top: 0;
				left: 0;
				width: 32px;
				height: 52px;
				font-size: 32px;
				line-height: 52px;
				text-align: center;
				background: @color-light;
				// &__icon {
				//	#media.query(md, {
				//		display: none;
				//	});
				//} 
			}

			.header-search__input {
				position: absolute;
				left: 32px;
				width: 100%;
				border-radius: 0;
			}
			
			.header-search__button {
				right: 16px
			}
			
			.header-search__results {
				position: absolute;
				top: 52px;
				bottom: 0;
				width: 100%;
				border-top: 1px solid @color-border;
			}	
			
			.header-search__result {
				padding-right: 16px;
			}
		} */
}
.header-search--focus .header-search__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 52px;
  font-size: 32px;
  line-height: 52px;
  text-align: center;
  background: #fff;
}
.header-search--focus .header-search__input {
  position: absolute;
  left: 32px;
  width: 100%;
  border-radius: 0;
}
.header-search--focus .header-search__button {
  right: 16px;
}
.header-search--focus .header-search__results {
  position: absolute;
  top: 52px;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #f6f6f6;
}
.header-search--focus .header-search__result {
  padding-right: 16px;
}
@media (min-width: 992px ) {
  .header-search--focus {
    position: relative;
    background: none;
    max-width: 520px;
  }
  .header-search--focus .header-search__close {
    z-index: 102;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    display: block!important;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(44, 44, 44, 0.7);
  }
  .header-search--focus .header-search__close__icon {
    display: none;
  }
  .header-search--focus .header-search__input {
    position: relative;
    left: unset;
  }
  .header-search--focus .header-search__button {
    right: 22px;
  }
  .header-search--focus .header-search__results {
    position: absolute;
    top: 120%;
    bottom: auto;
    width: 100%;
    border-top: none;
  }
}
.header-nav {
  font-size: 16px;
  z-index: 102;
  position: relative;
  /* container desktop  verticla bar mobile */
}
@media (min-width: 992px ) {
  .header-nav {
    font-size: 17px;
  }
}
@media (min-width: 992px ) {
  .header-nav {
    z-index: 1;
  }
}
.header-nav__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(44, 44, 44, 0.7);
  opacity: 0.5;
  z-index: 110;
}
.header-nav__container {
  display: none;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  opacity: 1;
  width: 90vw;
  max-width: 560px;
  background: #fff;
  color: #2c2c2c;
  z-index: 200;
  /*	@media @sm-down {
			display: none;
			position: fixed;
			height: 100%;
			top: 0;
			bottom: 0;
			left: 0;
			overflow-y: scroll;
			opacity: 1;			
			width: 90vw;
			max-width: 560px;
			background: @color-light;
			color: @color-default;
			z-index: 200;
		} */
}
@media (min-width: 992px ) {
  .header-nav__container {
    display: block;
    position: relative;
    height: auto;
    overflow-y: unset;
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
}
@media (min-width: 1200px ) {
  .header-nav__container {
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-nav__close {
  padding: 10px 6px 6px 6px;
  border-bottom: 1px solid #f6f6f6;
  text-align: right;
}
.header-nav__close__icon {
  font-size: 52px;
}
@media (min-width: 992px ) {
  .header-nav__close {
    display: none;
  }
}
.header-nav__menu {
  padding: 8px 0;
}
.header-nav__list {
  color: #2c2c2c;
  padding: 12px;
}
@media (min-width: 992px ) {
  .header-nav__list {
    padding: unset;
  }
}
.header-nav__list__item {
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
}
.header-nav__list__link {
  color: #2c2c2c;
  transition: color 0.2s;
}
.header-nav__list__link:hover {
  color: rgba(44, 44, 44, 0.8);
  text-decoration: underline;
}
.header-nav__list__expand {
  padding-left: 8px;
}
.header-nav__list__expand__icon {
  display: block;
  border-left: 2px solid #db3662;
  border-bottom: 2px solid #db3662;
  width: 8px;
  height: 8px;
  transform-origin: center center;
  transform: rotate(-45deg) translate(1px, -1px);
  transition: transform 0.2s ease;
}
.header-nav__list__expand__icon--expanded {
  transform: rotate(-225deg);
}
.header-nav__list__item {
  display: flex;
  text-align: left;
  padding: 6px 0;
}
.header-nav__list__link {
  flex-grow: 2;
}
.header-nav__list--depth-1 {
  width: 100%;
  padding: 0 12px;
  margin-top: 6px;
  background: #f6f6f6;
}
@media (min-width: 992px ) {
  .header-nav__list__item {
    display: inline-flex;
    margin-right: 16px;
  }
  .header-nav__list--depth-1 {
    position: absolute;
    top: 120%;
    background: #fff;
    padding: 12px;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }
  .header-nav__list--depth-1 .header-nav__list__item {
    display: block;
  }
}
.footer-index {
  background: #FCF9F8;
  padding-bottom: calc(var(--padding) * 32px);
}
.footer-banner {
  padding-top: calc(var(--padding) * 32px);
  padding-bottom: calc(var(--padding) * 32px);
}
.footer-contain {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
  min-width: inherit;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px ) {
  .footer-contain {
    overflow: none;
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px ) {
  .footer-contain {
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  justify-content: stretch;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  width: 100%;
}
@media (min-width: 992px ) {
  .footer-grid {
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 48px;
  }
}
.footer-nav__header {
  display: block;
  font-size: calc(1 * 18px);
  line-height: 1.4em;
  font-weight: 800;
  margin-bottom: calc(var(--margin) * 6px);
}
.footer-nav__item {
  display: block;
  font-size: calc(1 * 16px);
  line-height: 1.4em;
  text-decoration: none;
  color: #2c2c2c;
  margin-bottom: calc(var(--margin) * 6px);
}
@media (min-width: 992px ) {
  .footer-nav__item {
    font-size: calc(1 * 17px);
  }
}
.footer-nav__item:hover {
  text-decoration: underline;
}
.footer-support {
  background: #FCF9F8;
  padding-top: 40px;
}
@media (min-width: 992px ) {
  .footer-support {
    padding-top: 40px;
  }
}
.footer-support__bottom {
  position: relative;
  background: #00bbf2;
  color: #fff;
}
.footer-support__container {
  position: relative;
}
.footer-support__logo {
  position: absolute;
  top: -40px;
  width: auto;
  height: 40px;
}
@media (min-width: 992px ) {
  .footer-support__logo {
    top: auto;
    left: calc(var(--container-padding)*20px);
    bottom: 0;
    width: 120px;
    height: auto;
  }
}
.footer-support__text {
  font-size: calc(1 * 14px);
  line-height: 1.4em;
  display: block;
  padding: 4px 0;
}
@media (min-width: 992px ) {
  .footer-support__text {
    font-size: calc(1 * 15px);
  }
}
@media (min-width: 992px ) {
  .footer-support__text {
    padding: 4px 0 4px 140px;
  }
}
.footer-support__link {
  text-decoration: underline;
  color: #fff;
}
/*
	all elements to be overwritten
*/
div.content,
div.content-row {
  background: #fff;
}
.box-white {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
article .box-white {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/*# sourceMappingURL=2023.css.map */