/*@import "_global.scss";*/
.c-block__slider.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.c-block__slider .c-block__slider-arrows {
  max-width: 1474px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .c-block__slider .c-block__slider-arrows {
    display: none;
  }
}
.c-block__slider .slick-dots {
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 3.7%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-block__slider .slick-dots li {
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 36px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(166, 166, 166, 0.61);
}
.c-block__slider .slick-dots li.slick-active .custom__dots {
  opacity: 0.75;
  color: #f16633;
}
.c-block__slider .slick-dots .custom__dots {
  font-size: 36px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(166, 166, 166, 0.61);
}
@media (max-width: 768px) {
  .c-block__slider .slick-dots .custom__dots {
    font-size: 56px;
  }
}
.c-block__slider .c-block__slider-arrow {
  border-radius: 0;
  font-size: 28.008px;
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  /*font-weight: 300;*/
  z-index: 9;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.c-block__slider .c-block__slider-arrow.is--right {
  left: auto;
  right: 10px;
}
.c-block__slider .c-block__slider-arrow:hover {
  background: #fff;
  color: #635c5c;
  cursor: pointer;
}
.c-block__slider .c-block__slider-content-wrapper {
  width: 1154px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-block__slider .c-block__slider-content-wrapper {
    align-items: center;
    width: auto;
  }
}
.c-block__slider .c-block__slider-item {
  width: 100%;
  height: 485px;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  padding: 0 84px;
}
@media (max-width: 768px) {
  .c-block__slider .c-block__slider-item {
    height: 600px;
    padding: 0;
  }
}
.c-block__slider .c-block__slider-item-title {
  max-width: 62.4%;
}
.c-block__slider .c-block__slider-item-title h2 {
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.81);
  font-family: Lato, sans-serif;
  font-size: 43.992px;
  line-height: 1.25;
  font-weight: 400;
  color: #635c5c;
  margin-bottom: 20px;
  margin-top: 20px;
}
.c-block__slider .c-block__slider-item-title h2 p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .c-block__slider .c-block__slider-item-title {
    max-width: 100%;
  }
  .c-block__slider .c-block__slider-item-title h2 {
    text-align: center;
    padding: 0 25px;
  }
}
.c-block__slider .c-block__slider-item-text {
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.81);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #b9b9b9;
  font-weight: 400;
  color: #403d3d;
  max-width: 480px;
}
@media (max-width: 768px) {
  .c-block__slider .c-block__slider-item-text {
    display: none;
  }
}
.c-block__slider .c-block__slider-item-link-button {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .c-block__slider .c-block__slider-item-link-button {
    max-width: 276px;
    width: 100%;
  }
}
.c-block__slider .c-block__slider-item-link-button a {
  outline: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  background: #f16633;
  color: #fff;
  padding: 7px 35px;
  font-size: 14.004px;
  text-transform: uppercase;
  font-weight: 400;
  outline: 0;
  border-color: #f16633;
  text-decoration: none;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -3px 0 0 #db592f;
  border-radius: 4px 4px 4px 4px;
}
@media (max-width: 768px) {
  .c-block__slider .c-block__slider-item-link-button a {
    font-size: 18px;
    padding: 15px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.c-block__slider .c-block__slider-item-link-button a:hover {
  box-shadow: inset 0 -3px 0 0 #b54a27;
  color: #fff;
  background: #db592f;
  border-color: #db592f;
}
.c-block__slider .c-block__slider-item-link-button a:focus {
  opacity: 1;
  box-shadow: inset 0 3px 0 0 #5b5056;
  color: #fff;
  background: #635c5c;
  border-color: #635c5c;
  outline: none;
  text-decoration: none;
}

.c-block__slider-tabs {
  position: relative;
  max-width: 1088px;
  width: auto;
  padding: 0 64px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .c-block__slider-tabs {
    padding: 0;
  }
}
.c-block__slider-tabs .c-block__slider-tab-item {
  position: relative;
  opacity: 1 !important;
  display: block;
  left: 0 !important;
  text-align: center;
  outline: 0;
  cursor: pointer;
  /*@media (max-width: 768px) {
    width: 100% !important;
  }*/
}
@media (min-width: 769px) {
  .c-block__slider-tabs .c-block__slider-tab-item {
    width: 33.3333% !important;
  }
}
.c-block__slider-tabs .c-block__slider-tab-item.slick-active.slick-current:before {
  width: 100%;
}
.c-block__slider-tabs .c-block__slider-tab-item.slick-active.slick-current h6 {
  color: #f16633;
}
.c-block__slider-tabs .c-block__slider-tab-item:hover h6 {
  color: #f16633;
}
.c-block__slider-tabs .c-block__slider-tab-item:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #f16633;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .c-block__slider-tabs .c-block__slider-tab-item:before {
    width: 0;
  }
}
.c-block__slider-tabs .c-block__slider-tab-item:first-child h6 {
  border-left: 0 none;
}
.c-block__slider-tabs .c-block__slider-tab-item h6 {
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-align: center;
  margin: 55px 0;
  padding: 0 5px;
  border-left: 1px solid #d7d5d5;
  font-weight: 300;
  font-size: 24px;
}
.c-block__slider-tabs .c-block__slider-tab-item h6 p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .c-block__slider-tabs .c-block__slider-tab-item h6 {
    padding: 0 35px;
  }
}
@media (max-width: 768px) {
  .c-block__slider-tabs .c-block__slider-tab-item:not([data-tab-id="0"]) h6 p {
    display: inline;
  }
}
.c-block__slider-tabs .c-block__slider-tabs-arrows {
  position: absolute;
  /*top: 45%;*/
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
}
@media (min-width: 769px) {
  .c-block__slider-tabs .c-block__slider-tabs-arrows {
    display: none;
  }
}
.c-block__slider-tabs .c-block__slider-tab-arrow {
  border-radius: 0;
  font-size: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  width: 48px;
  /*height: 48px;*/
  /*line-height: 48px;*/
  text-align: center;
  color: #635c5c;
  cursor: pointer;
}
.c-block__slider-tabs .c-block__slider-tab-arrow.is--right {
  left: auto;
  right: 0;
}

