.mobile-popup-selection {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s,opacity .3s linear;
  -o-transition: visibility 0s,opacity .3s linear;
  -moz-transition: visibility 0s,opacity .3s linear;
  transition: visibility 0s,opacity .3s linear
}
.mobile-popup-selection--auto-height .mps__container {
  height: auto
}
.mobile-popup-selection.active {
  visibility: visible;
  opacity: 1
}
.mobile-popup-selection.active .mobile-popup-selection__container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}
@media (min-width:576px) {
  .mobile-popup-selection.active {
    opacity: 0;
    visibility: hidden
  }
}
.mobile-popup-selection__bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.mobile-popup-selection__container {
  width: 100%;
  min-height: 75vh;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-top-right-radius: 25px;
  -webkit-box-shadow: 0 -2px 20px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 -2px 20px 0 rgba(0,0,0,.5);
  box-shadow: 0 -2px 20px 0 rgba(0,0,0,.5);
  overflow: hidden;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%)
}
.mobile-popup-selection__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff
}
.mobile-popup-selection__content {
  height: 100%;
  position: relative;
  background-color: #f9f9f6
}
.mobile-popup-selection__close {
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 17px;
  z-index: 10;
  color: #804ec7
}
/*# sourceMappingURL=maps/mobile-popup-selection.css.map */

