a {
  transition: all .3s ease;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .is-hidden--mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .is-hidden--desktop {
    display: none !important;
  }
}

.btn,
.nav-wrapper a.btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: transparent;
  border: 1px solid #0F0C0B;
  color: #0F0C0B;
  font-weight: 500;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
}

.btn:hover,
.btn:active,
.nav-wrapper a.btn:hover,
.nav-wrapper a.btn:active {
  text-decoration: none;
  background-color: #0F0C0B;
  color: #fff;
}

.nav-wrapper a.btn {
  margin-right: 20px;
}

.hero-search {
  position: relative;
  margin-bottom: 24px;
}

.popular-searches span {
  font-weight: 300;
}

.popular-searches a {
  font-weight: normal;
  display: inline-block;
  margin-right: 8px;
  text-decoration: underline 1px;
}

.popular-searches a:hover {
  text-decoration: none;
}

.popular-searches a:after {
  content: ',';
}

.popular-searches a:last-child:after {
  content: '';
}

.home-new-request-link {
  margin: 96px 0 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .home-new-request-link {
    padding: 32px 20px;
    margin: 45px -20px 0;
    background-color: #ffffff;
  }

  .knowledge-base {
    margin-bottom: 0;
  }
}

.new-request-link {
  padding: 36px 0;
}

.new-request-link .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-request-link img,
.home-new-request-link img {
  display: block;
}

.new-request-link a,
.home-new-request-link a {
  margin-left: 16px;
  display: block;
}

.new-request-link a:hover,
.home-new-request-link a:hover {
  transform: translateX(5px);
}

.promoted-articles-container {
  background-color: #ECF1FB;
  padding: 90px 0 98px;
}

.promoted-articles-container .container {
  max-width: 704px;
}

.promoted-articles-container h2 {
  font-size: 48px;
  line-height: 62px;
  margin: 0 0 24px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 767px) {
  .promoted-articles-container {
    padding: 60px 0 85px;
  }

  .promoted-articles-container h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 17px;
  }

  .promoted-articles-item a {
    font-size: 14px;
    line-height: 28px;
    padding: 23px 40px 23px 0;
  }
}

.powered-by-zendesk {
  display: none !important;
}

@media (min-width: 768px) {
  .nav-wrapper .header-container,
  .header-burger,
  .nav-wrapper__content-sidenav {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-burger {
    display: block;
  }

  .nav-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: #fff;
    display: none;
    flex-direction: column;
  }

  .nav-wrapper.is-active {
    display: flex;
  }

  .nav-wrapper .header {
    padding-left: 20px;
  }

  .nav-wrapper .header-burger {
    padding-right: 0;
  }

  .nav-wrapper .header-container {
    background-color: #fff;
  }

  .nav-wrapper__content {
    flex: 1 1 10px;
    overflow-y: auto;
    padding: 0 20px 20px;
  }

  .nav-wrapper__content-buttons .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 21px;
  }

  .nav-wrapper__content-buttons .btn::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='12' viewBox='0 0 17 12' width='17'%3E%3Cg stroke='%23fff'%3E%3Cpath d='m11 1 5 5-5 5'/%3E%3Cpath d='m1 6h14' stroke-linecap='square'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
    vertical-align: middle;
  }

  .nav-wrapper__content-buttons .language-selector {
    float: right;
    margin: 0;
  }
}

.language-selector + .language-selector {
  margin-left: 12px;
}

@media (max-width: 767px) {
  .language-selector + .language-selector {
    margin-left: 0;
    margin-right: 12px;
  }
}

.login-btn {
  font-size: 16px !important;
}

[dir] .sidenav__item.sidenav__item--category {
  margin-right: -10px;
  margin-left: -10px;
  padding: 17px 10px;
  border-top: 1px solid #EAEAEB;
}

[dir] .sidenav__item.sidenav__item--category:first-child {
  border: none;
}

.sidenav {
  margin-bottom: 35px;
}

a.sidenav__item__category {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}

.hero--inner-page {
  padding-top: 127px;
  padding-bottom: 80px;
  margin-bottom: 0;
}