.c-block__links {
  /*.c-block__links-item-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(180deg,rgba(244,135,209,.15) 0,rgba(150,212,252,.15));
    opacity: 1;
    transition: all .2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }*/
}
.c-block__links .c-block__links-title h2 {
  max-width: 90%;
  text-align: center;
  position: relative;
  margin: 64px auto 0;
  padding: 21.00426649px 0;
  border-bottom: 0;
  color: #635c5c;
  font-size: 41.994px;
}
.c-block__links .c-block__links-title h2 p {
  margin-bottom: 0;
}
.c-block__links .c-block__links-below-text {
  font-family: Open Sans, sans-serif;
  font-size: 12.006px;
  line-height: 15px;
  color: #b9b9b9;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 64px;
}
.c-block__links .c-block__links-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 64px;
}
.c-block__links .c-block__links-item {
  display: flex;
  position: relative;
  width: 25%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
  overflow: hidden;
  /*
      height: 100%;
      flex: 0 0 auto;
      max-width: 100%;
      width: 25%;
      min-height: 100px;*/
  margin: 0;
  /*& a > {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }*/
}
@media (max-width: 1024px) {
  .c-block__links .c-block__links-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .c-block__links .c-block__links-item {
    width: 50%;
  }
}
.c-block__links .c-block__links-item:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  padding-bottom: 66.66667%;
}
.c-block__links .c-block__links-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(244, 135, 209, 0.15) 0, rgba(150, 212, 252, 0.15));
  z-index: 1;
}
@media (min-width: 992px) {
  .c-block__links .c-block__links-item:hover .c-block__links-item-title {
    opacity: 0;
  }
  .c-block__links .c-block__links-item:hover .c-block__links-item-hover-wrapper {
    z-index: 3;
    opacity: 1;
    transform: scale(1.15);
  }
}
.c-block__links .c-block__links-item:hover:after {
  background: #f38c4b;
  opacity: 0.9;
  height: 100%;
}
.c-block__links .c-block__links-item-hover-wrapper {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  z-index: -2;
  transform: scale(-1);
  opacity: 0;
}
.c-block__links .c-block__links-item-title {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 288px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.c-block__links .c-block__links-item-title h4 {
  text-align: center;
  font-family: Lato, sans-serif;
  line-height: 1.23;
  color: #fff;
  font-weight: 700;
  margin: 16% 0 20px;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(71, 68, 68, 0.15);
  font-size: 1.889vw;
  /*@media (max-width: 1024px) {
    font-size: 1.889vw;
  }*/
}
@media (min-width: 1740px) {
  .c-block__links .c-block__links-item-title h4 {
    font-size: 34.002px;
  }
}
@media (max-width: 768px) {
  .c-block__links .c-block__links-item-title h4 {
    font-family: Lato, sans-serif;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
    margin: 16% 0 20px;
    font-size: 3.1vw;
  }
}
.c-block__links .c-block__links-item-title h4 p {
  margin-bottom: 0;
}
.c-block__links .c-block__links-item-plus {
  width: 27px;
  height: 27px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAaElEQVRIS+2UXQ4AEAyD9bIO5bLz8yQhwgyR1LP5trYDEfHu0kGGAQineYVD2K7Mf8iYupQUKqxMq56MsFpmytiEzjwg+cGVaNd3e2tBz857NvLLPCCEza6HOvqzAJO/kbD3Mmo80NREFAr7jbCfHvQAAAAASUVORK5CYII=");
  background-position-y: center;
  background-position-x: 50%;
  background-repeat: no-repeat;
}
.c-block__links .c-block__links-item-link-title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.c-block__links .c-block__links-item-link-title h6 {
  font-family: Open Sans, sans-serif;
  font-size: 14.004px;
  line-height: 1.714;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 2px 8px rgba(71, 68, 68, 0.15);
  text-align: center;
  margin-bottom: 10px;
}
.c-block__links .c-block__links-item-link-title h6 p {
  margin-bottom: 0;
}
.c-block__links .c-block__links-item-link {
  font-family: Open Sans, sans-serif;
  font-size: 14.004px;
  line-height: 1.714;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 2px 8px rgba(71, 68, 68, 0.15);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.c-block__links .c-block__links-item-link span.fa {
  display: inline;
  padding-left: 10px;
}

.c-block__latest-entries-wrapper {
  padding: 0 64px;
}
@media (max-width: 991px) {
  .c-block__latest-entries-wrapper {
    padding: 0;
  }
}
.c-block__latest-entries-wrapper .c-block__latest-entries {
  background: #faf7f7;
  margin: 0;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-title {
  display: inline-block;
  width: 100%;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-title h2 {
  max-width: 90%;
  text-align: center;
  position: relative;
  margin: 64px auto 0;
  font-size: 41.994px;
  padding: 21.00426649px 0;
  border-bottom: 0;
  color: #635c5c;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-list-wrapper {
  max-width: 1154px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-list {
  width: auto;
  max-width: 1092px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item {
  max-width: 449px;
  width: 40.57%;
  flex: 1 1 auto;
  min-height: 100px;
  margin: 64px 32px 0;
  position: relative;
}
@media (max-width: 767px) {
  .c-block__latest-entries-wrapper .c-block__latest-entries-item {
    max-width: 100%;
    width: 100%;
    margin: 64px 25px 0;
  }
}
@media (min-width: 1181px) {
  .c-block__latest-entries-wrapper .c-block__latest-entries-item {
    width: 43%;
    max-width: 43%;
  }
}
@media (min-width: 1281px) {
  .c-block__latest-entries-wrapper .c-block__latest-entries-item {
    width: 44%;
    max-width: 44%;
  }
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-image-link {
  position: relative;
  display: inline-block;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-image-link:hover .c-block__latest-entries-item-image-overlay, .c-block__latest-entries-wrapper .c-block__latest-entries-item-image-link:focus .c-block__latest-entries-item-image-overlay {
  opacity: 1;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-image-link:hover .c-block__latest-entries-item-image:after, .c-block__latest-entries-wrapper .c-block__latest-entries-item-image-link:focus .c-block__latest-entries-item-image:after {
  background: #f38c4b;
  opacity: 0.9;
  height: 98.7%;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-image {
  position: relative;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-image img {
  border-top: 5px solid #f38c4b;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-image:after {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(244, 135, 209, 0.15) 0, rgba(150, 212, 252, 0.15));
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-image .c-block__latest-entries-item-image-overlay {
  width: 54%;
  height: auto;
  border: 1px solid #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 70px;
  line-height: 76px;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  padding: 8px 22px;
  opacity: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s ease-in-out;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .c-block__latest-entries-wrapper .c-block__latest-entries-item-image .c-block__latest-entries-item-image-overlay {
    font-size: 54px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .c-block__latest-entries-wrapper .c-block__latest-entries-item-image .c-block__latest-entries-item-image-overlay {
    font-size: 50.4px;
  }
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-date {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #b9b9b9;
  font-weight: 400;
  margin-top: 15px;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-title {
  padding-bottom: 32px;
  letter-spacing: 1px;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-title a {
  font-family: Lato, sans-serif;
  font-size: 28.008px;
  line-height: 1.321;
  color: #453f3f;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: 300;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-title a:hover {
  text-decoration: underline;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-title h4 {
  font-family: Lato, sans-serif;
  font-size: 28.008px;
  line-height: 1.321;
  color: #453f3f;
  margin-bottom: 10px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-link {
  min-height: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-link > a {
  font-size: 14.004px;
  color: #f16633;
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding-right: 18px;
  text-decoration: none;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-link > a i {
  color: #453f3f;
  display: inline-block;
  padding-left: 10px;
  font-size: 14.004px;
}
.c-block__latest-entries-wrapper .c-block__latest-entries-item-link > a:hover {
  text-decoration: underline;
}

.c-block__key-figures {
  max-width: 1154px;
  width: 100%;
  margin: 0 auto 64px;
  padding: 0 64px;
}
@media (max-width: 991px) {
  .c-block__key-figures {
    padding: 0 25px;
  }
}
.c-block__key-figures .c-block__key-figures-title h2 {
  max-width: 90%;
  text-align: center;
  position: relative;
  margin: 64px auto 0;
  padding: 21.00426649px 0;
  border-bottom: 0;
  color: #635c5c;
  font-size: 41.994px;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.c-block__key-figures .c-block__key-figures-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
}
.c-block__key-figures .c-block__key-figures-item-title {
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 1.15;
  color: #f16633;
  font-weight: 300;
}
.c-block__key-figures .c-block__key-figures-item-text {
  font-family: Lato, sans-serif;
  font-size: 16.002px;
  line-height: 1.5;
  font-weight: 400;
}
.c-block__key-figures .c-block__key-figures-item-link {
  font-family: Open Sans, sans-serif;
  font-size: 12.006px;
  line-height: 15px;
  color: #b9b9b9;
  font-weight: 400;
}
.c-block__key-figures .c-block__key-figures-item-link a {
  color: #f16633;
  text-decoration: none;
}
.c-block__key-figures .c-block__key-figures-item-link a:hover {
  text-decoration: underline;
}
.c-block__key-figures .c-block__key-figures-items-left {
  position: relative;
  flex: 1 1 40%;
  padding-right: 70px;
  align-self: center;
  text-align: center;
}
.c-block__key-figures .c-block__key-figures-items-left img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.c-block__key-figures .c-block__key-figures-items-left .c-block__key-figures-item-title p {
  margin-bottom: 32px;
}
.c-block__key-figures .c-block__key-figures-items-left .c-block__key-figures-item-image {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .c-block__key-figures .c-block__key-figures-items-left .c-block__key-figures-item-title {
    font-size: 61.2px;
  }
  .c-block__key-figures .c-block__key-figures-items-left .c-block__key-figures-item-text {
    margin-bottom: 32px;
  }
}
@media (max-width: 640px) {
  .c-block__key-figures .c-block__key-figures-items-left .c-block__key-figures-item-title {
    font-size: 39.996px;
  }
}
@media (max-width: 767px) {
  .c-block__key-figures .c-block__key-figures-items-left {
    flex: 1 1 100%;
    margin-bottom: 74px;
    padding-right: 0;
  }
}
.c-block__key-figures .c-block__key-figures-items-right {
  padding-left: 70px;
  position: relative;
  flex: 1 1 40%;
  padding-left: 70px;
  display: flex;
  flex-wrap: wrap;
}
.c-block__key-figures .c-block__key-figures-items-right:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 90%;
  background-color: #e9e9ea;
}
.c-block__key-figures .c-block__key-figures-items-right img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.c-block__key-figures .c-block__key-figures-items-right .c-block__key-figures-item-image {
  flex: 0 0 85px;
}
.c-block__key-figures .c-block__key-figures-items-right .c-block__key-figures-item-image .c-block__key-figures-item-image-inner {
  margin-top: 6px;
  margin-right: 21.33333333px;
  margin-bottom: 15px;
}
.c-block__key-figures .c-block__key-figures-items-right .c-block__key-figures-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.c-block__key-figures .c-block__key-figures-items-right .c-block__key-figures-item:last-child {
  margin-bottom: 0;
}
.c-block__key-figures .c-block__key-figures-items-right .c-block__key-figures-item-content {
  flex: 1;
  text-align: left;
}
@media (max-width: 767px) {
  .c-block__key-figures .c-block__key-figures-items-right {
    flex: 1 1 100%;
    padding-left: 0;
  }
  .c-block__key-figures .c-block__key-figures-items-right:before {
    display: none;
  }
}

.c-block__follow-us {
  width: 100%;
  margin: 0 auto 64px;
  padding: 0 64px;
}
@media (max-width: 991px) {
  .c-block__follow-us {
    padding: 0;
  }
}
.c-block__follow-us .c-block__follow-us-title h2 {
  font-family: Lato, sans-serif;
  max-width: 90%;
  font-size: 41.994px;
  text-align: center;
  position: relative;
  margin: 64px auto 0;
  padding: 21.00426649px 0;
  border-bottom: 0;
  color: #635c5c;
  font-weight: 400;
}
.c-block__follow-us .c-block__follow-us-title h2 p {
  margin-bottom: 0;
}
.c-block__follow-us .c-block__follow-us-content {
  background: #f38c4b;
  margin-top: 64px;
  position: relative;
}
.c-block__follow-us .c-block__follow-us-content-wrapper {
  max-width: 1154px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 23.994px 64px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .c-block__follow-us .c-block__follow-us-content-wrapper {
    padding: 23.994px 25px;
  }
}
@media (max-width: 767px) {
  .c-block__follow-us .c-block__follow-us-content-wrapper:before {
    content: "Sign Up For News";
    width: 100%;
    text-transform: uppercase;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.1px;
    text-align: center;
  }
}
.c-block__follow-us .c-block__follow-us-form {
  flex: 0 0 40%;
}
@media (max-width: 767px) {
  .c-block__follow-us .c-block__follow-us-form {
    flex: 0 0 73%;
  }
}
.c-block__follow-us .c-block__follow-us-form label {
  width: 100%;
  text-transform: uppercase;
  display: block;
  font-family: Lato, sans-serif;
  font-size: 14.004px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.1px;
}
@media (max-width: 767px) {
  .c-block__follow-us .c-block__follow-us-form label span {
    display: none;
  }
}
.c-block__follow-us .c-block__follow-us-form input[type=email] {
  width: 100%;
  margin-top: 14.004px;
  height: 40px;
  padding: 10px 12px;
  display: block;
  border-radius: 4px 0 0 4px;
  font-family: Open Sans, sans-serif;
  font-size: 14.004px;
  line-height: 1.214;
  color: #453f3f;
  font-style: italic;
  font-weight: 400;
  border: 1px solid #ccc;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.c-block__follow-us .c-block__follow-us-form input[type=email]:focus {
  border-color: #66afe9;
  outline: 0;
}
.c-block__follow-us .c-block__follow-us-button {
  flex: 0 0 12.29%;
  height: 40px;
  top: 28.008px;
  position: relative;
}
@media (max-width: 767px) {
  .c-block__follow-us .c-block__follow-us-button {
    flex: 0 0 27%;
    top: 0;
    margin-top: 15px;
  }
}
.c-block__follow-us .c-block__follow-us-button button {
  top: 0;
  bottom: 0;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 8px 4px;
  box-shadow: none;
  font-weight: 400;
  color: #fff;
  border-radius: 0 4px 4px 0;
  border: 1px solid #f16633;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  background: #f16633;
  font-size: 14.004px;
  text-transform: uppercase;
  outline: 0;
  /*border-color: #f16633;*/
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
}
.c-block__follow-us .c-block__follow-us-button button:hover {
  background: #db592f;
  border-color: #db592f;
}
.c-block__follow-us .c-block__follow-us-button button:active {
  background: #474444;
  border: 1px solid #474444;
}
.c-block__follow-us .c-block__follow-us-socials {
  flex: 0 0 31%;
  position: relative;
  margin-left: auto;
}
@media (max-width: 1189px) {
  .c-block__follow-us .c-block__follow-us-socials {
    flex: 0 0 39%;
  }
}
@media (max-width: 991px) {
  .c-block__follow-us .c-block__follow-us-socials {
    flex: 0 0 40%;
  }
}
@media (max-width: 767px) {
  .c-block__follow-us .c-block__follow-us-socials {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 32px;
  }
}
.c-block__follow-us .c-block__follow-us-socials .c-block__follow-us-socials-title {
  font-family: Lato, sans-serif;
  font-size: 14.004px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1.1px;
  margin-bottom: 14.004px;
}
@media (max-width: 767px) {
  .c-block__follow-us .c-block__follow-us-socials .c-block__follow-us-socials-title {
    font-size: 18px;
  }
}
.c-block__follow-us .c-block__follow-us-socials ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-block__follow-us .c-block__follow-us-socials ul {
    justify-content: center;
  }
}
.c-block__follow-us .c-block__follow-us-socials ul li a {
  padding: 7px 12px;
  display: block;
  margin: auto 18px;
  margin-left: 18px;
  font-size: 1.111em;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  min-width: 44.4px;
  text-align: center;
}
@media (max-width: 800px) {
  .c-block__follow-us .c-block__follow-us-socials ul li a {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.c-block__follow-us .c-block__follow-us-socials ul li a.facebook:hover {
  color: #3b5998;
  border: 1px solid #3b5998;
}
.c-block__follow-us .c-block__follow-us-socials ul li a.twitter:hover {
  color: #4099ff;
  border: 1px solid #4099ff;
}
.c-block__follow-us .c-block__follow-us-socials ul li a.linkedin:hover {
  color: #0077b5;
  border: 1px solid #0077b5;
}
.c-block__follow-us .c-block__follow-us-socials ul li a.youtube:hover {
  color: #e21717;
  border: 1px solid #e21717;
}
.c-block__follow-us .c-block__follow-us-socials ul li:first-child a {
  margin-left: 0;
}
.c-block__follow-us .c-block__follow-us-socials ul li:last-child a {
  margin-right: 0;
}

.c-blocks__news-events {
  margin: 0;
  padding: 0 64px;
}
.c-blocks__news-events .c-blocks__news-events__inner-wrapper {
  background: #ecf9fd;
  display: inline-block;
  width: 100%;
}
.c-blocks__news-events .c-blocks__news-events-title {
  margin: 64px auto 0;
  padding: 21.00426649px 0;
  width: 100%;
  display: inline-block;
}
.c-blocks__news-events .c-blocks__news-events-title h2 {
  font-family: Lato, sans-serif;
  max-width: 90%;
  text-align: center;
  position: relative;
  border-bottom: 0;
  color: #635c5c;
  font-size: 41.994px;
  font-weight: 400;
  margin: 0 auto;
}
.c-blocks__news-events .c-blocks__news-events-title p {
  margin-bottom: 0;
}
.c-blocks__news-events .c-blocks__news-events-items {
  /*margin-top: 64px;*/
  max-width: 1154px;
  width: 100%;
  margin: 64px auto 64px;
  padding: 0 48px;
  position: relative;
}
.c-blocks__news-events .c-blocks__news-events-items .slick-track {
  display: flex;
}
.c-blocks__news-events .c-blocks__news-events-items .slick-slide {
  height: inherit;
}
.c-blocks__news-events .c-block__news-events-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 16px;
}
.c-blocks__news-events .c-block__news-events-arrow {
  position: absolute;
  left: 0;
  top: 25%;
  font-size: 24px;
  color: #453f3f;
}
.c-blocks__news-events .c-block__news-events-arrow.is--right {
  right: 0;
  left: auto;
}
.c-blocks__news-events .c-block__news-events-item-wrapper {
  position: relative;
  height: 100%;
}
.c-blocks__news-events .c-block__news-events-item-image-link {
  display: block;
  position: relative;
}
.c-blocks__news-events .c-block__news-events-item-image-link .c-block__news-events-item-image img {
  aspect-ratio: 321/197;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-top: 5px solid #00bff3;
}
.c-blocks__news-events .c-block__news-events-item-image-link:hover:after {
  background: #f38c4b;
  opacity: 0.9;
  height: 98.7%;
}
.c-blocks__news-events .c-block__news-events-item-image-link:hover .c-block__news-events-item-image-overlay {
  opacity: 1;
}
.c-blocks__news-events .c-block__news-events-item-image-link .c-block__news-events-item-image-overlay {
  width: 54%;
  height: auto;
  border: 1px solid #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 46.998px;
  line-height: 1.148;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  padding: 8px 22px;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-blocks__news-events .c-block__news-events-item-image-link:after {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(244, 135, 209, 0.15) 0, rgba(150, 212, 252, 0.15));
}
.c-blocks__news-events .c-block__news-events-item-type {
  display: block;
  font-family: Lato, sans-serif;
  font-size: 14.004px;
  line-height: 1.28;
  color: #635c5c;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
}
.c-blocks__news-events .c-block__news-events-item-date {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #b9b9b9;
  font-weight: 400;
}
.c-blocks__news-events .c-block__news-events-item-title {
  margin-top: 10px;
  padding-bottom: 32px;
}
.c-blocks__news-events .c-block__news-events-item-title a {
  text-decoration: none;
  color: #453f3f;
}
.c-blocks__news-events .c-block__news-events-item-title a h4 {
  font-family: Lato, sans-serif;
  font-size: 21.996px;
  line-height: 1.2727;
  color: #453f3f;
  font-weight: 400;
  margin-bottom: 0;
}
.c-blocks__news-events .c-block__news-events-item-title a:hover {
  text-decoration: underline;
}
.c-blocks__news-events .c-block__news-events-item-link {
  min-height: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-blocks__news-events .c-block__news-events-item-link a {
  font-size: 14.004px;
  color: #00bff3;
  font-weight: 400;
  font-family: Lato, sans-serif;
  line-height: 24px;
  text-decoration: none;
  padding-right: 15px;
}
.c-blocks__news-events .c-block__news-events-item-link a i {
  color: #453f3f;
  display: inline-block;
  padding-left: 10px;
  font-size: 14.004px;
}
.c-blocks__news-events .c-block__news-events-item-link a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .c-block__donate-now-outer-wrapper {
    display: none;
  }
}

.c-block__donate-now {
  padding: 0 64px;
}
@media (max-width: 1311px) {
  .c-block__donate-now {
    padding: 0;
  }
}
.c-block__donate-now .c-block__donate-now-wrapper {
  background: #fdebe0;
  display: inline-block;
  width: 100%;
}
.c-block__donate-now .c-block__donate-now-title {
  margin: 64px auto 0;
  padding: 21.00426649px 0;
  display: inline-block;
  width: 100%;
}
.c-block__donate-now .c-block__donate-now-title h2 {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border-bottom: 0;
  color: #635c5c;
  font-family: Lato, sans-serif;
  font-size: 41.994px;
  font-weight: 400;
}
.c-block__donate-now .c-block__donate-now-info {
  max-width: 1154px;
  width: 100%;
  margin: 0 auto 64px;
}
.c-block__donate-now .c-block__donate-now-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0 48px;
}
@media (max-width: 991px) {
  .c-block__donate-now .c-block__donate-now-info-wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .c-block__donate-now .c-block__donate-now-info-wrapper {
    justify-content: center;
  }
}
.c-block__donate-now .c-block__donate-now-info-item {
  flex: 0 1 auto;
  max-width: 320px;
  position: relative;
  width: 29%;
  min-height: 100px;
  margin: 64px 16px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .c-block__donate-now .c-block__donate-now-info-item {
    flex: 0 1 auto;
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .c-block__donate-now .c-block__donate-now-info-item {
    max-width: 48%;
    margin: 64px 25px 0;
    flex: 1 1 auto;
  }
}
.c-block__donate-now .c-block__donate-now-info-item-text h6 {
  margin-top: 46px;
  font-family: Lato, sans-serif;
  font-size: 21.996px;
  line-height: 1.2727;
  color: #f16633;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.c-block__donate-now .c-block__donate-now-info-item-text h6 span {
  display: block;
}

.c-block__donate-now-form {
  /*.c-block__donate-now-form-options-or {
    display: block;
    font-size: 11px;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 50%;
    border: 2px solid #f7af81;
    padding: 10px 9px;
    font-family: Open Sans,sans-serif;
    color: #fff;
    font-weight: 400;
  }*/
}
.c-block__donate-now-form .c-block__donate-now-form-options {
  display: inline-block;
  background-color: #f38c4b;
  margin: 0;
  width: 100%;
}
.c-block__donate-now-form .c-block__donate-now-form-options .c-block__donate-now-form-options-wrapper {
  max-width: 1154px;
  width: 100%;
  margin: 32px auto;
  color: #fff;
  text-align: center;
}
.c-block__donate-now-form .c-block__donate-now-form-options .c-block__donate-now-form-options-wrapper-inner {
  width: 912px;
  max-width: 912px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.c-block__donate-now-form .c-block__donate-now-form-options-wrapper-radios {
  margin-top: 5px;
  flex: 1 1 auto;
  text-align: center;
  /*display: flex;
  justify-content: center;*/
}
.c-block__donate-now-form .c-block__donate-now-form-options-text {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 19.008px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  padding-right: 22px;
}
.c-block__donate-now-form .c-block__donate-now-form-options-inputs {
  /*display: flex;
  flex-wrap: wrap;*/
  display: inline-block;
}
.c-block__donate-now-form .c-block__donate-now-form-options-inputs label {
  display: inline-block;
  padding: 0 23px;
  position: relative;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20.0724px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}
.c-block__donate-now-form .c-block__donate-now-form-options-inputs label:hover i, .c-block__donate-now-form .c-block__donate-now-form-options-inputs label:focus i {
  background: #f16633;
}
.c-block__donate-now-form .c-block__donate-now-form-options-inputs label.is--checked i {
  background: #00bff3;
}
.c-block__donate-now-form .c-block__donate-now-form-options-inputs label.is--checked:hover i, .c-block__donate-now-form .c-block__donate-now-form-options-inputs label.is--checked:focus i {
  background: #00bff3;
}
.c-block__donate-now-form .c-block__donate-now-form-options-inputs label input {
  text-indent: -99999px;
  z-index: -2;
  visibility: hidden;
  width: 0;
  height: 0;
  left: -1000000px;
  position: absolute;
  margin: 0;
}
.c-block__donate-now-form .c-block__donate-now-form-options-inputs label i {
  margin-right: 8px;
  display: inline-block;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
  background: transparent;
  transition: background 0.2s ease-in-out;
}
.c-block__donate-now-form .c-block__donate-now-form-options-input {
  flex: 1 1 auto;
}
.c-block__donate-now-form .c-block__donate-now-form-options-input .c-block__donate-now-form-options-input-inner {
  position: relative;
  height: 100%;
  padding-left: 72px;
  font-family: Open Sans, sans-serif;
  font-size: 19.008px;
}
.c-block__donate-now-form .c-block__donate-now-form-options-input .c-block__donate-now-form-options-input-inner:before {
  content: "OR";
  display: block;
  font-size: 11px;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
  border: 2px solid #f7af81;
  padding: 10px 9px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-weight: 400;
}
.c-block__donate-now-form .c-block__donate-now-form-options-input input {
  position: relative;
  padding: 8px 12px;
  height: 100%;
  font-size: 16.8981px;
  display: block;
  color: #555;
  width: 100%;
  font-weight: 400;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.c-block__donate-now-form .c-block__donate-now-form-options-input input:focus {
  border-color: #66afe9;
  outline: 0;
}
.c-block__donate-now-form .c-block__donate-now-form-content-outer-wrapper {
  padding: 0 64px;
}
.c-block__donate-now-form .c-block__donate-now-form-content {
  background-position-x: 50%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 100%;
}
.c-block__donate-now-form .c-block__donate-now-form-content-inner-wrapper {
  max-width: 1154px;
  width: 100%;
  margin: 0 auto 64px;
  position: relative;
}
.c-block__donate-now-form .c-block__donate-now-form-content-arrow {
  padding: 32px;
  font-size: 54px;
  line-height: 1;
  color: #f38c4b;
  text-align: center;
}
.c-block__donate-now-form .c-block__donate-now-form-content-link {
  position: absolute;
  top: 98px;
  margin: auto;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
}
.c-block__donate-now-form .c-block__donate-now-form-content-link a {
  font-family: Lato, sans-serif;
  font-size: 1.333em;
  line-height: 1.25;
  color: #453f3f;
  font-weight: 400;
  color: #fff;
  padding: 13px 30px;
  width: 330px;
  height: 100%;
  text-decoration: none;
  outline: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  background: #f16633;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
  border-color: #f16633;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -3px 0 0 #db592f;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-block__donate-now-form .c-block__donate-now-form-content-link a:hover {
  box-shadow: inset 0 -3px 0 0 #b54a27;
  color: #fff;
  background: #db592f;
  border-color: #db592f;
}
.c-block__donate-now-form .c-block__donate-now-form-content-text {
  padding: 50px 64px 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
}
.c-block__donate-now-form .c-block__donate-now-form-content-text-inner {
  margin-top: 90px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  flex: 1 1 auto;
  min-height: 100px;
  width: auto;
  text-align: center;
}
.c-block__donate-now-form .c-block__donate-now-form-content-text-inner p {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #453f3f;
  font-weight: 400;
}
.c-block__donate-now-form .c-block__donate-now-form-content-text-inner p:last-child {
  margin-bottom: 0;
}

.c-nav__main {
  display: flex;
  flex-wrap: wrap;
  background: #FAF7F7;
}
.c-nav__main.affix .c-nav__main-logo {
  padding: 0;
}
.c-nav__main.affix .c-nav__main-logo .c-nav__main-logo-image {
  position: absolute;
  top: 0;
  opacity: 0;
  height: 15px;
  width: auto;
}
.c-nav__main.affix .c-nav__main-logo .c-nav__main-logo-scroll-image {
  position: relative;
  opacity: 1;
  display: block;
  height: 20px;
  top: 0;
  width: auto;
}
.c-nav__main.affix .c-nav__main-bottom-menu ul.is--level-one > li > a {
  padding: 15px 40px;
}
.c-nav__main .c-nav__main-top {
  display: flex;
  max-width: 1154px;
  padding: 0 64px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}
.c-nav__main .c-nav__main-before {
  background-color: #474444;
  width: 100%;
}
.c-nav__main .c-nav__main-before-wrapper {
  max-width: 1154px;
  padding: 0 64px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*height: 40px;*/
  align-items: center;
}
.c-nav__main .c-nav__main-socials {
  display: flex;
  flex-wrap: wrap;
}
.c-nav__main .c-nav__main-socials ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.c-nav__main .c-nav__main-socials ul li {
  list-style: none;
}
.c-nav__main .c-nav__main-socials ul li:first-child a {
  padding-left: 0;
}
.c-nav__main .c-nav__main-socials ul li a {
  color: #918f8f;
  display: inline-block;
  padding: 12px 12px 10px;
  font-size: 14.2258px;
  transition: color 0.3s ease-in-out;
}
.c-nav__main .c-nav__main-socials ul li a:hover {
  color: #f1f1f1;
}
.c-nav__main .c-nav__main-socials ul li a i {
  font-size: 14.2258px;
}
.c-nav__main .c-nav__main-switch-menu {
  display: flex;
  flex-wrap: wrap;
}
.c-nav__main .c-nav__main-switch-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  align-items: center;
}
.c-nav__main .c-nav__main-switch-menu ul li {
  list-style: none;
}
.c-nav__main .c-nav__main-switch-menu ul li a {
  color: #fff;
  display: inline-block;
  padding: 12px 12px 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 10.998px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}
.c-nav__main .c-nav__main-switch-menu ul li a:hover {
  color: #f16633;
}
.c-nav__main .c-nav__main-switch-menu ul li a:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background: #fff;
  height: 0;
  width: 100%;
}
.c-nav__main .c-nav__main-top-menu {
  width: calc(100% - 270px);
  display: flex;
  flex-wrap: wrap;
}
.c-nav__main .c-nav__main-top-menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 0;
  margin-bottom: 0;
}
.c-nav__main .c-nav__main-top-menu ul li {
  list-style: none;
}
.c-nav__main .c-nav__main-top-menu ul li.c-nav__main-top-menu-search a {
  display: block;
  position: relative;
  padding: 10px 15px;
  color: #635c5c;
}
.c-nav__main .c-nav__main-top-menu ul li.c-nav__main-top-menu-search a:hover {
  color: #f16633;
}
.c-nav__main .c-nav__main-top-menu ul li.c-nav__main-top-menu-search a:before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #453f3f;
}
.c-nav__main .c-nav__main-top-menu ul li.c-nav__main-top-menu-search a:after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 0;
  left: auto;
  right: 0;
  width: 1px;
  height: 10px;
  background-color: #453f3f;
  transform: none;
  opacity: 1;
  transition: none;
}
.c-nav__main .c-nav__main-top-menu ul li:not(.c-nav__main-top-menu-search) a {
  display: block;
  position: relative;
  color: #635c5c;
  padding: 10px 15px;
  display: inline-block;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 12.996px;
  line-height: 1.384;
  text-decoration: none;
}
.c-nav__main .c-nav__main-top-menu ul li:not(.c-nav__main-top-menu-search) a:hover {
  color: #f16633;
  background: none;
}
.c-nav__main .c-nav__main-logo {
  max-width: 270px;
  padding: 18px 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.c-nav__main .c-nav__main-logo a {
  display: inline-block;
}
.c-nav__main .c-nav__main-logo .c-nav__main-logo-image {
  transition: height 0.3s ease-in-out;
  max-width: 100%;
  width: auto;
  height: 64px;
}
.c-nav__main .c-nav__main-logo .c-nav__main-logo-scroll-image {
  transition: height 0.3s ease-in-out;
  max-width: 100%;
  width: auto;
  height: 64px;
  display: none;
}
.c-nav__main .c-nav__search-form-wrapper {
  width: 100%;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  background: #fff;
  height: 0;
  border-top: 0 solid #fff;
  border-bottom: 0 solid #fff;
}
.c-nav__main .c-nav__search-form-wrapper.is--shown {
  height: 100px;
  border-top: 1px solid #d7d5d5;
  border-bottom: 1px solid #d7d5d5;
}
.c-nav__main .c-nav__search-form-container {
  max-width: 1154px;
  padding: 28px 64px;
  margin: 0 auto;
  width: 100%;
}
.c-nav__main .c-nav__search-form-container form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 14px 0 64px;
  align-items: center;
}
.c-nav__main .c-nav__search-form-container button[type=submit] {
  display: block;
  width: 26px;
  height: 26px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACOUlEQVRIS61V3VHCQBDePUZxxuhAB1qB+KDhESpQO9AOtAFyoQGwArEC6UB8C/pgOhArkNE4gzJm3UtCDOHyw4x53Ozt9+23394haL432ahtQPUcBJ4AwR4A1QBwikguELrfBLd16Ux0Z9MxTAaCwqJqcdFzLshFcz6kvtEZXxWBxACq+Kao3hDhaXiIpoAwAB9efSBmK2pC0MEyOLlz+mrXpTvNAgoA0sU5KL9pdp110JPmJSD2IiKuYY0PcwE+7aZFXFQl+QQXu9IZFLX+IZstRLgP8rhTo+Nc6M5goDtWXwLNS+q6KJTsZE6wrxs8JpImc5od5umpY+jZTSbHTssgh59d8y4Y7Jrs4y66Zo+te6lMwbOor9h0waCs9ukC7/L4VKC4U3HDcpZsH4zHs803pb9P/tmufBwWDTf935NHDcDKs4qzxPW0xAmAcu5JAyTdpO+g27zn5Wkp729bjr1uB38WJ+0+JFykH1IRoBcRzHRRuAdbPAf+iK4MOe4XFdXtARG0d6QzWnGRCnix1RSGPlE/XMGbjDW+ZYfbnfGZdpNjNrbJTsBGUSeq4wpssTWJ76LoxkUY8VXRzgWIrgzFKAQBchFwyPvxgPAz9QH3KigOCIhv20VOomQGyMpiJOXKnQUXDHlAK87TgKwABDPh5UGsnCyz5fcBYMI35wh8/9aQT244v9DmWSBagDRzJZ+KZb4POSClAHKlin5mdfJvADq5lH3/FUALUqb9dXNYrhveWH5jYPALcAgmbTg8lI8AAAAASUVORK5CYII=) 50% no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0 solid transparent;
}
.c-nav__main .c-nav__search-form-container label {
  flex: 1;
}
.c-nav__main .c-nav__search-form-container input[type=text] {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  padding-left: 22px;
  font-family: Lato, sans-serif;
  font-size: 21.996px;
  line-height: 1.2727;
  color: #453f3f;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 8px;
}
.c-nav__main .c-nav__search-form-container input[type=text]:focus {
  outline: 0;
}
.c-nav__main .c-nav__search-form-container button[type=button] {
  display: block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url(data:image/png;base64,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) 50% no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0 solid transparent;
}
.c-nav__main .c-nav__main-bottom-menu {
  display: flex;
  width: 100%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.c-nav__main .c-nav__main-bottom-menu ul.is--level-one {
  display: flex;
  max-width: 1154px;
  padding: 0 64px;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  align-items: stretch;
}
.c-nav__main .c-nav__main-bottom-menu ul.is--level-one > li {
  list-style: none;
  flex: 1;
  /*position: relative;*/
  z-index: 100;
}
.c-nav__main .c-nav__main-bottom-menu ul.is--level-one > li[data-show-sub=true]:last-child > a {
  color: #fff;
  background: #db592f;
}
.c-nav__main .c-nav__main-bottom-menu ul.is--level-one > li[data-show-sub=true] > a {
  color: #f38c4b;
  background: #f9f9f9;
}
.c-nav__main .c-nav__main-bottom-menu ul.is--level-one > li[data-show-sub=true] .c-dropdown__wrapper {
  opacity: 1;
  visibility: visible;
}
.c-nav__main .c-nav__main-bottom-menu ul.is--level-one > li[data-show-sub=true].has__3-columns .c-dropdown__inner-wrapper > ul > li {
  width: 33%;
}
.c-nav__main .c-nav__main-bottom-menu ul.is--level-one > li[data-show-sub=true].has__4-columns .c-dropdown__inner-wrapper > ul > li {
  width: 24.8%;
}
.c-nav__main .c-nav__main-bottom-menu ul.is--level-one > li:first-child a {
  border-left: 1px solid transparent;
}
.c-nav__main .c-nav__main-bottom-menu ul.is--level-one > li:last-child > a {
  color: #fff;
  background: #f16633;
  /*&:hover {
    color: #fff;
    background: #db592f;
  }*/
}
.c-nav__main .c-nav__main-bottom-menu ul.is--level-one > li > a {
  text-transform: uppercase;
  font-size: 14.004px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 23px 40px;
  text-decoration: none;
  display: block;
  position: relative;
  color: #403d3d;
  width: 100%;
  height: 100%;
  border-left: 1px solid #f0f0f0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.c-nav__main .c-dropdown__wrapper {
  position: absolute;
  transition: opacity 0.35s linear;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  /*top: 150px;*/
  /*z-index: -2;*/
  visibility: hidden;
  display: flex;
  opacity: 0;
  z-index: 101;
  width: 100%;
}
.c-nav__main .c-dropdown__inner-wrapper {
  max-width: 1154px;
  padding: 0 64px;
  margin: 0 auto;
  width: 100%;
}
.c-nav__main .c-dropdown__inner-wrapper ul {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
.c-nav__main .c-dropdown__inner-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 22px 0 28px;
}
.c-nav__main .c-dropdown__inner-wrapper > ul > li {
  list-style: none;
  padding: 0 50px 0 15px;
  position: relative;
  display: block;
}
.c-nav__main .c-dropdown__inner-wrapper > ul > li.is__invisible > a {
  opacity: 0;
}
.c-nav__main .c-dropdown__inner-wrapper > ul > li:first-child {
  padding-left: 0;
}
.c-nav__main .c-dropdown__inner-wrapper > ul > li:not(:first-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 1px;
  height: 88%;
  background: #f0f0f0;
}
.c-nav__main .c-dropdown__inner-wrapper > ul > li > a {
  color: #f16633;
  background: transparent;
  font-size: 14.004px;
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.c-nav__main .c-dropdown__inner-wrapper > ul > li > ul li {
  list-style: none;
  position: relative;
  display: block;
  padding: 0 0 0 15px;
  list-style-type: none;
  list-style-position: outside;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAJCAYAAAARml2dAAAAo0lEQVQIW2PU1tYW+vv9u8iNe/duMSABRhBbU0lJ9d///5xAycuMjIz/QWJgCRBQVlaWZfn/X1zP2Pj86tWr/8IlQJJ6yspi3/4yKvEL859FkQDax/Pnxw99Fg6Oi3AJXV1dwW/fvmnK/pU9d+DBgR9gCR1FRfGf//8r8AkLnzt79uxvsOUg5/748UMxNjb2fENDwz+YY8A6/v//D3QlxJkwAAAk8Ts1liTGIAAAAABJRU5ErkJggg==) no-repeat left 5px;
}
.c-nav__main .c-dropdown__inner-wrapper > ul > li > ul li[data-show-sub=true] a {
  color: #f38c4b;
}
.c-nav__main .c-dropdown__inner-wrapper > ul > li > ul li a {
  background: none;
  padding: 0 0 8px;
  color: #403d3d;
  text-decoration: none;
  font-size: 12.006px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 1.666;
  display: block;
}

/*@import "menu-mobile";*/
.c-footer__main .c-footer__before-copyright {
  padding: 0 64px;
}
.c-footer__main .c-footer__top-content {
  max-width: 1026px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d7d5d5;
  padding-bottom: 44px;
}
.c-footer__main .c-footer__top-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .c-footer__main .c-footer__top-content-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.c-footer__main .c-footer__signup-form {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .c-footer__main .c-footer__signup-form {
    padding-right: 0;
  }
}
.c-footer__main .c-footer__signup-form h2 {
  font-family: Lato, sans-serif;
  font-size: 19.998px;
  line-height: 1.3;
  color: #453f3f;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 21.00426649px 0;
}
@media (max-width: 767px) {
  .c-footer__main .c-footer__signup-form h2 {
    text-align: center;
    margin-bottom: 0;
  }
}
.c-footer__main .c-footer__signup-form form {
  padding: 20px 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.c-footer__main .c-footer__signup-form form label {
  width: 75%;
}
.c-footer__main .c-footer__signup-form form input[type=text] {
  height: 47px;
  padding: 13px 12px;
  display: block;
  border-radius: 4px 0 0 4px;
  font-family: Open Sans, sans-serif;
  font-size: 14.004px;
  line-height: 1.214;
  color: #453f3f;
  font-style: italic;
  border: 1px solid #ccc;
  font-weight: 400;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.c-footer__main .c-footer__signup-form form input[type=text]:focus {
  border-color: #66afe9;
  outline: 0;
}
.c-footer__main .c-footer__signup-form form button {
  width: 25%;
  height: 47px;
  padding: 8px 4px;
  box-shadow: none;
  background: #b4b4b4;
  border: 1px solid #b4b4b4;
  font-weight: 400;
  color: #fff;
  border-radius: 0 4px 4px 0;
  font-size: 14.004px;
  text-transform: uppercase;
  outline: 0;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.c-footer__main .c-footer__signup-form form button:focus, .c-footer__main .c-footer__signup-form form button:hover {
  background: #474444;
  border: 1px solid #474444;
}
.c-footer__main .c-footer__socials {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .c-footer__main .c-footer__socials {
    width: 100%;
    justify-content: center;
  }
}
.c-footer__main .c-footer__socials ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.c-footer__main .c-footer__socials ul li {
  list-style: none;
}
@media (min-width: 768px) {
  .c-footer__main .c-footer__socials ul li:last-child a {
    padding-right: 1px;
  }
}
.c-footer__main .c-footer__socials ul li a {
  padding: 15px 36px;
  display: block;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1.111em;
  color: #453f3f;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1038px) {
  .c-footer__main .c-footer__socials ul li a {
    padding: 15px 26px;
  }
}
.c-footer__main .c-footer__socials ul li a:focus.facebook, .c-footer__main .c-footer__socials ul li a:hover.facebook {
  color: #3b5998;
}
.c-footer__main .c-footer__socials ul li a:focus.twitter, .c-footer__main .c-footer__socials ul li a:hover.twitter {
  color: #4099ff;
}
.c-footer__main .c-footer__socials ul li a:focus.linkedin, .c-footer__main .c-footer__socials ul li a:hover.linkedin {
  color: #0077b5;
}
.c-footer__main .c-footer__socials ul li a:focus.instagram, .c-footer__main .c-footer__socials ul li a:hover.instagram {
  color: #a238aa;
}
.c-footer__main .c-footer__socials ul li a:focus.youtube, .c-footer__main .c-footer__socials ul li a:hover.youtube {
  color: #e21717;
}
.c-footer__main .c-footer__copyright {
  background-color: #faf7f7;
}
.c-footer__main .c-footer__content {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 64px 0 64px 0;
}
.c-footer__main .c-footer__content-section {
  border-left: 1px solid #d7d5d5;
  position: relative;
  width: 29%;
  padding-right: 5%;
  padding-left: 5%;
}
@media (max-width: 1088px) {
  .c-footer__main .c-footer__content-section {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .c-footer__main .c-footer__content-section:not(:first-child) {
    display: none;
  }
}
.c-footer__main .c-footer__content-section:first-child {
  border-left: 0 solid transparent;
}
.c-footer__main .c-footer__content-section .c-footer__content-section-wrapper {
  position: relative;
  height: 100%;
}
.c-footer__main .c-footer__content-section .c-footer__content-section-wrapper.has__link {
  padding-bottom: 17px;
}
.c-footer__main .c-footer__content-section .c-footer__content-title {
  margin-bottom: 10px;
}
.c-footer__main .c-footer__content-section .c-footer__content-title p {
  font-family: Lato, sans-serif;
  font-size: 19.998px;
  line-height: 1.3;
  color: #453f3f;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 1px;
}
.c-footer__main .c-footer__content-section .c-footer__content-main,
.c-footer__main .c-footer__content-section .c-footer__content-main a {
  font-family: Open Sans, sans-serif;
  font-size: 10.998px;
  line-height: 1.54;
  color: #453f3f;
  font-weight: 400;
  text-decoration: none;
}
.c-footer__main .c-footer__content-section .c-footer__content-main a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #f38c4b;
          text-decoration-color: #f38c4b;
}
.c-footer__main .c-footer__content-section .c-footer__content-main strong a {
  font-weight: inherit;
}
.c-footer__main .c-footer__content-section .c-footer__content-main p:last-child {
  margin-bottom: 0;
}
.c-footer__main .c-footer__content-section .c-footer__content-main p.address span {
  display: block;
}
.c-footer__main .c-footer__content-section .c-footer__content-link {
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-footer__main .c-footer__content-section .c-footer__content-link a {
  font-family: Open Sans, sans-serif;
  font-size: 10.998px;
  line-height: 1.54;
  color: #453f3f;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  height: 17px;
  margin-top: auto;
  margin-bottom: 0;
}
.c-footer__main .c-footer__content-section .c-footer__content-link a:hover, .c-footer__main .c-footer__content-section .c-footer__content-link a:focus {
  color: #f16633;
}
.c-footer__main .c-footer__copyright-wrapper {
  padding: 15px 0;
  max-width: 1026px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-footer__main .c-footer__copyright-left p {
  font-family: Open Sans, sans-serif;
  font-size: 10.998px;
  line-height: 1.54;
  color: #453f3f;
  font-weight: 600;
  margin: 0;
}
.c-footer__main .c-footer__copyright-right ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.c-footer__main .c-footer__copyright-right ul li {
  list-style: none;
}
.c-footer__main .c-footer__copyright-right ul li:last-child a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3.5px;
  width: 1px;
  height: 11px;
  background: #f16633;
}
.c-footer__main .c-footer__copyright-right ul li a {
  font-family: Open Sans, sans-serif;
  font-size: 10.998px;
  line-height: 1.54;
  color: #f16633;
  font-weight: 600;
  display: block;
  vertical-align: middle;
  padding: 0 12px;
  text-decoration: none;
  position: relative;
}
.c-footer__main .c-footer__copyright-right ul li a:hover {
  text-decoration: underline;
}