@charset "UTF-8";
.filter-bar .ms-select-all {
  display: none!important
}
.filter-bar__title {
  font-family: BioRhyme;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 2px;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #333
}
@media (min-width:576px) {
  .filter-bar__title {
    margin-top: 36px;
    margin-bottom: 64px
  }
}
.filter-bar__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
.filter-bar__content-top {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff
}
.filter-bar__content-top-title > i {
  color: #804ec7;
  font-style: inherit
}
.filter-bar__content-top-clear {
  position: absolute;
  top: 28px;
  right: 20px;
  color: #804ec7
}
.filter-bar__content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:576px) {
  .filter-bar__content-row {
    padding-right: 40px
  }
}
.filter-bar__content-clear {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
  color: #7345b2
}
.filter-bar__content-clear .clear-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.filter-bar__content-clear span {
  margin-right: 5px
}
@media (min-width:576px) {
  .filter-bar__content-clear {
    top: 5px;
    right: 2%
  }
}
.filter-bar__content-clear-desktop {
  display: none
}
@media (min-width:576px) {
  .filter-bar__content-clear-desktop {
    display: block
  }
}
.filter-bar__content .hide {
  display: none
}
.filter-bar__content-col {
  padding-right: 35px;
  position: relative;
  display: none;
  margin-bottom: 15px
}
@media (min-width:576px) {
  .filter-bar__content-col {
    display: block
  }
}
.filter-bar__content-col-mobile {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f5f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 30px
}
.filter-bar__content-col-mobile-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.filter-bar__content-col-mobile-icon {
  width: 26px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.filter-bar__content-col-mobile-icon span {
  width: 100%;
  height: 2px;
  background: #24292e
}
.filter-bar__content-col-mobile-icon span:nth-child(2) {
  width: 50%
}
.filter-bar__content-col-mobile-icon span:nth-child(3) {
  width: 25%
}
.filter-bar__content-col-mobile-text {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0
}
.filter-bar__content-col-mobile-text > i {
  color: #804ec7;
  font-style: inherit
}
@media (min-width:576px) {
  .filter-bar__content-col-mobile {
    display: none
  }
}
.filter-bar__content-col:first-child::after {
  display: none
}
.filter-bar__content-btn {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.filter-bar__content-btn a {
  display: block;
  padding: 18px 38px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 12px
}
.filter-bar[data-type=filter] .filter-bar__content-btn {
  display: none
}
.filter-bar__content-select {
  padding: 16px 0;
  border-bottom: 1px solid #e8ebed
}
@media (min-width:576px) {
  .filter-bar__content-select {
    width: inherit!important;
    border-bottom: none;
    border-left: none;
    padding: 0
  }
}
.filter-bar__content-select-item {
  margin: 0 20px
}
@media (min-width:576px) {
  .filter-bar__content-select-item {
    margin: 0
  }
}
.filter-bar__content-select.opened::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}
.filter-bar__content-select::before {
  font-family: beautiful-homes!important;
  font-size: 14px;
  speak: never;
  line-height: 1;
  content: "\44";
  position: absolute;
  right: 0;
  top: 25px;
  pointer-events: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
@media (min-width:576px) {
  .filter-bar__content-select::before {
    top: 9px
  }
}
.filter-bar__content-select .ms-choice {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  border: none;
  padding-right: 25px;
  background-color: transparent
}
.filter-bar__content-select .ms-choice .icon-caret {
  display: none
}
.filter-bar__content-select .ms-choice > span {
  position: relative;
  color: #26282b;
  padding-left: 0
}
.filter-bar__content-select .ms-choice > span > i {
  color: #804ec7;
  font-style: inherit
}
.filter-bar__content-select .ms-drop {
  margin-top: 6px;
  background-color: #f9f9f6;
  z-index: 2;
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}
@media (min-width:576px) {
  .filter-bar__content-select .ms-drop {
    position: absolute;
    border: 2px solid #e8ebed;
    background-color: #fff
  }
}
.filter-bar__content-select .ms-drop ul {
  padding: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:576px) {
  .filter-bar__content-select .ms-drop ul {
    display: block;
    padding: 0
  }
}
.filter-bar__content-select .ms-drop li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: 50%
}
@media (min-width:576px) {
  .filter-bar__content-select .ms-drop li {
    width: 100%;
    padding: 0 20px
  }
}
.filter-bar__content-select .ms-drop li:hover {
  background-color: #f4f2ed
}
.filter-bar__content-select .ms-drop li.selected label {
  color: #804ec7
}
.filter-bar__content-select .ms-drop li.selected label::after {
  border: 2px solid #804ec7
}
.filter-bar__content-select .ms-drop li label {
  padding: 16px 15px 16px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  position: relative;
  cursor: pointer
}
@media (min-width:576px) {
  .filter-bar__content-select .ms-drop li label {
    padding: 16px 40px 16px 0
  }
}
.filter-bar__content-select .ms-drop li label input[type=checkbox] {
  visibility: hidden;
  width: 0;
  height: 0
}
.filter-bar__content-select .ms-drop li label input[type=radio] {
  visibility: hidden;
  width: 0;
  height: 0
}
.filter-bar__content-select .ms-drop li label::before {
  content: '✓';
  position: absolute;
  left: 5px;
  opacity: 0;
  font-size: 14px
}
@media (min-width:576px) {
  .filter-bar__content-select .ms-drop li label::before {
    left: inherit;
    right: 5px
  }
}
.filter-bar__content-select .ms-drop li label::after {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #24292e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
@media (min-width:576px) {
  .filter-bar__content-select .ms-drop li label::after {
    left: inherit;
    right: 0
  }
}
.filter-bar__content-select .ms-drop li.selected label::before {
  opacity: 1
}
.filter-bar__content-select-apply {
  width: 100%;
  height: 90px;
  background: #f4f2ed;
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.filter-bar__content-select-apply button {
  width: 100%;
  padding: 16px 0;
  margin: 0 20px
}
.filter-bar__tag {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.filter-bar__tag-item {
  margin-right: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #804ec7;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  color: #804ec7
}
.filter-bar__tag-item.hide {
  display: none
}
.filter-bar__tag-item .item-text {
  padding: 10px 35px 10px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer
}
.filter-bar__tag-item .item-close {
  width: 12px;
  height: 12px;
  font-size: 8px;
  color: #804ec7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  cursor: pointer
}
.filter-bar__tag-item .item-close::after,
.filter-bar__tag-item .item-close::before {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 12px;
  width: 1px;
  background-color: #804ec7
}
.filter-bar__tag-item .item-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
.filter-bar__tag-item .item-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.filter-bar__tag-item.active {
  color: #fff
}
.filter-bar__tag-item.active:not(.all) .item-close {
  display: block
}
.filter-bar__tag-item.active:not(.all) .item-text {
  padding: 10px 40px 10px 20px
}
/*# sourceMappingURL=maps/filter-bar.css.map */

.ht-featured-stories {
  padding: 30px 0
}
.ht-featured-stories__cta {
  text-align: center
}
.ht-featured-stories__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:576px) {
  .ht-featured-stories__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
.ht-featured-story__categories {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: -10px
}
.ht-featured-story__categories:after {
  content: ' ';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background: #e8ebed
}
@media (min-width:992px) {
  .ht-featured-story__categories {
    white-space: normal
  }
}
.ht-featured-story__category {
  display: inline-block;
  padding: 10px 0
}
.ht-featured-story__category.active {
  border-bottom: 4px solid #26282b
}
.ht-featured-story__category:not(:last-child) {
  margin-right: 40px
}
@media (min-width:576px) {
  .ht-featured-story__category:not(:last-child) {
    margin-right: 55px
  }
}
.ht-featured-story__category a {
  color: #26282b;
  font-size: 16px;
  line-height: 24px
}
@media (min-width:576px) {
  .ht-featured-story__category a {
    font-size: 18px;
    line-height: 28px
  }
}
.ht-featured-story__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 35px;
  width: 100%
}
.ht-featured-story__list-outer {
  padding: 35px 0
}
@media (min-width:576px) {
  .ht-featured-story__list {
    margin-bottom: 55px
  }
}
.ht-featured-story__item {
  display: none;
  margin-bottom: 30px;
  width: 100%
}
@media (min-width:576px) {
  .ht-featured-story__item {
    margin-bottom: 2%;
    width: 48%
  }
}
@media (min-width:576px) {
  .ht-featured-story__item:nth-child(odd) {
    margin-right: 2%
  }
}
@media (min-width:576px) {
  .products-cta__title {
    font-family: BioRhyme;
    font-size: 36px;
    letter-spacing: .02em;
    line-height: 44px
  }
}
/*# sourceMappingURL=maps/home-tours-featured-stories.css.map */

.our-work-filter .ht-featured-story__item {
  display: block
}
.our-work-filter .ht-featured-stories {
  padding: 0
}
.our-work-filter .featured-story__author {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  margin-bottom: 20px
}
.our-work-filter .featured-story__read {
  display: none
}
@media (min-width:576px) {
  .our-work-filter .featured-story:nth-child(6n+1),
  .our-work-filter .featured-story:nth-child(6n+6) {
    /* margin-bottom: 2%; */
    width: 48%
  }
}
.our-work-filter .featured-story:nth-child(odd) {
  margin-right: 0
}
@media (min-width:576px) {
  .our-work-filter .featured-story:nth-child(odd) {
    margin-right: 2%
  }
}
/*# sourceMappingURL=maps/our-work-filter.css.map */

.popup-carousel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s,opacity .3s linear;
  -o-transition: visibility 0s,opacity .3s linear;
  -moz-transition: visibility 0s,opacity .3s linear;
  transition: visibility 0s,opacity .3s linear
}
.popup-carousel.active {
  visibility: visible;
  opacity: 1
}
.popup-carousel__buttons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px
}
@media (min-width:576px) {
  .popup-carousel__buttons {
    position: absolute;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.popup-carousel__buttons-nav {
  background-color: #fdfeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #26282b;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px!important;
  width: 64px;
  z-index: 2;
  background-color: #fff
}
.popup-carousel__buttons-nav.disabled {
  border-color: #9ea4aa;
  color: #9ea4aa;
  cursor: not-allowed
}
.popup-carousel__buttons-nav [class^=icon] {
  margin-top: 0
}
.popup-carousel__buttons-nav [class^=icon]::before {
  font-size: 24px
}
.popup-carousel__buttons-nav span {
  font-size: 12px
}
.popup-carousel__buttons-nav.prev {
  margin-right: 15px
}
@media (min-width:576px) {
  .popup-carousel__buttons-nav.prev {
    margin-left: -30px
  }
}
@media (min-width:576px) {
  .popup-carousel__buttons-nav.next {
    margin-right: -30px
  }
}
.popup-carousel__buttons-nav.disabled {
  opacity: .6
}
.popup-carousel__bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .9;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.popup-carousel__container {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (min-width:992px) {
  .popup-carousel__container {
    width: 780px
  }
}
@media (min-width:1441px) {
  .popup-carousel__container {
    width: 980px
  }
}
.popup-carousel__content {
  width: 100%;
  position: relative
}
@media (min-width:992px) {
  .popup-carousel__content {
    width: 780px
  }
}
@media (min-width:1441px) {
  .popup-carousel__content {
    width: 980px
  }
}
.popup-carousel__content img {
  width: 100%
}
.popup-carousel__close {
  font-size: 20px;
  position: relative;
  z-index: 10;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  padding: 16px 32px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  margin-bottom: 20px;
  line-height: 18px
}
.popup-carousel__close p {
  margin-left: 10px
}
/*# sourceMappingURL=maps/popup-carousel.css.map */
@media (max-width:576px) {

  .filter-bar__content-row {

    margin-top: 40px;

  }

}

@media (max-width:576px) {
.filter-bar__content-select .ms-drop {
  overflow: scroll;
  height: 186px;
} 
}
@media (max-width: 1212px){
.filter-bar__title {
    margin-top: 72px;
}
}
@media (max-width:768px){
  .filter-bar__title {
      margin-top: 30px;
  }
}