.hero--inner-page .hero-search {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .hero--inner-page {
    padding-top: 94px;
    padding-bottom: 65px;
  }
}

.hero--inner-page::after {
  display: none;
}

.category-list {
  overflow: hidden;
  padding-top: 24px;
}

.category-list .container {
  overflow-y: auto;
}

.category-list__container {
  min-width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  white-space: nowrap;
}

.category-list__item {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list__item + .category-list__item {
  margin-left: 17px;
}

.category-list__item a {
  display: block;
  padding: 16px 7px;
  border-bottom: 2px solid transparent;
  color: #969799;
}

.category-list__item a:hover,
.category-list__item a:focus,
.category-list__item a:active {
  color: #2E3033;
  text-decoration: none;
}

.category-list__item.is-active a {
  border-color: #2E3033;
  color: #2E3033;
}

.section-body {
  padding-top: 80px;
  padding-bottom: 100px;
}

.section-body__container {
  display: flex;
  justify-content: center;
}

.section-body__sidebar {
  flex: 1 1 190px;
  max-width: 190px;
  padding-right: 20px;
}

.section-body__content {
  flex: 1 1 83%;
  max-width: 83%;
}

.section-body__sidebar-section {
  margin-bottom: 24px;
}

.section-body__sidebar-section a {
  font-size: 18px;
  text-decoration: none;
  opacity: .5;
}

.section-body__sidebar-section a:hover,
.section-body__sidebar-section a:focus,
.section-body__sidebar-section a:active,
.section-body__sidebar-section.is-active a {
  text-decoration: none;
  opacity: 1;
}

.section-body__content-article {
  border-bottom: 1px solid #2E3033;
}

.section-body__content-title {
  display: block;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding: 31px 30px 31px 0;
  cursor: pointer;
}

.section-body__content-title::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.98462 7.01538V0H7.01538V7.01538H0V8.98462H7.01538V16H8.98462V8.98462H16V7.01538H8.98462Z' fill='%232E3033'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
}

.section-body__content-title.is-active::after {
  transform: rotate(45deg);
}

.section-body__content-title:hover,
.section-body__content-title:focus,
.section-body__content-title:active {
  text-decoration: none;
  color: #98999a;
}

.section-body__content-text {
  padding-bottom: 31px;
}

@media (min-width: 768px) {
  .section-body__heading,
  .section-body__other-sections {
    display: none;
  }

  .section-body__content {
    margin-top: -31px;
  }
}

