﻿/*   OVERRIDES   */
.container {
  max-width: 1240px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.container.narrow {
  max-width: 96rem !important;
}
.container.wide {
  max-width: 1380px !important;
}
@media only screen and (max-width: 1239px) {
  .container {
    max-width: 540px !important;
  }
}

.row {
  margin-top: 0 !important;
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

[class^=col] {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.bootstrap-select {
  width: 100% !important;
  position: relative;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 12px 0;
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  z-index: 999 !important;
}
.bootstrap-select .dropdown-menu {
  padding: 0;
  margin: 0;
  margin-top: -2px !important;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #000;
  background-clip: padding-box;
  border: 2px solid #fff;
  border-radius: 0;
  z-index: 1001 !important;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
  z-index: 1001;
}
.bootstrap-select .dropdown-item {
  padding: 1rem 1.5rem;
  font-weight: 400;
  color: #fff;
  white-space: normal;
  background-color: #000;
  z-index: 1001 !important;
}
.bootstrap-select .dropdown-item:hover {
  background-color: #4F4F4F;
}
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
  background-color: #FB0526;
}
.bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton, .bootstrap-select .bs-searchbox {
  padding: 0;
}
.bootstrap-select .bs-actionsbox .form-control, .bootstrap-select .bs-donebutton .form-control, .bootstrap-select .bs-searchbox .form-control {
  background: rgb(30, 30, 30);
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #fff !important;
  color: #eee;
  padding: 12px 10px;
}
.bootstrap-select .bs-actionsbox .form-control::placeholder, .bootstrap-select .bs-donebutton .form-control::placeholder, .bootstrap-select .bs-searchbox .form-control::placeholder {
  font-style: italic;
  color: #666;
}
.bootstrap-select .form-control {
  border: none !important;
  outline: none !important;
  border-radius: 0 !important;
  padding: 10px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  background: #000;
  padding: 1.5rem;
  margin-top: -2.5rem;
  z-index: 5;
  opacity: 0.5;
}
.slick-next .icon, .slick-prev .icon {
  display: block;
}
.slick-next:hover, .slick-next:active, .slick-next:focus, .slick-prev:hover, .slick-prev:active, .slick-prev:focus {
  opacity: 1;
  cursor: pointer;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
  display: none !important;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.dotted-gallery .slick-dots {
  width: 100%;
  padding-left: 0;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.dotted-gallery .slick-dots li {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex: 0 1 100%;
  max-width: 6rem;
}
.dotted-gallery .slick-dots li::after {
  display: block;
  width: 100%;
  max-width: 4rem;
  height: 0.2rem;
  background: #BDBDBD;
  content: "";
}
.dotted-gallery .slick-dots li:last-child {
  max-width: 1.8rem;
}
.dotted-gallery .slick-dots li:last-child::after {
  display: none;
}
.dotted-gallery .slick-dots li.slick-active button::after {
  background: #4F4F4F;
}
.dotted-gallery .slick-dots li button {
  font-size: 0;
  border: none;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.4rem;
  display: block;
  line-height: 0;
  outline: none;
  margin: 0;
  background: transparent;
  flex: 0 0 auto;
}
.dotted-gallery .slick-dots li button::after {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #BDBDBD;
  border-radius: 100%;
  content: "";
}

/* --- */
/*   CONTROLS   */
.m-btn {
  display: inline-block;
  padding: 1.5rem 2.5rem;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  text-align: center;
  color: #000;
  text-decoration: none !important;
}
.m-btn:visited {
  color: #000;
  text-decoration: none !important;
}
.m-btn:focus {
  color: #000;
  text-decoration: none !important;
}
.m-btn:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.m-btn:active {
  color: #FB0526;
  text-decoration: none !important;
}
@media only screen and (max-width: 1239px) {
  .m-btn {
    font-size: 1.4rem;
    border-width: 1px !important;
    padding: 1.5rem 2rem;
  }
}
.m-btn .icon {
  max-width: 4rem;
  max-height: 4rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 1239px) {
  .m-btn .icon {
    max-width: 2.5rem;
    max-height: 2.5rem;
  }
}
@media only screen and (max-width: 1239px) {
  .m-btn.icon-btn {
    font-size: 2rem;
    border-width: 1px !important;
    padding: 0.8rem;
  }
}
.m-btn.xs {
  font-size: 1.2rem;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 1239px) {
  .m-btn.xs {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}
.m-btn.lg {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1239px) {
  .m-btn.lg {
    font-size: 2rem;
  }
}
.m-btn.w-border {
  border: 2px solid #fff;
}
.m-btn.b-border {
  border: 2px solid #000;
  color: #000;
}
.m-btn.b-border:hover, .m-btn.b-border:focus, .m-btn.b-border:active {
  border-color: #FB0526;
  color: #FB0526;
}
.m-btn.r-border {
  border: 2px solid #FB0526;
  color: #000;
}
.m-btn.rounded {
  border-radius: 4rem !important;
}
.m-btn.thin-border {
  border-width: 1px !important;
}
.m-btn.red {
  background: #FB0526;
  color: #fff;
}
.m-btn.red:hover, .m-btn.red:focus, .m-btn.red:active {
  background: rgb(251.8031496063, 55.1968503937, 81.5708661417);
  color: #fff;
}
.m-btn.lred {
  background: #FFECEC;
  color: #000;
}
.m-btn.lred:hover, .m-btn.lred:focus, .m-btn.lred:active {
  background: rgb(252.6062992126, 105.3937007874, 125.1417322835);
}
.m-btn.black {
  background: #000;
  color: #fff;
}
.m-btn.black:hover, .m-btn.black:focus, .m-btn.black:active {
  background: rgb(25.5, 25.5, 25.5);
}
.m-btn.white {
  background: #fff;
  color: #000;
}
.m-btn.white:hover, .m-btn.white:focus, .m-btn.white:active {
  background: #FB0526;
  color: #000;
}
.m-btn.white-blue {
  background: #fff;
  color: #000;
}
.m-btn.white-blue:hover, .m-btn.white-blue:focus, .m-btn.white-blue:active {
  background: rgb(169.9523809524, 204.3333333333, 226.0476190476);
  border-color: #000;
  color: #000;
}
.m-btn.blue {
  background: #EDF3F7;
  color: #000;
}
.m-btn.blue:hover, .m-btn.blue:focus, .m-btn.blue:active {
  background: rgb(201.6923076923, 219.4615384615, 231.3076923077);
}
.m-btn.dblue {
  background: #D0E3EF;
  color: #000;
}
.m-btn.dblue:hover, .m-btn.dblue:focus, .m-btn.dblue:active {
  background: rgb(169.9523809524, 204.3333333333, 226.0476190476);
  border-color: #000;
  color: #000;
}
.m-btn.black-red {
  background: #000;
  color: #fff;
}
.m-btn.black-red:hover, .m-btn.black-red:focus, .m-btn.black-red:active {
  background: #FB0526;
}

.m-input {
  display: inline-block;
  padding: 1.5rem 2.5rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid transparent;
  background: #F4F4F4;
  outline: none !important;
}
@media only screen and (max-width: 1239px) {
  .m-input {
    font-size: 1.4rem;
    border-width: 1px !important;
    padding: 1rem 2rem;
  }
}
.m-input.red {
  border-color: #FB0526;
}
.m-input.red:hover, .m-input.red:focus, .m-input.red:active {
  border-color: rgb(251.8031496063, 55.1968503937, 81.5708661417);
}
.m-input.black {
  border-color: #000;
}
.m-input.black:hover, .m-input.black:focus, .m-input.black:active {
  border-color: rgb(25.5, 25.5, 25.5);
}
.m-input.thin {
  border: 1px solid transparent;
}

.m-control {
  display: block;
  position: relative;
}
.m-control input, .m-control select, .m-control text-area {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.m-search {
  display: flex;
  align-items: center;
  width: 100%;
}
.m-search .m-input {
  flex: 0 1 100%;
}

.m-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.m-btns .m-btn {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 1239px) {
  .m-btns {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .m-btns .m-btn {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .m-btns .m-btn:last-child {
    margin-bottom: 0;
  }
}

/* --- */
/*   TEXT   */
.main-title {
  display: block;
  margin-bottom: 3rem;
}
.main-title.red {
  color: #FB0526;
}
.main-title .link {
  color: #000;
  text-decoration: none !important;
}
.main-title .link:visited {
  color: #000;
  text-decoration: none !important;
}
.main-title .link:focus {
  color: #000;
  text-decoration: none !important;
}
.main-title .link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.main-title .link:active {
  color: #FB0526;
  text-decoration: none !important;
}

.big-title {
  display: block;
  width: 100%;
  flex: 0 0 100%;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.2;
}
.big-title .link {
  color: #000;
  text-decoration: none !important;
}
.big-title .link:visited {
  color: #000;
  text-decoration: none !important;
}
.big-title .link:focus {
  color: #000;
  text-decoration: none !important;
}
.big-title .link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.big-title .link:active {
  color: #FB0526;
  text-decoration: none !important;
}
.big-title.red {
  color: #FB0526;
}
.big-title.bold {
  font-weight: 800;
}
@media only screen and (max-width: 1239px) {
  .big-title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    line-height: 1.2;
  }
}

.title-devider {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .title-devider {
    margin-bottom: 1.5rem;
  }
}
.title-devider .title {
  color: #FB0526;
  flex: 0 0 auto;
  display: flex;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (max-width: 1239px) {
  .title-devider .title {
    white-space: normal;
  }
}
.title-devider .title::before, .title-devider .title::after {
  content: "";
  height: 2px;
  background: #FB0526;
  flex: 0 1 100%;
  margin-top: 1.7rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.remark {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 3px;
  opacity: 0.5;
}
@media only screen and (max-width: 1239px) {
  .remark {
    font-size: 1.4rem;
  }
}

.jumbo {
  background: #fff;
  border: 1px solid #FB0526;
  padding: 3rem 2rem;
  text-align: center;
}
.jumbo.black-border {
  border-color: #000;
}
.jumbo.blue {
  background: #EDF3F7;
}
.jumbo.black {
  background: #000;
  color: #fff;
}
.jumbo .big-text, .jumbo .small-text {
  font-weight: 600;
  margin-bottom: 1rem;
}
.jumbo .big-text:last-child, .jumbo .small-text:last-child {
  margin-bottom: 0;
}
.jumbo .big-text {
  font-size: 2.4rem;
}
.jumbo .small-text {
  font-size: 1.8rem;
}

.small-jumbo {
  border: 2px solid #000;
  padding: 3rem;
  background: #EDF3F7;
  text-align: center;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1239px) {
  .small-jumbo {
    padding: 1.5rem;
  }
}
.small-jumbo .title {
  font-size: 2.8rem;
  font-weight: 700;
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: #D0E3EF;
  line-height: 1.2;
}
@media only screen and (max-width: 1239px) {
  .small-jumbo .title {
    font-size: 2.6rem;
  }
  .small-jumbo .title .text-red {
    display: block;
  }
}
.small-jumbo .text {
  font-size: 1.6rem;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media only screen and (max-width: 1239px) {
  .small-jumbo .text {
    max-width: 100%;
  }
}

.name-count {
  color: #828282 !important;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 1.8rem;
}

.text-red {
  color: #FB0526 !important;
}

.text-bbold {
  font-weight: 800;
}

.text-small {
  font-size: 0.8em;
}

/* --- */
/*  HELPERS  */
.offset-md-bot {
  margin-bottom: 3rem;
}

.offset-lg-bot {
  margin-bottom: 5rem;
}

/*  ---  */
/*  MEDIA   */
.media-left {
  display: flex;
  align-items: center;
}
.media-left.ai-top {
  align-items: flex-start;
}
.media-left .media {
  margin-right: 1.5rem;
  display: block;
  position: relative;
  flex: 0 0 auto;
}
.media-left .info {
  flex: 1 1 100%;
}
.media-left.big .media {
  margin-right: 3rem;
}
@media only screen and (max-width: 1239px) {
  .media-left.big {
    flex-direction: column;
  }
  .media-left.big .media {
    margin-right: 0;
    margin-bottom: 1.5rem;
    width: 100%;
  }
}

.media-bot {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media-bot .media {
  display: block;
  position: relative;
  flex: 0 1 auto;
  width: 100%;
}
.media-bot .info {
  flex: 1 1 100%;
  margin-bottom: 1.5rem;
}

.fixed-media-item {
  position: relative;
  padding-top: 56.25%;
}
.fixed-media-item picture, .fixed-media-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed-media-item .img {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*  ---  */
.m-info {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1239px) {
  .m-info {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1239px) {
  .m-info .jumbo {
    border: none;
    padding: 0;
  }
  .m-info .jumbo .m-btn {
    width: 100%;
  }
}
.m-info .left {
  margin-right: 1.5rem;
  flex: 0 1 100%;
  width: 100%;
}
@media only screen and (max-width: 1239px) {
  .m-info .left {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
}
.m-info .right {
  margin-left: 1.5rem;
  flex: 0 1 100%;
  width: 100%;
}
@media only screen and (max-width: 1239px) {
  .m-info .right {
    margin-left: 0;
  }
}

.m-author-quote {
  display: flex;
  justify-content: stretch;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .m-author-quote {
    flex-direction: column;
    align-items: center;
  }
}
.m-author-quote .author-img {
  display: block;
  width: 9rem;
  height: 9rem;
  margin-right: 1.5rem;
  border-radius: 100%;
  flex: 0 0 9rem;
}
@media only screen and (max-width: 1239px) {
  .m-author-quote .author-img {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.m-author-quote .text {
  border-left: 0.7rem solid #FB0526;
  background: #BDBDBD;
  padding: 1.5rem;
  position: relative;
  flex: 0 1 100%;
}
@media only screen and (max-width: 1239px) {
  .m-author-quote .text {
    border-top: 0.7rem solid #FB0526;
    border-left: none;
  }
}
.m-author-quote .text .title {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.m-author-quote .text .description {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
}
.m-author-quote .text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 2.5rem solid transparent;
  border-right: 2.5rem solid #FB0526;
  position: absolute;
  top: 1.5rem;
  left: -2.5rem;
}
@media only screen and (max-width: 1239px) {
  .m-author-quote .text::before {
    top: -2.5rem;
    left: 50%;
    margin-left: -3rem;
    border-top: 2.5rem solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 2.5rem solid #FB0526;
    border-right: none;
  }
}

.m-gallery .slick-list {
  transition: all 0.2s ease;
  margin-left: -1rem;
  margin-right: -1rem;
}
.m-gallery .slide {
  margin-left: 1rem;
  margin-right: 1rem;
}
.m-gallery.dots .slick-dots {
  width: 100%;
  padding-left: 0;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.m-gallery.dots .slick-dots li {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex: 0 1 100%;
  max-width: 6rem;
}
.m-gallery.dots .slick-dots li::after {
  display: block;
  width: 100%;
  max-width: 4rem;
  height: 0.2rem;
  background: #BDBDBD;
  content: "";
}
.m-gallery.dots .slick-dots li:last-child::after {
  display: none;
}
.m-gallery.dots .slick-dots li.slick-active button::after {
  background: #4F4F4F;
}
.m-gallery.dots .slick-dots li button {
  font-size: 0;
  border: none;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.4rem;
  display: block;
  line-height: 0;
  outline: none;
  margin: 0;
  background: transparent;
  flex: 0 0 auto;
}
.m-gallery.dots .slick-dots li button::after {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #BDBDBD;
  border-radius: 100%;
  content: "";
}
.m-gallery.top-arr .slick-next, .m-gallery.top-arr .slick-prev {
  top: -3rem;
  width: 3rem;
  text-align: center;
  font-size: 1.8rem;
  display: block;
  cursor: pointer;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.m-gallery.top-arr .slick-next {
  right: -1rem;
}
@media only screen and (max-width: 1239px) {
  .m-gallery.top-arr .slick-next {
    display: none;
  }
}
.m-gallery.top-arr .slick-prev {
  right: 4rem;
  left: auto;
}
@media only screen and (max-width: 1239px) {
  .m-gallery.top-arr .slick-prev {
    display: none;
  }
}

.white-link {
  color: #fff;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.white-link:visited {
  color: #fff;
  text-decoration: none !important;
}
.white-link:focus {
  color: #fff;
  text-decoration: none !important;
}
.white-link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.white-link:active {
  color: #FB0526;
  text-decoration: none !important;
}

.article-text, .m-text {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 2.2rem;
}
@media only screen and (max-width: 1239px) {
  .article-text, .m-text {
    font-size: 2rem;
  }
}
.article-text p, .m-text p {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .article-text p, .m-text p {
    font-size: 2rem;
  }
}
.article-text ul, .article-text ol, .m-text ul, .m-text ol {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .article-text ul, .article-text ol, .m-text ul, .m-text ol {
    font-size: 1.8rem;
  }
}
.article-text ul li, .article-text ol li, .m-text ul li, .m-text ol li {
  list-style: square;
  margin-bottom: 1rem;
}
.article-text ul li:last-child, .article-text ol li:last-child, .m-text ul li:last-child, .m-text ol li:last-child {
  margin-bottom: 0;
}
.article-text ul li::marker, .article-text ol li::marker, .m-text ul li::marker, .m-text ol li::marker {
  color: #FB0526;
}
.article-text.article p, .m-text.article p {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .article-text.article p, .m-text.article p {
    font-size: 1.8rem;
  }
}
.article-text.simple, .m-text.simple {
  font-family: "Montserrat", Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.article-text.simple p, .m-text.simple p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.article-text.small, .m-text.small {
  font-family: "Montserrat", Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.article-text.small p, .m-text.small p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.article-text.comm, .m-text.comm {
  font-family: "Montserrat", Arial, Verdana, sans-serif;
}
.article-text.comm p, .m-text.comm p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .article-text.comm p, .m-text.comm p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.article-text.thin, .m-text.thin {
  font-weight: 400 !important;
}
.article-text p:last-child, .article-text ul:last-child, .m-text p:last-child, .m-text ul:last-child {
  margin-bottom: 0 !important;
}
.article-text a, .m-text a {
  color: #FB0526;
  text-decoration: none !important;
}
.article-text a:visited, .m-text a:visited {
  color: #FB0526;
  text-decoration: none !important;
}
.article-text a:focus, .m-text a:focus {
  color: #FB0526;
  text-decoration: underline !important;
}
.article-text a:hover, .m-text a:hover {
  color: #FB0526;
  text-decoration: underline !important;
}
.article-text a:active, .m-text a:active {
  color: #FB0526;
  text-decoration: underline !important;
}
.article-text .text-quote, .m-text .text-quote {
  display: block;
  position: relative;
  background: #EDF3F7;
  padding: 25px 40px;
  border-left: 8px solid #FB0526;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1239px) {
  .article-text .text-quote, .m-text .text-quote {
    padding: 15px;
    border-left: none;
    border-top: 5px solid #FB0526;
  }
}
.article-text .text-quote.no-media .media, .m-text .text-quote.no-media .media {
  display: none !important;
}
.article-text .text-quote .text, .m-text .text-quote .text {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1239px) {
  .article-text .text-quote .text, .m-text .text-quote .text {
    flex-direction: column;
  }
}
.article-text .text-quote .text .txt, .m-text .text-quote .text .txt {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  order: 3;
}
@media only screen and (max-width: 1239px) {
  .article-text .text-quote .text .txt, .m-text .text-quote .text .txt {
    font-size: 1.8rem;
  }
}
.article-text .text-quote .text .media, .m-text .text-quote .text .media {
  display: block;
  width: 30%;
  flex: 0 0 30%;
  margin-right: 20px;
  order: 2;
}
@media only screen and (max-width: 1239px) {
  .article-text .text-quote .text .media, .m-text .text-quote .text .media {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
}
.article-text .text-quote .text .media .qimg, .m-text .text-quote .text .media .qimg {
  display: block;
  width: 100%;
}
.article-text .text-quote .text .author-img, .m-text .text-quote .text .author-img {
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  width: 90px;
  border-radius: 100%;
}
.article-text .text-quote .text .author-img .aimg, .m-text .text-quote .text .author-img .aimg {
  display: block;
  width: 100%;
  border-radius: 100%;
}
.article-text .text-quote .author, .m-text .text-quote .author {
  display: block;
  font-size: 12px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.article-text .article-img, .m-text .article-img {
  display: block;
  position: relative;
}
.article-text .article-img .img, .m-text .article-img .img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.article-text .article-img .info, .m-text .article-img .info {
  margin-bottom: 20px;
}
.article-text .article-img .article-img-desc, .m-text .article-img .article-img-desc {
  display: block;
  font-size: 14px;
  font-family: Montserrat;
  margin-bottom: 5px;
}
.article-text .article-img .article-img-author, .m-text .article-img .article-img-author {
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
}
.article-text .article-img .article-img-source, .m-text .article-img .article-img-source {
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
}
.article-text.white p, .article-text.white li, .article-text.white .text-h2, .article-text.white .text-h3, .article-text.white .text-h4, .m-text.white p, .m-text.white li, .m-text.white .text-h2, .m-text.white .text-h3, .m-text.white .text-h4 {
  color: #fff;
}
.article-text.after-text p, .m-text.after-text p {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .article-text.after-text p, .m-text.after-text p {
    font-size: 1.6rem;
  }
}
.article-text .text-h2, .m-text .text-h2 {
  font-family: "Montserrat", Arial, Verdana, sans-serif;
  margin-bottom: 3rem;
}
.article-text .text-h3, .m-text .text-h3 {
  font-family: "Montserrat", Arial, Verdana, sans-serif;
  margin-bottom: 3rem;
}

.description {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.desc {
  display: block;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
}

.devider {
  display: block;
  height: 4px;
}
.devider.red {
  background-color: #FB0526;
}

.panel {
  display: flex;
  align-items: center;
  /*padding: $offset-sm;*/
}
@media only screen and (max-width: 1239px) {
  .panel {
    flex-direction: column;
  }
}
.panel.red {
  background: #FB0526;
  color: #fff;
}
.panel.blue {
  background: #EDF3F7;
}

.glide .control {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.glide .dots {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.glide .dots .dot-btn {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.glide .dots .dot-btn .devider {
  display: block;
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 4px;
}
@media only screen and (max-width: 1239px) {
  .glide .dots .dot-btn .devider {
    width: 30px;
  }
}
.glide .dots .dot-btn .dot {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
}
.glide .dots .dot-btn.glide__bullet--active .dot {
  background: #fff;
}
.glide .dots.black .dot, .glide .dots.black .devider {
  background: rgba(20, 20, 20, 0.6);
}
.glide .dots.black .glide__bullet--active .dot {
  background: #000;
}

.red-strip-block {
  display: block;
  background: #EDF3F7;
  padding: 25px 40px;
  border-left: 8px solid #FB0526;
}
@media only screen and (max-width: 1239px) {
  .red-strip-block {
    padding: 15px 20px;
  }
}

.list-pagination {
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}
.list-pagination a {
  display: block;
  line-height: 1;
  padding: 10px 15px;
  margin: 0 5px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none !important;
}
.list-pagination a:visited {
  color: #fff;
  text-decoration: none !important;
}
.list-pagination a:focus {
  color: #fff;
  text-decoration: none !important;
}
.list-pagination a:hover {
  color: #fff;
  text-decoration: none !important;
}
.list-pagination a:active {
  color: #fff;
  text-decoration: none !important;
}
.list-pagination a:hover, .list-pagination a:active, .list-pagination a:focus {
  background: #4F4F4F;
}
.list-pagination a.cur {
  border: 2px solid #FB0526;
  background: #FB0526;
  color: #fff;
  text-decoration: none !important;
}
.list-pagination a.cur:visited {
  color: #fff;
  text-decoration: none !important;
}
.list-pagination a.cur:focus {
  color: #fff;
  text-decoration: none !important;
}
.list-pagination a.cur:hover {
  color: #fff;
  text-decoration: none !important;
}
.list-pagination a.cur:active {
  color: #fff;
  text-decoration: none !important;
}
.list-pagination.black a {
  border: 2px solid #000;
  color: #000;
  text-decoration: none !important;
}
.list-pagination.black a:visited {
  color: #000;
  text-decoration: none !important;
}
.list-pagination.black a:focus {
  color: #000;
  text-decoration: none !important;
}
.list-pagination.black a:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.list-pagination.black a:active {
  color: #FB0526;
  text-decoration: none !important;
}
.list-pagination.black a:hover, .list-pagination.black a:active, .list-pagination.black a:focus {
  border: 2px solid #FB0526;
  background: transparent;
}
.list-pagination.black a.cur {
  border: 2px solid #FB0526;
  background: #FB0526;
  color: #fff;
  text-decoration: none !important;
}
.list-pagination.black a.cur:visited {
  color: #fff;
  text-decoration: none !important;
}
.list-pagination.black a.cur:focus {
  color: #fff;
  text-decoration: none !important;
}
.list-pagination.black a.cur:hover {
  color: #fff;
  text-decoration: none !important;
}
.list-pagination.black a.cur:active {
  color: #fff;
  text-decoration: none !important;
}

.m-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-search {
  position: relative;
}
.main-search .suggestions {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 5;
  border: 2px solid #000;
  background: #F4F4F4;
  margin-top: -2px;
  font-weight: 500;
}
.main-search .suggestions .suggestion {
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1239px) {
  .main-search .suggestions .suggestion {
    font-size: 1.4rem;
  }
}
.main-search .suggestions .suggestion .info, .main-search .suggestions .suggestion .years {
  color: #4F4F4F;
  font-size: 0.8em;
  font-weight: 400;
}
.main-search .suggestions .suggestion .highlight {
  background: rgb(218.5, 218.5, 218.5);
}
.main-search .suggestions .suggestion:focus, .main-search .suggestions .suggestion:hover, .main-search .suggestions .suggestion:active {
  background: #BDBDBD;
}
.main-search .suggestions .suggestion .link {
  color: #000;
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-search .suggestions .suggestion .link:visited {
  color: #000;
  text-decoration: none !important;
}
.main-search .suggestions .suggestion .link:focus {
  color: #000;
  text-decoration: none !important;
}
.main-search .suggestions .suggestion .link:hover {
  color: #000;
  text-decoration: none !important;
}
.main-search .suggestions .suggestion .link:active {
  color: #000;
  text-decoration: none !important;
}

.white-red-link {
  color: #fff;
  text-decoration: none !important;
}
.white-red-link:visited {
  color: #fff;
  text-decoration: none !important;
}
.white-red-link:focus {
  color: #fff;
  text-decoration: none !important;
}
.white-red-link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.white-red-link:active {
  color: #FB0526;
  text-decoration: none !important;
}

.black-red-link {
  color: #000;
  text-decoration: none !important;
}
.black-red-link:visited {
  color: #000;
  text-decoration: none !important;
}
.black-red-link:focus {
  color: #000;
  text-decoration: none !important;
}
.black-red-link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.black-red-link:active {
  color: #FB0526;
  text-decoration: none !important;
}

.red-link {
  color: #FB0526;
  text-decoration: none !important;
}
.red-link:visited {
  color: #FB0526;
  text-decoration: none !important;
}
.red-link:focus {
  color: #FB0526;
  text-decoration: underline !important;
}
.red-link:hover {
  color: #FB0526;
  text-decoration: underline !important;
}
.red-link:active {
  color: #FB0526;
  text-decoration: underline !important;
}

@media only screen and (max-width: 1239px) {
  .xs-column {
    flex-direction: column;
  }
  .xs-column .media {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

.semi-big-title {
  display: block;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .semi-big-title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.semi-big-title.red {
  color: #FB0526;
}

.mid-title {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}
.mid-title.red {
  color: #FB0526;
}

.serif-lb-semi {
  display: block;
  font-size: 2.4rem;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 400;
}
@media only screen and (max-width: 1239px) {
  .serif-lb-semi {
    font-size: 2rem;
  }
}

.font-h1, .chronicle-page .chronicle-days .day .day-title, .chronicle-page .chronicle-title, .page .page-title .title, .author-page .heading-title .title .name, .search-no-results .text, .page-title, .last-ambassadors .big-title .title, .custompage-social-networks .slide .title, .custompage-partner-guide .first .slide .title, .main-title {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 800;
}
@media only screen and (max-width: 1239px) {
  .font-h1, .chronicle-page .chronicle-days .day .day-title, .chronicle-page .chronicle-title, .page .page-title .title, .author-page .heading-title .title .name, .search-no-results .text, .page-title, .last-ambassadors .big-title .title, .custompage-social-networks .slide .title, .custompage-partner-guide .first .slide .title, .main-title {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}

.font-h2, .chronicle-page .chronicle-persons .persons-title, .partners-group .title, .last-project .title, .article-tile.extended-side .title, .article-tile.video-big .title, .custompage-social-networks .fourth .container > .title, .custompage-social-networks .fifth .container > .title, .custompage-social-networks .sixth .container > .title, .custompage-social-networks .third .container > .title, .custompage-social-networks .second .container > .title, .custompage-partner-guide .fourth .title, .custompage-partner-guide .third .title, .article-text .text-h2, .m-text .text-h2 {
  font-size: 3.6rem;
  line-height: 4.2rem;
  font-weight: 800;
}
@media only screen and (max-width: 1239px) {
  .font-h2, .chronicle-page .chronicle-persons .persons-title, .partners-group .title, .last-project .title, .article-tile.extended-side .title, .article-tile.video-big .title, .custompage-social-networks .fourth .container > .title, .custompage-social-networks .fifth .container > .title, .custompage-social-networks .sixth .container > .title, .custompage-social-networks .third .container > .title, .custompage-social-networks .second .container > .title, .custompage-partner-guide .fourth .title, .custompage-partner-guide .third .title, .article-text .text-h2, .m-text .text-h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.font-h3, .chronicle-page .chronicle-persons .list .devider .white-link, .person-filters .btn-show, .option-person-list .title-button .list-title, .last-ambassadors .info, .our-projects-mini .list .item .info .link, .last-project .quote .text, .custompage-donation .projects .info .text .text-2, .custompage-donation .accounts .account .title, .custompage-minuteofsilance .red .title, .custompage-initiatives .list .item .title, .custompage-social-networks .news .title, .custompage-social-networks .list .media-left .title, .custompage-mission .fifth .text .title, .title-devider .title, .m-info .title, .article-text .text-h3, .m-text .text-h3, .mid-title {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1239px) {
  .font-h3, .chronicle-page .chronicle-persons .list .devider .white-link, .person-filters .btn-show, .option-person-list .title-button .list-title, .last-ambassadors .info, .our-projects-mini .list .item .info .link, .last-project .quote .text, .custompage-donation .projects .info .text .text-2, .custompage-donation .accounts .account .title, .custompage-minuteofsilance .red .title, .custompage-initiatives .list .item .title, .custompage-social-networks .news .title, .custompage-social-networks .list .media-left .title, .custompage-mission .fifth .text .title, .title-devider .title, .m-info .title, .article-text .text-h3, .m-text .text-h3, .mid-title {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

.tran-ease, .chronicle-page .chronicle-days .slick-next, .chronicle-page .chronicle-days .slick-prev, .chronicle-page .chronicle-gallery .slick-next, .chronicle-page .chronicle-gallery .slick-prev, .person-remembrances .list .item .modal .source, .person-remembrances .list .item .title, .person-remembrances .list .item, .media-about-us .item .title .link, .media-about-us .item .title, .partners-group .list .partner .link .logo, .person-filters .btn-show, .option-person-list .title-button::after, .option-person-list .title-button .list-title, .option-person-list .title-button .fa, .footer .right .contacts .link, .footer .right .socials .link, .footer .left .groups .link, .usefull-queries .link, .usefull-queries .group .title .fa, .review-comments .comment .text, .index-slider .slide-text .title, .option-tile .title, .person-short.full .person-field-value a.value, .person-short .last-name, .person-short .firs-name, .person-short .photo, .team-member-tile .name.link, .datepicker-dropdown .table-condensed .month, .datepicker-dropdown .table-condensed .year, .datepicker-dropdown .table-condensed .decade, .datepicker-dropdown .table-condensed .century, .datepicker-dropdown .table-condensed .day, .datepicker-dropdown .table-condensed thead .prev, .datepicker-dropdown .table-condensed thead .next, .datepicker-dropdown .table-condensed thead .datepicker-switch, .datepicker-dropdown, .slick-next, .slick-prev, .m-btn, .main-title .link, .big-title .link, .list-pagination a {
  transition: all ease 0.2s;
}

.datepicker-dropdown {
  width: 100%;
  max-width: 367px;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
  border: 2px solid #fff;
  background: #000;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .datepicker-dropdown {
    max-width: calc(100% - 3rem);
  }
}
.datepicker-dropdown .table-condensed {
  width: 100%;
}
.datepicker-dropdown .table-condensed thead .prev, .datepicker-dropdown .table-condensed thead .next, .datepicker-dropdown .table-condensed thead .datepicker-switch {
  padding: 1rem 0;
  color: #fff;
  background: #FB0526;
  cursor: pointer;
}
.datepicker-dropdown .table-condensed thead .prev:hover, .datepicker-dropdown .table-condensed thead .prev:active, .datepicker-dropdown .table-condensed thead .prev:focus, .datepicker-dropdown .table-condensed thead .next:hover, .datepicker-dropdown .table-condensed thead .next:active, .datepicker-dropdown .table-condensed thead .next:focus, .datepicker-dropdown .table-condensed thead .datepicker-switch:hover, .datepicker-dropdown .table-condensed thead .datepicker-switch:active, .datepicker-dropdown .table-condensed thead .datepicker-switch:focus {
  background: rgb(201.7716535433, 3.2283464567, 29.8622047244);
}
.datepicker-dropdown .table-condensed thead .dow {
  padding: 1rem 0;
  font-size: 12px;
  color: #F4F4F4;
}
.datepicker-dropdown .table-condensed .day {
  padding: 0.6rem 0;
  color: #fff;
  cursor: pointer;
}
.datepicker-dropdown .table-condensed .day.old, .datepicker-dropdown .table-condensed .day.new {
  color: #4F4F4F;
}
.datepicker-dropdown .table-condensed .day:hover, .datepicker-dropdown .table-condensed .dayactive, .datepicker-dropdown .table-condensed .day:focus {
  background: #BDBDBD;
  color: #000;
}
.datepicker-dropdown .table-condensed .month, .datepicker-dropdown .table-condensed .year, .datepicker-dropdown .table-condensed .decade, .datepicker-dropdown .table-condensed .century {
  display: block;
  width: 33.33%;
  float: left;
  cursor: pointer;
  padding: 1rem 0;
  color: #fff;
}
.datepicker-dropdown .table-condensed .month.focused, .datepicker-dropdown .table-condensed .year.focused, .datepicker-dropdown .table-condensed .decade.focused, .datepicker-dropdown .table-condensed .century.focused {
  background: #4F4F4F;
}
.datepicker-dropdown .table-condensed .month:hover, .datepicker-dropdown .table-condensed .monthactive, .datepicker-dropdown .table-condensed .month:focus, .datepicker-dropdown .table-condensed .year:hover, .datepicker-dropdown .table-condensed .yearactive, .datepicker-dropdown .table-condensed .year:focus, .datepicker-dropdown .table-condensed .decade:hover, .datepicker-dropdown .table-condensed .decadeactive, .datepicker-dropdown .table-condensed .decade:focus, .datepicker-dropdown .table-condensed .century:hover, .datepicker-dropdown .table-condensed .centuryactive, .datepicker-dropdown .table-condensed .century:focus {
  background: #BDBDBD;
  color: #000;
}

.modal-backdrop.show {
  opacity: 0.75;
  background-color: #000;
}

.modal .modal-content {
  border-radius: 0;
  border: none;
}
.modal .modal-header, .modal .modal-body {
  padding: 2rem 3rem;
  border-bottom: 0;
}
@media only screen and (max-width: 1239px) {
  .modal .modal-header, .modal .modal-body {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
.modal .btn-close {
  position: absolute;
  top: 0;
  right: -3rem;
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
@media only screen and (max-width: 1239px) {
  .modal .btn-close {
    right: 2rem;
    top: 2rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  }
}

.m-loader-blade {
  display: flex;
  justify-content: center;
  padding: 5rem 0;
}

.m-loader {
  width: 48px;
  height: 48px;
  border: 5px solid;
  border-color: #FB0526 transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 10;
  position: relative;
}

.send-obituary {
  border-top: 1px solid #4F4F4F;
  padding-top: 3rem;
  justify-content: space-between;
}
.send-obituary .text {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "EB Garamond", Georgia, serif;
}
@media only screen and (max-width: 1239px) {
  .send-obituary .text {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.send-obituary .btns {
  margin-left: 3rem;
}
@media only screen and (max-width: 1239px) {
  .send-obituary .btns {
    width: 100%;
    margin-left: 0;
  }
  .send-obituary .btns .m-btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custompage-partner-guide {
  margin-top: -5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-partner-guide {
    margin-top: -2.5rem;
  }
}
.custompage-partner-guide .first {
  background: #EDF3F7;
}
.custompage-partner-guide .first .slide {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1239px) {
  .custompage-partner-guide .first .slide {
    flex-direction: column;
  }
}
.custompage-partner-guide .first .slide .pics {
  display: block;
  width: 60%;
  margin-right: 5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-partner-guide .first .slide .pics {
    width: 100%;
    margin-bottom: 3rem;
    margin-right: 0;
  }
}
.custompage-partner-guide .first .slide .title {
  margin-bottom: 3rem;
}
.custompage-partner-guide .first .slide .tip {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-partner-guide .first .slide .m-btn {
    width: 100%;
  }
}
.custompage-partner-guide .second .m-text {
  max-width: 93rem;
  margin-left: auto;
  margin-right: auto;
}
.custompage-partner-guide .third {
  background: #EDF3F7;
}
.custompage-partner-guide .third .title {
  margin-bottom: 3rem;
}
.custompage-partner-guide .third .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;
  align-items: stretch;
}
@media only screen and (max-width: 1239px) {
  .custompage-partner-guide .third .list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.custompage-partner-guide .third .list .tile {
  display: block;
  width: 50%;
  padding: 2rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-partner-guide .third .list .tile {
    width: 100%;
    padding: 1rem 0;
  }
}
.custompage-partner-guide .third .list .tile .text {
  display: block;
  height: 100%;
  margin-bottom: 0;
  background: #fff;
  padding: 1.6rem 2.4rem;
  border: 1px solid #000;
  font-size: 1.4rem;
  font-weight: 600;
}
.custompage-partner-guide .fourth {
  background-color: #000;
  background-image: url("/img/custompages/partner-guide-2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 95rem;
  color: #fff;
  margin-bottom: -5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-partner-guide .fourth {
    background-position: center 25rem;
    background-size: contain;
    height: 50rem;
  }
}
.custompage-partner-guide .fourth .send {
  max-width: 42rem;
}
.custompage-partner-guide .fourth .title {
  margin-bottom: 3rem;
}
.custompage-partner-guide .fourth .tip {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-partner-guide .fourth .m-btn {
    width: 100%;
  }
}

.custompage-mission {
  margin-top: -5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-mission {
    margin-top: -4rem;
  }
}
.custompage-mission .fourth .list .media-left {
  margin-bottom: 3rem;
}
.custompage-mission .fourth .list .media-left .media {
  width: 41.5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-mission .fourth .list .media-left .media {
    width: 100%;
  }
}
.custompage-mission .fourth .list .media-left:last-child {
  margin-bottom: 0;
}
.custompage-mission .fifth .text {
  text-align: center;
}
.custompage-mission .fifth .text .title {
  margin-bottom: 1.5rem;
}

.custompage-social-networks {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks {
    margin-top: -4rem;
    margin-bottom: -2.5rem;
  }
}
.custompage-social-networks .slide {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .slide {
    flex-direction: column;
  }
}
.custompage-social-networks .slide .left, .custompage-social-networks .slide .right {
  flex: 0 1 auto;
  width: 100%;
}
.custompage-social-networks .slide .title {
  margin-bottom: 0;
  margin-right: 4rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .slide .title {
    margin-bottom: 3rem;
    margin-right: 0;
  }
}
.custompage-social-networks .slide .right {
  background: #EDF3F7;
  border: 1px solid #000;
  padding: 2rem 4rem;
  text-align: center;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .slide .right {
    padding: 2rem;
  }
}
.custompage-social-networks .slide .right .text {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.custompage-social-networks .slide .right .btns {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .slide .right .btns {
    flex-direction: column;
    align-items: center;
  }
}
.custompage-social-networks .slide .right .btns .m-btn {
  display: flex;
  align-items: center;
  padding: 0.5rem 2.5rem;
  margin: 0 1rem;
  font-weight: 600;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .slide .right .btns .m-btn {
    margin: 1rem 0;
  }
}
.custompage-social-networks .slide .right .btns .m-btn .icon {
  margin-right: 1rem;
}
.custompage-social-networks .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 2rem 0;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .list {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 0;
  }
}
.custompage-social-networks .list .media-left {
  flex: 0 1 auto;
  width: calc(50% - 4rem);
  margin: 2rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .list .media-left {
    width: 100%;
    margin: 1.5rem 0;
  }
}
.custompage-social-networks .list .media-left .media {
  width: 30rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .list .media-left .media {
    width: 100%;
  }
}
.custompage-social-networks .list .media-left .title {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
}
.custompage-social-networks .list .media-left .desc {
  margin-bottom: 0;
}
.custompage-social-networks .list .media-left .m-text {
  margin-top: 1.5rem;
  width: 100%;
}
.custompage-social-networks .list .media-left .m-text ul {
  font-size: 2rem !important;
  line-height: 2.6rem;
}
.custompage-social-networks .news {
  text-align: center;
  padding: 4rem 0;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .news {
    padding: 2rem 0;
    text-align: left;
  }
}
.custompage-social-networks .news .title {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
  margin-bottom: 1.5rem;
}
.custompage-social-networks .news .texts {
  display: flex;
  margin-top: 3rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .news .texts {
    flex-wrap: wrap;
  }
}
.custompage-social-networks .news .texts .m-text {
  flex: 0 1 auto;
  width: 100%;
  text-align: left;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .news .texts .m-text {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .custompage-social-networks .news .texts .m-text:last-child {
    margin-bottom: 0;
  }
}
.custompage-social-networks .news .texts .m-text ul {
  font-size: 2rem !important;
  line-height: 2.6rem;
}
.custompage-social-networks .grey {
  background: #F4F4F4;
}
.custompage-social-networks .third .slide {
  margin-bottom: 5rem;
}
.custompage-social-networks .third .slide .right {
  background: #fff;
}
.custompage-social-networks .third .slide .title {
  color: #FB0526;
}
.custompage-social-networks .fourth .slide, .custompage-social-networks .fifth .slide, .custompage-social-networks .sixth .slide {
  margin-bottom: 5rem;
}
.custompage-social-networks .fourth .slide:last-child, .custompage-social-networks .fifth .slide:last-child, .custompage-social-networks .sixth .slide:last-child {
  margin-bottom: 0;
}
.custompage-social-networks .fourth .slide .title, .custompage-social-networks .fifth .slide .title, .custompage-social-networks .sixth .slide .title {
  color: #FB0526;
}
.custompage-social-networks .fourth .slide .right, .custompage-social-networks .fifth .slide .right, .custompage-social-networks .sixth .slide .right {
  width: 40%;
  background: #fff;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .fourth .slide .right, .custompage-social-networks .fifth .slide .right, .custompage-social-networks .sixth .slide .right {
    width: 100%;
  }
}
.custompage-social-networks .fourth .container > .title, .custompage-social-networks .fifth .container > .title, .custompage-social-networks .sixth .container > .title {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .fourth .container > .title, .custompage-social-networks .fifth .container > .title, .custompage-social-networks .sixth .container > .title {
    text-align: left;
  }
}
.custompage-social-networks .fifth .list {
  flex-direction: column;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}
.custompage-social-networks .fifth .list .media-left {
  width: 100%;
}
.custompage-social-networks .fifth .list .media-left:last-child {
  margin-bottom: 0;
}
.custompage-social-networks .fifth .list .media-left .media {
  width: 40rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-social-networks .fifth .list .media-left .media {
    width: 100%;
  }
}
.custompage-social-networks .fifth .list .m-text {
  margin-bottom: 1.5rem;
}

.custompage-teammembers .batch {
  padding-top: 3rem;
}
.custompage-teammembers .batch:nth-child(2n) {
  background: #EDF3F7;
}
.custompage-teammembers.authors .team-member-tile {
  margin-bottom: 3rem;
}
.custompage-teammembers .m-text {
  margin-bottom: 3rem;
}

.custompage-borderless-memory .fourth .media-bot {
  margin-bottom: 3rem;
  height: 100%;
}
.custompage-borderless-memory .fourth .media-bot .media {
  margin-top: auto;
}

.custompage-initiatives .list .block:nth-child(odd) {
  background: #EDF3F7;
}
.custompage-initiatives .list .item {
  position: relative;
}
.custompage-initiatives .list .item:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 1239px) {
  .custompage-initiatives .list .item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.custompage-initiatives .list .item .title {
  margin-bottom: 2rem;
  width: 50%;
  margin-left: 50%;
}
@media only screen and (max-width: 1239px) {
  .custompage-initiatives .list .item .title {
    order: 1;
    width: 100%;
    margin-left: 0;
  }
}
.custompage-initiatives .list .item .link {
  position: absolute;
  top: 29rem;
  left: 0;
  width: 57rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-initiatives .list .item .link {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    order: 4;
  }
}
.custompage-initiatives .list .item .media {
  display: flex;
  position: relative;
  margin-right: 3rem;
  width: 57rem;
  float: left;
}
@media only screen and (max-width: 1239px) {
  .custompage-initiatives .list .item .media {
    flex: 0 1 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
    order: 2;
    float: none;
  }
}
.custompage-initiatives .list .item .media .img {
  display: block;
  flex: 0 1 50%;
  width: 25.5rem;
  margin-bottom: 1.5rem;
}
.custompage-initiatives .list .item .media .img:first-child {
  margin-right: 1rem;
}
.custompage-initiatives .list .item .media .img:last-child {
  margin-left: 1rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-initiatives .list .item .media .img {
    width: 50%;
  }
  .custompage-initiatives .list .item .media .img:first-child, .custompage-initiatives .list .item .media .img:last-child {
    margin: 0 !important;
  }
}
.custompage-initiatives .list .item .m-text {
  margin-bottom: 0;
  width: 50%;
  margin-left: 50%;
}
@media only screen and (max-width: 1239px) {
  .custompage-initiatives .list .item .m-text {
    order: 3;
    margin-bottom: 2rem;
    width: 100%;
    margin-left: 0;
  }
}

.custompage-minuteofsilance .first {
  margin-top: -5rem;
}
.custompage-minuteofsilance .red {
  background: #FB0526;
  padding: 1.5rem 0;
}
.custompage-minuteofsilance .red .title {
  color: #fff;
}
.custompage-minuteofsilance .list .block:nth-child(odd) {
  background: #222;
}
.custompage-minuteofsilance .list .block:nth-child(odd) .item .m-author-quote .text {
  background: #000;
}
.custompage-minuteofsilance .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1239px) {
  .custompage-minuteofsilance .item {
    flex-direction: column;
    justify-content: stretch;
  }
}
.custompage-minuteofsilance .item .info {
  flex: 0 1 77rem;
  width: 77rem;
  min-height: 50rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-minuteofsilance .item .info {
    flex: 0 1 auto;
    width: 100%;
    min-height: 0;
  }
}
.custompage-minuteofsilance .item .info .m-author-quote .text {
  background: #222;
}
.custompage-minuteofsilance .item .person-img {
  display: block;
  width: 40rem;
  flex: 0 1 40rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-minuteofsilance .item .person-img {
    position: relative;
    flex: 0 1 auto;
    width: 100%;
  }
}
.custompage-minuteofsilance .item .m-gallery {
  display: block;
  width: 100%;
  flex: 0 1 100%;
  margin-top: 1.5rem;
}

.custompage-donation {
  margin-top: -5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation {
    margin-top: -4rem;
  }
}
.custompage-donation .intro {
  text-align: center;
}
.custompage-donation .monthly {
  text-align: center;
  margin-bottom: 1rem;
}
.custompage-donation .monthly .jumbo {
  padding-left: 7rem;
  padding-right: 7rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .monthly .jumbo {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.custompage-donation .monthly .text-1 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  font-family: "EB Garamond", Georgia, serif;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .monthly .text-1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.custompage-donation .monthly .text-2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 800;
  font-family: "EB Garamond", Georgia, serif;
  margin-bottom: 3rem;
}
.custompage-donation .monthly .text-3 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 500;
}
.custompage-donation .monthly .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .monthly .btns {
    flex-direction: column;
  }
}
.custompage-donation .monthly .btns .m-btn {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  font-size: 2.2rem !important;
  font-weight: 800 !important;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .monthly .btns .m-btn {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.custompage-donation .one-time .list {
  display: flex;
  justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .one-time .list {
    flex-direction: column;
  }
}
.custompage-donation .one-time .list .card {
  position: relative;
  background: #EDF3F7;
  padding: 2rem;
  border-radius: 1.5rem;
  flex: 0 1 34rem;
  width: 34rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid #D0E3EF;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .one-time .list .card {
    width: auto;
    flex: 0 1 20rem;
    margin-bottom: 1.5rem;
  }
}
.custompage-donation .one-time .list .card .logo {
  display: block;
  max-height: 3rem;
}
.custompage-donation .one-time .list .card .nfc {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.custompage-donation .one-time .list .card .m-btn {
  width: 100%;
  border-radius: 1rem;
}
.custompage-donation .accounts {
  padding: 3rem 2rem;
  background: #EDF3F7;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .accounts {
    padding: 1rem;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
.custompage-donation .accounts .account .title {
  margin-bottom: 1.5rem;
}
.custompage-donation .accounts .account .list {
  background: #fff;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .accounts .account .list {
    padding: 0 1rem;
  }
}
.custompage-donation .accounts .account .list .item {
  display: flex;
  width: 100%;
  align-items: center;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 2.4rem;
  padding: 1.5rem;
  border-bottom: 1px solid #D0E3EF;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .accounts .account .list .item {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }
}
.custompage-donation .accounts .account .list .item:last-child {
  border-bottom: 0;
}
.custompage-donation .accounts .account .list .item .name {
  flex: 0 0 35%;
  width: 35%;
  padding-right: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .accounts .account .list .item .name {
    flex: 0 0 auto;
    width: auto;
    margin-bottom: 0.5rem;
  }
}
.custompage-donation .accounts .account .list .item .value {
  flex: 0 0 65%;
  width: 65%;
  padding-right: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .accounts .account .list .item .value {
    flex: 0 0 auto;
    width: auto;
  }
}
.custompage-donation .faq .big-title {
  text-align: center;
}
.custompage-donation .projects .info {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .projects .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.custompage-donation .projects .info .text {
  flex: 0 1 50%;
  width: 50%;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .projects .info .text {
    flex: 0 1 auto;
    width: auto;
    margin-bottom: 1.5rem;
  }
}
.custompage-donation .projects .info .text .text-1 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  font-family: "EB Garamond", Georgia, serif;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .projects .info .text .text-1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.custompage-donation .projects .info .text .text-2 {
  font-weight: 800 !important;
}
.custompage-donation .projects .info .list {
  flex: 0 1 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .projects .info .list {
    flex: 0 1 auto;
    width: auto;
  }
}
.custompage-donation .projects .info .list .m-btn {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
.custompage-donation .ambassadors {
  text-align: center;
}
.custompage-donation .ambassadors .title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.custompage-donation .ambassadors .m-text {
  margin-bottom: 1.5rem;
}
.custompage-donation .ambassadors .list {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1.5rem;
  min-width: 100%;
  position: relative;
}
.custompage-donation .ambassadors .list .slick-list, .custompage-donation .ambassadors .list .slick-track {
  min-width: 100%;
}
.custompage-donation .ambassadors .list .group {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 50%;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation .ambassadors .list {
    width: 100%;
    flex: 0 1 100%;
  }
}
.custompage-donation .ambassadors .ambassador-tile {
  width: calc(50% - 2rem) !important;
  margin: 1rem !important;
}
.custompage-donation .keepers {
  text-align: center;
}
.custompage-donation .keepers .title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.custompage-donation .keepers .m-text {
  margin-bottom: 1.5rem;
}
.custompage-donation .keepers .list {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 0;
  min-width: 100%;
  position: relative;
}
.custompage-donation .keepers .list .slick-list, .custompage-donation .keepers .list .slick-track {
  min-width: 100%;
}
.custompage-donation .keepers .list .item {
  text-align: left;
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
}
.custompage-donation .keepers .list .item .info {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  background: #EDF3F7;
  margin-bottom: 1.5rem;
}
.custompage-donation .keepers .list .item .info .photo {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  border: 2px solid #FB0526;
  display: block;
  margin-right: 1.5rem;
}
.custompage-donation .keepers .list .item .info .name {
  font-size: 1.8rem;
  font-weight: 800;
}
.custompage-donation .keepers .list .item .about {
  font-size: 1.2rem;
}

.custompage-donation-en .container {
  max-width: 90rem !important;
}
.custompage-donation-en .page-full-cover {
  margin-bottom: 0 !important;
  padding-top: 35% !important;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .page-full-cover {
    padding-top: 100% !important;
  }
}
.custompage-donation-en .intro {
  position: relative;
  z-index: 6;
  color: #fff !important;
  text-align: center;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .intro {
    text-align: left;
  }
}
.custompage-donation-en .intro .title {
  font-size: 4.8rem;
  font-weight: 800;
  margin-top: -10rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .intro .title {
    font-size: 3.2rem;
  }
}
.custompage-donation-en .intro .sub-title {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .intro .sub-title {
    margin-bottom: 1.5rem;
  }
}
.custompage-donation-en .intro .m-text {
  text-align: left;
}
.custompage-donation-en .intro .m-btns {
  margin-top: 3rem;
}
.custompage-donation-en .intro .m-btns .m-btn {
  font-weight: 800;
  min-width: 42rem;
}
.custompage-donation-en .cards .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .cards .list {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.custompage-donation-en .cards .list .vcard {
  width: 48%;
  padding: 1rem 2rem;
  background: #fff;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .cards .list .vcard {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.custompage-donation-en .cards .list .vcard .value {
  display: block;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.custompage-donation-en .cards .list .vcard .text {
  font-size: 2.4rem;
  font-weight: 500;
}
.custompage-donation-en .cards .hint {
  font-size: 1rem;
  font-weight: 500;
}
.custompage-donation-en .baner-1 {
  margin-top: -5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .baner-1 {
    margin-top: 0;
  }
}
.custompage-donation-en .checklist .list .item {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #000;
}
.custompage-donation-en .checklist .list .item:last-child {
  border-bottom: none;
}
.custompage-donation-en .checklist .list .item .icon {
  display: block;
  margin-right: 1.5rem;
}
.custompage-donation-en .checklist .list .item .text {
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .checklist .list .item .text {
    font-size: 2rem;
  }
}
.custompage-donation-en .tiles .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .tiles .list {
    flex-direction: column;
  }
}
.custompage-donation-en .tiles .list .tile {
  width: 48%;
  position: relative;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .tiles .list .tile {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.custompage-donation-en .tiles .list .tile .img {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.custompage-donation-en .tiles .list .tile .title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #FB0526;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .tiles .list .tile .title {
    font-size: 2.8rem;
  }
}
.custompage-donation-en .tiles .list .tile .desc {
  font-size: 1.6rem;
}
.custompage-donation-en .baner-2 .m-text {
  text-align: left;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .contacts .text-baner {
    margin-bottom: 3rem;
  }
}
.custompage-donation-en .contacts .contact {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
.custompage-donation-en .contacts .contact .line {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.custompage-donation-en .contacts .contact .line:first-child {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .contacts .contact .line:first-child {
    margin-bottom: 1.5rem;
  }
}
.custompage-donation-en .contacts .contact .line .link {
  color: #000 !important;
}
.custompage-donation-en .contacts .contact .m-btn {
  width: 100%;
  font-weight: 800;
  margin-top: 3rem;
}
.custompage-donation-en .text-baner {
  text-align: center;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .text-baner {
    text-align: left;
  }
}
.custompage-donation-en .text-baner .title {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .custompage-donation-en .text-baner .title {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
  }
}
.custompage-donation-en .text-baner .m-btns {
  margin-top: 3rem;
}
.custompage-donation-en .text-baner .m-btns .m-btn {
  font-weight: 800;
  min-width: 42rem;
}

.page.custom.component-donation .page-title .title {
  width: 100%;
  text-align: center !important;
}

.page-features .media-left {
  margin-bottom: 3rem;
}
.page-features .media-left .info {
  font-weight: 600;
}
.page-features .media-left:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1239px) {
  .page-features .media-left:last-child {
    margin-bottom: 3rem;
  }
}

.team-member-tiles {
  /*display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;*/
}

.team-member-tile {
  display: block;
  margin-bottom: 3rem;
}
.team-member-tile .photo {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.team-member-tile .name {
  display: block;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
.team-member-tile .name.link {
  color: #000;
  text-decoration: none !important;
}
.team-member-tile .name.link:visited {
  color: #000;
  text-decoration: none !important;
}
.team-member-tile .name.link:focus {
  color: #000;
  text-decoration: none !important;
}
.team-member-tile .name.link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.team-member-tile .name.link:active {
  color: #FB0526;
  text-decoration: none !important;
}
.team-member-tile .post {
  display: block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  font-family: "EB Garamond", Georgia, serif;
  margin-bottom: 1.5rem;
}
.team-member-tile .about {
  font-size: 1.6rem;
  font-family: "EB Garamond", Georgia, serif;
  display: block;
  display: -webkit-box;
  max-height: 10.4rem;
  font-size: 1.6rem;
  line-height: 1.3;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-tile {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.article-tile .media {
  display: block;
  width: 100%;
  z-index: 1;
}
.article-tile .title {
  display: block;
  font-family: "Montserrat", Arial, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #000;
  text-decoration: none !important;
}
.article-tile .title:visited {
  color: #000;
  text-decoration: none !important;
}
.article-tile .title:focus {
  color: #000;
  text-decoration: none !important;
}
.article-tile .title:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.article-tile .title:active {
  color: #FB0526;
  text-decoration: none !important;
}
.article-tile .desc {
  display: block;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.4rem;
}
.article-tile .desc p:last-child {
  margin-bottom: 0;
}
.article-tile .source {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.article-tile .source .name {
  margin-right: 1.5rem;
  font-size: 1.4rem;
}
.article-tile .source .link {
  font-size: 1.4rem;
  color: #FB0526;
  text-decoration: underline;
}
.article-tile .source .link:visited {
  color: #FB0526;
  text-decoration: underline !important;
}
.article-tile .source .link:focus {
  color: #FB0526;
  text-decoration: underline !important;
}
.article-tile .source .link:hover {
  color: #000;
  text-decoration: underline !important;
}
.article-tile .source .link:active {
  color: #000;
  text-decoration: underline !important;
}
@media only screen and (max-width: 1239px) {
  .article-tile.big .media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.article-tile.big .text {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3rem;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
  mix-blend-mode: normal;
  color: #fff;
}
@media only screen and (max-width: 1239px) {
  .article-tile.big .text {
    padding: 300px 1.5rem 1.5rem 1.5rem;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 48.81%, rgba(0, 0, 0, 0.72) 84%, rgba(0, 0, 0, 0.72) 84%, rgba(0, 0, 0, 0.9) 100%);
  }
}
.article-tile.big .title {
  color: #fff;
  text-decoration: none !important;
  font-size: 2.4rem;
}
.article-tile.big .title:visited {
  color: #fff;
  text-decoration: none !important;
}
.article-tile.big .title:focus {
  color: #fff;
  text-decoration: none !important;
}
.article-tile.big .title:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.article-tile.big .title:active {
  color: #FB0526;
  text-decoration: none !important;
}
@media only screen and (max-width: 1239px) {
  .article-tile.big .title {
    font-size: 2rem;
  }
}
.article-tile.big .desc {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1239px) {
  .article-tile.big .desc {
    display: block;
    display: -webkit-box;
    max-height: 6.24rem;
    font-size: 1.6rem;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.article-tile.left-img {
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 1239px) {
  .article-tile.left-img {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.article-tile.left-img .media {
  width: 190px;
  height: auto;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .article-tile.left-img .media {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.article-tile.left-img .title {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1239px) {
  .article-tile.left-img .title {
    font-size: 2rem;
  }
}
.article-tile.left-img .desc {
  display: none;
}
.article-tile.top-img .media {
  margin-bottom: 1.5rem;
}
.article-tile.top-img .desc {
  display: block;
  display: -webkit-box;
  max-height: 9.1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-tile.video {
  flex-direction: row;
}
@media only screen and (max-width: 1239px) {
  .article-tile.video {
    flex-direction: column;
  }
}
.article-tile.video .media-embed {
  flex: 0 0 50%;
  width: 50%;
  margin-right: 3rem;
  position: relative;
}
@media only screen and (max-width: 1239px) {
  .article-tile.video .media-embed {
    flex: 0 0 100%;
    width: 100%;
  }
}
.article-tile.video .media-embed iframe {
  width: 100% !important;
}
.article-tile.video .title {
  font-weight: 800;
}
@media only screen and (max-width: 1239px) {
  .article-tile.video .title {
    font-size: 2rem;
  }
}
.article-tile.video .desc {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1239px) {
  .article-tile.video .desc {
    font-size: 1.4rem;
  }
}
.article-tile.video-big .media-embed {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 5rem;
}
.article-tile.video-big .media-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}
.article-tile.video-big .media {
  display: block;
  width: 100%;
  margin-bottom: 5rem;
}
.article-tile.video-big .title {
  margin-bottom: 3rem;
}
.article-tile.video-small .media-embed {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 1.5rem;
}
.article-tile.video-small .media-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}
.article-tile.video-small .media {
  display: block;
  width: 100%;
  margin-bottom: 5rem;
}
.article-tile.video-small .description {
  display: none !important;
}
.article-tile.event {
  text-align: center;
}
.article-tile.event .desc {
  display: none;
}
.article-tile.event .date {
  margin-bottom: 1.5rem;
}
.article-tile.event .title {
  margin-bottom: 0;
}
.article-tile.event:hover {
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.article-tile.event .text {
  padding: 1.5rem;
}
.article-tile.extended-side {
  flex-direction: row;
  align-items: flex-start;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media only screen and (max-width: 1239px) {
  .article-tile.extended-side {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}
.article-tile.extended-side .media {
  display: block;
  flex: 0 0 auto;
  width: 45rem;
  margin: 0 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .article-tile.extended-side .media {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
}
.article-tile.extended-side .text {
  margin: 0 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .article-tile.extended-side .text {
    margin: 0;
  }
}
.article-tile.extended-side .description {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  font-family: "EB Garamond", Georgia, serif;
}
@media only screen and (max-width: 1239px) {
  .article-tile.extended-side .description {
    font-size: 1.6rem;
  }
}
.article-tile.extended-side .description p:last-child {
  margin-bottom: 0 !important;
}
.article-tile.source-link {
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 1239px) {
  .article-tile.source-link {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.article-tile.source-link .media {
  width: 190px;
  height: 190px;
  margin-right: 1.5rem;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1239px) {
  .article-tile.source-link .media {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.article-tile.source-link .title {
  font-size: 2rem;
  line-height: 1.2;
}
.article-tile.source-link .description {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 2rem;
  display: block;
  display: -webkit-box;
  height: 7.2rem;
  font-size: 2rem;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .article-tile.source-link .description {
    font-size: 1.8rem;
    display: block;
    display: -webkit-box;
    height: 6.48rem;
    font-size: 1.8rem;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.article-tile.source-link .source {
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
}

.block-title {
  display: block;
  margin-bottom: 3rem;
  font-size: 3.6rem;
  font-weight: 800;
}
@media only screen and (max-width: 1239px) {
  .block-title {
    font-size: 3rem;
  }
}

.person-short {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  background: #BDBDBD;
}
.person-short .photo {
  display: block;
  width: 100%;
  background: #fff;
}
.person-short .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 10px 15px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
}
.person-short .firs-name {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.2;
  margin: 0 5px;
}
.person-short .last-name {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin: 0 5px;
}
.person-short.extended {
  background: none;
  text-transform: none !important;
  text-decoration: none;
  color: #fff;
}
.person-short.extended.black {
  color: #000;
}
.person-short.extended .media {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #BDBDBD;
  margin-bottom: 1.5rem;
}
.person-short.extended .media .name {
  text-transform: uppercase !important;
}
@media only screen and (max-width: 1239px) {
  .person-short.extended .media {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
.person-short.extended .occupation {
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: block;
  display: -webkit-box;
  height: 4.32rem;
  font-size: 1.8rem;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1239px) {
  .person-short.extended .occupation {
    display: block;
    display: -webkit-box;
    max-height: 4.32rem;
    font-size: 1.8rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.person-short.extended .death-date {
  display: block;
  display: -webkit-box;
  height: 2.2rem;
  font-size: 2.2rem;
  line-height: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "EB Garamond", Georgia, serif;
}
@media only screen and (max-width: 1239px) {
  .person-short.extended .death-date {
    display: block;
    display: -webkit-box;
    max-height: 2.2rem;
    font-size: 2.2rem;
    line-height: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.person-short.extended .desc {
  display: block;
  display: -webkit-box;
  height: 13rem;
  font-size: 2rem;
  line-height: 1.3;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 400;
}
@media only screen and (max-width: 1239px) {
  .person-short.extended .desc {
    display: block;
    display: -webkit-box;
    max-height: 13rem;
    font-size: 2rem;
    line-height: 1.3;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.person-short.extended:hover .photo, .person-short.extended:focus .photo, .person-short.extended:active .photo {
  transform: none;
  opacity: 1;
}
.person-short.extended:hover .firs-name, .person-short.extended:focus .firs-name, .person-short.extended:active .firs-name {
  color: #FB0526;
}
.person-short.extended:hover .last-name, .person-short.extended:focus .last-name, .person-short.extended:active .last-name {
  color: #FB0526;
}
.person-short:hover .photo, .person-short:focus .photo, .person-short:active .photo {
  transform: scale(1.1);
  opacity: 0.9;
}
.person-short:hover .firs-name, .person-short:focus .firs-name, .person-short:active .firs-name {
  color: #F4F4F4;
}
.person-short:hover .last-name, .person-short:focus .last-name, .person-short:active .last-name {
  color: #FB0526;
}
.person-short.mini {
  display: flex;
  position: relative;
  justify-content: center;
  text-transform: none;
}
.person-short.mini .photo {
  width: 90px;
  margin-right: 1.5rem;
}
.person-short.mini .name {
  position: relative;
  padding: 0;
  background: transparent;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.person-short.mini .full-name {
  font-size: 2rem;
  font-weight: 600;
  color: #FB0526;
  text-decoration: none !important;
  margin-bottom: 1rem;
}
.person-short.mini .full-name:visited {
  color: #FB0526;
  text-decoration: none !important;
}
.person-short.mini .full-name:focus {
  color: #FB0526;
  text-decoration: underline !important;
}
.person-short.mini .full-name:hover {
  color: #FB0526;
  text-decoration: underline !important;
}
.person-short.mini .full-name:active {
  color: #FB0526;
  text-decoration: underline !important;
}
.person-short.mini .date {
  font-size: 1.2rem;
  color: #000;
}
.person-short.mini .read-more {
  display: block;
  color: #FB0526;
  text-decoration: none !important;
  margin-top: auto;
}
.person-short.mini .read-more:visited {
  color: #FB0526;
  text-decoration: none !important;
}
.person-short.mini .read-more:focus {
  color: #FB0526;
  text-decoration: underline !important;
}
.person-short.mini .read-more:hover {
  color: #FB0526;
  text-decoration: underline !important;
}
.person-short.mini .read-more:active {
  color: #FB0526;
  text-decoration: underline !important;
}
.person-short.full {
  display: flex;
  align-items: stretch;
  background: transparent !important;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1239px) {
  .person-short.full {
    flex-direction: column;
  }
}
.person-short.full .media {
  flex: 0 0 300px;
  height: 375px;
  overflow: hidden;
  margin-right: 3rem;
  position: relative;
  border: 1px solid #BDBDBD;
}
@media only screen and (max-width: 1239px) {
  .person-short.full .media {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
.person-short.full .info {
  flex: 0 1 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f4f4f4;
  padding: 2rem;
  color: #000;
}
.person-short.full .fields {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  outline: 2px solid #BDBDBD;
  outline-offset: -1px;
}
@media only screen and (max-width: 1239px) {
  .person-short.full .fields {
    flex-direction: column;
    outline-offset: 0;
    outline: none;
    margin-bottom: 1rem;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -2rem;
  }
}
.person-short.full .fields .field {
  flex: 0 0 calc(50% + 2px);
  padding: 2rem 1rem;
  border: 2px solid #BDBDBD;
  margin: -1px;
}
@media only screen and (max-width: 1239px) {
  .person-short.full .fields .field {
    flex: 0 1 auto;
    flex-direction: column;
    border: none;
    border-bottom: 2px solid #BDBDBD;
    margin: 0;
    padding: 1.5rem 0.5rem;
  }
}
.person-short.full .fields .field .icon {
  filter: brightness(0.9);
}
.person-short.full .desc {
  flex: 0 1 100%;
  text-transform: none !important;
  font-weight: 400;
  font-size: 2rem;
  font-family: "EB Garamond", Georgia, serif;
  line-height: 2.6rem;
}
.person-short.full .link {
  display: block;
  margin-top: 1.5rem;
  text-transform: none;
  color: #FB0526;
  text-decoration: underline;
  font-weight: 500;
}
.person-short.full .link:visited {
  color: #FB0526;
  text-decoration: underline !important;
}
.person-short.full .link:focus {
  color: #FB0526;
  text-decoration: underline !important;
}
.person-short.full .link:hover {
  color: #FB0526;
  text-decoration: underline !important;
}
.person-short.full .link:active {
  color: #FB0526;
  text-decoration: underline !important;
}
.person-short.full .person-field-value {
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.person-short.full .person-field-value .icon {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.person-short.full .person-field-value .title {
  color: #BABABA;
  font-weight: 500;
}
.person-short.full .person-field-value .value {
  font-weight: 600;
  font-size: 1.8rem;
  flex: 0 1 100%;
  text-transform: none !important;
}
.person-short.full .person-field-value span.value {
  color: #000 !important;
}
.person-short.full .person-field-value a.value {
  color: #000;
  text-decoration: underline;
}
.person-short.full .person-field-value a.value:visited {
  color: #000;
  text-decoration: underline !important;
}
.person-short.full .person-field-value a.value:focus {
  color: #000;
  text-decoration: underline !important;
}
.person-short.full .person-field-value a.value:hover {
  color: #FB0526;
  text-decoration: underline !important;
}
.person-short.full .person-field-value a.value:active {
  color: #FB0526;
  text-decoration: underline !important;
}

.option-tile {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  text-decoration: none;
}
.option-tile .cover {
  padding-top: 90%;
  background-color: #BDBDBD;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 1em;
}
.option-tile .cover .icon {
  position: absolute;
  right: 1rem;
  bottom: 1em;
  max-width: 50%;
  max-height: 50%;
}
.option-tile .title {
  display: block;
  margin-bottom: 0.3em;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #000;
  text-decoration: none !important;
}
.option-tile:hover, .option-tile:active, .option-tile:focus {
  cursor: pointer;
}
.option-tile:hover .title, .option-tile:active .title, .option-tile:focus .title {
  color: #FB0526;
}

.index-slider {
  position: relative;
}
.index-slider .slick-list {
  border: 1px solid #000;
}
.index-slider .slide {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1239px) {
  .index-slider .slide {
    flex-direction: column;
  }
}
.index-slider .slide-media {
  position: relative;
  background: #fff;
  width: 60%;
  flex: 0 0 60%;
}
@media only screen and (max-width: 1239px) {
  .index-slider .slide-media {
    width: 100%;
    flex: 0 1 100%;
  }
}
.index-slider .slide-media picture {
  display: block;
}
.index-slider .slide-media .img {
  display: block;
  width: 100%;
  height: auto;
}
.index-slider .slide-text {
  width: 40%;
  flex: 0 1 40%;
  padding: 3rem;
}
@media only screen and (max-width: 1239px) {
  .index-slider .slide-text {
    width: 100%;
    flex: 0 1 auto;
    padding: 1.5rem;
  }
}
.index-slider .slide-text .title {
  font-size: 3.8rem;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 1.5rem;
  display: block;
  color: #000;
  text-decoration: none !important;
}
.index-slider .slide-text .title:visited {
  color: #000;
  text-decoration: none !important;
}
.index-slider .slide-text .title:focus {
  color: #000;
  text-decoration: none !important;
}
.index-slider .slide-text .title:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.index-slider .slide-text .title:active {
  color: #FB0526;
  text-decoration: none !important;
}
@media only screen and (max-width: 1239px) {
  .index-slider .slide-text .title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.index-slider .slide-text .desc {
  font-size: 2.2rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 1239px) {
  .index-slider .slide-text .desc {
    font-size: 1.6rem;
  }
}

.index-categories {
  color: #fff;
}
.index-categories .big-title .link {
  color: #fff;
  text-decoration: none !important;
}
.index-categories .big-title .link:visited {
  color: #fff;
  text-decoration: none !important;
}
.index-categories .big-title .link:focus {
  color: #fff;
  text-decoration: none !important;
}
.index-categories .big-title .link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.index-categories .big-title .link:active {
  color: #FB0526;
  text-decoration: none !important;
}
.index-categories > .categories {
  position: relative;
}
.index-categories > .categories .cover {
  width: 100%;
}
@media only screen and (max-width: 1239px) {
  .index-categories > .categories .cover {
    display: none;
  }
}
.index-categories > .categories .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
@media only screen and (max-width: 1239px) {
  .index-categories > .categories .list {
    position: relative;
    flex-direction: column;
  }
}
.index-categories > .categories .list .category {
  border-right: 2px solid #000;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 65%, #000 104%);
}
.index-categories > .categories .list .category:hover .link, .index-categories > .categories .list .category:active .link {
  color: #FB0526 !important;
  padding-bottom: 2rem;
  border-bottom: 2px solid #FB0526;
}
.index-categories > .categories .list .category .link {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  align-items: flex-end;
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.2s ease;
  color: #fff;
  text-decoration: none !important;
}
.index-categories > .categories .list .category .link:visited {
  color: #fff;
  text-decoration: none !important;
}
.index-categories > .categories .list .category .link:focus {
  color: #fff;
  text-decoration: none !important;
}
.index-categories > .categories .list .category .link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.index-categories > .categories .list .category .link:active {
  color: #FB0526;
  text-decoration: none !important;
}
.index-categories > .categories .list .category .link .count {
  display: block;
  color: #828282;
  font-size: 1.6rem;
  font-weight: 500;
}
.index-categories > .categories .list .category .link:hover, .index-categories > .categories .list .category .link:active {
  color: #FB0526 !important;
  padding-bottom: 2rem;
  border-bottom: 2px solid #FB0526;
}
@media only screen and (max-width: 1239px) {
  .index-categories > .categories .list .category .link:hover, .index-categories > .categories .list .category .link:active {
    padding-bottom: 1.5rem;
    border-bottom: none;
  }
}
@media only screen and (max-width: 1239px) {
  .index-categories > .categories .list .category .link {
    padding: 1.5rem 0 1.5rem 1.5rem;
    color: #BDBDBD;
    text-decoration: none !important;
    font-size: 1.8rem;
    align-items: center;
    justify-content: stretch;
  }
  .index-categories > .categories .list .category .link:visited {
    color: #BDBDBD;
    text-decoration: none !important;
  }
  .index-categories > .categories .list .category .link:focus {
    color: #BDBDBD;
    text-decoration: none !important;
  }
  .index-categories > .categories .list .category .link:hover {
    color: #FB0526;
    text-decoration: none !important;
  }
  .index-categories > .categories .list .category .link:active {
    color: #FB0526;
    text-decoration: none !important;
  }
  .index-categories > .categories .list .category .link .link-lb {
    flex: 0 0 auto;
    display: inline-block;
  }
  .index-categories > .categories .list .category .link .link-lb .count {
    display: block;
    color: #828282;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .index-categories > .categories .list .category .link::after {
    content: "";
    display: block;
    height: 2px;
    background: #4F4F4F;
    position: relative;
    flex: 1 1 auto;
    margin-left: 1rem;
    margin-bottom: 1.8rem;
    width: 100%;
  }
}
.index-categories > .categories .list .category:last-child {
  border-right: none;
}

.todays-persons {
  color: #fff;
  position: relative;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1239px) {
  .todays-persons {
    padding: 5rem 0 0 0;
  }
}
.todays-persons > .title {
  padding: 3rem 0;
  margin-top: -5rem;
  background: #000;
  text-align: center;
  margin-bottom: 5rem;
}
.todays-persons > .title .big-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 1239px) {
  .todays-persons > .title {
    margin-top: -2.5rem;
  }
}
.todays-persons .list {
  margin-bottom: 5rem;
}
.todays-persons .slick-list {
  border: 2px solid #000;
}
.todays-persons .item {
  display: flex;
  align-items: center;
}
.todays-persons .item .media {
  width: 420px;
  height: 420px;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1239px) {
  .todays-persons .item .media {
    width: 100%;
    height: auto;
  }
}
.todays-persons .item .media .photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.todays-persons .item .info {
  display: flex;
  flex-direction: column;
  padding: 3rem;
}
@media only screen and (max-width: 1239px) {
  .todays-persons .item .info {
    padding: 1.5rem;
  }
}
.todays-persons .item .info .name {
  margin-bottom: 3rem;
  font-weight: 800 !important;
  display: block;
  display: -webkit-box;
  height: 3.2rem;
  font-size: 3.2rem;
  line-height: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.todays-persons .item .info .name .link {
  display: block;
}
@media only screen and (max-width: 1239px) {
  .todays-persons .item .info .name {
    display: block;
    display: -webkit-box;
    height: 2.4rem;
    font-size: 2.4rem;
    line-height: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 1239px) {
  .todays-persons .item .info .fields {
    margin-bottom: 0;
  }
}
.todays-persons .item .info .fields .person-field-value {
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0 !important;
}
.todays-persons .item .info .fields .person-field-value .icon {
  margin-right: 1rem;
}
.todays-persons .item .info .fields .person-field-value .value {
  width: 100%;
}
.todays-persons .item .info .field:first-child {
  height: 9.2rem;
}
.todays-persons .item .info .field:last-child {
  height: 7rem;
}
.todays-persons .item .info .m-text {
  display: block;
  display: -webkit-box;
  height: 13.5rem;
  font-size: 2rem;
  line-height: 1.35;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1239px) {
  .todays-persons .item .info .m-text {
    display: block;
    display: -webkit-box;
    height: 12.15rem;
    font-size: 1.8rem;
    line-height: 1.35;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.todays-persons .panel {
  border-top: 1px solid #4F4F4F;
  padding-top: 3rem;
  justify-content: space-between;
}
.todays-persons .panel .text {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "EB Garamond", Georgia, serif;
}
@media only screen and (max-width: 1239px) {
  .todays-persons .panel .text {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.todays-persons .panel .btns {
  margin-left: 3rem;
}
@media only screen and (max-width: 1239px) {
  .todays-persons .panel .btns {
    width: 100%;
    margin-left: 0;
  }
  .todays-persons .panel .btns .m-btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.review-comments .list {
  position: relative;
}
.review-comments .slick-list {
  transition: all 0.2s ease;
  margin-left: -1rem;
  margin-right: -1rem;
}
.review-comments .slick-next, .review-comments .slick-prev {
  top: -3rem;
  width: 3rem;
  text-align: center;
  font-size: 1.8rem;
  display: block;
  cursor: pointer;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.review-comments .slick-next {
  right: -1rem;
}
@media only screen and (max-width: 1239px) {
  .review-comments .slick-next {
    display: none;
  }
}
.review-comments .slick-prev {
  right: 4rem;
  left: auto;
}
@media only screen and (max-width: 1239px) {
  .review-comments .slick-prev {
    display: none;
  }
}
.review-comments .comment {
  display: flex;
  border: 1px solid #000;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 1rem;
  z-index: 5;
  position: relative;
}
.review-comments .comment .text {
  padding: 1.5rem;
  height: 20rem;
  overflow: hidden;
  position: relative;
}
.review-comments .comment .text.expand {
  height: auto;
  margin-bottom: 1.5rem;
}
.review-comments .comment .text.expand .read-more {
  background: none !important;
}
.review-comments .comment .text .icon {
  width: 4rem;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
.review-comments .comment .text .m-text {
  margin-bottom: 0;
  margin-left: 5.5rem;
  z-index: 3;
}
.review-comments .comment .expand + .read-more {
  background: none !important;
}
.review-comments .comment .read-more {
  display: block;
  text-align: center;
  padding: 4rem 0 1rem 0;
  margin-top: -6.4rem;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, #fff 50%);
  font-size: 1.4rem;
  font-weight: 700;
  color: #FB0526;
  text-decoration: none !important;
  cursor: pointer;
  z-index: 4;
  line-height: 1;
}
.review-comments .comment .read-more:visited {
  color: #FB0526;
  text-decoration: none !important;
}
.review-comments .comment .read-more:focus {
  color: #FB0526;
  text-decoration: underline !important;
}
.review-comments .comment .read-more:hover {
  color: #FB0526;
  text-decoration: underline !important;
}
.review-comments .comment .read-more:active {
  color: #FB0526;
  text-decoration: underline !important;
}
.review-comments .comment .author {
  background: #F4F4F4;
  display: flex;
  height: 10rem;
  align-items: center;
  justify-content: stretch;
  width: 100%;
  padding: 0 2rem;
}
.review-comments .slick-dots {
  width: 100%;
  padding-left: 0;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.review-comments .slick-dots li {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex: 0 1 100%;
  max-width: 6rem;
}
.review-comments .slick-dots li::after {
  display: block;
  width: 100%;
  max-width: 4rem;
  height: 0.2rem;
  background: #BDBDBD;
  content: "";
}
.review-comments .slick-dots li:last-child::after {
  display: none;
}
.review-comments .slick-dots li.slick-active button::after {
  background: #4F4F4F;
}
.review-comments .slick-dots li button {
  font-size: 0;
  border: none;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.4rem;
  display: block;
  line-height: 0;
  outline: none;
  margin: 0;
  background: transparent;
  flex: 0 0 auto;
}
.review-comments .slick-dots li button::after {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #BDBDBD;
  border-radius: 100%;
  content: "";
}

@media only screen and (max-width: 1239px) {
  .usefull-queries .group {
    flex: 1 0 100%;
    margin-bottom: 3rem;
  }
}
.usefull-queries .group .title {
  background: #222;
  color: #fff;
  border-top: 7px solid #FB0526;
  text-align: center;
  padding: 1rem 1.5rem;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.usefull-queries .group .title .fa {
  display: none;
}
@media only screen and (max-width: 1239px) {
  .usefull-queries .group .title {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .usefull-queries .group .title .fa {
    display: block;
    transform: rotate(180deg);
    cursor: pointer;
  }
  .usefull-queries .group .title .fa.collapsed {
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 1240px) {
  .usefull-queries .links {
    display: block !important;
  }
}
.usefull-queries .item {
  padding: 0.5rem 0;
}
.usefull-queries .link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none !important;
}
.usefull-queries .link:visited {
  color: #fff;
  text-decoration: none !important;
}
.usefull-queries .link:focus {
  color: #fff;
  text-decoration: none !important;
}
.usefull-queries .link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.usefull-queries .link:active {
  color: #FB0526;
  text-decoration: none !important;
}
.usefull-queries .count {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  display: inline-block;
  margin-right: 0.5rem;
  color: #828282;
}

.last-persons .list {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .last-persons .list .person-short {
    margin-bottom: 3rem;
  }
}
.last-persons .send-person {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid #BDBDBD;
}
@media only screen and (max-width: 1239px) {
  .last-persons .send-person {
    flex-direction: column;
    align-items: stretch;
  }
  .last-persons .send-person .m-text {
    margin-bottom: 1.5rem;
  }
}

.last-project .title {
  text-align: center;
  color: #FB0526;
  margin-bottom: 3rem;
}
.last-project .title .top-title {
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.last-project .title .sub-title {
  font-weight: 400;
}
.last-project .quote {
  text-align: center;
  margin-bottom: 3rem;
}
.last-project .quote .text {
  font-weight: 800;
  font-family: "EB Garamond", Georgia, serif;
}
.last-project .photos {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media only screen and (max-width: 1239px) {
  .last-project .photos {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.last-project .photos .item {
  display: block;
  position: relative;
  width: 16.66%;
  height: 29rem;
  flex: 0 0 16.66%;
  padding: 0 1.5rem 3rem 1.5rem;
}
.last-project .photos .item .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #000;
}
.last-project .photos .item:nth-child(7), .last-project .photos .item:nth-child(8) {
  order: 1;
}
.last-project .photos .item:nth-child(6) {
  order: 2;
  width: 33.32%;
  flex: 0 0 33.32%;
}
.last-project .photos .item:nth-child(9), .last-project .photos .item:nth-child(10) {
  order: 3;
}
.last-project .photos .item:nth-child(1), .last-project .photos .item:nth-child(2) {
  order: 4;
}
.last-project .photos .item:nth-child(5) {
  order: 5;
  width: 33.32%;
  flex: 0 0 33.32%;
}
.last-project .photos .item:nth-child(3), .last-project .photos .item:nth-child(4) {
  order: 6;
}
@media only screen and (max-width: 1239px) {
  .last-project .photos .item {
    width: auto;
    height: auto;
    padding: 0;
  }
}
.donation {
  text-align: center;
}
.donation .text-1 {
  font-size: 2rem;
  line-height: 1.3;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .donation .text-1 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.donation .text-2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 800;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .donation .text-2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 1.5rem;
  }
}

.instructions .help-text {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-family: "EB Garamond", Georgia, serif;
}
.instructions .big-title {
  text-align: center;
}
.instructions .steps {
  background: #D0E3EF;
  padding: 3rem;
  padding-top: 6rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
}
@media only screen and (max-width: 1239px) {
  .instructions .steps {
    flex-direction: column;
    padding: 1.5rem;
  }
}
.instructions .steps .step {
  border: 1px solid #000;
  padding: 1rem 0.5rem;
  background: #fff;
  position: relative;
  margin: 0 1.5rem;
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1239px) {
  .instructions .steps .step {
    margin: 5rem 0 0 0;
  }
}
.instructions .steps .step .number {
  display: block;
  position: absolute;
  line-height: 3rem;
  width: 4rem;
  background: #F4F4F4;
  text-align: center;
  font-size: 1.4rem;
  font-family: "EB Garamond", Georgia, serif;
  top: -3.1rem;
  left: 50%;
  margin-left: -2rem;
  font-weight: 700;
}
.instructions .steps .step .big {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0.5rem 1rem;
}
@media only screen and (max-width: 1239px) {
  .instructions .steps .step .big {
    font-size: 1.8rem;
  }
}
.instructions .steps .step .small {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0.5rem 1rem;
}
@media only screen and (max-width: 1239px) {
  .instructions .steps .step .small {
    font-size: 1.4rem;
  }
}
.instructions .steps .step .btns {
  margin: 0.5rem 1rem;
}
.instructions .steps .step .m-btn {
  width: 100%;
  margin: 0.5rem 0;
}

.our-projects-mini .big-title {
  text-align: center;
}
.our-projects-mini .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  justify-content: center;
}
.our-projects-mini .list .item {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  width: calc(33.33% - 3rem);
  flex: 0 1 calc(33.33% - 3rem);
  margin: 0 1.5rem 1.5rem 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .our-projects-mini .list .item {
    width: 100%;
    flex: 0 1 100%;
  }
}
.our-projects-mini .list .item .media {
  display: block;
  flex: 0 0 16rem;
  width: 16rem;
  margin-right: 1.5rem;
}
.our-projects-mini .list .item .info {
  padding: 1rem 1.5rem 1rem 0;
}
.our-projects-mini .list .item .info .link {
  display: block;
  margin-bottom: 1rem;
  color: #FB0526;
  text-decoration: none !important;
}
.our-projects-mini .list .item .info .link:visited {
  color: #FB0526;
  text-decoration: none !important;
}
.our-projects-mini .list .item .info .link:focus {
  color: #FB0526;
  text-decoration: underline !important;
}
.our-projects-mini .list .item .info .link:hover {
  color: #FB0526;
  text-decoration: underline !important;
}
.our-projects-mini .list .item .info .link:active {
  color: #FB0526;
  text-decoration: underline !important;
}
.our-projects-mini .list .item .info .description {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.last-ambassadors .big-title {
  text-align: center;
  color: #FB0526 !important;
}
.last-ambassadors .info {
  text-align: center;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 800;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.last-ambassadors .info .remark {
  font-family: "Montserrat", Arial, Verdana, sans-serif;
  font-weight: 600;
}
.last-ambassadors .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  z-index: 5;
  position: relative;
}
.last-ambassadors .list .ambassador-tile {
  width: 12.5%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .last-ambassadors .list .ambassador-tile {
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 3rem;
  }
  .last-ambassadors .list .ambassador-tile:last-child {
    margin-bottom: 0;
  }
}
.last-ambassadors .list .ambassador-tile .media {
  display: block;
  position: relative;
  width: 100%;
}
.last-ambassadors .list .ambassador-tile .media .img {
  display: block;
  width: 100%;
  z-index: 4;
}
.last-ambassadors .list .ambassador-tile .description {
  display: none;
}
@media only screen and (max-width: 767px) {
  .last-ambassadors .list .ambassador-tile .description {
    display: block;
    font-weight: 700;
    background: #F4F4F4;
    padding: 1.5rem;
  }
}
.last-ambassadors .list .ambassador-tile .text {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  background: #fff;
  left: 0;
  font-size: 1.2rem;
  transition: opacity ease 0.2s;
  opacity: 0;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .last-ambassadors .list .ambassador-tile .text {
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    opacity: 1 !important;
    padding: 1.5rem !important;
    border: none !important;
    font-size: 1.6rem;
  }
  .last-ambassadors .list .ambassador-tile .text::before, .last-ambassadors .list .ambassador-tile .text::after {
    display: none !important;
  }
}
.last-ambassadors .list .ambassador-tile .text.top {
  bottom: 100%;
}
.last-ambassadors .list .ambassador-tile .text.bottom {
  top: 100%;
}
.last-ambassadors .list .ambassador-tile:hover .text, .last-ambassadors .list .ambassador-tile:focus .text {
  height: auto;
  overflow: visible;
  border: 1px solid #000;
  padding: 1rem;
  opacity: 1;
}
.last-ambassadors .list .ambassador-tile:hover .text.top::before, .last-ambassadors .list .ambassador-tile:focus .text.top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.last-ambassadors .list .ambassador-tile:hover .text.top::after, .last-ambassadors .list .ambassador-tile:focus .text.top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13px 6px 0 6px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.last-ambassadors .list .ambassador-tile:hover .text.bottom::before, .last-ambassadors .list .ambassador-tile:focus .text.bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 7px 14px 7px;
  border-color: transparent transparent #000000;
  translate: -50% -100%;
}
.last-ambassadors .list .ambassador-tile:hover .text.bottom::after, .last-ambassadors .list .ambassador-tile:focus .text.bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 6px 14px 6px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}

.documents-list {
  background: #EDF3F7;
  padding: 0 3rem;
}
.documents-list .item {
  padding: 3rem 0;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1239px) {
  .documents-list .item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.documents-list .item .title {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  margin-right: 3rem;
}
@media only screen and (max-width: 1239px) {
  .documents-list .item .title {
    margin-bottom: 1.5rem;
  }
}
.documents-list .item .link {
  font-weight: 700;
}
.documents-list .item:last-child {
  border-bottom: none;
}

.document-pills {
  display: flex;
  align-items: center;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background: #EDF3F7;
  justify-content: space-between;
}
@media only screen and (max-width: 1239px) {
  .document-pills {
    flex-direction: column;
  }
}
.document-pills .nav-item {
  display: block;
  position: relative;
  width: calc(50% - 1.5rem);
}
@media only screen and (max-width: 1239px) {
  .document-pills .nav-item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .document-pills .nav-item:last-child {
    margin-bottom: 0;
  }
}
.document-pills .nav-item .pill {
  width: 100%;
  font-weight: 700;
  font-size: 2rem;
  border-radius: 3rem;
  background: rgb(208.7538461538, 224.1692307692, 234.4461538462);
}
.document-pills .nav-item .pill.active {
  background: #fff !important;
}

.daily-obituaries {
  margin-top: -5rem;
}
.daily-obituaries .m-days-slider {
  margin-bottom: 5rem;
  position: relative;
}
.daily-obituaries .person-short {
  margin-bottom: 3rem;
}
.daily-obituaries .btn-prev, .daily-obituaries .btn-next {
  display: block;
  position: absolute;
  top: 0;
  width: 7rem;
  height: 9rem;
  z-index: 10;
  color: white;
  line-height: 13.5rem;
  border: none;
  outline: none;
  padding: 0 1rem;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease;
}
.daily-obituaries .btn-prev {
  left: 0;
  background: linear-gradient(to right, #000 55%, transparent);
  text-align: left;
}
.daily-obituaries .btn-next {
  right: 0;
  background: linear-gradient(to left, #000 55%, transparent);
  text-align: right;
}
.daily-obituaries .slider-container {
  width: 100%;
  height: 9rem;
  overflow: hidden;
  position: relative;
}
.daily-obituaries .current-month-label {
  width: 12rem;
  height: 4rem;
  line-height: 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  position: absolute;
  top: 0;
  color: #FB0526;
  left: 50%;
  margin-left: -6rem;
  text-align: center;
  text-transform: uppercase;
}
.daily-obituaries .slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.2s ease;
  position: relative;
  width: max-content;
}
.daily-obituaries .month-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  border-right: 1px solid #F4F4F4;
  flex-shrink: 0;
  padding: 0 3rem;
}
.daily-obituaries .month-container:last-child {
  border-right: none;
}
.daily-obituaries .month-container.current .month-label {
  display: none;
}
.daily-obituaries .month-container.current .day {
  color: #BDBDBD;
}
.daily-obituaries .month-container.prev .month-label {
  right: 5rem;
  text-align: right;
}
.daily-obituaries .month-container.next .month-label {
  left: 5rem;
  text-align: left;
}
.daily-obituaries .month-label {
  width: 12rem;
  height: 4rem;
  line-height: 3rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.2rem;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  color: #4F4F4F;
  z-index: 5;
}
.daily-obituaries .days-container {
  display: flex;
  height: 5rem;
  align-items: center;
  margin-top: 4rem;
}
.daily-obituaries .day {
  display: block;
  height: 5rem;
  width: 5rem;
  text-align: center;
  line-height: 5rem;
  font-size: 2rem;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 500;
  color: #4F4F4F;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  position: relative;
}
.daily-obituaries .day::after {
  content: "";
  display: block;
  height: 1rem;
  width: 1px;
  background: #4F4F4F;
  position: absolute;
  top: 2rem;
  right: 0;
}
.daily-obituaries .day:last-child::after {
  display: none;
}
.daily-obituaries .day:hover {
  color: #FB0526 !important;
}
.daily-obituaries .day.selected {
  color: #FB0526 !important;
  font-weight: 800;
  border: none;
  z-index: 5;
  background: #000;
  outline: 2px solid #FB0526;
  outline-offset: -1px;
}
.daily-obituaries .day.selected::after {
  display: none;
}

html {
  position: relative;
  min-height: 100%;
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "Montserrat", Arial, sans-serif;
}

.header {
  height: auto;
  padding: 1.5rem 0;
}
.header .bot {
  position: relative;
  height: 8rem;
  margin-bottom: 1.5rem;
}
.header .bot .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1239px) {
  .header .bot {
    height: 7rem;
    margin-bottom: 0;
    justify-content: flex-start;
  }
}
.header .search .container {
  display: block;
}
.header .main-search .input {
  display: flex;
  width: 100%;
  justify-items: center;
  margin-bottom: 1rem;
}
.header .main-search .input .m-input {
  width: 100%;
}
.header .main-groups {
  display: flex;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (max-width: 1239px) {
  .header .main-groups {
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.header .main-groups .link {
  font-size: 1.4rem;
  display: block;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-weight: 500;
  text-transform: lowercase;
  white-space: nowrap;
  color: #000;
  text-decoration: underline;
}
.header .main-groups .link:visited {
  color: #000;
  text-decoration: underline !important;
}
.header .main-groups .link:focus {
  color: #000;
  text-decoration: underline !important;
}
.header .main-groups .link:hover {
  color: #FB0526;
  text-decoration: underline !important;
}
.header .main-groups .link:active {
  color: #FB0526;
  text-decoration: underline !important;
}
.header .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .logo {
  margin-right: 15px;
}
.header .logo-img {
  display: block;
  height: 10rem;
}
.header .bars {
  display: none;
}
@media only screen and (max-width: 1239px) {
  .header .bars {
    display: block;
    margin-left: 1.5rem;
  }
}
.header #btnDonate {
  display: none;
}
@media only screen and (max-width: 1239px) {
  .header #btnDonate {
    display: block;
    margin-left: auto;
    padding: 1rem 1.5rem;
    font-weight: 700;
  }
}
.header .main-menu {
  display: flex;
  z-index: 1000;
}
@media only screen and (max-width: 1239px) {
  .header .main-menu {
    position: absolute;
    top: 7rem;
    left: 0;
    width: 100%;
    background: #000;
  }
}
.header .main-menu .parent {
  padding: 10px 22px;
  position: relative;
  line-height: 1;
  cursor: pointer;
  font-weight: 500;
}
@media only screen and (max-width: 1239px) {
  .header .main-menu .parent {
    font-size: 2.4rem;
    font-weight: 800;
    background: #000 !important;
    color: #fff !important;
    padding: 2.5rem 0;
    margin: 0 2.5rem;
    border-bottom: 1px solid #fff;
  }
  .header .main-menu .parent .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header .main-menu .parent .sub-menu {
  display: block;
  position: absolute;
  top: -1000px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 1239px) {
  .header .main-menu .parent .sub-menu {
    display: none;
    position: relative;
    top: 0;
    opacity: 1;
    padding: 1.5rem 2.5rem 0 2.5rem;
  }
}
.header .main-menu .parent .sub-menu .link {
  display: block;
  color: #000;
  text-decoration: none !important;
  white-space: nowrap;
  padding: 3rem 0 0 0;
}
.header .main-menu .parent .sub-menu .link:visited {
  color: #000;
  text-decoration: none !important;
}
.header .main-menu .parent .sub-menu .link:focus {
  color: #000;
  text-decoration: none !important;
}
.header .main-menu .parent .sub-menu .link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.header .main-menu .parent .sub-menu .link:active {
  color: #FB0526;
  text-decoration: none !important;
}
@media only screen and (max-width: 1239px) {
  .header .main-menu .parent .sub-menu .link {
    font-size: 2rem;
    font-weight: 600;
    color: #4F4F4F;
    text-decoration: none !important;
  }
  .header .main-menu .parent .sub-menu .link:visited {
    color: #4F4F4F;
    text-decoration: none !important;
  }
  .header .main-menu .parent .sub-menu .link:focus {
    color: #4F4F4F;
    text-decoration: none !important;
  }
  .header .main-menu .parent .sub-menu .link:hover {
    color: #fff;
    text-decoration: none !important;
  }
  .header .main-menu .parent .sub-menu .link:active {
    color: #fff;
    text-decoration: none !important;
  }
}
.header .main-menu .parent:hover {
  background: #fff;
}
@media only screen and (max-width: 1239px) {
  .header .main-menu .parent:hover {
    background: none;
  }
}
.header .main-menu .parent:hover .fa {
  transform: rotate(180deg);
}
.header .main-menu .parent:hover .sub-menu {
  transition: opacity 0.2s ease;
  position: absolute;
  opacity: 1;
  display: block;
  background: #fff;
  top: 36px;
  left: 0;
  min-width: 100%;
  padding: 1.5rem 2.5rem;
}
@media only screen and (max-width: 1239px) {
  .header .main-menu .parent:hover .sub-menu {
    position: relative;
    top: 0;
    opacity: 1;
    padding: 1.5rem 2.5rem;
    background: #fff;
    display: none;
    min-width: 100%;
  }
}
@media only screen and (max-width: 1239px) and (max-width: 1239px) {
  .header .main-menu .parent:hover .sub-menu {
    background: none;
  }
}
.header .main-menu .parent.red {
  background: #FB0526 !important;
  color: #fff;
  border-bottom: none !important;
}
.header .main-menu .parent.red .title {
  color: #fff;
  text-decoration: none !important;
}
.header .main-menu .parent.red .title:visited {
  color: #fff;
  text-decoration: none !important;
}
.header .main-menu .parent.red .title:focus {
  color: #fff;
  text-decoration: none !important;
}
.header .main-menu .parent.red .title:hover {
  color: #fff;
  text-decoration: none !important;
}
.header .main-menu .parent.red .title:active {
  color: #fff;
  text-decoration: none !important;
}
@media only screen and (max-width: 1239px) {
  .header .main-menu .parent.red {
    padding: 1.5rem;
    margin: 2.5rem;
  }
}
.header .main-menu .parent.red .sub-menu {
  background: #FB0526;
}
.header .main-menu .parent.red .sub-menu .link {
  color: #fff;
  text-decoration: none !important;
}
.header .main-menu .parent.red .sub-menu .link:visited {
  color: #fff;
  text-decoration: none !important;
}
.header .main-menu .parent.red .sub-menu .link:focus {
  color: #fff;
  text-decoration: none !important;
}
.header .main-menu .parent.red .sub-menu .link:hover {
  color: #000;
  text-decoration: none !important;
}
.header .main-menu .parent.red .sub-menu .link:active {
  color: #000;
  text-decoration: none !important;
}
.header .main-menu .parent.black {
  background: #000;
  color: #fff;
}
.header .main-menu .parent.black .sub-menu {
  background: #000;
}
.header .main-menu .parent.black .sub-menu .link {
  color: #fff;
  text-decoration: none !important;
}
.header .main-menu .parent.black .sub-menu .link:visited {
  color: #fff;
  text-decoration: none !important;
}
.header .main-menu .parent.black .sub-menu .link:focus {
  color: #fff;
  text-decoration: none !important;
}
.header .main-menu .parent.black .sub-menu .link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.header .main-menu .parent.black .sub-menu .link:active {
  color: #FB0526;
  text-decoration: none !important;
}
@media only screen and (max-width: 1239px) {
  .header {
    height: auto;
    padding: 0;
  }
  .header .logo-img {
    height: 6rem;
  }
  .header .main-menu {
    display: none;
  }
}

.footer {
  background: #131313;
  color: #fff;
}
.footer .footer-content {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 1239px) {
  .footer .footer-content {
    flex-wrap: wrap;
  }
}
.footer .left {
  background: #222;
  width: 35%;
  padding: 5rem;
}
@media only screen and (max-width: 1239px) {
  .footer .left {
    width: 100%;
    padding: 3rem 1rem 1.5rem 1rem;
    background: none;
  }
}
.footer .left .logo {
  margin-bottom: 2rem;
  display: block;
}
.footer .left .logo .logo-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer .left .groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 2rem;
}
.footer .left .groups .link {
  display: block;
  width: auto;
  padding: 1rem 2rem;
  margin: 0.5rem;
  color: #fff;
  text-decoration: none !important;
  background: #000;
  font-size: 1.6rem;
  font-weight: 600;
}
.footer .left .groups .link:visited {
  color: #fff;
  text-decoration: none !important;
}
.footer .left .groups .link:focus {
  color: #fff;
  text-decoration: none !important;
}
.footer .left .groups .link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.footer .left .groups .link:active {
  color: #FB0526;
  text-decoration: none !important;
}
@media only screen and (max-width: 1239px) {
  .footer .left .groups .link {
    background: #222;
  }
}
@media only screen and (max-width: 1239px) {
  .footer .left .groups .link {
    font-size: 1.4rem;
  }
}
.footer .left .links {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  width: 100%;
}
.footer .left .links .link {
  display: block;
  color: #fff;
  text-decoration: none !important;
  font-size: 1.2rem;
}
.footer .left .links .link:visited {
  color: #fff;
  text-decoration: none !important;
}
.footer .left .links .link:focus {
  color: #fff;
  text-decoration: none !important;
}
.footer .left .links .link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.footer .left .links .link:active {
  color: #FB0526;
  text-decoration: none !important;
}
.footer .left .donate {
  text-align: center;
  margin-bottom: 1.5rem;
}
.footer .left .donate .text {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .footer .left .donate .text {
    font-size: 1.5rem;
  }
}
.footer .left .donate .m-btn {
  width: 100%;
  font-weight: 600;
}
.footer .left .address {
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (max-width: 1239px) {
  .footer .left .address {
    display: none;
  }
}
.footer .right {
  padding: 5rem;
}
@media only screen and (max-width: 1239px) {
  .footer .right {
    width: 100%;
    padding: 3rem 1rem 1.5rem 1rem;
  }
}
.footer .right .main-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media only screen and (max-width: 1239px) {
  .footer .right .main-menu {
    display: none;
  }
}
.footer .right .main-menu .parent {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.footer .right .main-menu .parent.red {
  display: none;
}
.footer .right .main-menu .parent .title {
  display: block;
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 1.8rem;
}
.footer .right .main-menu .parent .title .fa {
  display: none;
}
.footer .right .main-menu .parent .sub-menu .link {
  display: block;
  margin: 1rem 0;
  color: #fff;
  text-decoration: none !important;
  font-size: 1.2rem;
}
.footer .right .main-menu .parent .sub-menu .link:visited {
  color: #fff;
  text-decoration: none !important;
}
.footer .right .main-menu .parent .sub-menu .link:focus {
  color: #fff;
  text-decoration: none !important;
}
.footer .right .main-menu .parent .sub-menu .link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.footer .right .main-menu .parent .sub-menu .link:active {
  color: #FB0526;
  text-decoration: none !important;
}
.footer .right .policies {
  display: flex;
  margin-bottom: 3rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media only screen and (max-width: 1239px) {
  .footer .right .policies {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .right .policies .link {
  display: block;
  margin: 0 1.5rem;
  color: #797F8F;
  text-decoration: none !important;
  font-size: 1.2rem;
}
.footer .right .policies .link:visited {
  color: #797F8F;
  text-decoration: none !important;
}
.footer .right .policies .link:focus {
  color: #797F8F;
  text-decoration: none !important;
}
.footer .right .policies .link:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.footer .right .policies .link:active {
  color: #FB0526;
  text-decoration: none !important;
}
.footer .right .socials {
  display: flex;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 1239px) {
  .footer .right .socials {
    flex-wrap: wrap;
    background: #000;
    justify-content: center;
  }
}
.footer .right .socials .title {
  display: block;
  background: #000;
  padding: 0.8rem 1.6rem;
}
@media only screen and (max-width: 1239px) {
  .footer .right .socials .title {
    width: 100%;
    text-align: center;
  }
}
.footer .right .socials .list {
  display: flex;
}
.footer .right .socials .link {
  display: block;
  background: #000;
  padding: 0.8rem;
}
.footer .right .socials .link:hover, .footer .right .socials .link:active, .footer .right .socials .link:focus {
  background: #FB0526;
}
.footer .right .socials .link .icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.footer .right .contacts {
  display: flex;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 1239px) {
  .footer .right .contacts {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .right .contacts .title {
  display: block;
  background: #000;
  padding: 0.8rem 1.6rem;
}
@media only screen and (max-width: 1239px) {
  .footer .right .contacts .title {
    display: none;
  }
}
.footer .right .contacts .link {
  display: block;
  background: #222222;
  padding: 0.8rem 1.6rem;
  color: #fff;
  text-decoration: none !important;
}
.footer .right .contacts .link:visited {
  color: #fff;
  text-decoration: none !important;
}
.footer .right .contacts .link:focus {
  color: #fff;
  text-decoration: none !important;
}
.footer .right .contacts .link:hover {
  color: #fff;
  text-decoration: none !important;
}
.footer .right .contacts .link:active {
  color: #fff;
  text-decoration: none !important;
}
@media only screen and (max-width: 1239px) {
  .footer .right .contacts .link {
    width: 100%;
    font-weight: 400;
    text-align: center;
    background: none;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none !important;
  }
  .footer .right .contacts .link:visited {
    color: #fff;
    text-decoration: none !important;
  }
  .footer .right .contacts .link:focus {
    color: #fff;
    text-decoration: none !important;
  }
  .footer .right .contacts .link:hover {
    color: #FB0526;
    text-decoration: none !important;
  }
  .footer .right .contacts .link:active {
    color: #FB0526;
    text-decoration: none !important;
  }
}
.footer .right .contacts .link:hover, .footer .right .contacts .link:active, .footer .right .contacts .link:focus {
  background: #FB0526;
}
@media only screen and (max-width: 1239px) {
  .footer .right .contacts .link:hover, .footer .right .contacts .link:active, .footer .right .contacts .link:focus {
    background: none;
  }
}
.footer .right .contacts .tel {
  margin-left: 2px;
}
.footer .right .address {
  font-size: 1.2rem;
  text-align: center;
  margin: 0.8rem 0;
}
@media only screen and (min-width: 1240px) {
  .footer .right .address {
    display: none;
  }
}
.footer .subscribe {
  padding: 40px;
  width: 35%;
  background: #222222;
}

.blocks .block {
  padding-top: 0 !important;
}
.blocks .block:first-of-type {
  padding-top: 5rem !important;
}
@media only screen and (max-width: 1239px) {
  .blocks .block:first-of-type {
    padding-top: 2.5rem;
  }
}

.page-cover {
  height: 42rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1239px) {
  .page-cover {
    height: 50rem;
    margin-bottom: 2.5rem;
  }
}
.page-cover .cover-img {
  z-index: 3;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-cover .cover-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.page-cover .wrap {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.95) 100%);
}
@media only screen and (max-width: 1239px) {
  .page-cover .wrap {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
  }
}
.page-cover .cover-content {
  z-index: 5;
  display: flex;
  height: 100%;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1239px) {
  .page-cover .cover-content {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
  }
}
.page-cover .logo {
  display: block;
  max-width: 30rem;
  max-height: 30rem;
  z-index: 5;
  flex: 0 0 auto;
  order: 2;
}
@media only screen and (max-width: 1239px) {
  .page-cover .logo {
    order: 1;
    margin-bottom: 3rem;
    max-width: 30%;
    max-height: 30rem;
    align-self: flex-end;
  }
}
.page-cover .page-title {
  color: #FB0526;
  display: block;
  max-width: 70rem;
  margin-bottom: 0;
  z-index: 5;
  flex: 0 1 auto;
  order: 1;
}
@media only screen and (max-width: 1239px) {
  .page-cover .page-title {
    text-align: center;
    width: 100%;
    order: 2;
    margin-top: auto;
  }
}
.page-cover .description {
  width: 100%;
  order: 3;
}

.page-w-cover .container.cover-content {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
@media only screen and (max-width: 1239px) {
  .page-w-cover .container.cover-content {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media only screen and (max-width: 1239px) {
  .page-w-cover-fs .page-cover {
    height: 30rem;
    margin-bottom: 2.5rem;
  }
}

.page-title {
  display: block;
  margin-bottom: 5rem;
}

.option-page .text {
  max-width: 85rem;
  margin: 0 auto;
}
.option-page .gallery .container {
  position: relative;
}
.option-page .gallery .slick-next {
  right: 26rem;
}
@media only screen and (max-width: 1239px) {
  .option-page .gallery .slick-next {
    right: 0;
  }
}
.option-page .gallery .items {
  margin-left: 27rem;
}
@media only screen and (max-width: 1239px) {
  .option-page .gallery .items {
    margin-left: 0;
  }
}
.option-page .gallery .item {
  height: 43rem;
  width: 67rem;
  position: relative;
  margin: 0 1rem;
}
@media only screen and (max-width: 1239px) {
  .option-page .gallery .item {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.option-page .gallery .item .media {
  padding-top: 64.2%;
}
.option-page .gallery .item.slick-slide .wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
}
.option-page .gallery .item.slick-current .wrap {
  display: none;
}
.option-page .gallery .descriptions {
  position: absolute;
  display: flex;
  top: 0;
  left: 2rem;
  width: 27rem;
  height: 100%;
  align-items: center;
}
@media only screen and (max-width: 1239px) {
  .option-page .gallery .descriptions {
    position: relative;
    justify-content: center;
    top: auto;
    left: auto;
    height: auto;
    width: 100%;
  }
}
.option-page .gallery .descriptions .desc {
  display: none;
}
.option-page .gallery .descriptions .desc.show {
  display: block;
  background: #000;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

.option-person-list .title-button {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.option-person-list .title-button .fa {
  transform: rotate(0deg);
  margin-right: 1rem;
  flex: 0 0 auto;
  color: #fff;
  font-size: 2rem;
}
.option-person-list .title-button .list-title {
  cursor: pointer;
  flex: 0 0 auto;
  margin-right: 1.5rem;
  color: #fff;
}
.option-person-list .title-button .list-title:hover, .option-person-list .title-button .list-title:active, .option-person-list .title-button .list-title:focus {
  color: #fff;
}
.option-person-list .title-button::after {
  display: block;
  height: 0.4rem;
  background: #FB0526;
  content: "";
  flex: 0 1 100%;
}
.option-person-list .title-button.collapsed .fa {
  transform: rotate(180deg);
  color: #BDBDBD;
}
.option-person-list .title-button.collapsed .list-title {
  color: #BDBDBD;
}
.option-person-list .title-button.collapsed .list-title:hover, .option-person-list .title-button.collapsed .list-title:active, .option-person-list .title-button.collapsed .list-title:focus {
  color: #fff;
}
.option-person-list .title-button.collapsed::after {
  background: #4F4F4F;
}

.person-list {
  background: #000;
  color: #fff;
}
.person-list .page-cover {
  margin-bottom: 0;
}
.person-list .page-desc {
  position: relative;
}
.person-list .page-desc .description {
  color: #fff;
  font-size: 2rem;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 400;
  z-index: 6;
  position: relative;
}
.person-list .filter-toggle {
  height: 5rem;
  z-index: 5;
  width: 40rem;
  position: absolute;
  top: -7rem;
  right: 0;
}
@media only screen and (max-width: 1239px) {
  .person-list .filter-toggle {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 3rem;
  }
  .person-list .filter-toggle .m-btn {
    width: 100%;
  }
}
.person-list #loaderPersons {
  padding: 20rem 0;
}

.person-list-options .group {
  padding: 3rem 0;
}
.person-list-options .group:nth-child(odd) {
  background-color: #BDBDBD;
}
.person-list-options .filter .title {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .person-list-options .filter .title {
    font-size: 2.4rem;
  }
}
.person-list-options .filter .title .field-icon {
  padding: 5px;
  background: #FB0526;
  fill: #fff;
  width: 40px;
  height: 40px;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .person-list-options .filter .title .field-icon {
    width: 30px;
    height: 30px;
  }
}
.person-list-options .filter .list {
  display: block;
}
.person-list-options .filter .list .first, .person-list-options .filter .list .other {
  flex: 0 1 100%;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
.person-list-options .filter .list .first.collapse, .person-list-options .filter .list .other.collapse {
  display: none;
}
.person-list-options .filter .list .first.collapse.show, .person-list-options .filter .list .other.collapse.show {
  display: flex;
}
.person-list-options .filter .item {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  background: rgb(254.6141732283, 230.8858267717, 234.0688976378);
  border: 1px solid rgb(253.4094488189, 155.5905511811, 168.7125984252);
  color: #000;
  text-decoration: none !important;
  border-radius: 30px;
  margin: 0 10px 20px 10px;
}
.person-list-options .filter .item:visited {
  color: #000;
  text-decoration: none !important;
}
.person-list-options .filter .item:focus {
  color: #000;
  text-decoration: none !important;
}
.person-list-options .filter .item:hover {
  color: #000;
  text-decoration: none !important;
}
.person-list-options .filter .item:active {
  color: #000;
  text-decoration: none !important;
}
.person-list-options .filter .item:active, .person-list-options .filter .item:hover, .person-list-options .filter .item:focus {
  background: rgb(254.2125984252, 205.7874015748, 212.2834645669);
}
.person-list-options .filter .item .icon {
  display: block;
  padding-right: 1rem;
  width: 40px;
  height: 30px;
}

.person-field-value {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .person-field-value {
    width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
  }
}
.person-field-value .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 0.5rem;
}
.person-field-value .title {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  text-transform: lowercase;
  color: #BDBDBD;
}
.person-field-value .value {
  color: #fff;
}

.field-page .search {
  margin-bottom: 3rem;
}
.field-page .items {
  display: flex;
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  flex-wrap: wrap;
}
.field-page .items .option-tile {
  flex: 0 1 calc(25% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .field-page .items .option-tile {
    flex: 0 1 100%;
  }
}

.person-page .heading {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1239px) {
  .person-page .heading {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.person-page .heading .text {
  width: 100%;
  margin-bottom: 5rem;
  order: 1;
}
@media only screen and (max-width: 1239px) {
  .person-page .heading .text {
    order: 2;
  }
}
.person-page .heading .text .name {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .person-page .heading .text .name {
    font-size: 3.2rem;
  }
}
.person-page .heading .text .occupation {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 1239px) {
  .person-page .heading .text .occupation {
    font-size: 1.8rem;
  }
}
.person-page .heading .photo {
  width: 400px;
  flex: 0 0 400px;
  order: 2;
}
@media only screen and (max-width: 1239px) {
  .person-page .heading .photo {
    order: 1;
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 3rem;
  }
}
.person-page .fields .devider {
  border-top: 1px solid #4F4F4F;
  display: flex;
  margin-bottom: 1.5rem;
}
.person-page .fields .devider .white-link {
  display: block;
  background: #000;
  padding-right: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: -1.5rem;
}
.person-page .fields .devider .white-link .fa {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
.person-page .fields .devider .white-link.collapsed .fa {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.person-page .fields #fieldsList {
  padding: 0 !important;
}
.person-page .fields .list {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem;
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #222222;
}
.person-page .fields .list .item {
  width: calc(25% - 30px);
  flex: 0 0 calc(25% - 30px);
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .person-page .fields .list .item {
    width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
  }
}
.person-page .fields .list .item .title {
  display: flex;
  align-items: center;
}
.person-page .fields .list .item .icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  flex: 0 0 auto;
}
.person-page .fields .list .item .name {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  text-transform: lowercase;
  color: #BDBDBD;
}
.person-page .fields .list .item .value {
  color: #fff;
  display: block;
  width: 100%;
}
.person-page .main-text .container {
  max-width: 850px !important;
}
.person-page .main-text .container > .title {
  font-size: 4rem;
  font-weight: 800 !important;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1239px) {
  .person-page .main-text .container > .title {
    font-size: 3.2rem;
  }
}
.person-page .main-text .article-text {
  margin-bottom: 3rem;
}

.person-related-persons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.person-related-persons .title {
  flex: 0 0 100%;
  display: block;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 700;
}
.person-related-persons .person-short {
  flex: 0 1 30%;
  background: transparent !important;
}
@media only screen and (max-width: 1239px) {
  .person-related-persons .person-short {
    flex: 0 1 100%;
    margin-bottom: 3rem;
  }
}

.page-social-share {
  border-top: 5px solid #FB0526;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-social-share .text {
  font-size: 1.2rem;
  font-weight: 600;
}
.page-social-share .btns {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
}
.page-social-share .btns .share-link {
  display: flex;
  margin: 0 1rem;
}

.donation-jumbo {
  position: relative;
}
@media only screen and (max-width: 1239px) {
  .donation-jumbo {
    margin-bottom: 3rem;
  }
}
.donation-jumbo .text {
  margin-bottom: 1.5rem;
}
.donation-jumbo .m-btn {
  width: 17rem;
  position: absolute;
  bottom: -2.6rem;
  left: 50%;
  margin-left: -8.5rem;
}

.add-person-jumbo .text {
  margin-bottom: 1.5rem;
}
.add-person-jumbo .m-btn {
  font-weight: 700;
}

.search-no-results {
  background: #EDF3F7;
  text-align: center;
}
@media only screen and (max-width: 1239px) {
  .search-no-results {
    text-align: left;
  }
}
.search-no-results .intro {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 800;
  margin-bottom: 3rem;
  font-family: "EB Garamond", Georgia, serif;
}
@media only screen and (max-width: 1239px) {
  .search-no-results .intro {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.search-no-results .text {
  margin-bottom: 3rem;
}
.search-no-results .m-btn {
  font-weight: 700;
  font-size: 1.8rem !important;
}

.index-articles-pills {
  margin-bottom: 3rem;
}
.index-articles-pills .pill {
  font-size: 4rem;
  line-height: 1;
  font-weight: 800;
  margin-right: 3rem;
  color: #BDBDBD;
}
.index-articles-pills .pill.active {
  color: #000;
}
@media only screen and (max-width: 1239px) {
  .index-articles-pills .pill {
    font-size: 2.8rem;
  }
}

.index-articles .articles {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .index-articles .first {
    margin-bottom: 0 !important;
  }
  .index-articles .first .article-tile:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1239px) {
  .index-articles .second {
    display: none !important;
  }
}

.index-inozmi-articles .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 1239px) {
  .index-inozmi-articles .list {
    flex-direction: column;
  }
}
.index-inozmi-articles .list .article-tile {
  width: calc(33.33% - 30px);
  margin: 0 15px;
}
@media only screen and (max-width: 1239px) {
  .index-inozmi-articles .list .article-tile {
    width: calc(100% - 30px);
    margin: 0 15px 20px 15px;
  }
}

.index-video {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1239px) {
  .index-video {
    flex-direction: column;
  }
}
.index-video .big-title {
  flex: 0 0 100%;
}
.index-events {
  position: relative;
  padding-bottom: 1rem;
}
.index-events .article-tile {
  margin: 0 15px 22px 15px;
}
.index-events .control {
  bottom: -3.5rem;
}
@media only screen and (max-width: 1239px) {
  .index-events .control {
    bottom: -1.5rem;
  }
}

.index-send-info {
  position: relative;
  background: #BDBDBD;
  padding: 1.5rem;
  text-align: center;
  height: 100%;
}
.index-send-info .title {
  display: block;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.index-send-info .m-btn {
  width: 100%;
  margin-bottom: 3rem;
}

.articles .first {
  display: flex;
  align-items: stretch;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .articles .first {
    flex-direction: column;
  }
}
.articles .first .column-1 {
  width: 60%;
  flex: 0 0 60%;
  margin-right: 3rem;
}
@media only screen and (max-width: 1239px) {
  .articles .first .column-1 {
    width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.articles .first .column-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1239px) {
  .articles .first .devider {
    display: none;
  }
}
.articles .second {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 1239px) {
  .articles .second {
    flex-direction: column;
  }
}
.articles .second .article-tile {
  width: calc(25% - 30px);
  margin: 0 15px;
}
@media only screen and (max-width: 1239px) {
  .articles .second .article-tile {
    width: calc(100% - 30px);
    margin: 0 15px 15px 15px;
  }
}

.block {
  padding-top: 5rem;
  padding-bottom: 5rem;
  /*.panel:last-of-type {
      padding-bottom: 0;
  }*/
}
@media only screen and (max-width: 1239px) {
  .block {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 1239px) {
  .block.pad-xs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block.black {
  background: #000;
}
.block.lblack {
  background: #222;
}
.block.blue {
  background: #EDF3F7;
}
.block .section:last-of-type {
  margin-bottom: 0;
}

.section {
  margin-bottom: 5rem;
}

.person-filters {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  padding-bottom: 5rem;
  position: relative;
  z-index: 1000;
}
.person-filters .filter-search {
  flex: 0 0 100%;
  padding: 1.5rem 0;
}
.person-filters .main-filters, .person-filters .additional-filters {
  flex: 0 0 100%;
  position: relative;
}
.person-filters .main-filters .list, .person-filters .additional-filters .list {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.person-filters .person-filter::placeholder {
  color: #fff;
}
.person-filters .filter-item {
  flex: 0 0 calc(33.33% - 3rem);
  padding: 2rem 0;
  margin: 0 1.5rem;
}
.person-filters .filter-item.filter-col-2 {
  flex: 0 0 calc(66.66% - 3rem);
}
.person-filters .filter-item.filter-col-3 {
  flex: 0 0 calc(100% - 3rem);
}
@media only screen and (max-width: 1239px) {
  .person-filters .filter-item {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}
.person-filters .btn-show {
  display: inline-block;
  padding: 3rem 0 2rem;
  color: #fff;
  text-decoration: none !important;
}
.person-filters .btn-show:visited {
  color: #fff;
  text-decoration: none !important;
}
.person-filters .btn-show:focus {
  color: #fff;
  text-decoration: none !important;
}
.person-filters .btn-show:hover {
  color: #BDBDBD;
  text-decoration: none !important;
}
.person-filters .btn-show:active {
  color: #BDBDBD;
  text-decoration: none !important;
}
.person-filters .btn-show .fa-minus {
  display: inline-block;
}
.person-filters .btn-show .fa-plus {
  display: none;
}
.person-filters .btn-show.collapsed .fa-plus {
  display: inline-block;
}
.person-filters .btn-show.collapsed .fa-minus {
  display: none;
}
.person-filters .buttons {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.person-filters .buttons .m-btn {
  margin: 1.5rem;
}
.person-filters #divAdditionalFilters {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.article-list.video .heading {
  padding-top: 0;
  color: #fff;
}
.article-list.video .article-tile .title {
  color: #fff;
  text-decoration: none !important;
}
.article-list.video .article-tile .title:visited {
  color: #fff;
  text-decoration: none !important;
}
.article-list.video .article-tile .title:focus {
  color: #fff;
  text-decoration: none !important;
}
.article-list.video .article-tile .title:hover {
  color: #FB0526;
  text-decoration: none !important;
}
.article-list.video .article-tile .title:active {
  color: #FB0526;
  text-decoration: none !important;
}
@media only screen and (max-width: 1239px) {
  .article-list.video .article-tile.video-big .media {
    margin-bottom: 1.5rem;
  }
}
.article-list.video .article-tile .description {
  color: #fff;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 2.2rem;
}
@media only screen and (max-width: 1239px) {
  .article-list.video .article-tile .description {
    font-size: 1.8rem;
  }
}
.article-list .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5rem;
}
@media only screen and (max-width: 1239px) {
  .article-list .heading {
    padding-top: 1rem;
    flex-direction: column;
    align-items: stretch;
  }
}
.article-list .heading .title {
  display: block;
  font-size: 4rem;
  font-weight: 700 !important;
}
@media only screen and (max-width: 1239px) {
  .article-list .heading .title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.article-list .first-video {
  padding-bottom: 5rem;
  border-bottom: 2px solid #4F4F4F;
  margin-bottom: 5rem;
}
.article-list .video-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.article-list .video-list .item {
  width: 25%;
  flex: 0 1 auto;
  padding: 1rem;
}
@media only screen and (max-width: 1239px) {
  .article-list .video-list .item {
    width: 100%;
  }
}

.person-list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 5;
}
.person-list-items .person-short {
  max-width: 960px;
  flex: 960px;
  margin: 15px;
}
@media only screen and (max-width: 1239px) {
  .person-list-items .person-short {
    max-width: calc(100% - 30px);
    flex: 1 0 calc(100% - 30px);
  }
}

.person-related-articles {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.person-related-articles .article-tile {
  flex: 0 1 30%;
}
@media only screen and (max-width: 1239px) {
  .person-related-articles .article-tile {
    flex: 0 1 100%;
  }
}

.article-page .page-heading.video {
  background: #000;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: -5rem;
}
.article-page .page-heading.video .article-heading {
  max-width: 100% !important;
}
.article-page .page-heading.video .article-heading .media-embed {
  position: relative;
  padding-top: 56.25%;
}
.article-page .page-heading.video .article-heading .media-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}
.article-page .article-heading {
  max-width: 850px;
  margin: 0 auto;
}
.article-page .article-heading .title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 3rem;
}
.article-page .article-heading .media {
  display: block;
  width: 100%;
}
.article-page .article-text {
  max-width: 850px;
  margin: 0 auto;
}
.article-page .article-text:not(.after-text) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 2px solid #FB0526;
}

.author-short {
  display: flex;
  align-items: center;
}
.author-short .photo {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  margin-right: 1rem;
  border: 2px solid #FB0526;
}
.author-short .name {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
}
.author-short a.name {
  color: #FB0526;
  text-decoration: none !important;
}
.author-short a.name:visited {
  color: #FB0526;
  text-decoration: none !important;
}
.author-short a.name:focus {
  color: #FB0526;
  text-decoration: underline !important;
}
.author-short a.name:hover {
  color: #FB0526;
  text-decoration: underline !important;
}
.author-short a.name:active {
  color: #FB0526;
  text-decoration: underline !important;
}
.author-short .post {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #828282;
}

.author-page .heading {
  min-height: 60rem;
  position: relative;
  margin-bottom: 5rem;
}
.author-page .heading-title {
  position: relative;
}
@media only screen and (max-width: 1239px) {
  .author-page .heading-title {
    display: flex;
    flex-direction: column;
  }
}
.author-page .heading-title .picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.author-page .heading-title .picture .img {
  width: 60rem;
  height: 60rem;
  object-fit: cover;
  object-position: top center;
}
@media only screen and (max-width: 1239px) {
  .author-page .heading-title .picture {
    position: relative;
    order: 2;
  }
  .author-page .heading-title .picture .img {
    width: 100%;
    height: auto;
  }
}
.author-page .heading-title .title {
  position: relative;
  padding-left: 63rem;
  padding-top: 4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .author-page .heading-title .title {
    padding-left: 0;
    padding-top: 0;
    order: 1;
  }
}
.author-page .heading-title .title .name {
  margin-bottom: 1.5rem;
}
.author-page .heading-title .title .post {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "EB Garamond", Georgia, serif;
  display: block;
}
.author-page .about {
  padding-left: 63rem;
}
@media only screen and (max-width: 1239px) {
  .author-page .about {
    padding-left: 0;
  }
}
.author-page .author-articles .items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.author-page .author-articles .items .article-tile {
  flex: 0 1 auto;
  width: calc(33.33% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1239px) {
  .author-page .author-articles .items .article-tile {
    width: 100%;
  }
}

.share-block {
  display: flex;
  margin-bottom: 3rem;
  justify-content: space-between;
}

.page .page-full-cover {
  margin-top: -5rem;
  margin-bottom: 1rem;
  width: 100%;
  padding-top: 25%;
  position: relative;
}
@media only screen and (max-width: 1239px) {
  .page .page-full-cover {
    margin-top: -2.5rem;
    padding-top: 60%;
  }
}
.page .page-full-cover .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .page-full-cover .cover-img .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page .page-full-cover .wrap {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.95) 100%);
}
@media only screen and (max-width: 1239px) {
  .page .page-full-cover .wrap {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
  }
}
.page .heading {
  width: 100%;
  position: relative;
}
.page .heading .share-block {
  margin-left: auto;
}
.page.black {
  background: #000;
  color: #fff;
}
.page .page-title {
  display: flex;
  margin-bottom: 5rem;
  align-items: center;
  justify-content: flex-start;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1239px) {
  .page .page-title {
    margin-bottom: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.page .page-title .title {
  margin-bottom: 0;
}
.page .page-title .icon {
  display: block;
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1239px) {
  .page .page-title .icon {
    margin-bottom: 1rem;
  }
}
.page .page-text {
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}
.page.custom .page-title {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.page.custom .before-text {
  margin-bottom: 5rem;
}
.page.custom .after-text {
  margin-top: 5rem;
}

.faq-list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  padding: 0 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1239px) {
  .faq-item {
    padding: 0;
  }
}
.faq-item .title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 1rem 0;
}
.faq-item .title .number, .faq-item .title .question {
  font-size: 2.4rem;
  margin-right: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1239px) {
  .faq-item .title .number, .faq-item .title .question {
    font-size: 2rem;
  }
}
.faq-item .title .collapse-btn {
  margin-left: auto;
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  color: #000 !important;
  background: #F4F4F4;
  flex: 0 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.faq-item .title .collapse-btn.collapsed {
  transform: rotate(180deg);
}
.faq-item .devider {
  margin-top: 1rem;
  height: 2px;
  background-color: #000;
}

.partners-group .title {
  margin-bottom: 4rem;
}
.partners-group .desc {
  margin-bottom: 3rem;
}
.partners-group .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .partners-group .list {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.partners-group .list .partner {
  display: block;
  width: 25%;
  padding: 0 2rem 4rem 2rem;
  position: relative;
}
@media only screen and (max-width: 1239px) {
  .partners-group .list .partner {
    width: 50%;
    padding: 0 1rem 2rem 1rem;
  }
}
.partners-group .list .partner .link {
  display: block;
  position: relative;
}
.partners-group .list .partner .link .logo {
  display: block;
  background: #fff;
  max-width: 27.6rem;
  max-height: 12.6rem;
}
@media only screen and (max-width: 1239px) {
  .partners-group .list .partner .link .logo {
    max-width: 100%;
  }
}
.partners-group .list .partner .link .logo:hover, .partners-group .list .partner .link .logo:active, .partners-group .list .partner .link .logo:focus {
  opacity: 0.85;
}

.media-about-us .item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1239px) {
  .media-about-us .item {
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.media-about-us .item .media {
  width: 400px;
  flex: 0 0 auto;
  order: 1;
  border: 2px solid #000;
}
@media only screen and (max-width: 1239px) {
  .media-about-us .item .media {
    width: 100%;
    flex: 0 1 auto;
    border: 1px solid #000;
  }
}
.media-about-us .item .media .img {
  display: block;
  width: 100%;
}
.media-about-us .item .title {
  order: 2;
  padding: 0 5rem;
  height: 20rem;
  background: #EDF3F7;
  display: flex;
  align-items: center;
  border-right: 7px solid #FB0526;
}
@media only screen and (max-width: 1239px) {
  .media-about-us .item .title {
    padding: 2rem 0 !important;
    border-right: none;
    height: auto;
    opacity: 0;
  }
}
.media-about-us .item .title .link {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.media-about-us .item .title .link:visited {
  color: #000;
  text-decoration: underline !important;
}
.media-about-us .item .title .link:focus {
  color: #000;
  text-decoration: underline !important;
}
.media-about-us .item .title .link:hover {
  color: #FB0526;
  text-decoration: underline !important;
}
.media-about-us .item .title .link:active {
  color: #FB0526;
  text-decoration: underline !important;
}
.media-about-us .glide__slide--active .title {
  opacity: 1 !important;
}
.media-about-us .control {
  position: relative !important;
  margin-top: 3rem;
  bottom: 0 !important;
}

@media only screen and (max-width: 1239px) {
  .media-about-us-container {
    background: #EDF3F7;
    border-top: 7px solid #FB0526;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.person-remembrances .block-title {
  text-align: center;
}
.person-remembrances .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.person-remembrances .list .item {
  flex: 0 1 auto;
  width: 25%;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1239px) {
  .person-remembrances .list .item {
    width: 100%;
  }
}
.person-remembrances .list .item:hover, .person-remembrances .list .item:active, .person-remembrances .list .item:focus {
  background: #fff;
}
.person-remembrances .list .item:hover .title, .person-remembrances .list .item:active .title, .person-remembrances .list .item:focus .title {
  color: #FB0526 !important;
}
.person-remembrances .list .item .title {
  display: block;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
}
.person-remembrances .list .item .author-short {
  margin-top: auto;
}
.person-remembrances .list .item .author-short .photo {
  width: 8rem;
  height: 8rem;
}
.person-remembrances .list .item .author-short .name {
  color: #000 !important;
  text-decoration: none !important;
}
.person-remembrances .list .item .modal .author-short .photo {
  width: 4rem;
  height: 4rem;
}
.person-remembrances .list .item .modal .author-short .name {
  color: #FB0526 !important;
}
@media only screen and (max-width: 1239px) {
  .person-remembrances .list .item .modal .author-short {
    margin-bottom: 1.5rem;
  }
}
.person-remembrances .list .item .modal .source {
  font-size: 1.2rem;
  color: #000;
  text-decoration: underline;
}
.person-remembrances .list .item .modal .source:visited {
  color: #000;
  text-decoration: underline !important;
}
.person-remembrances .list .item .modal .source:focus {
  color: #000;
  text-decoration: underline !important;
}
.person-remembrances .list .item .modal .source:hover {
  color: #FB0526;
  text-decoration: underline !important;
}
.person-remembrances .list .item .modal .source:active {
  color: #FB0526;
  text-decoration: underline !important;
}

.chronicle-page {
  margin-top: -5rem;
}
.chronicle-page .heading {
  padding-top: 5rem;
  background: #000;
  color: #fff;
}
.chronicle-page .chronicle-gallery {
  position: relative;
  z-index: 5;
  margin-bottom: 5rem;
}
.chronicle-page .chronicle-gallery .slick-next, .chronicle-page .chronicle-gallery .slick-prev {
  position: absolute;
  top: 50%;
  background: #000;
  padding: 1.5rem;
  margin-top: -2.5rem;
  z-index: 5;
  opacity: 0.5;
}
.chronicle-page .chronicle-gallery .slick-next:hover, .chronicle-page .chronicle-gallery .slick-next:active, .chronicle-page .chronicle-gallery .slick-next:focus, .chronicle-page .chronicle-gallery .slick-prev:hover, .chronicle-page .chronicle-gallery .slick-prev:active, .chronicle-page .chronicle-gallery .slick-prev:focus {
  opacity: 1;
  cursor: pointer;
}
.chronicle-page .chronicle-gallery .slick-next .icon, .chronicle-page .chronicle-gallery .slick-prev .icon {
  display: block;
}
.chronicle-page .chronicle-gallery .slick-prev {
  left: 0;
}
.chronicle-page .chronicle-gallery .slick-next {
  right: 0;
}
.chronicle-page .chronicle-gallery .slide {
  z-index: 4;
}
.chronicle-page .chronicle-gallery .slide-content {
  position: relative;
  padding-top: 56.25%;
}
.chronicle-page .chronicle-gallery .slide-content picture, .chronicle-page .chronicle-gallery .slide-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chronicle-page .chronicle-gallery .slide-content .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.chronicle-page .chronicle-title {
  margin-bottom: 5rem;
}
.chronicle-page .chronicle-title .red {
  color: #FB0526;
}
.chronicle-page .chronicle-desc {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
.chronicle-page .chronicle-text {
  margin-bottom: 5rem;
}
.chronicle-page .chronicle-days {
  padding-top: 3rem;
}
.chronicle-page .chronicle-days .track {
  display: flex;
  height: 2rem;
  background: #4F4F4F;
  margin-bottom: 3rem;
  position: relative;
}
.chronicle-page .chronicle-days .track .bar {
  flex: 0 1 auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.chronicle-page .chronicle-days .track .bar .bar-tooltip {
  display: none;
  position: absolute;
  top: -3.6rem;
  left: 0;
  font-size: 1rem;
  font-weight: 600;
}
.chronicle-page .chronicle-days .track .bar .dot {
  display: none;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 4rem;
  background: #FFF;
}
.chronicle-page .chronicle-days .track .bar .dash {
  display: none;
  position: absolute;
  top: -1.1rem;
  left: 0.3rem;
  width: 0.1rem;
  height: 0.8rem;
  background: #FFF;
}
.chronicle-page .chronicle-days .track .bar:hover .bar-tooltip, .chronicle-page .chronicle-days .track .bar:hover .dot, .chronicle-page .chronicle-days .track .bar:hover .dash, .chronicle-page .chronicle-days .track .bar:active .bar-tooltip, .chronicle-page .chronicle-days .track .bar:active .dot, .chronicle-page .chronicle-days .track .bar:active .dash, .chronicle-page .chronicle-days .track .bar:focus .bar-tooltip, .chronicle-page .chronicle-days .track .bar:focus .dot, .chronicle-page .chronicle-days .track .bar:focus .dash {
  display: block;
}
.chronicle-page .chronicle-days .track .bar.viewed {
  background: #FB0526;
}
.chronicle-page .chronicle-days .slick-list {
  padding: 0 0 0 0;
}
.chronicle-page .chronicle-days .slick-next, .chronicle-page .chronicle-days .slick-prev {
  position: absolute;
  top: 15rem;
  background: #000;
  padding: 1.5rem;
  margin-top: -2.5rem;
  z-index: 5;
  opacity: 0.5;
}
.chronicle-page .chronicle-days .slick-next:hover, .chronicle-page .chronicle-days .slick-next:active, .chronicle-page .chronicle-days .slick-next:focus, .chronicle-page .chronicle-days .slick-prev:hover, .chronicle-page .chronicle-days .slick-prev:active, .chronicle-page .chronicle-days .slick-prev:focus {
  opacity: 1;
  cursor: pointer;
}
.chronicle-page .chronicle-days .slick-next .icon, .chronicle-page .chronicle-days .slick-prev .icon {
  display: block;
}
.chronicle-page .chronicle-days .slick-prev {
  left: 0;
}
.chronicle-page .chronicle-days .slick-next {
  right: 0;
}
.chronicle-page .chronicle-days .day {
  width: 53rem;
  padding-right: 3rem;
}
.chronicle-page .chronicle-days .day .media {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 3rem;
}
.chronicle-page .chronicle-days .day .media .img, .chronicle-page .chronicle-days .day .media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chronicle-page .chronicle-days .day .media .img {
  display: block;
  object-fit: cover;
  object-position: center;
}
.chronicle-page .chronicle-days .day .day-desc {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.chronicle-page .chronicle-persons {
  color: #fff;
}
.chronicle-page .chronicle-persons .persons-title {
  margin-bottom: 5rem;
}
.chronicle-page .chronicle-persons .persons-desc {
  margin-bottom: 5rem;
}
.chronicle-page .chronicle-persons .list .collapse {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.chronicle-page .chronicle-persons .list .endless-loader {
  margin-bottom: 5rem;
}
.chronicle-page .chronicle-persons .list .endless-loader:last-child {
  margin-bottom: 0;
}
.chronicle-page .chronicle-persons .list .devider {
  border-top: 1px solid #4F4F4F;
  display: flex;
  margin-bottom: 3rem;
}
.chronicle-page .chronicle-persons .list .devider .white-link {
  display: block;
  background: #000;
  padding-right: 1.5rem;
  margin-top: -1.5rem;
}
.chronicle-page .chronicle-persons .list .devider .white-link .fa {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
.chronicle-page .chronicle-persons .list .devider .white-link.collapsed .fa {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.chronicle-page .chronicle-persons .list .items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.chronicle-page .chronicle-persons .list .person-short {
  max-width: calc(33.33% - 3rem) !important;
  flex: 1 0 calc(33.33% - 3rem) !important;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1239px) {
  .chronicle-page .chronicle-persons .list .person-short {
    max-width: calc(100% - 3rem) !important;
    flex: 1 0 calc(100% - 3rem) !important;
  }
}
.chronicle-page .chronicle-articles .about {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1239px) {
  .chronicle-page .chronicle-articles .about {
    margin-bottom: 3rem;
  }
}
.chronicle-page .chronicle-articles .item {
  padding: 5rem 0;
}
@media only screen and (max-width: 1239px) {
  .chronicle-page .chronicle-articles .item {
    padding: 3rem 0;
  }
}
.chronicle-page .chronicle-articles .item:nth-child(odd) {
  background: #EDF3F7;
}
.chronicle-page .chronicle-articles .item:nth-child(odd) .media {
  order: 1;
}
.chronicle-page .chronicle-articles .item:nth-child(odd) .text {
  order: 2;
}
.chronicle-page .chronicle-articles .item:nth-child(even) .media {
  order: 2;
}
.chronicle-page .chronicle-articles .item:nth-child(even) .text {
  order: 1;
}
@media only screen and (max-width: 1239px) {
  .chronicle-page .chronicle-articles .item:nth-child(even) .media {
    order: 1;
  }
  .chronicle-page .chronicle-articles .item:nth-child(even) .text {
    order: 2;
  }
}