@media (max-width: 767px) {
  .section-body__sidebar {
    display: none;
  }

  .section-body__content {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .section-body__content-title {
    font-size: 14px;
    line-height: 22px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-body__content-text {
    padding-bottom: 24px;
  }

  .section-body {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-body__other-section a {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
    text-decoration: none !important;
    overflow: hidden;
    min-height: 62px;
  }

  .section-body__other-section a img {
    width: 64px;
    height: 80px;
  }

  .section-body__other-section a span {
    display: block;
    flex: 1 1 10px;
    padding: 4px 60px 4px 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-body__other-section a::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='30' viewBox='0 0 30 30' width='30'%3E%3Cpath clip-rule='evenodd' d='m11.2349 19.7651 1.0606 1.0607 5.5304-5.5303-5.5304-5.53036-1.0606 1.06066 4.4696 4.4697z' fill='%232e3033' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section-body__other-section + .section-body__other-section {
    margin-top: 8px;
  }

  .section-body__heading h1 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 31px;
    border-bottom: 1px solid #2E3033;
  }

  .section-body__heading ~ .section-body__other-sections {
    margin-top: 40px;
  }
}

.slider {
  padding-top: 17px;
  margin-bottom: 40px;
  overflow: hidden;
}

.slider__slide {
  width: 267px !important;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  height: unset;
  position: relative;
}

.slider__slide-link {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider__slide:hover .slider__slide-title {
  text-decoration: underline;
}

.slider__slide + .slider__slide {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .slider {
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -1px;
    background-color: #fff;
  }

  .slider__slide,
  .slider__slide + .slider__slide {
    margin-right: -4px;
    margin-left: 20px;
  }

  .slider__slide:first-child {
    margin-left: 20px;
  }

  .slider__slide:last-child {
    margin-right: 20px;
  }
}

.slider__slide-heading {
  position: relative;
  height: 161px;
}

.slider--products .slider__slide-heading img {
  display: block;
  width: auto;
  height: 137px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.slider--ingredients .slider__slide-heading img {
  width: 100%;
  height: 100%;
}

.slider--products .slider__slide-heading span {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.slider__slide-content {
  padding: 24px;
}

.slider__slide-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}

.slider__slide-text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.slider__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.slider__button-prev,
.slider__button-next,
.slider__pagination .swiper-pagination-bullet {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  overflow: hidden;
}

.slider__pagination {
  display: flex;
  align-items: center;
}

.slider__pagination .swiper-pagination-bullet::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  transform: rotate(45deg);
  background-color: #2E3033;
  opacity: .4;
}

.slider__pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}

.slider__button-prev,
.slider__button-next {
  cursor: pointer;
}

.slider__button-prev::before,
.slider__button-next::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='27' viewBox='0 0 30 27' width='30'%3E%3Cpath clip-rule='evenodd' d='m19.8493 10 1.1507 1.1265-6 5.8735-6-5.8735 1.1507-1.1265 4.8493 4.747z' fill='%232e3033' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.slider__button-prev::before {
  transform: rotate(90deg);
}

.slider__button-next::before {
  transform: rotate(-90deg);
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: unset;
}

/* New request */
.contact-info {
  padding: 88px 20px 120px;
}

.contact-info__container {
  margin: 0 auto;
  max-width: 703px;
}

.contact-info__text {
  font-size: 16px;
  line-height: 24px;
}

.contact-info__text b {
  font-weight: 500;
}

.contact-info__facebook {
  margin-top: 48px;
  display: flex;
  align-items: center;
}

.contact-info__facebook-people {
  width: auto;
  height: 40px;
  margin-right: 16px;
}

.contact-info__facebook-text {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.contact-info__facebook-text img {
  display: block;
  margin-right: 8px;
  height: 20px;
}

@media (max-width: 767px) {
  .contact-info {
    padding: 40px 20px 72px;
  }

  .contact-info__heading {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 32px;
  }

  .contact-info__text {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-info__facebook {
    margin-top: 32px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .contact-info__facebook-text {
    margin-bottom: 16px;
  }
}

.contact-form {
  background-color: #FAF7F2;
  padding: 130px 20px;
}

.contact-form__container {
  max-width: 558px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact-form {
    padding: 72px 20px;
  }
}

.contact-office {
  background-color: #fff;
  padding: 130px 20px;
  text-align: center;
}

.contact-office__top {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contact-office__heading {
  font-size: 48px;
  line-height: 62px;
  font-weight: 300;
  margin: 0 0 48px;
}

.contact-office__container {
  display: flex;
  max-width: 752px;
  margin: 0 auto;
}

.contact-office__item {
  flex: 1 1 50%;
  max-width: 50%;
}

.contact-office__item h4 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 16px;
  font-weight: normal;
}

.contact-office__item p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0 0 16px;
}

.contact-office__item a {
  font-weight: 300;
}

@media (max-width: 767px) {
  .contact-office {
    padding: 60px 20px;
  }

  .contact-office__top {
    font-size: 12px;
    line-height: 22px;
  }

  .contact-office__heading {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }

  .contact-office__container {
    display: block;
  }

  .contact-office__item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .contact-office__item + .contact-office__item {
    margin-top: 32px;
  }

  .contact-office__item h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-office__item p {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-office__item a {
    font-size: 12px;
    line-height: 22px;
  }
}

.contact-instagram {
  display: block;
  text-align: center;
  padding-top: 80px;
  text-decoration: none !important;
}

.contact-instagram__icon {
  display: block;
  margin: 0 auto 8px;
}

.contact-instagram__heading {
  font-size: 48px;
  line-height: 62px;
  font-weight: 300;
  margin: 0 0 62px;
  padding: 0 20px;
}

.contact-instagram__photos {
  display: flex;
}

.contact-instagram__photos img {
  display: block;
  flex: 1 1 25%;
  max-width: 25%;
  height: auto;
}

@media (max-width: 767px) {
  .contact-instagram {
    padding-top: 60px;
  }

  .contact-instagram__heading {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 47px;
  }

  .contact-instagram__photos {
    flex-wrap: wrap;
  }

  .contact-instagram__photos img {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

.form-field input,
.form-field input[type],
.form-field textarea,
.form-field .hc-multiselect-toggle,
.form-field .nesty-input,
.form-field ul[data-hc-pills-container] {
  border: 1px solid #6F6D6D;
  border-radius: 0;
  min-height: 46px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #0F0C0B;
}

.form-field input:focus,
.form-field input[type]:focus,
.form-field textarea:focus,
.form-field .hc-multiselect-toggle:focus,
.form-field .nesty-input:focus,
.form-field ul[data-hc-pills-container]:focus {
  border-color: #6CDDC7;
  box-shadow: inset 0 0 0 1px #6CDDC7;
}

.form-field ul[data-hc-pills-container] input {
  height: 30px;
  min-height: 30px;
}

.form-field textarea {
  height: 147px;
}

.hc-multiselect-toggle::before,
.nesty-input:before {
  content: '';
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: #0F0C0B;
  top: 0;
  right: 0;
}

.hc-multiselect-toggle::after,
.nesty-input:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: calc(50% - 12px);
  right: 7px;
  transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='27' viewBox='0 0 30 27' width='30'%3E%3Cpath clip-rule='evenodd' d='m19.8493 10 1.1507 1.1265-6 5.8735-6-5.8735 1.1507-1.1265 4.8493 4.747z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.form-field ~ .form-field {
  margin-top: 15px;
}

#request_description_hint {
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.form-field label[for="request-attachments"] {
  display: none;
}

.upload-dropzone {
  margin-top: 40px;
  background-color: #F2EEE9;
  border: 1px solid #B7B6B6;
  padding: 24px;
  border-radius: 0;
}

.upload-dropzone span {
  display: block;
  width: 100%;
  padding: 20px 33px;
  border-radius: 0;
  border: 1px solid #B7B6B6;
}

.upload-dropzone span,
.upload-dropzone span a {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #2E3033;
}

.upload-dropzone span::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' viewBox='0 0 28 29' fill='none'%3E%3Ccircle opacity='0.8' cx='14' cy='14.0864' r='13.5' stroke='%232E3033'/%3E%3Cpath opacity='0.8' d='M14 8.08643L14 20.0864M14 8.08643L9 13.2293M14 8.08643L19 13.2293' stroke='%232E3033'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.upload-item {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding: 0;
  position: relative;
  width: 100%;
  margin-top: 12px !important;
  border-radius: 0;
}

.upload-item:hover {
  background-color: transparent;
}

.upload-item-icon {
  display: none !important;
}

.upload-remove {
  position: absolute !important;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.upload-remove .upload-item-icon {
  display: block !important;
}

.request-form footer {
  text-align: center;
  margin-top: 32px;
}

.request-form footer input {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 16px 24px;
  background-color: #6CDDC7;
  color: #0F0C0B;
  border-radius: 0;
  transition: all .3s ease-in-out;
}

.request-form footer input:hover,
.request-form footer input:focus,
.request-form footer input:active {
  background-color: #55C9B2;
  color: #0F0C0B;
  border: 0;
}

.page-container {
  margin-top: 80px;
}

.category-list__categories {
  max-width: 100%;
}

.form-field.request_cc_emails {
  display: none !important;
}

.iframe {
  position: relative;
}

.iframe iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.markdown img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nesty-panel {
  margin-top: 45px;
  border: 1px solid #7C7977;
  box-shadow: none;
}

[dir] .nesty-panel li {
  font-size: 16px;
  line-height: 36px;
  padding: 0 16px;
  color: #0F0C0B;
  height: 46px;
}

.nesty-panel li:hover,
.nesty-panel li[aria-selected="true"],
.nesty-panel li.nesty-selected {
  background-color: #F2EEE9;
}

.notification-inline.notification-error {
  border-radius: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #D91818;
  margin-top: 8px;
}

.notification-inline.notification-error::before {
  display: none;
}
