@charset "UTF-8";

@keyframes showModal {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes showBackdrop {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  width: 100%;
  min-height: 150px
}

.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto
}

.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  box-sizing: border-box;
  min-height: 150px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: 0;
  overflow-y: auto
}

.trumbowyg-editor a {
  text-decoration: underline
}

.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  white-space: normal
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: 0 0;
  opacity: 0 !important;
  margin: 0 !important;
  position: absolute
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: .8;
  background: 0 0
}

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none
}

.trumbowyg-button-pane {
  min-height: 30px;
  margin: 0 -9px 0;
  padding: 0 0 10px;
  list-style-type: none;
  line-height: 10px;
  backface-visibility: hidden
}

.trumbowyg-button-pane .trumbowyg-button-group {
  display: inline-block;
  vertical-align: middle
}

.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: transparent
}

.trumbowyg-button-pane button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 30px;
  margin: 0 4px;
  overflow: hidden;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border-radius: 4px;
  transition: background-color 150ms, opacity 150ms
}

.trumbowyg-button-pane button:first-child {
  margin-left: 0
}

.trumbowyg-button-pane button.trumbowyg-textual-button {
  width: auto;
  line-height: 35px
}

.trumbowyg-button-pane button.trumbowyg-active {
  background-color: #e2e2e2;
  outline: 0
}

.trumbowyg-button-pane .trumbowyg-open-dropdown:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  right: 0;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #555
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
  padding-left: 10px !important;
  padding-right: 18px !important
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button:after {
  top: 17px;
  right: 7px
}

.trumbowyg-button-pane .trumbowyg-right {
  margin-left: auto
}

.trumbowyg-button-pane .trumbowyg-right::before {
  display: none !important
}

.trumbowyg-dropdown {
  width: 340px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 5px;
  background: #fff;
  margin: 0 10px 0 0;
  z-index: 999
}

.trumbowyg-dropdown button {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  background: #fff;
  padding: 0 10px;
  color: #333;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  transition: all 150ms
}

.trumbowyg-dropdown button:focus,
.trumbowyg-dropdown button:hover {
  background: #ecf0f1
}

.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, .5);
  width: 100%;
  left: 0;
  display: none;
  z-index: 10
}

.trumbowyg-button-group button:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/assets/img/trumbowyg_bodasTools.png?2);
  background-repeat: no-repeat
}

@media (min-resolution:2dppx),
not all,
not all,
(-webkit-min-device-pixel-ratio:2) {
  .trumbowyg-button-group button:before {
    background-image: url(/assets/img/trumbowyg_bodasTools@2x.png?2);
    background-size: 30px auto
  }
}

.trumbowyg-italic-button:before {
  background-position: 0 -30px
}

.trumbowyg-insertLinkBodas-button:before,
.trumbowyg-insertLinkSidebarBodas-button:before {
  background-position: 0 -60px
}

.trumbowyg-insertImageBodas-button:before {
  background-position: 0 -90px
}

.trumbowyg-insertVideoBodas-button:before {
  background-position: 0 -120px
}

.trumbowyg-insertEmojiBodas-button:before {
  background-position: 0 -150px
}

.trumbowyg-unlink-button:before {
  background-position: 0 -180px
}

.trumbowyg-unorderedList-button:before {
  background-position: 0 -210px
}

.trumbowyg-orderedList-button:before {
  background-position: 0 -240px
}

.trumbowyg-undo-button:before {
  background-position: 0 -270px
}

.trumbowyg-redo-button:before {
  background-position: 0 -300px
}

.trumbowyg-insertGifBodas-button:before {
  background-position: 0 -330px
}

.trumbowyg-justifyLeft-button:before {
  background-position: 0 -358px
}

.trumbowyg-justifyRight-button:before {
  background-position: 0 -385px
}

.trumbowyg-justifyCenter-button:before {
  background-position: 0 -412px
}

.vendor-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding-top: 66.54%
}

.vendor-slider:after {
  content: "";
  display: block;
  clear: both
}

.vendor-slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.vendor-slider-images {
  width: 200%
}

.vendor-slider-images img {
  float: left;
  width: calc(100% / 2)
}

.vendor-slider-thumb {
  max-width: 284px
}

.vendor-slider-thumb .ribbon:before {
  margin: 0;
  display: block
}

.gallery-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
  box-sizing: border-box;
  z-index: 10
}

.mgall-prev {
  left: 0
}

.mgall-next {
  right: 0
}

.vendorVideos .swiper-slide.embedded iframe,
.vendorVideos .swiper-slide.embedded object,
.vendorVideos .swiper-slide.embedded video {
  width: 800px;
  height: 450px
}

.directory-list--galleryControlsVisible .listItem__imageCounter {
  visibility: visible
}

.directory-list--galleryControlsVisible .gallery-nav {
  padding: 10px
}

.box-emp {
  border-color: #d1d1d1;
  margin-bottom: 30px
}

.box-emp .header {
  box-shadow: inset 0 1px 0 0 #fff;
  background: #f0f0f0
}

.box-emp .header.related {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  background: #726a71
}

.box-emp .header.related p {
  color: #fff;
  text-shadow: none
}

.box-emp .header.unrelated {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  background: #f76c6f
}

.box-emp .header.unrelated p {
  color: #fff;
  text-shadow: none
}

.box-emp .header .widget-title {
  font-weight: 600;
  padding: 15px 20px;
  text-shadow: 1px 1px 0 #fff
}

.box-emp .mapaEmpresa {
  overflow: hidden
}

.box-vendors-related li {
  margin: 0
}

.box-vendors-related li:last-child div {
  border-bottom: none
}

.box-vendors-related li div {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 10px;
  padding: 5px 0
}

.box-vendors-related li div a {
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  width: 80%;
  font-size: 14px;
  line-height: 21px
}

.box-vendors-related li div a:hover {
  color: #f76c6f
}

.box-vendors-related li div a.link {
  color: #f76c6f
}

.box-vendors-related li div span {
  font-size: 14px;
  line-height: 21px;
  float: right
}

.box-vendors-related li.last div {
  border: none
}

.dualAvailabilityCalendar {
  text-align: center
}

.dualAvailabilityCalendar__header {
  padding: 20px;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9
}

.dualAvailabilityCalendar__header .icon {
  padding: 10px;
  margin: 10px;
  cursor: pointer
}

.dualAvailabilityCalendar__content .modelCalendar {
  display: inline-block;
  padding: 14px
}

.dualAvailabilityCalendar__content .modelCalendar:nth-child(1) {
  border-right: 1px solid #d9d9d9
}

.dualAvailabilityCalendar__content .modelCalendar:nth-child(1) .modelCalendar__arrow[data-add="1"] {
  display: none
}

.dualAvailabilityCalendar__content .modelCalendar:nth-child(1) .modelCalendar__arrow[data-add="-1"] {
  position: absolute;
  top: 5px;
  left: 0
}

.dualAvailabilityCalendar__content .modelCalendar:nth-child(2) .modelCalendar__arrow[data-add="-1"] {
  display: none
}

.dualAvailabilityCalendar__content .modelCalendar:nth-child(2) .modelCalendar__arrow[data-add="1"] {
  position: absolute;
  top: 5px;
  right: 0
}

.dualAvailabilityCalendar__content .modelCalendar__day {
  color: #f76c6f
}

.dualAvailabilityCalendar__content .modelCalendar__day.unavailable {
  color: #d9d9d9;
  cursor: default
}

.dualAvailabilityCalendar__content .modelCalendar__day.selected {
  background: radial-gradient(#f76c6f 50%, #fff 55%);
  color: #fff
}

.availability-cal-leyend {
  text-align: center
}

.availability-cal-leyend__item {
  display: inline-block;
  padding: 12px
}

.availability-cal-leyend__item:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #f76c6f;
  display: block;
  float: left;
  margin-right: 5px;
  border-radius: 5px
}

.availability-cal-leyend__item.notAvailable:before {
  background: #d9d9d9
}

.map-container {
  position: relative;
  margin-top: 20px
}

.map-overlay-static {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
  background: #6a6c72;
  width: 305px;
  text-align: center;
  color: #fff;
  border-radius: 3px
}

.map-overlay-static .map-overlay-header {
  padding: 15px 10px;
  text-transform: uppercase
}

.map-overlay-static .map-overlay-body {
  padding: 15px 15px 25px
}

.map-overlay-static .map-overlay-title {
  font-size: 18px;
  line-height: 26px;
  color: #fff
}

.map-overlay-static .map-overlay-rating {
  margin: 10px 0 15px
}

.map-overlay-content {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 2px;
  width: 250px;
  position: relative
}

.map-overlay-content .directory-list-map-item-thumb {
  margin: 10px
}

.map-overlay-content .map-overlay-title {
  color: #000;
  font-weight: 600
}

.map-overlay-content .map-overlay-body {
  padding: 0 10px 10px;
  position: relative
}

.map-overlay-content .map-overlay-body:after,
.map-overlay-content .map-overlay-body:before {
  content: "";
  border-width: 10px;
  position: absolute;
  border-style: solid;
  left: 45%
}

.map-overlay-content .map-overlay-body:before {
  border-color: #d9d9d9 transparent transparent transparent;
  bottom: -21px
}

.map-overlay-content .map-overlay-body:after {
  border-color: #fff transparent transparent;
  bottom: -20px
}

.map-overlay-rating span {
  vertical-align: middle
}

.map-overlay-rating-title {
  display: block
}

.map-overlay-tags {
  margin: 10px 0 5px
}

.map-overlay-storefront {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10px
}

.map-overlay-close {
  position: absolute;
  right: -17px;
  top: 10px;
  background: #fff;
  padding: 3px 5px 3px 3px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 16px;
  color: #6a6c72;
  border: 1px solid #d9d9d9;
  border-left: 0
}

.map-overlay-close:before {
  content: "×"
}

.storefrontAddresses__item {
  margin-bottom: 20px
}

.storefrontAddresses__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px
}

.storefrontAddresses__icon {
  height: 21px;
  margin: 0 8px 0 0
}

.storefrontAddresses__show {
  margin-left: 5px;
  display: inline-block;
  cursor: pointer
}

.mapOverlay {
  background: #fff;
  border-radius: 2px;
  width: 200px;
  padding: 10px;
  position: relative
}

.mapOverlay:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent;
  bottom: -20px;
  left: 50%;
  position: absolute
}

.mapOverlay--storefront {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10px
}

.mapOverlay__caption {
  position: absolute;
  margin: 5px;
  bottom: 0;
  left: 0;
  right: 0
}

.mapOverlay__captionTag {
  font-size: 14px;
  line-height: 21px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 5px;
  margin-right: 5px
}

.mapOverlay__captionTag:last-child {
  margin-right: 0
}

.mapOverlay__captionIcon {
  margin-right: 3px;
  vertical-align: sub
}

.mapOverlay__captionIcon svg {
  fill: #fff
}

.mapOverlay__save {
  top: 0;
  right: 0;
  position: absolute
}

.mapOverlay__figure {
  margin-bottom: 8px;
  border-radius: 2px;
  overflow: hidden;
  position: relative
}

.mapOverlay__noImage {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding-top: 66.54929577%;
  display: block
}

.mapOverlay__noImage:after {
  content: "";
  display: block;
  clear: both
}

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

.mapOverlay__img {
  width: 200px;
  height: 130px;
  object-fit: cover;
  display: block
}

.mapOverlay__title {
  color: #222;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 3px
}

.mapOverlay__sector {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  display: block
}

.mapOverlay__promotionTag {
  top: 7px;
  left: 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #ff9f40;
  display: block;
  position: absolute
}

.mapOverlay__promotions {
  font-size: 14px;
  line-height: 21px;
  color: #ff9f40;
  margin-bottom: 5px;
  display: block
}

.mapOverlay__promotionsIcon {
  vertical-align: sub;
  margin-right: 5px;
  height: 15px;
  width: 15px
}

.mapOverlay__promotionsIcon svg {
  fill: #ff9f40
}

.mapOverlay .btn-flat {
  padding: 5px 8px
}

.customSeoTextCostGuide {
  color: #222;
  padding: 25px 15px;
  margin-top: 15px
}

.customSeoTextCostGuide:last-child {
  color: #6c6c6c
}

.customSeoTextCostGuide h2,
.customSeoTextCostGuide h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 20px
}

.customSeoTextCostGuide div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between
}

.customSeoTextCostGuide div div {
  width: 24%;
  display: block;
  margin-bottom: 25px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 5px
}

.customSeoTextCostGuide div div p {
  margin-bottom: 0
}

.customSeoTextCostGuide div div p:first-child {
  color: #6c6c6c
}

.customSeoTextCostGuide div div p:last-child {
  font-size: 18px;
  color: #222
}

.customSeoTextCostGuide p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  line-height: 28px
}

.customSeoTextCostGuide a {
  color: #f76c6f;
  text-decoration: none;
  cursor: pointer;
  margin: 2px 0 0
}

.customSeoText {
  color: #222;
  padding: 25px 15px;
  border-top: 1px solid #d9d9d9
}

.customSeoText h2,
.customSeoText h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 20px
}

.customSeoText p,
.customSeoText ul {
  font-size: 16px;
  line-height: 24px
}

.customSeoText a {
  color: #f76c6f;
  text-decoration: none;
  cursor: pointer;
  margin: 2px 0 0
}

.customSeoText__cols {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  text-align: left;
  margin-top: 30px
}

.customSeoText__cols h2,
.customSeoText__cols h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 25px
}

.customSeoText__cols h2:first-child,
.customSeoText__cols h3:first-child {
  margin-top: 0
}

.customSeoText--noCols {
  padding-bottom: 0
}

.customSeoText--noCols h2,
.customSeoText--noCols h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 25px
}

.customSeoText--noCols h2:first-child,
.customSeoText--noCols h3:first-child {
  margin-top: 0
}

.customSeoText--noBorder {
  border-top: 0
}

.customSeoFaqs__title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 400
}

.customSeoFaqs a {
  color: #000;
  text-decoration: none
}

.customSeoFaqs ul {
  list-style-type: disc;
  margin-left: 30px;
  margin-top: 10px
}

.customSeoFaqs .toggle-open .customSeoFaqs__title {
  font-weight: 600
}

.accordion+.customSeoText {
  border-top: none
}

.customSeoFaqsCatalog {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0;
  position: relative
}

.customSeoFaqsCatalog__title {
  background: #f8f8f8;
  padding: 20px
}

.customSeoFaqsCatalog .accordion__item {
  border-bottom: 1px solid #d9d9d9;
  padding-left: 20px
}

.customSeoFaqsCatalog .accordion__item a {
  text-decoration: underline
}

.customSeoFaqsCatalog .accordion__item:last-child {
  border-bottom: 0
}

.customSeoFaqsCatalog .accordion__content {
  padding-right: 40px
}

.directory-results-bar {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 10px
}

.directory-results-bar .wrapper {
  padding: 0 15px
}

.directory-results-bar-results {
  margin: 10px 15px 0 0;
  flex: none;
  font-size: inherit;
  font-weight: inherit
}

.directorySearch__tag {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  padding: 4px 10px 4px 15px;
  cursor: pointer;
  margin: 3px 0
}

.directorySearch__tag:hover {
  color: #f76c6f;
  border-color: #f76c6f
}

.directorySearch__tag:hover .directorySearch__close svg {
  fill: #f76c6f
}

.directorySearch__label {
  display: inline-block;
  vertical-align: middle
}

.directorySearch__close {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  position: relative;
  top: 1px
}

.directorySearch__close svg {
  fill: #e2e2e2
}

.directorySearch__clear {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin: 0 0 0 7px;
  cursor: pointer
}

.directorySearch__clear:hover {
  color: #f76c6f
}

.directorySearch__resultTotal {
  font-size: 14px;
  margin: 0 10px 0 0
}

.filtersBar~.directorySearch {
  flex-basis: 100%
}

.filtersBar~.directorySearch .directorySearch__label {
  font-size: 14px
}

.filtersBar~.directorySearch .directorySearch__tag {
  padding: 0 10px 0 15px
}

.filtersBar~.directorySearch .directorySearch__tag--disabled {
  display: inline-block;
  vertical-align: middle;
  color: #bbb;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  padding: 0 10px 0 15px;
  margin: 3px 0
}

.filtersBar~.directorySearch .directorySearch__tag--disabled .directorySearch__close {
  display: none
}

.directory-view-mode-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 35px
}

.directory-view-mode li {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8c8c8c;
  border-right: 1px solid #d9d9d9;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer
}

.directory-view-mode li:hover {
  color: #000;
  cursor: pointer
}

.directory-view-mode li:hover .vendors-list-view-icon svg {
  fill: #000
}

.directory-view-mode li:last-child {
  border-right: 0;
  padding: 0 0 0 5px
}

.directory-view-mode li .vendors-list-view-icon {
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  position: relative;
  top: 3px
}

.directory-view-mode li .vendors-list-view-icon svg {
  fill: #8c8c8c
}

.directory-view-mode li .active {
  color: #000;
  font-weight: 600;
  cursor: default
}

.directory-view-mode li .active .vendors-list-view-icon svg {
  fill: #000
}

.directory-view-mode a {
  color: #000
}

.directory-structure {
  margin-top: 10px
}

.directory-structure .directory-img-item img {
  height: 100% !important
}

.directory-structure-aside {
  width: 25%;
  float: left
}

.directory-structure-aside img {
  max-width: 100%
}

.directory-structure-content {
  width: 75%;
  float: right
}

.directory-structure .box-vendors-related li div {
  margin: 0 20px 0 0
}

@media only screen and (max-width:1280px) {
  .directory-view-mode li {
    padding: 0 4px
  }

  .directory-view-mode li span {
    font-size: 14px;
    line-height: 21px
  }

  .directory-view-mode li .vendors-list-view-icon {
    margin-right: 1px
  }
}

@media only screen and (max-width:1024px) {
  .directory-view-mode li span {
    font-size: 13px;
    line-height: 19px
  }

  .directory-view-mode li .vendors-list-view-icon {
    height: 14px;
    width: 14px
  }
}

.directory-filtered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}

.directory-box-filters {
  min-height: 358px
}

.vendorsFilters {
  box-sizing: border-box;
  color: #000
}

.vendorsFilters__section {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative
}

.vendorsFilters__title {
  font-size: 18px;
  line-height: 26px
}

.vendorsFilters__appliedCount {
  display: none
}

.vendorsFilters__subtitle {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  margin: 5px 0 10px;
  display: block
}

.vendorsFilters__item {
  margin: 0 0 10px;
  cursor: pointer
}

.vendorsFilters__item:last-child {
  margin-bottom: 0
}

.vendorsFilters__item--selected,
.vendorsFilters__item.selected,
.vendorsFilters__item:hover {
  font-weight: 600
}

.vendorsFilters__item--selected .vendorsFilters__count,
.vendorsFilters__item.selected .vendorsFilters__count,
.vendorsFilters__item:hover .vendorsFilters__count {
  font-weight: 400
}

.vendorsFilters__item--region {
  margin: 0
}

.vendorsFilters__item--noResults {
  font-weight: 400 !important
}

.vendorsFilters__itemsRegion {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 0 0 10px;
  margin: -6px 0 10px
}

.vendorsFilters__item[style="display: none;"]+.vendorsFilters__itemsRegion {
  margin: 0
}

.vendorsFilters__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  cursor: pointer
}

.vendorsFilters__label--large {
  max-width: 85%
}

.vendorsFilters__count {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  margin-top: 3px;
  margin-right: 15px
}

.vendorsFilters__toggleUp {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer
}

.vendorsFilters__toggleUp svg {
  fill: #8c8c8c
}

.vendorsFilters .toggleActive .vendorsFilters__toggleUp {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.vendorsFilters__options {
  margin-top: 20px
}

.vendorsFilters__options--scroll {
  max-height: 230px;
  overflow-y: auto !important;
  -webkit-overflow-scroll: touch;
  padding: 10px 0 15px 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAMAAAB70KeTAAAADFBMVEX29vb7+/v////y8vIBesvrAAAAEklEQVR4AWNggkJGJIgAzDAIAAIvAB5vqnzBAAAAAElFTkSuQmCC) repeat-x left bottom;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin-bottom: 10px
}

.vendorsFilters__options--nearInput {
  border-top: 0;
  border-radius: 0 0 3px 3px
}

.vendorsFilters__showAll {
  color: #f76c6f;
  font-weight: 600;
  display: block;
  margin-top: 15px;
  cursor: pointer
}

.vendorsFilters__badge {
  vertical-align: -4px;
  width: 34px;
  height: 20px
}

.vendorsFilters--bar {
  flex: none
}

.vendorsFilters--bar .vendorsFilters__title {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  outline: 0;
  padding: 8px 16px;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-weight: 600;
  border: 2px solid #f76c6f;
  color: #f76c6f;
  border-radius: 24px;
  margin-left: 4px;
  line-height: normal
}

.vendorsFilters--bar .vendorsFilters__appliedCount {
  display: inline;
  font-weight: 400
}

.vendorsFilters--bar .vendorsFilters__section {
  display: inline-block;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0
}

.vendorsFilters--bar .vendorsFilters__section:first-child .vendorsFilters__title {
  margin-left: 0
}

.vendorsFilters--bar .vendorsFilters__section--applied .vendorsFilters__title,
.vendorsFilters--bar .vendorsFilters__section--open .vendorsFilters__title,
.vendorsFilters--bar .vendorsFilters__section:hover .vendorsFilters__title {
  background-color: #f76c6f;
  color: #fff
}

.vendorsFilters--bar .vendorsFilters__section--open .vendorsFilters__optionContainer {
  display: block
}

.vendorsFilters--bar .vendorsFilters__options--scroll {
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAMAAAB70KeTAAAADFBMVEX29vb7+/v////y8vIBesvrAAAAEklEQVR4AWNggkJGJIgAzDAIAAIvAB5vqnzBAAAAAElFTkSuQmCC) repeat-x left bottom;
  border: 0;
  margin-bottom: 0;
  margin-top: 0
}

.vendorsFilters--bar .vendorsFilters__options--scroll .vendorsFilters__count {
  margin-right: 15px
}

.vendorsFilters--bar .vendorsFilters__optionContainer {
  position: absolute;
  top: 54px;
  left: 4px;
  z-index: 1000;
  max-height: 330px;
  min-width: 150px;
  overflow-y: auto !important;
  -webkit-overflow-scroll: touch;
  padding: 15px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  display: none
}

.vendorsFilters--bar .vendorsFilters__optionContainer .btnFlat {
  width: 100%
}

.vendorsFilters--bar .vendorsFilters__count {
  margin-left: 50px;
  margin-right: 0
}

.vendorsFilters--bar .svgIcon:not(.show) {
  display: none
}

.vendorsFilters--bar .vendorFilterSearch {
  margin: 10px 0
}

.vendorsFilters--bar .app-directory-filter-subtitle {
  display: none
}

.vendorFilterSearch {
  position: relative;
  margin-top: 20px
}

.vendorFilterSearch__input {
  border: 1px solid #d9d9d9;
  padding: 12px 15px;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box
}

.vendorFilterSearch__input:focus {
  outline: 0
}

.vendorFilterSearch__input--nearSelect {
  border-radius: 3px 3px 0 0
}

.vendorFilterSearch__close {
  position: absolute;
  right: 10px;
  top: 14px;
  cursor: pointer
}

.vendorFilterSearch__close svg {
  fill: #d9d9d9
}

.textBoxFilter {
  position: relative;
  margin: 10px 0 22px
}

.textBoxFilter__input {
  border: 1px solid #d9d9d9;
  color: #222;
  padding: 10px 15px 10px 30px;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box
}

.textBoxFilter__close {
  position: absolute;
  right: 10px;
  top: 10px;
  visibility: hidden;
  z-index: 1
}

.textBoxFilter .svgIcon {
  position: absolute;
  left: 7px;
  top: 11px;
  z-index: 1;
  width: 18px;
  height: 18px
}

.textBoxFilter .svgIcon svg {
  fill: #222
}

.textBoxFilter__suggest {
  border: 1px solid #d9d9d9;
  padding: 0;
  margin-top: 11px;
  border-radius: 3px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box
}

.city-filter {
  border-bottom: none
}

.city-filter .filter-search {
  padding: 0 0 10px
}

.city-filter .filter-search input {
  font-size: 16px;
  line-height: 24px
}

.filtersBar {
  min-height: 40px;
  margin-bottom: 5px;
  flex-basis: 100%;
  display: flex
}

.filtersBar__prefix {
  font-size: 18px;
  line-height: 40px;
  margin-right: 8px;
  font-weight: 600
}

.filtersBar.directory-box-filters {
  min-height: 0
}

.directory-list {
  padding-left: 35px
}

.directory-list-banner {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  background: #f8f8f8
}

.directory-list-banner-image {
  width: 90px;
  height: 90px
}

.directory-list-banner-image--centered-u-1-5 {
  margin-left: 5%
}

.directory-list-banner-image--centered-u-1-7 {
  margin-left: 5%;
  margin-top: 5%
}

.directory-list-banner-title {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: none
}

.directory-list-banner-body {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin-bottom: 5px
}

.directory-list-banner-link {
  color: #f76c6f;
  text-transform: none
}

.directory-list-banner-close {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #8c8c8c;
  cursor: pointer
}

.directory-list-item {
  border-bottom: 1px solid #d9d9d9;
  padding: 25px 0
}

.directory-list-item:first-child {
  padding-top: 0
}

.directory-list-item.firstbasic {
  border-top: 10px solid #d9d9d9
}

.directoryNearby {
  padding-top: 20px;
  margin-top: 15px;
  text-align: center
}

.directoryNearby__title {
  display: block;
  margin-bottom: 15px
}

.directoryNearby--separator {
  border-top: 1px solid #d9d9d9
}

.box-vendors-images-item,
.directory-list-item {
  position: relative
}

.box-vendors-images-item .btn-fav,
.directory-list-item .btn-fav {
  position: absolute
}

.box-vendors-images-item .btn-fav {
  top: 5px;
  right: 5px
}

.directory-list-item .btn-fav {
  top: -8px;
  right: 0
}

.listing-caption {
  position: absolute;
  bottom: 6px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 6px;
  z-index: 1
}

.listing-caption-count {
  color: #fff
}

.listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.listItem__caption {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 3px;
  padding: 0 4px 4px;
  float: left
}

.listItem__captionIcon {
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
  margin-right: 2px
}

.listItem__captionIcon svg {
  fill: #fff
}

.listItem__imageCounter {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 3px;
  visibility: hidden;
  padding: 7px 6px 5px;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 9
}

.listItem .vendor-slider,
.listItem .vendor-slider-thumb {
  position: relative
}

.listItem .vendor-slider-thumb:hover .listItem__imageCounter,
.listItem .vendor-slider:hover .listItem__imageCounter {
  visibility: visible
}

.listItem__features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  padding-right: 5px
}

.listItem__featuresName {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  font-weight: 400;
  display: block
}

.listItem__featuresIcon {
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
  margin-right: 1px
}

.listItem__featuresIcon svg {
  fill: #000
}

.listItem__featuresIcon .item-stars {
  margin-right: 0
}

.listItem__featuresUnit {
  display: inline-block;
  position: relative;
  margin-right: 20px
}

.listItem__featuresUnit sub {
  font-size: 11px;
  line-height: 16px;
  color: #8c8c8c;
  position: absolute;
  left: 23px;
  bottom: -16px;
  vertical-align: middle
}

.listItem__calendar {
  color: #48964d;
  position: relative
}

.listItem__button {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0
}

.listItem__discount {
  font-size: 14px;
  line-height: 21px;
  color: #ff9f40;
  display: block;
  text-align: center;
  word-break: break-all;
  margin: 2px 0 -20px;
  line-height: 30px
}

.listItem__discount span {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  display: none
}

@media (min-width:1106px) {
  .listItem__discount span {
    display: block
  }
}

.listItem__discount--center {
  text-align: center
}

.listItem__discount--compact {
  margin: 0
}

.listItem__discount--compact span {
  display: block
}

.listItem__promoIcon {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px
}

.listItem__promoIcon svg {
  fill: #ff9f40
}

.listItem .directory-item-content {
  padding-left: 21px;
  margin-top: -4px;
  position: relative
}

.listItem .directory-item-content .item-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #222;
  display: inline-block;
  padding-right: 40px
}

.listItem .directory-item-content .item-title:hover {
  color: #f76c6f
}

.listItem .directory-item-content .item-title-basic {
  font-size: 15px
}

.listItem .directory-item-content .item-subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin-top: 3px;
  margin-bottom: 3px
}

.listItem .directory-item-content .item-subtitle span {
  display: inline-block;
  vertical-align: top;
  font-weight: 400
}

.listItem .directory-item-content .item-desc {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #6c6c6c;
  margin-bottom: 10px;
  word-break: break-word
}

.listItem .directory-item-content .item-desc span {
  color: #6c6c6c
}

.listItem .directory-item-content .btn:before {
  margin-right: 7px
}

.listItem .item-stars {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px
}

.listItem .item-stars span {
  display: inline-block;
  vertical-align: middle
}

.listItem .item-stars .vendors-reviews-count {
  text-transform: capitalize
}

.vendorListingMatch {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  margin-bottom: 10px;
  padding-right: 40px
}

.vendorListingMatch b {
  color: #222
}

.vendorListingMatch__tag {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  padding: 2px 5px;
  background-color: #e4f4f5;
  text-transform: uppercase;
  margin-right: 5px
}

.vendorListingMatch__name {
  font-weight: 600;
  color: #222
}

.item-promotions-layer-position {
  padding: 70px 5px 5px;
  top: -30px;
  width: 380px;
  z-index: 9999;
  position: absolute
}

.item-promotions-layer-position-thumbs {
  left: 50%;
  transform: translateX(-50%)
}

.item-promotions-layer {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  position: relative;
  text-align: left
}

.item-promotions-layer:after,
.item-promotions-layer:before {
  content: "";
  border-width: 12px;
  border-style: solid;
  position: absolute;
  border-color: transparent;
  left: 10px
}

.item-promotions-layer:before {
  border-bottom-color: #d9d9d9;
  top: -25px
}

.item-promotions-layer:after {
  border-bottom-color: #fff;
  top: -24px
}

.item-promotions-layer-info {
  padding: 15px 20px
}

.item-promotions-layer-footer {
  padding: 10px;
  font-weight: 400;
  background-color: #efefef;
  border-top: 1px solid #d9d9d9;
  text-align: center
}

.item-promotions-layer-footer a {
  color: #888
}

.item-promotions-layer-description,
.item-promotions-layer-info-title,
.item-promotions-layer-promo {
  margin-bottom: 5px
}

.item-promotions-layer-promo {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c8893b
}

.item-promotions-layer-info-title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  display: inline-block
}

.item-promotions-layer-description {
  font-size: 14px;
  line-height: 21px;
  color: #222
}

.item-promotions-layer-position-thumbs .item-promotions-layer:after,
.item-promotions-layer-position-thumbs .item-promotions-layer:before {
  left: 50%;
  transform: translateX(-50%)
}

.item-promotions-layer-position-thumbs .item-promotions-layer:after,
.item-promotions-layer-position-thumbs .item-promotions-layer:before {
  left: 50%;
  transform: translateX(-50%)
}

.directory-related-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 20px
}

.directory-related-title-small {
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 10px
}

.directory-list-images .btn-fav {
  top: 0;
  right: 0;
  position: absolute
}

.directory-list-images-item {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  margin: 0 10px 20px
}

.box-vendors-sol a {
  margin-top: 10px;
  display: block
}

.directory-img-item {
  background: #fff;
  margin: 0 10px 20px;
  border-radius: 3px
}

.directory-img-item__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  min-height: 190px
}

.directory-img-item-content {
  margin-bottom: 10px
}

.directory-img-item-name {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.directory-img-item-location {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin: 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.directory-img-item-vendors {
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box
}

.directory-img-item-separator {
  margin-top: auto
}

.directory-img-item__description {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin-bottom: 0
}

.directory-img-item__feature {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  margin: 0 10px 10px 0
}

.directory-img-item__feature:last-child {
  margin-right: 0
}

.directory-img-item__feature--guests {
  font-weight: 600
}

.directory-img-item__feature-double {
  width: 100%
}

.directory-img-item__featureTitle {
  font-size: 13px;
  line-height: 19px;
  color: #6c6c6c;
  display: block
}

.directory-img-item__promo {
  height: 25px;
  margin-bottom: 5px
}

.directory-img-item__info {
  height: 50px;
  margin-top: 10px
}

.directory-img-item__tag {
  position: absolute;
  bottom: 10px;
  right: 10px
}

.directory-img-item__promoTitle {
  font-size: 14px;
  line-height: 21px;
  color: #ff9f40;
  display: inline-block;
  margin-right: 5px
}

.directory-img-item .listItem__featuresUnit {
  width: 50%;
  float: left
}

.directory-img-item .vendor-slider {
  border-radius: 3px;
  overflow: hidden
}

.directory-img-item .btn-primary {
  margin-bottom: 0
}

.directory-img-item-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding-top: 66.54%;
  display: block
}

.directory-img-item-image:after {
  content: "";
  display: block;
  clear: both
}

.directory-img-item-image .imagePlaceholderFallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block
}

.directory-img-item--box {
  border: 1px solid #d9d9d9
}

.directory-img-item--box .vendor-slider {
  border-radius: 0
}

.directoryVendorCard {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  border: none
}

.directoryVendorCard__image.vendor-slider-content {
  border-radius: 8px 8px 0 0
}

.directoryVendorCard__wrapper {
  min-height: 165px
}

@media only screen and (max-width:1024px) {
  .directoryVendorCard__wrapper {
    min-height: 180px
  }
}

.directoryVendorCard__promo {
  height: auto;
  margin-bottom: 0
}

.directoryVendorCard__promo .directory-img-item__promoTitle {
  color: #000;
  font-weight: 600
}

.directoryVendorCard__promo svg {
  fill: #000
}

.directoryVendorCard__promo--discount {
  font-weight: 600;
  color: #fabb00
}

.directoryVendorCard__info {
  margin-top: 0
}

.directoryVendorCard__info .directory-img-item__feature {
  margin-bottom: 0
}

.directoryVendorCard__info--price {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 3px
}

.directoryVendorCard__info--price .svgIcon {
  margin-right: 5px
}

.directoryVendorCard__location {
  margin-top: 0;
  margin-bottom: 5px
}

.directoryVendorCard__locationText {
  display: block;
  margin-top: 3px
}

.directoryVendorCard__rating {
  display: inline-block
}

.directoryVendorCard__rating--icon svg {
  fill: #fabb00
}

.directoryVendorCard__rating span {
  color: #222
}

@media only screen and (max-width:1024px) {
  .directoryVendorCard__button a {
    font-size: 14px
  }
}

.directory-img-item-location .item-stars {
  display: inline;
  margin-left: 0
}

.directory-img-item-location .item-stars span {
  text-transform: capitalize
}

.directory-img-item-btn {
  font-size: 14px;
  line-height: 21px;
  color: #f76c6f;
  font-weight: 600;
  border-top: 1px solid #d9d9d9;
  padding: 15px;
  text-align: center;
  display: block
}

.directory-img-item-btn:hover {
  background: #f8f8f8
}

.diretory-img-landings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  padding: 0 10px 40px;
  border-radius: 3px;
  box-sizing: border-box;
  height: 100%
}

.diretory-img-landings-icon {
  position: absolute;
  bottom: 13px;
  box-sizing: border-box;
  margin: 0 5px;
  z-index: 1;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 3px;
  padding: 4px
}

.diretory-img-landings-icon .svgIcon {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  vertical-align: sub
}

.diretory-img-landings-icon .svgIcon svg {
  fill: #fff
}

.directory-list-map-item-thumb {
  background: #efefef;
  overflow: hidden;
  position: relative
}

.directory-list-map-item-thumb img {
  width: calc(100%/2);
  height: 135px;
  display: block;
  float: left
}

.directory-list-map-item-thumb .directory-list-map-item-slider {
  width: 200% !important
}

.directory-list-map-item-thumb .vendor-gallery {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%
}

.directory-list-map-item-thumb .maps-overlay-save {
  position: absolute;
  top: 0;
  right: 0
}

.directory-heading {
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-width: 950px;
  margin-bottom: 45px;
  position: relative
}

.directory-heading:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0
}

.directory-heading--center {
  background-position: center center
}

.directory-title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  margin: 10px 0
}

.directory-pretitle {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600
}

.directory-heading-desc {
  font-size: 16px;
  line-height: 24px;
  margin: 0 40px 15px
}

.directory-heading-content {
  padding: 15px 0;
  color: #fff;
  position: relative
}

.directory-heading-content__landing {
  padding: 15px 0 50px;
  background-color: initial
}

.directory-heading-search-content {
  padding: 5px 0
}

.directory-heading-search-content .wrapper {
  padding: 0
}

.featured-sector figure {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
  line-height: 0
}

.featured-sector figure img {
  width: 100px
}

.featured-sector h1 {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px
}

.directoryLanding__header {
  max-width: 1200px;
  min-width: 950px;
  margin: 0 auto;
  padding: 30px 15px 10px;
  display: block;
  position: relative
}

.nearbyVendors {
  padding-bottom: 15px;
  margin-bottom: 20px
}

.nearbyVendors__title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px
}

.nearbyVendors__item {
  border-bottom: 1px solid #d9d9d9;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer
}

.nearbyVendors__item:last-child {
  margin-bottom: 0
}

.nearbyVendors__itemContent {
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0
}

.nearbyVendors__itemImg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 65px;
  height: 65px;
  border-radius: 3px;
  margin: 3px 15px 0 0;
  object-fit: cover
}

.nearbyVendors__itemDescription {
  width: 75%;
  margin-top: -3px
}

.nearbyVendors__itemTitle {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 600;
  display: block
}

.nearbyVendors__itemBtn {
  color: #f76c6f;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: 2px
}

.nearbyVendors .vendors-reviews-count {
  color: #8c8c8c;
  text-transform: capitalize
}

.directory-empty {
  margin-bottom: 40px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  text-align: center
}

.directory-empty-content {
  padding: 51px 100px 35px;
  color: #d7d7d7
}

.directory-empty-content .svgIcon__zeroResult {
  width: 110px;
  height: 110px
}

.directory-empty-content .svgIcon__zeroResult svg {
  fill: #d7d7d7
}

.directory-empty-image-text {
  font-weight: 600;
  font-size: 62px;
  margin-top: 13px;
  clear: both;
  display: block
}

.directory-empty-title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #8c8c8c;
  margin: 42px 0 0;
  display: block
}

.directory-empty-description {
  color: #6c6c6c;
  margin: 0
}

.directory-empty-description a {
  color: #6c6c6c;
  text-decoration: underline
}

.directory-empty-footer {
  border-top: 1px solid #d9d9d9;
  padding: 25px 0;
  margin: 0 38px;
  text-align: left
}

.directory-empty-list {
  margin: 0
}

.directory-empty-list li {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 22px 15px;
  list-style: none
}

.directory-empty-list li:before {
  content: "•";
  color: #f76c6f;
  display: inline-block;
  width: 1em;
  margin-left: -1em
}

.directory-empty-list-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #8c8c8c
}

.directory-empty-attributeFiltersSelected {
  border-bottom: 1px solid #dcdcdc
}

.directory-empty-shrink .svgIcon__zeroResult {
  width: 54px;
  height: 54px
}

.directory-empty-shrink .directory-empty-image-text {
  font-size: 26px
}

.directory-empty-shrink .directory-empty-content {
  padding: 25px 100px 15px
}

.directory-empty-shrink .directory-empty-title {
  margin: 16px 0 0;
  font-size: 18px
}

.vendorRelated {
  margin: 0 10px 20px
}

.vendorRelated__image {
  border-radius: 3px;
  overflow: hidden;
  position: relative
}

.vendorRelated__image img {
  display: block
}

.vendorRelated__caption {
  position: absolute;
  bottom: 6px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 6px;
  color: #fff
}

.vendorRelated__counter {
  margin-right: 5px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 3px;
  padding: 4px
}

.vendorRelated__content {
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box
}

.vendorRelated__name {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.vendorRelated__location {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin-bottom: 5px
}

.vendorRelated__description {
  font-size: 14px;
  line-height: 21px;
  margin: 5px 0 0
}

.btnOutline--thickRounded {
  border-width: 2px;
  border-radius: 20px;
  margin-left: 14px;
  line-height: normal;
  height: 40px
}

.btnFlat--fullWidth {
  display: block;
  width: 100%
}

.hideawayFiltersOverlay {
  background-color: rgba(0, 0, 0, .3);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12
}

.hideawayFilters {
  width: 340px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -380px;
  padding: 30px 20px 90px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 1001
}

.hideawayFilters__buttonsPlaceholder {
  height: 100px
}

.hideawayFilters__buttonsContainer {
  position: fixed;
  bottom: 0;
  width: 340px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff
}

.mapHybridHeader {
  background-color: #fff;
  padding-top: 10px;
  position: sticky;
  top: 0;
  z-index: 11
}

.mapHybridHeader__resultsBar {
  padding-bottom: 10px
}

.mapHybridHeader__filterButton {
  min-width: 18%
}

.hybridViewWrapper {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0
}

.hybridViewWrapper__directoryContent {
  width: 100%
}

.hybridViewWrapper__listWrapper {
  float: left;
  padding-top: 10px;
  width: 50%;
  padding-bottom: 300px
}

.hybridViewWrapper__listWrapper.list--mapview {
  margin-right: 30px;
  padding-top: 0
}

.hybridViewWrapper__listWrapper.list--mapview .hybridViewWrapper__listItem {
  padding-right: 0
}

.hybridViewWrapper__listWrapper.list--mapview .hybridViewWrapper__list {
  margin-top: 0
}

.hybridViewWrapper__listWrapper.tiled--mapview .directory-list {
  padding-left: 0
}

.hybridViewWrapper__listWrapper.tiled--mapview .app-vendor-item-list {
  display: flex;
  flex-wrap: wrap
}

.hybridViewWrapper__listWrapper.tiled--mapview .directory-list-images {
  max-width: 100%;
  flex-grow: 1
}

.hybridViewWrapper__listWrapper.tiled--mapview .directory-img-item__features {
  height: 25px
}

.hybridViewWrapper__listWrapper.tiled--mapview .directory-img-item__wrapper {
  min-height: 140px
}

.hybridViewWrapper__listWrapper.tiled--mapview .listItem__featuresUnit {
  margin-right: 0
}

.hybridViewWrapper__listWrapper.tiled--mapview .listItem__button a {
  stroke: #f76c6f;
  background: 0 0;
  color: #f76c6f
}

.hybridViewWrapper__listWrapper.tiled--mapview .listItem__button a:hover {
  color: #fff;
  background: #f76c6f
}

.hybridViewWrapper__list {
  padding-left: 0 !important;
  margin-top: 22px
}

.hybridViewWrapper__list .directory__no-results-text {
  padding-top: 30px
}

.hybridViewWrapper__listItem {
  padding-left: 10px;
  padding-right: 10px
}

.hybridViewWrapper__listItem:first-child {
  padding-top: 25px
}

.hybridViewWrapper .pagination__page {
  user-select: none
}

.hybridViewWrapper .pagination__page--next,
.hybridViewWrapper .pagination__page--prev {
  padding-left: 10px;
  padding-right: 10px
}

.hybridViewWrapper .mapview-item--highlighted .directory-img-item {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .3)
}

.hybridViewWrapper__mapWrapper {
  float: right;
  position: sticky;
  top: 105px;
  width: 47%
}

.hybridViewWrapper__mapWrapper.list--mapview {
  width: 44%;
  top: 100px
}

.hybridViewWrapper__mapWrapper #map {
  width: 100%;
  height: 88vh;
  border: 0
}

.hybridViewWrapper__mapWrapper #map .map__btnContainer {
  user-select: none;
  opacity: .8;
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 10px;
  border-radius: 3px;
  border: 2px solid #fff;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px
}

.hybridViewWrapper__mapWrapper #map .map__btnContainer .map__btn {
  color: #191919;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block
}

.hybridViewWrapper__mapWrapper #map .map__btnContainer .map__btn:nth-child(even) {
  border-left: 2px solid #eee
}

.hybridViewWrapper__mapWrapper #map .map__btnContainer .map__btn--disabled {
  color: #eee
}

.hybridViewWrapper__mapWrapper #map .map__btnContainer .map__btn--active {
  background-color: #90eE90FF
}

.hybridViewWrapper__mapWrapper #map .map__regionMarker {
  font-size: 14px;
  line-height: 21px;
  width: 50px;
  height: 50px;
  background-color: rgba(224, 118, 100, .7);
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  margin-left: -50%;
  margin-top: -50%;
  cursor: pointer
}

.hybridViewWrapper__mapWrapper #map .map__regionMarker--hover {
  width: 60px;
  height: 60px;
  line-height: 60px
}

.hybridViewWrapper__mapWrapper #map .tooltip.tooltip--markerlabel {
  margin-top: -110px;
  margin-left: -50%;
  visibility: hidden
}

.costWeddingBlock {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px
}

.costWeddingBlock__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 5px
}

.costWeddingBlock__item .svgIcon {
  width: 28px;
  height: 28px;
  margin-bottom: 5px
}

.costWeddingBlock__highlighted {
  font-size: 22pxpx;
  line-height: 35.59674778pxpx;
  font-weight: 600
}

.charts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.charts__preTitle {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block
}

.charts__preTitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 10px;
  background-color: #fef4f1;
  z-index: -1
}

.lineChart {
  width: 70%;
  border-right: 1px solid #d9d9d9;
  margin-right: 30px;
  padding-right: 30px
}

.lineChart__canvasContainer {
  min-height: 350px
}

.lineChart__canvasContainer canvas {
  height: 100%
}

.barsChart {
  width: 30%
}

.barsChart__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%
}

.barsChart__titleList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  margin-right: 20px;
  text-transform: uppercase
}

.barsChart__progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  width: 100%
}

.barsChart__progress li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.barsChart__bar {
  display: block;
  border-radius: 17px;
  background-color: #c4d8f8;
  height: 15px
}

.barsChart__count {
  margin-left: 10px
}

.bannerSector {
  position: relative;
  margin: 30px 0 10px 0
}

@media only screen and (max-width:1280px) {
  .bannerSector {
    margin: 25px 0
  }
}

.bannerSector__wrapper {
  display: flex;
  flex-flow: row nowrap
}

.bannerSector__boxText {
  width: 50%;
  padding: 50px 45px;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px
}

.bannerSector__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  position: relative;
  padding-bottom: 15px
}

.bannerSector__title:after {
  content: "";
  position: absolute;
  width: 64px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #000
}

.bannerSector__text {
  font-size: 18px;
  line-height: 26px;
  color: #6c6c6c;
  padding: 20px 0
}

.bannerSector__image {
  width: 50%
}

.bannerSector__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 4px 4px 0
}

.bannerSector--rtl .bannerSector__boxText {
  border-radius: 0 4px 4px 0
}

.bannerSector--rtl .bannerSector__image img {
  border-radius: 4px 0 0 4px
}

.bannerSector--rtl .bannerSector__wrapper {
  flex-direction: row-reverse
}

.cross-multi-hero {
  margin: 10px 0;
  text-align: center
}

.cross-multi-hero__title {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 40%;
  margin: 0 auto
}

.cross-multi-hero__title span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  background: #f9f0ed;
  color: #222;
  text-transform: initial;
  margin: 10px 0 15px;
  padding: 0 20px;
  display: block
}

.cross-multi-alert {
  font-size: 18px;
  line-height: 26px;
  color: #48964d;
  margin: 15px 0 30px;
  text-align: center
}

.cross-multi-cta-claim {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 25px
}

.cross-multi-cta {
  margin-bottom: 20px;
  text-align: center
}

.cross-multi-cta-claim span {
  border-bottom: 2px solid #d9d9d9;
  position: relative
}

.cross-multi-cta-claim span:after {
  content: "";
  width: 47px;
  height: 42px;
  background: url(/assets/img/directory/arrow_underline.png) no-repeat;
  background-size: 47px;
  position: absolute;
  right: 50%;
  bottom: -50px
}

.cross-multi-cta p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0
}

.cross-related-search {
  width: 100%
}

.cross-related-search .cross-related-search-item {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c
}

.cross-related-search .cross-related-search-item a {
  font-size: 14px;
  line-height: 21px;
  margin-right: 5px
}

@media screen and (max-width:985px) {
  .cross-multi-cta-claim {
    font-size: 16px !important
  }
}

.promo-print-modal {
  background: #f8f8f8
}

.promo-print {
  background: #f8f8f8
}

.promo-print-wrapper {
  width: 800px;
  margin: 0 auto
}

.promo-print-header {
  margin-bottom: 20px
}

.promo-print-header-logo {
  width: 200px
}

.promo-print-title {
  color: #404040;
  margin: 10px 0 0;
  text-align: right
}

.promo-print-box {
  margin: 0 0 20px;
  border-radius: 3px;
  background: #fff
}

.promo-print-box:last-of-type {
  margin: 0
}

.promo-print-box img {
  display: block
}

.promo-print-box .title {
  font-size: 24px;
  line-height: 34px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif
}

.promo-print-box .subtitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0
}

.promo-print-box-footer {
  border-top: 1px solid #d9d9d9;
  padding: 15px 20px;
  margin: 0
}

.promo-print-box-footer p {
  margin: 0;
  color: #404040
}

.promo-print-tag {
  font-size: 14px;
  line-height: 21px;
  color: #ff9f40;
  text-transform: uppercase;
  background: url(/assets/img/vendors/sprite-promos.svg) no-repeat scroll 6px 2px transparent;
  text-align: center;
  width: 105px;
  height: 30px;
  padding-top: 62px;
  display: block
}

.promo-print-tag.tag-descuento {
  background-position: 6px -97px
}

.promo-print-tag.tag-oferta {
  background-position: 6px -194px
}

.promo-print-tag.tag-especial {
  background-position: 6px -292px;
  color: #f7a54d
}

.promo-print-tag.tag-black-friday {
  font-size: 11px;
  line-height: 16px;
  line-height: 20px;
  color: #000;
  background-position: 6px -392px
}

@media print {
  .noprint {
    display: none !important
  }

  .promo-print-box {
    border: 1px solid #d9d9d9
  }

  .promo-print-full {
    width: 100%
  }
}

#app-busc-filters,
#app-header {
  min-height: 97px
}

.directory-heading-promos {
  background-image: url(/assets/img/directory/headings/bg_directory-hero-promos.jpg);
  margin-bottom: 0
}

.directory-heading-promos-bf-eu {
  background-image: url(/assets/img/directory/headings/bg_directory-hero-promos-bf-eu.jpg) !important;
  margin-bottom: 0
}

.directory-heading-promos-bf-mx {
  background-image: url(/assets/img/directory/headings/bg_directory-hero-promos-bf-mx.jpg) !important;
  margin-bottom: 0
}

.directory-heading-promos .directory-heading-content {
  padding: 45px 0
}

.directory-promo-title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 25px
}

.listing-promo-nav {
  text-align: center
}

.listing-promo-header {
  border-bottom: 1px solid #d9d9d9
}

.listing-promo-header .wrapper {
  padding: 0
}

.listing-promo-nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px
}

@media only screen and (max-width:1160px) {
  .listing-promo-nav li {
    margin: 0 10px
  }
}

.listing-promo-nav a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-align: center;
  padding: 20px 0 15px;
  border-bottom: 2px solid transparent
}

.listing-promo-nav a.current,
.listing-promo-nav a:hover {
  border-color: #f76c6f;
  cursor: pointer
}

.listing-promo-nav .icon-vendor {
  display: block;
  margin: 0 auto 10px;
  width: 30px;
  height: 30px
}

.listing-promo-nav .count {
  display: inline-block;
  margin-left: 5px
}

.listing-promo-list-header {
  text-align: center;
  margin: 20px 0 40px
}

.listing-promo-list-header h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.listing-promo-list-subheader {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 20px 0
}

.vendorPromoCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 10px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff
}

.vendorPromoCard__cover {
  position: relative;
  border-radius: 3px 3px 0 0;
  background-color: #6a6c72;
  max-height: 150px
}

.vendorPromoCard__cover .img-zoom {
  height: 100%
}

.vendorPromoCard__cover img {
  width: 100%;
  display: block
}

.vendorPromoCard__content {
  padding: 20px 15px 15px;
  flex: 1 1 auto;
  text-align: left
}

.vendorPromoCard__title {
  font-size: 18px;
  line-height: 26px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 5px
}

.vendorPromoCard__description {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0
}

.vendorPromoCard__address {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.vendorPromoCard__footer {
  padding: 10px 15px;
  border-top: 1px solid #d9d9d9;
  text-align: left
}

.vendorPromoCard__date {
  color: #8c8c8c;
  margin-top: 3px;
  width: 75%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.vendorPromoCard__detail {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.vendorPromoCard__detail strong {
  display: block
}

.vendorPromoCard--top {
  box-shadow: 0 50px 50px rgba(0, 0, 0, .11)
}

.vendorPromoCard--top .vendorPromoCard__footer {
  background-color: #f76c6f;
  border-top-color: #f76c6f;
  color: #fff
}

.vendorPromoCard--top .vendorPromoCard__address {
  color: #fff
}

@media only screen and (max-width:1120px) {
  .vendorPromoCard__cover {
    max-height: 135px
  }
}

@media only screen and (max-width:1024px) {
  .vendorPromoCard__cover {
    max-height: 125px
  }
}

.title-promo {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8c8c8c
}

.title-promo.promo-exclusive {
  color: #ec8a36
}

.footer-bg-grey {
  background-color: #f8f8f8
}

.vendor-promo-badge {
  position: absolute;
  right: 10px;
  bottom: -20px;
  border-radius: 50%;
  background: #fff;
  padding: 5px
}

.vendor-promo-badge.promo-badge-exclusive {
  background-color: #ec8a36;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center
}

.couponModal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px
}

.couponModal__colTicket {
  width: 40%;
  max-width: 300px
}

.couponModal__colContent {
  width: 60%
}

.couponTicket {
  margin-right: 40px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
  border-radius: 15px
}

.couponTicket__image {
  width: 100%;
  height: 135px;
  border-radius: 15px 15px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.couponTicket__content {
  padding: 20px
}

.couponTicket__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600
}

.couponTicket__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin-bottom: 5px
}

.couponTicket__detail .svgIcon svg {
  fill: #6c6c6c;
  width: 16px
}

.couponTicket__footer {
  border-top: 1px dashed #d9d9d9;
  position: relative;
  padding: 30px 20px 20px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center
}

.couponTicket__footer--orange {
  color: #ff9f40
}

.couponTicket__footer:after,
.couponTicket__footer:before {
  height: 26px;
  width: 23px;
  content: "";
  position: absolute;
  top: -13px;
  border-radius: 50%;
  background: #fff
}

.couponTicket__footer:before {
  right: -10px;
  box-shadow: 2px 0 2px inset rgba(0, 0, 0, .15)
}

.couponTicket__footer:after {
  left: -10px;
  box-shadow: inset 2px 0 2px rgba(0, 0, 0, .15);
  transform: scale(-1, 1)
}

.couponModalContent h2,
.couponModalContent__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.couponModalContent__subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin-bottom: 20px
}

.listingOwner {
  margin-bottom: 10px
}

.listingOwner:first-of-type {
  padding-top: 20px
}

.listingOwner:last-child {
  border-bottom: 0
}

.listingOwner__img {
  border-radius: 50%
}

.listingOwner__name {
  font-size: 18px;
  line-height: 29.12461182px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0
}

.listingOwner__role {
  font-size: 16px;
  line-height: 25.88854384px;
  color: #8c8c8c
}

.listingOwner__bio ol,
.listingOwner__bio ul {
  padding-left: 0
}

.listingOwner__bio--reduced {
  font-size: 14px;
  line-height: 21px
}

.listingOwner__description {
  margin-bottom: 25px;
  padding-bottom: 10px;
  height: auto;
  max-height: 70px;
  overflow: hidden;
  position: relative
}

.listingOwner__description:after {
  content: "";
  height: 30px;
  width: 100%;
  bottom: 0;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.listingOwner__showHide {
  opacity: 0;
  pointer-events: none;
  transition: all .5s;
  color: #f76c6f;
  padding: 10px 0;
  text-align: right;
  margin-top: -20px;
  position: relative
}

.listingOwner__showHide:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%)
}

.listingOwner__showHide--down {
  position: absolute;
  width: 100%;
  top: 20px
}

.listingOwner__showHideItem {
  padding-left: 10px;
  display: inline;
  background: #fff;
  cursor: pointer
}

.listingOwner__readMore {
  position: relative
}

.listingOwner__readMore .active {
  opacity: 1;
  pointer-events: all;
  transition: all .5s
}

.storefront-owner {
  text-align: center;
  height: 100%
}

.storefront-owner__container {
  display: inline-flex
}

.storefront-owner__container .storefront-owner__name {
  margin: 0
}

.storefront-owner__container__avatar {
  border-radius: 50%;
  border: 1px solid #dcdcdc
}

.storefront-owner__content {
  padding: 26px 23px 0
}

.storefront-owner__name {
  font-size: 18px;
  line-height: 29.12461182px;
  color: #000;
  font-weight: 600;
  margin-top: 13px;
  display: block
}

.storefront-owner__role {
  font-size: 16px;
  line-height: 25.88854384px;
  color: #8c8c8c;
  display: block
}

.storefront-owner__bio {
  font-size: 16px;
  line-height: 25.88854384px;
  line-height: 24px;
  margin: 0 0 5px
}

.storefront-owner__bio p {
  margin-bottom: 0
}

.storefront-owner__slider {
  width: 150px
}

.storefront-owner__avatar {
  margin: 0 auto
}

.storefront-owner__avatar img {
  border-radius: 50%;
  border: 1px solid #dcdcdc
}

.storefront-owner__avatar.size-avatar-big {
  max-height: 120px
}

.storefront-owner__avatar.size-avatar-big img {
  height: 120px;
  width: 100%;
  object-fit: cover
}

.storefrontPromos__related {
  display: flex;
  flex-direction: column
}

.storefrontPromos__item {
  display: inline-flex;
  padding: 20px
}

.storefrontPromos__figure__container {
  position: relative
}

.storefrontPromos__figure__img {
  width: 194px;
  height: 147px;
  object-fit: cover;
  border-radius: 3px;
  position: relative
}

.storefrontPromos__figure__badge {
  position: absolute;
  top: -12px;
  left: -12px;
  border-radius: 50%;
  background: #fff;
  padding: 5px
}

.storefrontPromos__figure__badge--exclusive {
  background-color: #ee9174;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center
}

.storefrontPromos__content {
  margin-left: 20px
}

.storefrontPromos__content__category {
  font-size: 14px;
  line-height: 22.65247586px;
  color: #8c8c8c;
  text-transform: uppercase
}

.storefrontPromos__content__category--exclusive {
  color: #ee9174
}

.storefrontPromos__content__title {
  font-size: 18px;
  line-height: 29.12461182px;
  font-weight: 600
}

.storefrontPromos__date {
  font-size: 14px;
  line-height: 22.65247586px;
  color: #8c8c8c;
  margin-top: 10px;
  width: 75%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.etm-new-flag {
  display: inline-block;
  width: 42px;
  height: 20px;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #48964d;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-align: center
}

.formBox {
  background-color: #e9f6f8;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 30px
}

.formBox--submitted {
  background-color: transparent
}

.formBox--submitted .formBox__leadRange {
  font-size: 42px
}

.formBox__content {
  width: 400px;
  margin: auto
}

.formBox__heading {
  margin-bottom: 30px
}

.formBox__inputBox {
  position: relative
}

.formBox__submittedSpend {
  font-weight: 300;
  font-size: 42px;
  line-height: 56px;
  height: 56px
}

.formBox__inputDollar {
  display: none;
  position: absolute;
  left: 34px;
  top: 17px;
  font-size: 20px
}

.formBox__budgetInput {
  width: 150px;
  line-height: 50px;
  font-size: 32px;
  text-align: center;
  font-weight: 100;
  -moz-appearance: textfield
}

.formBox__budgetInput::-webkit-inner-spin-button,
.formBox__budgetInput::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.formBox__budgetInput::placeholder {
  font-size: 24px
}

.formBox__leadRange {
  font-size: 32px;
  line-height: 56px;
  height: 56px;
  font-weight: 300
}

.formBox__leadInfoTooltip {
  color: #6c6c6c
}

.formContainer__btnSubmit {
  width: 220px;
  height: 56px;
  font-size: 18px
}

.formContainer__btnSubmit--submitted {
  visibility: hidden
}

.leadDisclaimer {
  display: none
}

.landingContent--Desktop .budgetHeading {
  padding-left: 110px;
  padding-right: 110px
}

.landingContent--Mobile .formBox {
  padding: 10px 30px
}

.landingContent--Mobile .formBox__content {
  width: auto;
  margin: auto
}

.landingContent--Mobile .formBox__heading {
  margin-bottom: 20px
}

.landingContent--Mobile .formBox__leads {
  margin-bottom: 15px
}

.landingContent--Mobile .formBox__inputBox {
  display: inline-block
}

.landingContent--Mobile .formBox__spend {
  padding-bottom: 15px;
  margin-bottom: 15px
}

.landingContent--Mobile .formBox__spendLabel {
  padding-top: 10px
}

.landingContent--Mobile .formBox__inputDollar {
  left: 10px;
  top: 14px
}

.landingContent--Mobile .formBox__budgetInput {
  width: 180px;
  line-height: normal;
  border: 1px solid #ccc
}

.landingContent--Mobile .formBox--submitted .formBox__spendLabel {
  padding-top: 0
}

.landingContent--Mobile .leadDisclaimer {
  display: block;
  font-size: 14px
}

.landingContent--Mobile .formContainer__btnSubmit {
  margin-bottom: 30px
}

.landingContent--Mobile .formContainer__btnSubmit--submitted {
  display: none
}

.lds-ellipsis {
  top: 8px;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 20px
}

.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d9d9d9;
  animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(0)
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(19px, 0)
  }
}

.icon-vendor:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(/build/img/icons/icon-vendor-sadd7b7a716.png?v=symfnw-FR48-1-20230412-022_www_m_);
  background-repeat: no-repeat;
  margin-top: -1px;
  -webkit-print-color-adjust: exact
}

.icon-vendor-3d-tours-icon:before {
  background-position: -28px -677px;
  height: 28px;
  width: 28px
}

.icon-vendor-admin-menu-account-white:before {
  background-position: -70px -205px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-account:before {
  background-position: 0 -1052px;
  height: 33px;
  width: 33px
}

.icon-vendor-admin-menu-enquiries-white:before {
  background-position: 0 -268px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-enquiries:before {
  background-position: -20px -245px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-home-white:before {
  background-position: -64px -94px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-home:before {
  background-position: 0 -245px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-reviews-white:before {
  background-position: -49px -225px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-reviews:before {
  background-position: -20px -268px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-storefront-white:before {
  background-position: -69px -225px;
  height: 20px;
  width: 20px
}

.icon-vendor-admin-menu-storefront:before {
  background-position: -68px -74px;
  height: 20px;
  width: 20px
}

.icon-vendor-banquet:before {
  background-position: -60px -961px;
  height: 30px;
  width: 30px
}

.icon-vendor-bill:before {
  background-position: -35px -1087px;
  height: 30px;
  width: 30px
}

.icon-vendor-call:before {
  background-position: -72px -132px;
  height: 18px;
  width: 18px
}

.icon-vendor-camera-white:before {
  background-position: -14px -49px;
  height: 15px;
  width: 15px
}

.icon-vendor-camera:before {
  background-position: -30px -991px;
  height: 30px;
  width: 30px
}

.icon-vendor-card-americanexpress:before {
  background-position: 0 -225px;
  height: 16px;
  width: 24px
}

.icon-vendor-card-discover:before {
  background-position: -44px -74px;
  height: 16px;
  width: 24px
}

.icon-vendor-card-mastercard:before {
  background-position: -42px -49px;
  height: 16px;
  width: 24px
}

.icon-vendor-card-visa:before {
  background-position: -66px -49px;
  height: 16px;
  width: 24px
}

.icon-vendor-card:before {
  background-position: -26px 0;
  height: 13px;
  width: 18px
}

.icon-vendor-cat-cutlery:before {
  background-position: 0 -1122px;
  height: 53px;
  width: 92px
}

.icon-vendor-check-green:before {
  background-position: -63px -268px;
  height: 23px;
  width: 23px
}

.icon-vendor-check-grey:before {
  background-position: -40px -268px;
  height: 23px;
  width: 23px
}

.icon-vendor-check-medium-grey:before {
  background-position: -36px -19px;
  height: 14px;
  width: 14px
}

.icon-vendor-check-red:before {
  background-position: -72px -186px;
  height: 19px;
  width: 19px
}

.icon-vendor-checkbox:before {
  background-position: -24px -19px;
  height: 12px;
  width: 12px
}

.icon-vendor-clip:before {
  background-position: -60px -991px;
  height: 30px;
  width: 30px
}

.icon-vendor-clock-small:before {
  background-position: 0 0;
  height: 12px;
  width: 12px
}

.icon-vendor-count-pic:before {
  background-position: -18px -132px;
  height: 18px;
  width: 18px
}

.icon-vendor-count-video:before {
  background-position: 0 -132px;
  height: 18px;
  width: 18px
}

.icon-vendor-document:before {
  background-position: 0 -1021px;
  height: 30px;
  width: 30px
}

.icon-vendor-envelope-red:before {
  background-position: 0 -205px;
  height: 16px;
  width: 16px
}

.icon-vendor-faq-accesories:before {
  background-position: -28px -705px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-bed:before {
  background-position: -56px -817px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-box:before {
  background-position: 0 -845px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-bus:before {
  background-position: -28px -873px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-cal:before {
  background-position: -56px -873px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-camera:before {
  background-position: 0 -931px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-car:before {
  background-position: 0 -593px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-carpa:before {
  background-position: -56px -845px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-catering:before {
  background-position: -28px -845px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-ceremony:before {
  background-position: 0 -873px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-certificate:before {
  background-position: -28px -817px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-chairs:before {
  background-position: -56px -789px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-check:before {
  background-position: -28px -789px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-clock:before {
  background-position: 0 -789px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-complement:before {
  background-position: 0 -817px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-courier:before {
  background-position: -56px -761px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-designer:before {
  background-position: -28px -761px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-direction:before {
  background-position: -28px -733px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-dj:before {
  background-position: 0 -733px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-dress:before {
  background-position: -56px -705px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-drive:before {
  background-position: -56px -677px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-flowers:before {
  background-position: 0 -677px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-globe:before {
  background-position: 0 -705px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-guests:before {
  background-position: -28px -649px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-home:before {
  background-position: -56px -621px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-invite:before {
  background-position: -28px -621px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-laptop:before {
  background-position: 0 -649px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-list:before {
  background-position: -28px -565px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-location:before {
  background-position: 0 -565px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-makeup:before {
  background-position: 0 -901px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-male:before {
  background-position: -56px -537px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-micro:before {
  background-position: -28px -537px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-music:before {
  background-position: -56px -509px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-party:before {
  background-position: -28px -509px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-pax-small:before {
  background-position: -12px -94px;
  height: 16px;
  width: 16px
}

.icon-vendor-faq-pax:before {
  background-position: 0 -509px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-price-small:before {
  background-position: -28px -74px;
  height: 16px;
  width: 16px
}

.icon-vendor-faq-price:before {
  background-position: 0 -537px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-real:before {
  background-position: -56px -481px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-rent:before {
  background-position: -28px -481px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-rings:before {
  background-position: -56px -453px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-smiley:before {
  background-position: -28px -453px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-speaker:before {
  background-position: 0 -453px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-suitcase:before {
  background-position: 0 -481px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-tag:before {
  background-position: -56px -425px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-team:before {
  background-position: -28px -425px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-truck:before {
  background-position: -56px -397px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-type:before {
  background-position: -55px -369px;
  height: 28px;
  width: 28px
}

.icon-vendor-faq-video:before {
  background-position: 0 -397px;
  height: 28px;
  width: 28px
}

.icon-vendor-form-check:before {
  background-position: 0 -49px;
  height: 11px;
  width: 14px
}

.icon-vendor-fullscreen:before {
  background-position: 0 -425px;
  height: 28px;
  width: 28px
}

.icon-vendor-handshake-red:before {
  background-position: -24px -225px;
  height: 17px;
  width: 25px
}

.icon-vendor-info-circle:before {
  background-position: -30px -1021px;
  height: 31px;
  width: 31px
}

.icon-vendor-location-s:before {
  background-position: 0 -94px;
  height: 12px;
  width: 12px
}

.icon-vendor-logout:before {
  background-position: -12px 0;
  height: 14px;
  width: 14px
}

.icon-vendor-mail:before {
  background-position: -36px -132px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-3d:before {
  background-position: 0 -114px;
  height: 17px;
  width: 18px
}

.icon-vendor-menu-balloon:before {
  background-position: -28px -94px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-cal:before {
  background-position: -34px -205px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-camera:before {
  background-position: 0 -186px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-cutlery:before {
  background-position: -36px -168px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-event:before {
  background-position: -18px -168px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-faq:before {
  background-position: 0 -150px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-globe:before {
  background-position: -72px -114px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-location:before {
  background-position: -54px -114px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-owners:before {
  background-position: -36px -114px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-play:before {
  background-position: -18px -114px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-profile:before {
  background-position: -46px -94px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-rings:before {
  background-position: 0 -168px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-star:before {
  background-position: -18px -150px;
  height: 18px;
  width: 18px
}

.icon-vendor-menu-tag:before {
  background-position: -54px -186px;
  height: 18px;
  width: 18px
}

.icon-vendor-my-account:before {
  background-position: -12px -74px;
  height: 16px;
  width: 16px
}

.icon-vendor-my-business:before {
  background-position: -25px -341px;
  height: 26px;
  width: 31px
}

.icon-vendor-my-enquiries:before {
  background-position: -40px -245px;
  height: 23px;
  width: 32px
}

.icon-vendor-my-storefront:before {
  background-position: -56px -341px;
  height: 28px;
  width: 33px
}

.icon-vendor-nav-account:before {
  background-position: -56px -565px;
  height: 28px;
  width: 28px
}

.icon-vendor-nav-availability:before {
  background-position: -28px -593px;
  height: 28px;
  width: 28px
}

.icon-vendor-nav-business:before {
  background-position: -56px -593px;
  height: 28px;
  width: 28px
}

.icon-vendor-nav-bw:before {
  background-position: 0 -316px;
  height: 23px;
  width: 18px
}

.icon-vendor-nav-finances:before {
  background-position: 0 -621px;
  height: 28px;
  width: 28px
}

.icon-vendor-nav-fw:before {
  background-position: -72px -245px;
  height: 23px;
  width: 18px
}

.icon-vendor-nav-grid-red:before {
  background-position: -16px -205px;
  height: 18px;
  width: 18px
}

.icon-vendor-nav-grid:before {
  background-position: -36px -186px;
  height: 18px;
  width: 18px
}

.icon-vendor-nav-inbox:before {
  background-position: -56px -649px;
  height: 28px;
  width: 28px
}

.icon-vendor-nav-map-red:before {
  background-position: -18px -186px;
  height: 18px;
  width: 18px
}

.icon-vendor-nav-map:before {
  background-position: -52px -205px;
  height: 18px;
  width: 18px
}

.icon-vendor-nav-next-circle:before {
  background-position: 0 -1087px;
  height: 35px;
  width: 35px
}

.icon-vendor-nav-next:before {
  background-position: -73px -291px;
  height: 25px;
  width: 13px
}

.icon-vendor-nav-prev-circle:before {
  background-position: -33px -1052px;
  height: 35px;
  width: 35px
}

.icon-vendor-nav-prev:before {
  background-position: -29px -49px;
  height: 25px;
  width: 13px
}

.icon-vendor-nav-reviews:before {
  background-position: 0 -761px;
  height: 28px;
  width: 28px
}

.icon-vendor-nav-stack-red:before {
  background-position: -72px -168px;
  height: 18px;
  width: 18px
}

.icon-vendor-nav-stack:before {
  background-position: -54px -168px;
  height: 18px;
  width: 18px
}

.icon-vendor-nav-storefront:before {
  background-position: -56px -733px;
  height: 28px;
  width: 28px
}

.icon-vendor-nophoto:before {
  background-position: -56px -34px;
  height: 15px;
  width: 15px
}

.icon-vendor-pagbrasil-card:before {
  background-position: -72px -150px;
  height: 18px;
  width: 18px
}

.icon-vendor-pagbrasil-dollar:before {
  background-position: -54px -150px;
  height: 18px;
  width: 18px
}

.icon-vendor-pagbrasil-file:before {
  background-position: -36px -150px;
  height: 18px;
  width: 18px
}

.icon-vendor-phone:before {
  background-position: -44px 0;
  height: 19px;
  width: 12px
}

.icon-vendor-profile-cal:before {
  background-position: -76px 0;
  height: 14px;
  width: 14px
}

.icon-vendor-profile-guest:before {
  background-position: -63px -19px;
  height: 15px;
  width: 19px
}

.icon-vendor-promo-all:before {
  background-position: -30px -961px;
  height: 30px;
  width: 30px
}

.icon-vendor-promo-bf-small:before {
  background-position: 0 -291px;
  height: 23px;
  width: 23px
}

.icon-vendor-promo-bf:before {
  background-position: 0 -961px;
  height: 30px;
  width: 30px
}

.icon-vendor-promo-cal:before {
  background-position: -50px -19px;
  height: 14px;
  width: 13px
}

.icon-vendor-promo-check:before {
  background-position: 0 -34px;
  height: 11px;
  width: 16px
}

.icon-vendor-promo-dto:before {
  background-position: -58px -931px;
  height: 30px;
  width: 30px
}

.icon-vendor-promo-exclusive:before {
  background-position: -28px -931px;
  height: 30px;
  width: 30px
}

.icon-vendor-promo-gift:before {
  background-position: -58px -901px;
  height: 30px;
  width: 30px
}

.icon-vendor-promo-offer:before {
  background-position: -28px -901px;
  height: 30px;
  width: 30px
}

.icon-vendor-quote-left-feat:before {
  background-position: -36px -34px;
  height: 14px;
  width: 20px
}

.icon-vendor-quote-left-grey:before {
  background-position: -56px 0;
  height: 14px;
  width: 20px
}

.icon-vendor-quote-right-feat:before {
  background-position: -16px -34px;
  height: 14px;
  width: 20px
}

.icon-vendor-radio:before {
  background-position: -12px -19px;
  height: 12px;
  width: 12px
}

.icon-vendor-reception:before {
  background-position: 0 -991px;
  height: 30px;
  width: 30px
}

.icon-vendor-red-checkbox:before {
  background-position: 0 -19px;
  height: 12px;
  width: 12px
}

.icon-vendor-red-radio:before {
  background-position: 0 -74px;
  height: 12px;
  width: 12px
}

.icon-vendor-review-flexibility:before {
  background-position: -23px -291px;
  height: 25px;
  width: 25px
}

.icon-vendor-review-price:before {
  background-position: -18px -316px;
  height: 25px;
  width: 25px
}

.icon-vendor-review-professional:before {
  background-position: 0 -341px;
  height: 25px;
  width: 25px
}

.icon-vendor-review-responsetime:before {
  background-position: -48px -291px;
  height: 25px;
  width: 25px
}

.icon-vendor-review-satisfaction:before {
  background-position: -43px -316px;
  height: 25px;
  width: 25px
}

.icon-vendor-review-service:before {
  background-position: 0 -369px;
  height: 25px;
  width: 25px
}

.icon-vendor-reviews:before {
  background-position: -25px -369px;
  height: 28px;
  width: 30px
}

.icon-vendor-send:before {
  background-position: -71px -34px;
  height: 15px;
  width: 15px
}

.icon-vendor-tour-white:before {
  background-position: -54px -132px;
  height: 18px;
  width: 18px
}

.icon-vendor-videos-icon:before {
  background-position: -28px -397px;
  height: 28px;
  width: 28px
}

@media (min-resolution:2dppx),
(min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:2 / 1),
(-webkit-min-device-pixel-ratio:2) {
  .icon-vendor:before {
    background-image: url(/build/img/icons/icon-vendor@2x-s4f9319772e.png?v=symfnw-FR48-1-20230412-022_www_m_);
    background-repeat: no-repeat
  }

  .icon-vendor-3d-tours-icon:before {
    background-size: 92px auto;
    background-position: -28px -677px
  }

  .icon-vendor-admin-menu-account-white:before {
    background-size: 92px auto;
    background-position: -70px -205px
  }

  .icon-vendor-admin-menu-account:before {
    background-size: 92px auto;
    background-position: 0 -1052px
  }

  .icon-vendor-admin-menu-enquiries-white:before {
    background-size: 92px auto;
    background-position: 0 -268px
  }

  .icon-vendor-admin-menu-enquiries:before {
    background-size: 92px auto;
    background-position: -20px -245px
  }

  .icon-vendor-admin-menu-home-white:before {
    background-size: 92px auto;
    background-position: -64px -94px
  }

  .icon-vendor-admin-menu-home:before {
    background-size: 92px auto;
    background-position: 0 -245px
  }

  .icon-vendor-admin-menu-reviews-white:before {
    background-size: 92px auto;
    background-position: -49px -225px
  }

  .icon-vendor-admin-menu-reviews:before {
    background-size: 92px auto;
    background-position: -20px -268px
  }

  .icon-vendor-admin-menu-storefront-white:before {
    background-size: 92px auto;
    background-position: -69px -225px
  }

  .icon-vendor-admin-menu-storefront:before {
    background-size: 92px auto;
    background-position: -68px -74px
  }

  .icon-vendor-banquet:before {
    background-size: 92px auto;
    background-position: -60px -961px
  }

  .icon-vendor-bill:before {
    background-size: 92px auto;
    background-position: -35px -1087px
  }

  .icon-vendor-call:before {
    background-size: 92px auto;
    background-position: -72px -132px
  }

  .icon-vendor-camera-white:before {
    background-size: 92px auto;
    background-position: -14px -49px
  }

  .icon-vendor-camera:before {
    background-size: 92px auto;
    background-position: -30px -991px
  }

  .icon-vendor-card-americanexpress:before {
    background-size: 92px auto;
    background-position: 0 -225px
  }

  .icon-vendor-card-discover:before {
    background-size: 92px auto;
    background-position: -44px -74px
  }

  .icon-vendor-card-mastercard:before {
    background-size: 92px auto;
    background-position: -42px -49px
  }

  .icon-vendor-card-visa:before {
    background-size: 92px auto;
    background-position: -66px -49px
  }

  .icon-vendor-card:before {
    background-size: 92px auto;
    background-position: -26px 0
  }

  .icon-vendor-cat-cutlery:before {
    background-size: 92px auto;
    background-position: 0 -1122px
  }

  .icon-vendor-check-green:before {
    background-size: 92px auto;
    background-position: -63px -268px
  }

  .icon-vendor-check-grey:before {
    background-size: 92px auto;
    background-position: -40px -268px
  }

  .icon-vendor-check-medium-grey:before {
    background-size: 92px auto;
    background-position: -36px -19px
  }

  .icon-vendor-check-red:before {
    background-size: 92px auto;
    background-position: -72px -186px
  }

  .icon-vendor-checkbox:before {
    background-size: 92px auto;
    background-position: -24px -19px
  }

  .icon-vendor-clip:before {
    background-size: 92px auto;
    background-position: -60px -991px
  }

  .icon-vendor-clock-small:before {
    background-size: 92px auto;
    background-position: 0 0
  }

  .icon-vendor-count-pic:before {
    background-size: 92px auto;
    background-position: -18px -132px
  }

  .icon-vendor-count-video:before {
    background-size: 92px auto;
    background-position: 0 -132px
  }

  .icon-vendor-document:before {
    background-size: 92px auto;
    background-position: 0 -1021px
  }

  .icon-vendor-envelope-red:before {
    background-size: 92px auto;
    background-position: 0 -205px
  }

  .icon-vendor-faq-accesories:before {
    background-size: 92px auto;
    background-position: -28px -705px
  }

  .icon-vendor-faq-bed:before {
    background-size: 92px auto;
    background-position: -56px -817px
  }

  .icon-vendor-faq-box:before {
    background-size: 92px auto;
    background-position: 0 -845px
  }

  .icon-vendor-faq-bus:before {
    background-size: 92px auto;
    background-position: -28px -873px
  }

  .icon-vendor-faq-cal:before {
    background-size: 92px auto;
    background-position: -56px -873px
  }

  .icon-vendor-faq-camera:before {
    background-size: 92px auto;
    background-position: 0 -931px
  }

  .icon-vendor-faq-car:before {
    background-size: 92px auto;
    background-position: 0 -593px
  }

  .icon-vendor-faq-carpa:before {
    background-size: 92px auto;
    background-position: -56px -845px
  }

  .icon-vendor-faq-catering:before {
    background-size: 92px auto;
    background-position: -28px -845px
  }

  .icon-vendor-faq-ceremony:before {
    background-size: 92px auto;
    background-position: 0 -873px
  }

  .icon-vendor-faq-certificate:before {
    background-size: 92px auto;
    background-position: -28px -817px
  }

  .icon-vendor-faq-chairs:before {
    background-size: 92px auto;
    background-position: -56px -789px
  }

  .icon-vendor-faq-check:before {
    background-size: 92px auto;
    background-position: -28px -789px
  }

  .icon-vendor-faq-clock:before {
    background-size: 92px auto;
    background-position: 0 -789px
  }

  .icon-vendor-faq-complement:before {
    background-size: 92px auto;
    background-position: 0 -817px
  }

  .icon-vendor-faq-courier:before {
    background-size: 92px auto;
    background-position: -56px -761px
  }

  .icon-vendor-faq-designer:before {
    background-size: 92px auto;
    background-position: -28px -761px
  }

  .icon-vendor-faq-direction:before {
    background-size: 92px auto;
    background-position: -28px -733px
  }

  .icon-vendor-faq-dj:before {
    background-size: 92px auto;
    background-position: 0 -733px
  }

  .icon-vendor-faq-dress:before {
    background-size: 92px auto;
    background-position: -56px -705px
  }

  .icon-vendor-faq-drive:before {
    background-size: 92px auto;
    background-position: -56px -677px
  }

  .icon-vendor-faq-flowers:before {
    background-size: 92px auto;
    background-position: 0 -677px
  }

  .icon-vendor-faq-globe:before {
    background-size: 92px auto;
    background-position: 0 -705px
  }

  .icon-vendor-faq-guests:before {
    background-size: 92px auto;
    background-position: -28px -649px
  }

  .icon-vendor-faq-home:before {
    background-size: 92px auto;
    background-position: -56px -621px
  }

  .icon-vendor-faq-invite:before {
    background-size: 92px auto;
    background-position: -28px -621px
  }

  .icon-vendor-faq-laptop:before {
    background-size: 92px auto;
    background-position: 0 -649px
  }

  .icon-vendor-faq-list:before {
    background-size: 92px auto;
    background-position: -28px -565px
  }

  .icon-vendor-faq-location:before {
    background-size: 92px auto;
    background-position: 0 -565px
  }

  .icon-vendor-faq-makeup:before {
    background-size: 92px auto;
    background-position: 0 -901px
  }

  .icon-vendor-faq-male:before {
    background-size: 92px auto;
    background-position: -56px -537px
  }

  .icon-vendor-faq-micro:before {
    background-size: 92px auto;
    background-position: -28px -537px
  }

  .icon-vendor-faq-music:before {
    background-size: 92px auto;
    background-position: -56px -509px
  }

  .icon-vendor-faq-party:before {
    background-size: 92px auto;
    background-position: -28px -509px
  }

  .icon-vendor-faq-pax-small:before {
    background-size: 92px auto;
    background-position: -12px -94px
  }

  .icon-vendor-faq-pax:before {
    background-size: 92px auto;
    background-position: 0 -509px
  }

  .icon-vendor-faq-price-small:before {
    background-size: 92px auto;
    background-position: -28px -74px
  }

  .icon-vendor-faq-price:before {
    background-size: 92px auto;
    background-position: 0 -537px
  }

  .icon-vendor-faq-real:before {
    background-size: 92px auto;
    background-position: -56px -481px
  }

  .icon-vendor-faq-rent:before {
    background-size: 92px auto;
    background-position: -28px -481px
  }

  .icon-vendor-faq-rings:before {
    background-size: 92px auto;
    background-position: -56px -453px
  }

  .icon-vendor-faq-smiley:before {
    background-size: 92px auto;
    background-position: -28px -453px
  }

  .icon-vendor-faq-speaker:before {
    background-size: 92px auto;
    background-position: 0 -453px
  }

  .icon-vendor-faq-suitcase:before {
    background-size: 92px auto;
    background-position: 0 -481px
  }

  .icon-vendor-faq-tag:before {
    background-size: 92px auto;
    background-position: -56px -425px
  }

  .icon-vendor-faq-team:before {
    background-size: 92px auto;
    background-position: -28px -425px
  }

  .icon-vendor-faq-truck:before {
    background-size: 92px auto;
    background-position: -56px -397px
  }

  .icon-vendor-faq-type:before {
    background-size: 92px auto;
    background-position: -55px -369px
  }

  .icon-vendor-faq-video:before {
    background-size: 92px auto;
    background-position: 0 -397px
  }

  .icon-vendor-form-check:before {
    background-size: 92px auto;
    background-position: 0 -49px
  }

  .icon-vendor-fullscreen:before {
    background-size: 92px auto;
    background-position: 0 -425px
  }

  .icon-vendor-handshake-red:before {
    background-size: 92px auto;
    background-position: -24px -225px
  }

  .icon-vendor-info-circle:before {
    background-size: 92px auto;
    background-position: -30px -1021px
  }

  .icon-vendor-location-s:before {
    background-size: 92px auto;
    background-position: 0 -94px
  }

  .icon-vendor-logout:before {
    background-size: 92px auto;
    background-position: -12px 0
  }

  .icon-vendor-mail:before {
    background-size: 92px auto;
    background-position: -36px -132px
  }

  .icon-vendor-menu-3d:before {
    background-size: 92px auto;
    background-position: 0 -114px
  }

  .icon-vendor-menu-balloon:before {
    background-size: 92px auto;
    background-position: -28px -94px
  }

  .icon-vendor-menu-cal:before {
    background-size: 92px auto;
    background-position: -34px -205px
  }

  .icon-vendor-menu-camera:before {
    background-size: 92px auto;
    background-position: 0 -186px
  }

  .icon-vendor-menu-cutlery:before {
    background-size: 92px auto;
    background-position: -36px -168px
  }

  .icon-vendor-menu-event:before {
    background-size: 92px auto;
    background-position: -18px -168px
  }

  .icon-vendor-menu-faq:before {
    background-size: 92px auto;
    background-position: 0 -150px
  }

  .icon-vendor-menu-globe:before {
    background-size: 92px auto;
    background-position: -72px -114px
  }

  .icon-vendor-menu-location:before {
    background-size: 92px auto;
    background-position: -54px -114px
  }

  .icon-vendor-menu-owners:before {
    background-size: 92px auto;
    background-position: -36px -114px
  }

  .icon-vendor-menu-play:before {
    background-size: 92px auto;
    background-position: -18px -114px
  }

  .icon-vendor-menu-profile:before {
    background-size: 92px auto;
    background-position: -46px -94px
  }

  .icon-vendor-menu-rings:before {
    background-size: 92px auto;
    background-position: 0 -168px
  }

  .icon-vendor-menu-star:before {
    background-size: 92px auto;
    background-position: -18px -150px
  }

  .icon-vendor-menu-tag:before {
    background-size: 92px auto;
    background-position: -54px -186px
  }

  .icon-vendor-my-account:before {
    background-size: 92px auto;
    background-position: -12px -74px
  }

  .icon-vendor-my-business:before {
    background-size: 92px auto;
    background-position: -25px -341px
  }

  .icon-vendor-my-enquiries:before {
    background-size: 92px auto;
    background-position: -40px -245px
  }

  .icon-vendor-my-storefront:before {
    background-size: 92px auto;
    background-position: -56px -341px
  }

  .icon-vendor-nav-account:before {
    background-size: 92px auto;
    background-position: -56px -565px
  }

  .icon-vendor-nav-availability:before {
    background-size: 92px auto;
    background-position: -28px -593px
  }

  .icon-vendor-nav-business:before {
    background-size: 92px auto;
    background-position: -56px -593px
  }

  .icon-vendor-nav-bw:before {
    background-size: 92px auto;
    background-position: 0 -316px
  }

  .icon-vendor-nav-finances:before {
    background-size: 92px auto;
    background-position: 0 -621px
  }

  .icon-vendor-nav-fw:before {
    background-size: 92px auto;
    background-position: -72px -245px
  }

  .icon-vendor-nav-grid-red:before {
    background-size: 92px auto;
    background-position: -16px -205px
  }

  .icon-vendor-nav-grid:before {
    background-size: 92px auto;
    background-position: -36px -186px
  }

  .icon-vendor-nav-inbox:before {
    background-size: 92px auto;
    background-position: -56px -649px
  }

  .icon-vendor-nav-map-red:before {
    background-size: 92px auto;
    background-position: -18px -186px
  }

  .icon-vendor-nav-map:before {
    background-size: 92px auto;
    background-position: -52px -205px
  }

  .icon-vendor-nav-next-circle:before {
    background-size: 92px auto;
    background-position: 0 -1087px
  }

  .icon-vendor-nav-next:before {
    background-size: 92px auto;
    background-position: -73px -291px
  }

  .icon-vendor-nav-prev-circle:before {
    background-size: 92px auto;
    background-position: -33px -1052px
  }

  .icon-vendor-nav-prev:before {
    background-size: 92px auto;
    background-position: -29px -49px
  }

  .icon-vendor-nav-reviews:before {
    background-size: 92px auto;
    background-position: 0 -761px
  }

  .icon-vendor-nav-stack-red:before {
    background-size: 92px auto;
    background-position: -72px -168px
  }

  .icon-vendor-nav-stack:before {
    background-size: 92px auto;
    background-position: -54px -168px
  }

  .icon-vendor-nav-storefront:before {
    background-size: 92px auto;
    background-position: -56px -733px
  }

  .icon-vendor-nophoto:before {
    background-size: 92px auto;
    background-position: -56px -34px
  }

  .icon-vendor-pagbrasil-card:before {
    background-size: 92px auto;
    background-position: -72px -150px
  }

  .icon-vendor-pagbrasil-dollar:before {
    background-size: 92px auto;
    background-position: -54px -150px
  }

  .icon-vendor-pagbrasil-file:before {
    background-size: 92px auto;
    background-position: -36px -150px
  }

  .icon-vendor-phone:before {
    background-size: 92px auto;
    background-position: -44px 0
  }

  .icon-vendor-profile-cal:before {
    background-size: 92px auto;
    background-position: -76px 0
  }

  .icon-vendor-profile-guest:before {
    background-size: 92px auto;
    background-position: -63px -19px
  }

  .icon-vendor-promo-all:before {
    background-size: 92px auto;
    background-position: -30px -961px
  }

  .icon-vendor-promo-bf-small:before {
    background-size: 92px auto;
    background-position: 0 -291px
  }

  .icon-vendor-promo-bf:before {
    background-size: 92px auto;
    background-position: 0 -961px
  }

  .icon-vendor-promo-cal:before {
    background-size: 92px auto;
    background-position: -50px -19px
  }

  .icon-vendor-promo-check:before {
    background-size: 92px auto;
    background-position: 0 -34px
  }

  .icon-vendor-promo-dto:before {
    background-size: 92px auto;
    background-position: -58px -931px
  }

  .icon-vendor-promo-exclusive:before {
    background-size: 92px auto;
    background-position: -28px -931px
  }

  .icon-vendor-promo-gift:before {
    background-size: 92px auto;
    background-position: -58px -901px
  }

  .icon-vendor-promo-offer:before {
    background-size: 92px auto;
    background-position: -28px -901px
  }

  .icon-vendor-quote-left-feat:before {
    background-size: 92px auto;
    background-position: -36px -34px
  }

  .icon-vendor-quote-left-grey:before {
    background-size: 92px auto;
    background-position: -56px 0
  }

  .icon-vendor-quote-right-feat:before {
    background-size: 92px auto;
    background-position: -16px -34px
  }

  .icon-vendor-radio:before {
    background-size: 92px auto;
    background-position: -12px -19px
  }

  .icon-vendor-reception:before {
    background-size: 92px auto;
    background-position: 0 -991px
  }

  .icon-vendor-red-checkbox:before {
    background-size: 92px auto;
    background-position: 0 -19px
  }

  .icon-vendor-red-radio:before {
    background-size: 92px auto;
    background-position: 0 -74px
  }

  .icon-vendor-review-flexibility:before {
    background-size: 92px auto;
    background-position: -23px -291px
  }

  .icon-vendor-review-price:before {
    background-size: 92px auto;
    background-position: -18px -316px
  }

  .icon-vendor-review-professional:before {
    background-size: 92px auto;
    background-position: 0 -341px
  }

  .icon-vendor-review-responsetime:before {
    background-size: 92px auto;
    background-position: -48px -291px
  }

  .icon-vendor-review-satisfaction:before {
    background-size: 92px auto;
    background-position: -43px -316px
  }

  .icon-vendor-review-service:before {
    background-size: 92px auto;
    background-position: 0 -369px
  }

  .icon-vendor-reviews:before {
    background-size: 92px auto;
    background-position: -25px -369px
  }

  .icon-vendor-send:before {
    background-size: 92px auto;
    background-position: -71px -34px
  }

  .icon-vendor-tour-white:before {
    background-size: 92px auto;
    background-position: -54px -132px
  }

  .icon-vendor-videos-icon:before {
    background-size: 92px auto;
    background-position: -28px -397px
  }
}

@charset "UTF-8";

@keyframes showModal {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes showBackdrop {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.awards-intro__title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  margin-top: 10px
}

.awards-intro__title sup {
  vertical-align: super;
  font-size: 18px;
  line-height: 26px
}

.awards-intro__content {
  font-size: 18px;
  line-height: 26px;
  color: #6c6c6c
}

.awards-intro__content sup {
  vertical-align: text-top;
  font-size: 14px;
  line-height: 21px
}

.awards-regions {
  border-top: 1px solid #d9d9d9;
  margin: 0 0 10px
}

.awards-regions__header {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center
}

.regions--masonry {
  column-count: 4;
  column-gap: 0
}

.region--masonry {
  break-inside: avoid
}

.region__title {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-weight: 600
}

.region__link {
  display: block;
  padding: 3px 0;
  color: initial
}

.region__link--light {
  font-weight: 300
}

.region__link--primary {
  color: #f76c6f
}

.region__link--chevron:before {
  content: "";
  border-color: transparent transparent transparent #f76c6f;
  border-width: 5px;
  border-style: solid;
  margin-right: 3px;
  width: 0;
  height: 0;
  padding: 0;
  display: inline-block
}

.region__link--chevron:hover {
  color: #f76c6f
}

.awards-winners {
  margin: 0 0 10px
}

.awards-winners__anchor {
  font-size: 16px;
  line-height: 24px;
  line-height: 27px;
  color: initial;
  text-decoration: none
}

.awards-winners__anchor:not(:first-of-type)::before {
  content: "∙";
  margin: 0 8px
}

.awards-winners__header {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #d9d9d9
}

.awards-winners__toggle:not(:first-of-type) {
  border-top: 1px solid #d9d9d9
}

.awards-winners__toggle:active,
.awards-winners__toggle:focus {
  background: #f9f0ed
}

.awards-winners__toggle-target {
  background: #f8f8f8;
  border-top: 1px solid #d9d9d9
}

.awards-winners__toggle-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase
}

.awards-winners__toggle-title small {
  font-size: 11px;
  line-height: 16px;
  color: #8c8c8c;
  display: block;
  text-transform: initial
}

.awards-winners__toggle-title--flexed {
  width: 80%
}

.awards-winners__toggle-caret {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  width: 24px;
  height: 24px
}

.awards-winners__toggle-caret svg {
  vertical-align: middle
}

.awards-winners__toggle-caret--flipped {
  transform: rotate(180deg)
}

.awards-winners__icon {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  margin-top: -1px
}

.awards-winner {
  display: inline-block;
  width: 215px;
  text-align: center;
  background-color: #fff
}

.awards-winner:active,
.awards-winner:focus {
  background: #f9f0ed
}

.awards-winner--bordered {
  border: 1px solid #d9d9d9
}

.awards-winner__image-container--hover-zoom {
  position: relative;
  overflow: hidden;
  line-height: 0
}

.awards-winner__image-container--hover-zoom img {
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}

.awards-winner__image-container--hover-zoom img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.awards-winner__image {
  height: 144.05px;
  width: 215px
}

.awards-winner__content {
  display: block;
  font-size: 16px;
  line-height: 24px
}

.awards-winner__content+.awards-winner__content {
  padding-top: 3px
}

.awards-winner__content--bold {
  font-weight: 600
}

.awards-winner__content--semibold {
  font-weight: 600
}

.awards-winner__content--secondary {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c
}

.awards-winner__content--spaced {
  letter-spacing: 1px
}

.awards-hero__image {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%
}

.awards-hero__image--2009 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2009-hero-bg.jpg)
}

.awards-hero__image--2010 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2010-hero-bg.jpg)
}

.awards-hero__image--2011 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2011-hero-bg.jpg)
}

.awards-hero__image--2012 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2012-hero-bg.jpg)
}

.awards-hero__image--2013 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2013-hero-bg.jpg)
}

.awards-hero__image--2014 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2014-hero-bg.jpg)
}

.awards-hero__image--2015 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2015-hero-bg.jpg)
}

.awards-hero__image--2016 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2016-hero-bg.jpg)
}

.awards-hero__image--2017 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2017-hero-bg.jpg)
}

.awards-hero__image--2018 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2018-hero-bg.jpg)
}

.awards-hero__image--2019 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2019-hero-bg.jpg)
}

.awards-hero__image--2020 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2020-hero-bg.jpg)
}

.awards-hero__image--2021 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2021-hero-bg.jpg)
}

.awards-hero__image--2022 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2022-hero-bg.jpg)
}

.awards-hero__image--2023 {
  height: 250px;
  background-image: url(/assets/img/couples-choice-awards/CCA2023-hero-bg.jpg)
}

.awards-hero__image--2022 {
  background-position: 50% 15%
}

.awards-hero__header {
  height: 250px;
  text-align: center
}

.awards-hero__header--white {
  color: #fff
}

.awards-hero__title--md {
  font-size: 18px;
  line-height: 26px
}

.awards-hero__title--lg {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.awards-hero__title--xl {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700
}

.awards-hero__title--normal {
  font-weight: 400
}

.awards-hero__title--reset {
  font-size: 16px;
  line-height: 24px
}

.awards-previous__hero {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2016-hero.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 0
}

.awards-previous__content {
  padding: 60px 0 80px
}

.awards-previous__content span {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 30px
}

.awards-previous__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 1fr)
}

.awards-previous__item {
  float: left;
  margin: 15px;
  width: 130px
}

.awards-previous__item-link {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 2px 45px;
  color: #fff;
  cursor: pointer;
  background: 0 0;
  position: relative;
  display: block
}

.awards-previous__item-link:hover {
  background-color: #fff;
  color: #222
}

.awards-previous__item-link:focus {
  outline: 0
}

.landing-user-header.wedding-awards-hero .landing-user-breadcrumb {
  margin-bottom: 0
}

.landing-user-header.wedding-awards-hero .landing-user-breadcrumb .wrapper {
  padding-top: 0
}

.landing-user-breadcrumb .wrapper {
  padding-top: 0
}

.wedding-awards-content {
  position: relative
}

.wa-hero-winners-new {
  padding-top: 15px
}

.landing-user-header .wedding-awards-content p {
  margin-bottom: 0
}

.wedding-awards-content {
  padding: 60px 10px
}

.wedding-awards-hero {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-hero.jpg) no-repeat;
  background-size: cover
}

.wedding-awards-hero .wrapper {
  position: relative
}

.wedding-awards-hero.edition-2015 {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2015-hero.jpg) no-repeat;
  background-size: cover
}

.wedding-awards-hero.edition-2015 .wedding-awards-content {
  padding: 70px 10px
}

.wedding-awards-hero.edition-2015 .wedding-awards-content .wedding-awards-content-panel {
  background-color: rgba(255, 255, 255, .8);
  padding: 25px;
  margin: 0 auto
}

.wedding-awards-hero.edition-2015 h1 {
  margin: 5px 0 0
}

.wedding-awards-hero.edition-2015 .wedding-awards-subtitle {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.wedding-awards-hero.edition-2015 p sup {
  vertical-align: super
}

.wedding-awards-hero.edition-2015 img {
  margin-right: 30px
}

.wedding-awards-hero.edition-2016 {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2016-hero.jpg) no-repeat;
  background-size: cover;
  color: #fdf5e6;
  text-align: center
}

.wedding-awards-hero.edition-2016 .wedding-awards-content {
  padding: 80px 0;
  margin: 0 auto
}

.wedding-awards-hero.edition-2016 .wedding-awards-content>p {
  max-width: 500px;
  margin: 0 auto
}

.wedding-awards-hero.edition-2016 img {
  margin: 0 auto;
  display: block
}

.wedding-awards-hero.edition-2016 .wa-title {
  display: inline-block;
  vertical-align: middle;
  margin: 40px 0;
  padding: 0 20px;
  position: relative
}

.wedding-awards-hero.edition-2016 .wa-title h1,
.wedding-awards-hero.edition-2016 .wa-title p,
.wedding-awards-hero.edition-2016 .wa-title span {
  text-transform: uppercase
}

.wedding-awards-hero.edition-2016 .wa-title h1 {
  margin: 5px 0
}

.wedding-awards-hero.edition-2016 .wa-title h1 sup {
  font-size: 27px;
  vertical-align: super
}

.wedding-awards-hero.edition-2016 .wa-title p {
  font-size: 18px;
  line-height: 26px
}

.wedding-awards-hero.edition-2016 .wa-title:after,
.wedding-awards-hero.edition-2016 .wa-title:before {
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 105px;
  top: 50%;
  background: url(/assets/img/wedding-awards/sprite-laurel.svg) no-repeat scroll 0 0 transparent;
  background-size: auto 100%;
  display: block;
  position: absolute
}

.wedding-awards-hero.edition-2016 .wa-title:before {
  left: -35px
}

.wedding-awards-hero.edition-2016 .wa-title:after {
  background-position: 100% 100%;
  right: -35px
}

.wedding-awards-hero.edition-2016 .wa-title.wa-title-inner {
  margin-top: 0
}

.wedding-awards-hero.edition-2016 .landing-user-breadcrumb {
  background: rgba(0, 0, 0, .5)
}

.wedding-awards-hero.edition-2016 .breadcrumb {
  text-align: left !important
}

.wedding-awards-hero.edition-2016 .breadcrumb li:before,
.wedding-awards-hero.edition-2016 .breadcrumb span {
  color: #fff !important;
  text-shadow: none !important
}

.wedding-awards-hero.edition-2017 {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2017-hero.jpg) no-repeat;
  background-size: cover;
  color: #fdf5e6;
  text-align: center
}

.wedding-awards-hero.edition-2017 .wedding-awards-content {
  padding: 120px 0;
  margin: 0 auto
}

.wedding-awards-hero.edition-2017 .wedding-awards-content>p {
  max-width: 400px;
  margin: 0 auto
}

.wedding-awards-hero.edition-2017 .wedding-awards-content.region {
  padding: 120px 0
}

.wedding-awards-hero.edition-2017 .wedding-awards-content.region .wa-discover {
  margin-top: 0
}

.wedding-awards-hero.edition-2017 h1 sup,
.wedding-awards-hero.edition-2017 p sup {
  font-size: 45px;
  vertical-align: super
}

.wedding-awards-hero.edition-2017 img {
  margin: 0 auto;
  display: block
}

.wedding-awards-hero.edition-2017 .wa-title {
  display: inline-block;
  vertical-align: middle;
  margin: 60px 0 0 30px;
  padding: 0 20px;
  position: relative
}

.wedding-awards-hero.edition-2017 .wa-title h2,
.wedding-awards-hero.edition-2017 .wa-title p,
.wedding-awards-hero.edition-2017 .wa-title span {
  text-transform: uppercase
}

.wedding-awards-hero.edition-2017 .wa-title h1 {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  margin: 20px 0 30px 0
}

.wedding-awards-hero.edition-2017 .wa-title h1 sup {
  font-size: 45px;
  vertical-align: super
}

.wedding-awards-hero.edition-2017 .wa-title span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.wedding-awards-hero.edition-2017 .wa-title p {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700
}

.wedding-awards-hero.edition-2017 .wa-title:after,
.wedding-awards-hero.edition-2017 .wa-title:before {
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 62px;
  height: 144px;
  top: 50%;
  background: url(/assets/img/wedding-awards/sprite-laurel.svg) no-repeat scroll 0 0 transparent;
  background-size: auto 100%;
  display: block;
  position: absolute
}

.wedding-awards-hero.edition-2017 .wa-title:before {
  left: -55px
}

.wedding-awards-hero.edition-2017 .wa-title:after {
  background-position: 100% 100%;
  right: -55px
}

.wedding-awards-hero.edition-2017 .wa-title.wa-title-inner {
  margin-top: 0
}

.wedding-awards-hero.edition-2017 .wa-title.wa-title-inner h1 sup {
  font-size: 32px;
  vertical-align: super
}

.wedding-awards-hero.edition-2017 .wa-title.wa-title-inner span {
  font-size: 20px
}

.wedding-awards-hero.edition-2017 .wa-discover {
  margin-top: 150px
}

.wedding-awards-hero.edition-2017 .landing-user-breadcrumb {
  background: rgba(0, 0, 0, .5)
}

.wedding-awards-hero.edition-2017 .breadcrumb {
  text-align: left !important
}

.wedding-awards-hero.edition-2017 .breadcrumb li:before,
.wedding-awards-hero.edition-2017 .breadcrumb span {
  color: #fff !important;
  text-shadow: none !important
}

.wedding-awards-hero.edition-2017 .btn-awards {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 16px 33px;
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid #f8cb65;
  color: #f8cb65;
  text-transform: uppercase;
  cursor: pointer;
  background: 0 0;
  position: relative
}

.wedding-awards-hero.edition-2017 .btn-awards:hover {
  background-color: #f8cb65;
  color: #fff
}

.wedding-awards-hero.edition-2017 .btn-awards:after {
  margin-left: 8px;
  font-size: 17px
}

.wedding-awards-hero.edition-2017 .btn-awards:focus {
  outline: 0
}

.wedding-awards-hero.edition-2017 .btn-awards:active {
  top: 1px
}

.wedding-awards-hero.edition-2017 .btn-awards span {
  display: block
}

.wedding-awards-hero.edition-2017 .btn-awards-label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  color: #f8cb65;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
  cursor: pointer
}

.wedding-awards-hero.edition-2018 {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2018-hero.jpg) no-repeat;
  background-size: cover;
  color: #fdf5e6;
  text-align: center
}

.wedding-awards-hero.edition-2018 .wedding-awards-content {
  padding: 1px;
  margin: 0 auto
}

.wedding-awards-hero.edition-2018 .wedding-awards-content>p {
  max-width: 400px;
  margin: 0 auto
}

.wedding-awards-hero.edition-2018 .wedding-awards-content.region {
  padding: 120px 0
}

.wedding-awards-hero.edition-2018 .wedding-awards-content.region .wa-discover {
  margin-top: 0
}

.wedding-awards-hero.edition-2018 h1 sup,
.wedding-awards-hero.edition-2018 p sup {
  font-size: 45px;
  vertical-align: super
}

.wedding-awards-hero.edition-2018 img {
  margin: 0 auto;
  display: block
}

.wedding-awards-hero.edition-2018 .wa-title {
  display: inline-block;
  vertical-align: middle;
  margin: 100px 0 0 30px;
  padding: 0 20px;
  position: relative
}

.wedding-awards-hero.edition-2018 .wa-title h2,
.wedding-awards-hero.edition-2018 .wa-title p,
.wedding-awards-hero.edition-2018 .wa-title span {
  text-transform: uppercase
}

.wedding-awards-hero.edition-2018 .wa-title h1 {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  margin: 20px 0 30px 0
}

.wedding-awards-hero.edition-2018 .wa-title span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.wedding-awards-hero.edition-2018 .wa-title p {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700
}

.wedding-awards-hero.edition-2018 .wa-title:after,
.wedding-awards-hero.edition-2018 .wa-title:before {
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 62px;
  height: 144px;
  top: 50%;
  background: url(/assets/img/wedding-awards/sprite-laurel.svg) no-repeat scroll 0 0 transparent;
  background-size: auto 100%;
  display: block;
  position: absolute
}

.wedding-awards-hero.edition-2018 .wa-title:before {
  left: -55px
}

.wedding-awards-hero.edition-2018 .wa-title:after {
  background-position: 100% 100%;
  right: -55px
}

.wedding-awards-hero.edition-2018 .wa-title.wa-title-inner {
  margin-top: 0
}

.wedding-awards-hero.edition-2018 .wa-title.wa-title-inner span {
  font-size: 20px
}

.wedding-awards-hero.edition-2018 .wa-discover {
  margin: 100px 0
}

.wedding-awards-hero.edition-2018 .landing-user-breadcrumb {
  background: rgba(0, 0, 0, .5)
}

.wedding-awards-hero.edition-2018 .breadcrumb {
  text-align: left !important
}

.wedding-awards-hero.edition-2018 .breadcrumb li:before,
.wedding-awards-hero.edition-2018 .breadcrumb span {
  color: #fff !important;
  text-shadow: none !important
}

.wedding-awards-hero.edition-2018 .btn-awards {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13px 25px;
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid #f8cb65;
  color: #f8cb65;
  text-transform: uppercase;
  cursor: pointer;
  background: 0 0;
  position: relative
}

.wedding-awards-hero.edition-2018 .btn-awards:hover {
  background-color: #f8cb65;
  color: #fff
}

.wedding-awards-hero.edition-2018 .btn-awards:after {
  margin-left: 8px;
  font-size: 17px
}

.wedding-awards-hero.edition-2018 .btn-awards:focus {
  outline: 0
}

.wedding-awards-hero.edition-2018 .btn-awards:active {
  top: 1px
}

.wedding-awards-hero.edition-2018 .btn-awards span {
  display: block
}

.wedding-awards-hero.edition-2018 .btn-awards-label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  color: #f8cb65;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
  cursor: pointer
}

.wedding-awards-hero.edition-2019 {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2019-hero.jpg) no-repeat;
  background-size: cover;
  color: #fdf5e6;
  text-align: center
}

.wedding-awards-hero.edition-2019 .wedding-awards-content {
  padding: 1px;
  margin: 0 auto
}

.wedding-awards-hero.edition-2019 .wedding-awards-content>p {
  max-width: 400px;
  margin: 0 auto
}

.wedding-awards-hero.edition-2019 .wedding-awards-content.region {
  padding: 120px 0
}

.wedding-awards-hero.edition-2019 .wedding-awards-content.region .wa-discover {
  margin-top: 0
}

.wedding-awards-hero.edition-2019 h1,
.wedding-awards-hero.edition-2019 p {
  font-family: ProximaNova, Helvetica, Arial, sans-serif
}

.wedding-awards-hero.edition-2019 img {
  margin: 0 auto;
  display: block
}

.wedding-awards-hero.edition-2019 .wa-title {
  display: inline-block;
  vertical-align: middle;
  margin: 100px 0 0 30px;
  padding: 0 20px;
  position: relative
}

.wedding-awards-hero.edition-2019 .wa-title h2,
.wedding-awards-hero.edition-2019 .wa-title p,
.wedding-awards-hero.edition-2019 .wa-title span {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  text-transform: uppercase
}

.wedding-awards-hero.edition-2019 .wa-title h1 {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 60px;
  margin: 20px 0 30px 0
}

.wedding-awards-hero.edition-2019 .wa-title h2 {
  font-size: 24px;
  font-weight: 500
}

.wedding-awards-hero.edition-2019 .wa-title span {
  font-size: 22px
}

.wedding-awards-hero.edition-2019 .wa-title p {
  font-size: 24px
}

.wedding-awards-hero.edition-2019 .wa-title:after,
.wedding-awards-hero.edition-2019 .wa-title:before {
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 62px;
  height: 144px;
  top: 50%;
  background: url(/assets/img/wedding-awards/sprite-laurel.svg) no-repeat scroll 0 0 transparent;
  background-size: auto 100%;
  display: block;
  position: absolute
}

.wedding-awards-hero.edition-2019 .wa-title:before {
  left: -55px
}

.wedding-awards-hero.edition-2019 .wa-title:after {
  background-position: 100% 100%;
  right: -55px
}

.wedding-awards-hero.edition-2019 .wa-title.wa-title-inner {
  margin-top: 0
}

.wedding-awards-hero.edition-2019 .wa-title.wa-title-inner h1 {
  font-size: 48px
}

.wedding-awards-hero.edition-2019 .wa-title.wa-title-inner h2 {
  font-size: 22px
}

.wedding-awards-hero.edition-2019 .wa-title.wa-title-inner span {
  font-size: 20px
}

.wedding-awards-hero.edition-2019 .wa-discover {
  margin: 100px 0
}

.wedding-awards-hero.edition-2019 .landing-user-breadcrumb {
  background: rgba(0, 0, 0, .5)
}

.wedding-awards-hero.edition-2019 .breadcrumb {
  text-align: left !important
}

.wedding-awards-hero.edition-2019 .breadcrumb li:before,
.wedding-awards-hero.edition-2019 .breadcrumb span {
  color: #fff !important;
  text-shadow: none !important
}

.wedding-awards-hero.edition-2019 .btn-awards {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 13px 25px;
  line-height: 1em;
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid #f8cb65;
  color: #f8cb65;
  text-transform: uppercase;
  cursor: pointer;
  background: 0 0;
  position: relative
}

.wedding-awards-hero.edition-2019 .btn-awards:hover {
  background-color: #f8cb65;
  color: #fff
}

.wedding-awards-hero.edition-2019 .btn-awards:after {
  margin-left: 8px;
  font-size: 17px
}

.wedding-awards-hero.edition-2019 .btn-awards:focus {
  outline: 0
}

.wedding-awards-hero.edition-2019 .btn-awards:active {
  top: 1px
}

.wedding-awards-hero.edition-2019 .btn-awards span {
  display: block
}

.wedding-awards-hero.edition-2019 .btn-awards-label {
  font-size: 14px;
  line-height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #f8cb65;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
  cursor: pointer
}

.wedding-awards-hero.edition-2020 {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2020-hero.jpg) no-repeat;
  background-size: cover;
  color: #fdf5e6;
  text-align: center
}

.wedding-awards-hero.edition-2020 .wrapper {
  overflow: hidden;
  height: 440px;
  max-width: 100%
}

.wedding-awards-hero.edition-2020 video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto
}

.wedding-awards-hero.edition-2020 .wedding-awards-content {
  padding: 1px;
  margin: 0 auto
}

.wedding-awards-hero.edition-2020 .wedding-awards-content>p {
  max-width: 400px;
  margin: 0 auto
}

.wedding-awards-hero.edition-2020 .wedding-awards-content.region {
  padding: 120px 0
}

.wedding-awards-hero.edition-2020 .wedding-awards-content.region .wa-discover {
  margin-top: 0
}

.wedding-awards-hero.edition-2020 h1,
.wedding-awards-hero.edition-2020 p {
  font-family: ProximaNova, Helvetica, Arial, sans-serif
}

.wedding-awards-hero.edition-2020 img {
  margin: 0 auto;
  display: block
}

.wedding-awards-hero.edition-2020 .wa-title {
  display: inline-block;
  vertical-align: middle;
  margin: 100px 0 0 30px;
  padding: 0 20px;
  position: relative
}

.wedding-awards-hero.edition-2020 .wa-title h2,
.wedding-awards-hero.edition-2020 .wa-title p,
.wedding-awards-hero.edition-2020 .wa-title span {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  text-transform: uppercase
}

.wedding-awards-hero.edition-2020 .wa-title h1 {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 60px;
  margin: 20px 0 30px 0
}

.wedding-awards-hero.edition-2020 .wa-title h2 {
  font-size: 24px;
  font-weight: 500
}

.wedding-awards-hero.edition-2020 .wa-title span {
  font-size: 22px
}

.wedding-awards-hero.edition-2020 .wa-title p {
  font-size: 24px
}

.wedding-awards-hero.edition-2020 .wa-title:after,
.wedding-awards-hero.edition-2020 .wa-title:before {
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 62px;
  height: 144px;
  top: 50%;
  background: url(/assets/img/wedding-awards/sprite-laurel.svg) no-repeat scroll 0 0 transparent;
  background-size: auto 100%;
  display: block;
  position: absolute
}

.wedding-awards-hero.edition-2020 .wa-title:before {
  left: -55px
}

.wedding-awards-hero.edition-2020 .wa-title:after {
  background-position: 100% 100%;
  right: -55px
}

.wedding-awards-hero.edition-2020 .wa-title.wa-title-inner {
  margin-top: 0
}

.wedding-awards-hero.edition-2020 .wa-title.wa-title-inner h1 {
  font-size: 48px
}

.wedding-awards-hero.edition-2020 .wa-title.wa-title-inner h2 {
  font-size: 22px
}

.wedding-awards-hero.edition-2020 .wa-title.wa-title-inner span {
  font-size: 20px
}

.wedding-awards-hero.edition-2020 .wa-discover {
  margin: 100px 0
}

.wedding-awards-hero.edition-2020 .landing-user-breadcrumb {
  background: rgba(0, 0, 0, .5)
}

.wedding-awards-hero.edition-2020 .breadcrumb {
  text-align: left !important
}

.wedding-awards-hero.edition-2020 .breadcrumb li:before,
.wedding-awards-hero.edition-2020 .breadcrumb span {
  color: #fff !important;
  text-shadow: none !important
}

.wedding-awards-hero.edition-2020 .btn-awards {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 13px 25px;
  line-height: 1em;
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid #f8cb65;
  color: #f8cb65;
  text-transform: uppercase;
  cursor: pointer;
  background: 0 0;
  position: relative
}

.wedding-awards-hero.edition-2020 .btn-awards:hover {
  background-color: #f8cb65;
  color: #fff
}

.wedding-awards-hero.edition-2020 .btn-awards:after {
  margin-left: 8px;
  font-size: 17px
}

.wedding-awards-hero.edition-2020 .btn-awards:focus {
  outline: 0
}

.wedding-awards-hero.edition-2020 .btn-awards:active {
  top: 1px
}

.wedding-awards-hero.edition-2020 .btn-awards span {
  display: block
}

.wedding-awards-hero.edition-2020 .btn-awards-label {
  font-size: 14px;
  line-height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #f8cb65;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
  cursor: pointer
}

.wedding-awards-hero.edition-2021 {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2021-hero.jpg) no-repeat
}

.wedding-awards-hero.edition-2022 {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2022-hero.jpg) no-repeat
}

.wedding-awards-hero.edition-2023 {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2023-hero.jpg) no-repeat
}

.wedding-awards-hero.edition-2021,
.wedding-awards-hero.edition-2022,
.wedding-awards-hero.edition-2023 {
  background-size: cover;
  color: #fdf5e6;
  text-align: center
}

.wedding-awards-hero.edition-2021 .wrapper,
.wedding-awards-hero.edition-2022 .wrapper,
.wedding-awards-hero.edition-2023 .wrapper {
  overflow: hidden;
  height: 440px;
  max-width: 100%
}

.wedding-awards-hero.edition-2021 video,
.wedding-awards-hero.edition-2022 video,
.wedding-awards-hero.edition-2023 video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto
}

.wedding-awards-hero.edition-2021 .wedding-awards-content,
.wedding-awards-hero.edition-2022 .wedding-awards-content,
.wedding-awards-hero.edition-2023 .wedding-awards-content {
  padding: 1px;
  margin: 0 auto
}

.wedding-awards-hero.edition-2021 .wedding-awards-content>p,
.wedding-awards-hero.edition-2022 .wedding-awards-content>p,
.wedding-awards-hero.edition-2023 .wedding-awards-content>p {
  max-width: 400px;
  margin: 0 auto
}

.wedding-awards-hero.edition-2021 .wedding-awards-content.region,
.wedding-awards-hero.edition-2022 .wedding-awards-content.region,
.wedding-awards-hero.edition-2023 .wedding-awards-content.region {
  padding: 120px 0
}

.wedding-awards-hero.edition-2021 .wedding-awards-content.region .wa-discover,
.wedding-awards-hero.edition-2022 .wedding-awards-content.region .wa-discover,
.wedding-awards-hero.edition-2023 .wedding-awards-content.region .wa-discover {
  margin-top: 0
}

.wedding-awards-hero.edition-2021 h1,
.wedding-awards-hero.edition-2021 p,
.wedding-awards-hero.edition-2022 h1,
.wedding-awards-hero.edition-2022 p,
.wedding-awards-hero.edition-2023 h1,
.wedding-awards-hero.edition-2023 p {
  font-family: ProximaNova, Helvetica, Arial, sans-serif
}

.wedding-awards-hero.edition-2021 img,
.wedding-awards-hero.edition-2022 img,
.wedding-awards-hero.edition-2023 img {
  margin: 0 auto;
  display: block
}

.wedding-awards-hero.edition-2021 .wa-title,
.wedding-awards-hero.edition-2022 .wa-title,
.wedding-awards-hero.edition-2023 .wa-title {
  display: inline-block;
  vertical-align: middle;
  margin: 100px 0 0 30px;
  padding: 0 20px;
  position: relative
}

.wedding-awards-hero.edition-2021 .wa-title h2,
.wedding-awards-hero.edition-2021 .wa-title p,
.wedding-awards-hero.edition-2021 .wa-title span,
.wedding-awards-hero.edition-2022 .wa-title h2,
.wedding-awards-hero.edition-2022 .wa-title p,
.wedding-awards-hero.edition-2022 .wa-title span,
.wedding-awards-hero.edition-2023 .wa-title h2,
.wedding-awards-hero.edition-2023 .wa-title p,
.wedding-awards-hero.edition-2023 .wa-title span {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  text-transform: uppercase
}

.wedding-awards-hero.edition-2021 .wa-title h1,
.wedding-awards-hero.edition-2022 .wa-title h1,
.wedding-awards-hero.edition-2023 .wa-title h1 {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 60px;
  margin: 20px 0 30px 0
}

.wedding-awards-hero.edition-2021 .wa-title h2,
.wedding-awards-hero.edition-2022 .wa-title h2,
.wedding-awards-hero.edition-2023 .wa-title h2 {
  font-size: 24px;
  font-weight: 500
}

.wedding-awards-hero.edition-2021 .wa-title span,
.wedding-awards-hero.edition-2022 .wa-title span,
.wedding-awards-hero.edition-2023 .wa-title span {
  font-size: 22px
}

.wedding-awards-hero.edition-2021 .wa-title p,
.wedding-awards-hero.edition-2022 .wa-title p,
.wedding-awards-hero.edition-2023 .wa-title p {
  font-size: 24px
}

.wedding-awards-hero.edition-2021 .wa-title:after,
.wedding-awards-hero.edition-2021 .wa-title:before,
.wedding-awards-hero.edition-2022 .wa-title:after,
.wedding-awards-hero.edition-2022 .wa-title:before,
.wedding-awards-hero.edition-2023 .wa-title:after,
.wedding-awards-hero.edition-2023 .wa-title:before {
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 62px;
  height: 144px;
  top: 50%;
  background: url(/assets/img/wedding-awards/sprite-laurel.svg) no-repeat scroll 0 0 transparent;
  background-size: auto 100%;
  display: block;
  position: absolute
}

.wedding-awards-hero.edition-2021 .wa-title:before,
.wedding-awards-hero.edition-2022 .wa-title:before,
.wedding-awards-hero.edition-2023 .wa-title:before {
  left: -55px
}

.wedding-awards-hero.edition-2021 .wa-title:after,
.wedding-awards-hero.edition-2022 .wa-title:after,
.wedding-awards-hero.edition-2023 .wa-title:after {
  background-position: 100% 100%;
  right: -55px
}

.wedding-awards-hero.edition-2021 .wa-title.wa-title-inner,
.wedding-awards-hero.edition-2022 .wa-title.wa-title-inner,
.wedding-awards-hero.edition-2023 .wa-title.wa-title-inner {
  margin-top: 0
}

.wedding-awards-hero.edition-2021 .wa-title.wa-title-inner h1,
.wedding-awards-hero.edition-2022 .wa-title.wa-title-inner h1,
.wedding-awards-hero.edition-2023 .wa-title.wa-title-inner h1 {
  font-size: 48px
}

.wedding-awards-hero.edition-2021 .wa-title.wa-title-inner h2,
.wedding-awards-hero.edition-2022 .wa-title.wa-title-inner h2,
.wedding-awards-hero.edition-2023 .wa-title.wa-title-inner h2 {
  font-size: 22px
}

.wedding-awards-hero.edition-2021 .wa-title.wa-title-inner span,
.wedding-awards-hero.edition-2022 .wa-title.wa-title-inner span,
.wedding-awards-hero.edition-2023 .wa-title.wa-title-inner span {
  font-size: 20px
}

.wedding-awards-hero.edition-2021 .wa-discover,
.wedding-awards-hero.edition-2022 .wa-discover,
.wedding-awards-hero.edition-2023 .wa-discover {
  margin: 100px 0
}

.wedding-awards-hero.edition-2021 .landing-user-breadcrumb,
.wedding-awards-hero.edition-2022 .landing-user-breadcrumb,
.wedding-awards-hero.edition-2023 .landing-user-breadcrumb {
  background: rgba(0, 0, 0, .5)
}

.wedding-awards-hero.edition-2021 .breadcrumb,
.wedding-awards-hero.edition-2022 .breadcrumb,
.wedding-awards-hero.edition-2023 .breadcrumb {
  text-align: left !important
}

.wedding-awards-hero.edition-2021 .breadcrumb li:before,
.wedding-awards-hero.edition-2021 .breadcrumb span,
.wedding-awards-hero.edition-2022 .breadcrumb li:before,
.wedding-awards-hero.edition-2022 .breadcrumb span,
.wedding-awards-hero.edition-2023 .breadcrumb li:before,
.wedding-awards-hero.edition-2023 .breadcrumb span {
  color: #fff !important;
  text-shadow: none !important
}

.wedding-awards-hero.edition-2021 .btn-awards,
.wedding-awards-hero.edition-2022 .btn-awards,
.wedding-awards-hero.edition-2023 .btn-awards {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 13px 25px;
  line-height: 1em;
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid #f8cb65;
  color: #f8cb65;
  text-transform: uppercase;
  cursor: pointer;
  background: 0 0;
  position: relative
}

.wedding-awards-hero.edition-2021 .btn-awards:hover,
.wedding-awards-hero.edition-2022 .btn-awards:hover,
.wedding-awards-hero.edition-2023 .btn-awards:hover {
  background-color: #f8cb65;
  color: #fff
}

.wedding-awards-hero.edition-2021 .btn-awards:after,
.wedding-awards-hero.edition-2022 .btn-awards:after,
.wedding-awards-hero.edition-2023 .btn-awards:after {
  margin-left: 8px;
  font-size: 17px
}

.wedding-awards-hero.edition-2021 .btn-awards:focus,
.wedding-awards-hero.edition-2022 .btn-awards:focus,
.wedding-awards-hero.edition-2023 .btn-awards:focus {
  outline: 0
}

.wedding-awards-hero.edition-2021 .btn-awards:active,
.wedding-awards-hero.edition-2022 .btn-awards:active,
.wedding-awards-hero.edition-2023 .btn-awards:active {
  top: 1px
}

.wedding-awards-hero.edition-2021 .btn-awards span,
.wedding-awards-hero.edition-2022 .btn-awards span,
.wedding-awards-hero.edition-2023 .btn-awards span {
  display: block
}

.wedding-awards-hero.edition-2021 .btn-awards-label,
.wedding-awards-hero.edition-2022 .btn-awards-label,
.wedding-awards-hero.edition-2023 .btn-awards-label {
  font-size: 14px;
  line-height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #f8cb65;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
  cursor: pointer
}

.wedding-awards-hero .wedding-awards-subtitle {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin: 0
}

.wedding-awards-hero .wedding-awards-edition-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0
}

.btn-awards {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  line-height: 26px;
  padding: 16px 33px;
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid #f8cb65;
  color: #f8cb65;
  text-transform: uppercase;
  cursor: pointer;
  background: 0 0;
  position: relative
}

.btn-awards:hover {
  background-color: #f8cb65;
  color: #fff
}

.btn-awards:after {
  margin-left: 8px;
  font-size: 17px
}

.btn-awards:focus {
  outline: 0
}

.btn-awards:active {
  top: 1px
}

.wa-hero-winners h2 {
  margin: 20px 0;
  text-align: center
}

.wa-hero-winners h2:after,
.wa-hero-winners h2:before {
  content: "";
  background-image: url(/assets/img/wedding-awards/laurel.svg) no-repeat scroll 0 0 transparent;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 62px;
  height: 24px
}

.wa-hero-winners h2:before {
  margin-right: 20px
}

.wa-hero-winners h2:after {
  margin-left: 20px;
  background-position: left -24px
}

.wa-hero-winners h2 sup {
  vertical-align: super;
  font-size: 15px
}

.wa-hero-winners-new h2 {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-align: left
}

.wa-hero-winners-new h2 sup {
  vertical-align: super;
  font-size: 18px;
  line-height: 26px
}

.wa-hero-winners-new p {
  font-size: 18px;
  line-height: 26px;
  color: #666
}

.wa-hero-winners-new p sup {
  vertical-align: super;
  font-size: 14px;
  line-height: 21px
}

.wedding-awards-description {
  padding: 0 120px
}

.wedding-awards-description p {
  font-size: 18px;
  line-height: 26px
}

.wedding-awards-change-edition {
  padding-top: 10px
}

.wedding-awards-change-edition span {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 10px 15px
}

.wedding-awards-change-edition ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: -3px;
  background-color: #fff
}

.wedding-awards-change-edition ul li {
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #d9d9d9;
  padding: 10px 15px;
  float: left;
  margin-left: -1px
}

.wedding-awards-change-edition a {
  color: #f76c6f
}

.wa-box-vendors-related li div {
  border-bottom: none
}

.wa-box-vendors-related li div .wa-chevron-title {
  margin-bottom: 8px
}

.wa-box-vendors-related li div .wa-chevron-title:before {
  content: "";
  border-color: transparent transparent transparent #f76c6f;
  border-width: 5px;
  border-style: solid;
  margin-right: 3px;
  width: 0;
  height: 0;
  padding: 0;
  display: inline-block
}

.wa-box-vendors-related li div .wa-chevron-title:hover {
  color: #f76c6f
}

.wa-box-vendors-related li div a {
  font-size: 16px;
  line-height: 24px
}

.wedding-awards-change-edition-hero {
  background: url(/assets/img/wedding-awards/bg-wedding-awards-2016-hero.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 0
}

.wedding-awards-change-edition-hero .wedding-awards-change-edition-content {
  padding: 60px 0 80px;
  margin: 0 auto
}

.wedding-awards-change-edition-hero .wedding-awards-change-edition-content span {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  display: block;
  margin-bottom: 30px
}

.wedding-awards-change-edition-hero .wedding-awards-change-edition-content ul {
  display: inline-block;
  vertical-align: middle
}

.wedding-awards-change-edition-hero .wedding-awards-change-edition-content ul.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: 750px;
  width: 50vw
}

.wedding-awards-change-edition-hero .wedding-awards-change-edition-content ul li {
  float: left;
  margin: 15px
}

.wedding-awards-change-edition-hero .wedding-awards-change-edition-content ul li a {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 6px 45px;
  color: #fff;
  cursor: pointer;
  background: 0 0;
  position: relative;
  color: #fff
}

.wedding-awards-change-edition-hero .wedding-awards-change-edition-content ul li a:hover {
  background-color: #fff;
  color: #222
}

.wedding-awards-change-edition-hero .wedding-awards-change-edition-content ul li a:focus {
  outline: 0
}

.wa-promo-ribbon {
  background: 0 0;
  height: 31px;
  z-index: 10
}

.wa-promo-ribbon span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 0 15px;
  background: #fcb10e;
  text-align: right;
  text-transform: uppercase;
  position: relative
}

.wa-promo-ribbon span:after {
  content: "";
  border-style: solid;
  border-width: 12px 5px 12px;
  border-color: #fcb10e #fcb10e #fcb10e transparent;
  display: block;
  z-index: 0;
  left: -5px;
  top: 0;
  position: absolute
}

.wa-promo-ribbon span:before {
  content: "";
  border-style: solid;
  border-width: 12px 5px 12px;
  border-color: #fcb10e transparent #fcb10e #fcb10e;
  display: block;
  z-index: 0;
  right: -5px;
  top: 0;
  position: absolute
}

.landing-bg {
  background: #fefefe
}

.landing-bg.gray {
  background: url(/assets/img/landings-user/bg_pattern.svg) repeat scroll 0 0 #f3f3f3;
  background-size: 70px
}

.wedding-awards-edition,
.wedding-awards-title:after,
.wedding-awards-title:before {
  background: url(/assets/img/wedding-awards/wedding-awards.svg) no-repeat
}

.wedding-awards-edition {
  background-position: 0 -118px;
  display: block;
  width: 70px;
  height: 90px;
  padding-top: 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-right: 15px;
  line-height: 20px
}

.wedding-awards-edition span {
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0
}

.wedding-awards-edition small {
  color: #fff
}

.wedding-awards-edition sup {
  font-size: 12px;
  vertical-align: super
}

.landing-user-header .wedding-awards-title {
  margin-bottom: 20px
}

.landing-user-header .wedding-awards-title h1 {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  margin: 0
}

.landing-user-header .wedding-awards-title h1 sup {
  font-size: 27px;
  vertical-align: super
}

.landing-user-header .wedding-awards-title .wedding-awards-subtitle {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600
}

.wedding-awards-intro p {
  font-size: 18px;
  line-height: 26px
}

.landing-emp-header.wedding-awards-hero {
  padding: 20px 0
}

.landing-emp-header .wedding-awards-edition {
  right: -10px
}

.wedding-awards-ratings p {
  font-size: 13px;
  line-height: 19px
}

.wedding-awards-ratings p.ellipsis {
  width: 90%
}

.wedding-awards-ratings p.ellipsis.red {
  color: #f76c6f
}

.wedding-awards-title-nav {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  background-color: #fff
}

.wedding-awards-title-nav li {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #d9d9d9;
  float: left
}

.wedding-awards-title-nav li:first-child {
  border-left: 0
}

.wedding-awards-title-nav li a,
.wedding-awards-title-nav li span {
  font-weight: 600;
  padding: 5px 15px;
  display: block
}

.wedding-awards-title-nav li span {
  background-color: #f8f8f8
}

.wedding-awards-title-nav li i {
  color: #6c6c6c;
  margin-right: 5px
}

.wa-hero-categories-list {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 28px
}

.wa-hero-categories-list li {
  display: inline;
  position: relative;
  padding: 0 10px
}

.wa-hero-categories-list li:after {
  content: "·";
  border-radius: 50%;
  background-color: #fff;
  width: 5px;
  height: 5px;
  position: absolute;
  padding: 0 5px
}

.wa-hero-categories-list li:last-child:after {
  content: none;
  border-radius: 0;
  background-color: #fff;
  width: 0;
  height: 0;
  padding: 0
}

.wa-hero-categories-list li a {
  text-decoration: none;
  color: #222
}

.wa-hero-categories-list li a:hover {
  color: #f76c6f
}

.wa-hero-categories-list-2016 {
  text-align: center
}

.wa-hero-categories-list-2016 li {
  font-size: 14px;
  line-height: 21px;
  display: inline;
  position: relative;
  padding: 0 10px
}

.wa-hero-categories-list-2016 li:after {
  content: "·";
  border-radius: 50%;
  background-color: #fff;
  width: 5px;
  height: 5px;
  position: absolute;
  padding: 0 5px
}

.wa-hero-categories-list-2016 li a {
  text-decoration: none;
  color: #222
}

.wa-hero-categories-list-2016 li a:hover {
  color: #f76c6f
}

.wa-categories-container .pure-g-r {
  justify-content: center
}

.wa-categories-container .subtitle {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 10px
}

.wa-categories-container span {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  color: #888
}

.wa-categories-container-2016 .subtitle {
  text-transform: uppercase
}

.wa-hr-categories {
  margin: 20px 20px 30px 20px
}

.wa-hero-winners-title {
  vertical-align: middle;
  padding: 0 20px;
  position: relative
}

.wa-hero-winners-title .wa-hero-winners-subtitle {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, .3);
  border-left: 0;
  border-right: 0;
  padding: 5px 5px
}

.wa-hero-winners-title h2 {
  text-transform: uppercase;
  margin: 0
}

.wa-hero-winners-title h2 sup {
  font-size: 18px;
  vertical-align: super
}

.wa-categories-item {
  margin-bottom: 20px
}

.wa-categories-item .wa-categories-content {
  padding: 10px 10px
}

.wa-categories-item .wa-categories-content p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  color: #8c8c8c
}

.wa-categories-item .wa-categories-content a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  color: #222
}

.wa-categories-item .wa-categories-content a:hover {
  color: #f76c6f
}

.wa-categories-item .wa-categories-content-2016 {
  padding: 10px 10px
}

.wa-categories-item .wa-categories-content-2016 p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  color: #6c6c6c
}

.wa-categories-item .wa-categories-content-2016 a:hover {
  color: #f43c40
}

.wa-categories-img {
  position: relative;
  line-height: 0;
  overflow: hidden
}

.wa-categories-img img {
  transition: all .3s
}

.wa-categories-img .wa-categories-stars {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 118px 10px 8px;
  color: #fff
}

.wa-categories-img .wa-categories-stars .rating-stars-vendor {
  margin-right: 5px
}

.wa-categories-img .wa-categories-stars a {
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  color: #fff
}

.wa-categories-img .wa-categories-stars-2016 {
  position: absolute;
  border-radius: 2px;
  bottom: 4px;
  right: 10px;
  padding: 4px 10px;
  color: #fff;
  background: rgba(0, 0, 0, .4)
}

.wa-categories-img .wa-categories-stars-2016 .rating-stars-vendor {
  margin-right: 5px
}

.wa-categories-img .wa-categories-stars-2016 a {
  vertical-align: middle;
  color: #fff
}

.wa-categories-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

@media only screen and (max-width:1200px) {
  .wedding-awards-content {
    padding: 30px 10px
  }

  .wedding-awards-title h1 sup {
    font-size: 21px;
    vertical-align: super
  }

  .wedding-awards-title .wedding-awards-subtitle {
    font-size: 18px;
    line-height: 26px
  }

  .wedding-awards-hero.edition-2015 h1 sup {
    font-size: 18px;
    vertical-align: super
  }

  .wedding-awards-hero.edition-2015 .wedding-awards-subtitle {
    font-size: 18px;
    line-height: 26px
  }

  .wedding-awards-hero.edition-2015 img {
    margin-right: 20px
  }

  .landing-user-header.weddingawards-header:before {
    background: 0 0
  }

  .weddingawards-header.edition-2014 {
    position: relative
  }

  .weddingawards-header.edition-2014:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, .6)
  }
}

@keyframes showModal {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes showBackdrop {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.box,
.box-primary,
.box-secondary {
  border-radius: 2px;
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
  background-color: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px
}

.box-primary.on,
.box-secondary.on,
.box.on {
  border: 2px solid #f76c6f
}

.box-primary.hidden-border,
.box-secondary.hidden-border,
.box.hidden-border {
  border: none
}

.box-primary.box-empty,
.box-secondary.box-empty,
.box.box-empty,
.unit-primary.box-empty,
.unit-secondary.box-empty {
  text-align: center
}

.box-primary.box-empty i,
.box-secondary.box-empty i,
.box.box-empty i,
.unit-primary.box-empty i,
.unit-secondary.box-empty i {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #cfcfcf;
  border: 4px solid #cfcfcf;
  font-size: 90px
}

.box-primary.box-empty h3,
.box-secondary.box-empty h3,
.box.box-empty h3,
.unit-primary.box-empty h3,
.unit-secondary.box-empty h3 {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  font-size: 18px;
  margin-top: 15px
}

.box-primary.box-empty p,
.box-secondary.box-empty p,
.box.box-empty p,
.unit-primary.box-empty p,
.unit-secondary.box-empty p {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #959595;
  font-size: 16px;
  margin-top: 10px
}

.box-primary.lineheight0,
.box-secondary.lineheight0,
.box.lineheight0,
.unit-primary.lineheight0,
.unit-secondary.lineheight0 {
  line-height: 0
}

.box-simple {
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 15px
}

.box-primary,
.unit-primary {
  padding: 25px
}

.box-secondary,
.unit-secondary {
  padding: 10px
}

.row {
  margin: 0 -10px
}

.row .box,
.row .box-primary,
.row .box-secondary,
.row .box-simple {
  margin: 0 10px 20px 10px
}

.row .unit,
.row .unit-primary,
.row .unit-secondary {
  margin: 0 10px 10px 10px
}

.box-separator {
  background-color: #f9f9f9;
  padding: 20px
}

.box-separator p {
  margin: 0
}

.pure-s-left {
  margin-left: 25px
}

.box-upload {
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  background: #f9f9f9;
  padding: 10px;
  margin: 10px 0
}

.box-vendors-related {
  padding: 20px
}

.box-vendors-related li div {
  margin: 0 15px
}

.sprite-ico-group {
  background: url(https://cdn1.casamentos.pt/assets/img/tools/vendors/sprite_tools_vendors.svg) no-repeat 0 0;
  background-size: 220px;
  width: 110px;
  height: 110px;
  display: block
}

.sprite-ico-group.sprite-ico-group-1 {
  background-position: 0 0
}

.sprite-ico-group.sprite-ico-group-2 {
  background-position: 0 -148px
}

.sprite-ico-group.sprite-ico-group-3 {
  background-position: 0 -278px
}

.sprite-ico-group.sprite-ico-group-4 {
  background-position: 0 -412px
}

.sprite-ico-group.sprite-ico-group-5 {
  background-position: 0 -550px
}

.sprite-ico-group.sprite-ico-group-6 {
  background-position: 0 -690px
}

.sprite-ico-group.sprite-ico-group-7 {
  background-position: 0 -840px
}

.sprite-ico-group.sprite-ico-group-9 {
  background-position: 0 -963px
}

.sprite-ico-group.sprite-ico-group-10 {
  background-position: 0 -1103px
}

.sprite-ico-group.sprite-ico-group-11 {
  background-position: 0 -1244px
}

.sprite-ico-group.sprite-ico-group-12 {
  background-position: 0 -1384px
}

.sprite-ico-group.sprite-ico-group-13 {
  background-position: 0 -1520px
}

.sprite-ico-group.sprite-ico-group-14 {
  background-position: 0 -2625px
}

.sprite-ico-group.sprite-ico-group-15 {
  background-position: 0 -1648px
}

.sprite-ico-group.sprite-ico-group-16 {
  background-position: 0 -1801px
}

.sprite-ico-group.sprite-ico-group-19 {
  background-position: 0 -2330px
}

.sprite-ico-group.sprite-ico-group-20 {
  background-position: 0 -2060px
}

.sprite-ico-group.sprite-ico-group-21 {
  background-position: 0 -2213px
}

.title-separator {
  position: relative;
  text-align: center
}

.title-separator:after {
  background: #d3d3d3;
  content: "";
  height: 1px;
  margin-top: -1px;
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute
}

.title-separator .h2,
.title-separator .title,
.title-separator h1,
.title-separator h2,
.title-separator h3 {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #444;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 auto;
  padding: 0 10px;
  background: #fff;
  z-index: 50;
  position: relative;
  text-transform: uppercase
}

.title-separator .h2.background-grey,
.title-separator .title.background-grey,
.title-separator h1.background-grey,
.title-separator h2.background-grey,
.title-separator h3.background-grey {
  padding: 0 20px;
  background: #fbfbfb
}

.title-separator span {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #444;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 auto;
  padding: 0 10px;
  background: #fbfbfb;
  z-index: 50;
  position: relative;
  text-transform: uppercase
}

.bg .title-separator h1,
.bg .title-separator h2,
.bg .title-separator h3,
.title-separator.bg h1,
.title-separator.bg h2,
.title-separator.bg h3 {
  background: #f9f9f9
}

.dashed-list>li {
  border-bottom: 1px dashed #e1e1e1;
  padding: 8px 0
}

.dashed-list>li:last-child {
  border-bottom: 0
}

.dashed-list p {
  margin: 0
}

@keyframes showModal {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes showBackdrop {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.layoutHeader .menu-bottom-wrapper,
.layoutHeader .menu-top-wrapper,
.layoutHeader .menu-wrapper {
  max-width: 1360px;
  box-sizing: border-box
}

.layoutHeader .menu-bottom-wrapper,
.layoutHeader .menu-top-wrapper {
  padding: 0 2rem
}

.layoutHeader .menu-wrapper {
  padding: 0 2rem 10px
}

@media (min-width:1024px) {
  .layoutHeader .nav-main-item {
    padding: 0 3px
  }
}

@media (max-width:1199px) {
  .layoutHeader .nav-main-link {
    font-size: 14px
  }

  .layoutHeader .nav-main-item.nav-tabBrides,
  .layoutHeader .nav-main-item.nav-tabCommunity,
  .layoutHeader .nav-main-item.nav-tabGrooms {
    display: none !important
  }
}

@media (min-width:1300px) {
  .layoutHeader .nav-main-item {
    padding: 0 7px
  }
}

.menu {
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #efefef
}

.menu-bottom-wrapper,
.menu-top-wrapper,
.menu-wrapper {
  max-width: 1200px;
  min-width: 950px;
  margin: 0 auto;
  display: block
}

.menu-bottom-wrapper,
.menu-top-wrapper {
  padding: 0 15px
}

.menu-wrapper {
  padding: 0 15px 10px
}

.menu-wrapper.testAB {
  padding: 0
}

.menu-wrapper-adwords {
  padding-top: 20px
}

.menu-top {
  min-height: 35px;
  background: #fff;
  text-align: center
}

.menu-top.testAB {
  min-height: 71px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #efefef
}

.menu-top-wrapper {
  padding: 0 15px;
  overflow: hidden
}

.menu-top-wrapper.testAB {
  width: 100%;
  overflow: visible
}

.menu-top-wrapper--height {
  min-height: 30px
}

.menu-top-wrapper--height {
  min-height: 30px
}

.menu-top-content.testAB {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.menu-top-title {
  font-size: 12px;
  font-weight: 400;
  color: #9f9f9f;
  display: inline-block;
  line-height: 40px;
  left: 0;
  text-align: center;
  height: 28px
}

.menu-top-title.testAB {
  margin-left: auto;
  line-height: 30px
}

.menu-top-access {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin-top: 10px;
  color: #404040;
  float: right
}

.menu-top-access.testAB {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
  padding-right: 16px
}

.menu-top-access.testAB::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #d9d9d9
}

.menu-top-access:hover {
  color: #f76c6f
}

.menu-top-access--white {
  color: #fff
}

.menu-top-access--white:hover {
  color: #fff
}

.menu-top .svgIcon__briefcase,
.menu-top .svgIcon__business {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 3px;
  top: 2px
}

.menu-top .svgIcon__briefcase svg {
  stroke: #222
}

.menu-top .svgIcon__business svg {
  stroke: #6c6c6c
}

.menu-top .login-empresa {
  position: relative;
  margin-left: auto;
  padding-left: 20px
}

.menu-top .login-user {
  margin-left: 9px;
  position: relative
}

.menu-top .login-user.testAB {
  z-index: 520
}

.menu-top .login-user .header-join-link {
  text-transform: none;
  line-height: 21px
}

.menu-top .login-user .header-joined {
  display: flex;
  align-items: center;
  vertical-align: middle
}

.menu-top .login-user .header-joined>a {
  line-height: 0
}

.main-logo {
  display: inline-block
}

.main-logo.testAB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start
}

.main-logo a {
  display: inline-block;
  height: 50px
}

.main-logo a.testAB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header-join {
  line-height: 23.8px;
  float: right
}

.header-join-link {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  color: #f76c6f;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 7px;
  line-height: 50px
}

.header-join-link:last-child {
  padding-right: 0
}

.header-join-link--white {
  color: #fff
}

.header-joined {
  margin-top: 2px;
  line-height: 23.8px;
  float: right;
  position: relative;
  user-select: none
}

.header-joined-avatar,
.header-joined-bars,
.header-joined-container,
.header-joined-inbox {
  display: inline-block;
  vertical-align: middle
}

.header-joined-container {
  position: relative
}

.header-joined-avatar {
  text-align: center
}

.header-joined-avatar a {
  display: block
}

.header-joined-avatar img {
  width: 47px;
  height: 47px
}

.header-joined__avatarRecom {
  margin-right: 7px;
  text-align: center;
  margin-top: -10px;
  width: 22px;
  height: 22px;
  vertical-align: initial
}

.header-joined__avatarRecom .avatar-thumb {
  border: none;
  margin: 0 0 1px
}

.header-joined__avatarRecom a {
  display: block
}

.header-joined__avatarRecom img {
  width: 100%;
  height: 100%
}

.header-joined__avatarRecom .avatar-alias {
  min-width: 25px;
  margin-bottom: -7px
}

.header-joined__toggle {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  user-select: none
}

.header-joined-inbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 0;
  position: relative
}

.header-joined .size-avatar {
  font-size: 15px;
  line-height: 24.27050985px;
  width: 35px
}

.header-joined .svgIcon__envelope {
  width: 22px;
  height: 22px
}

.header-joined .svgIcon__angleDown {
  width: 14px;
  height: 14px;
  position: relative;
  top: -1px;
  pointer-events: none;
  margin-left: 10px
}

.header-joined .svgIcon__angleDown svg {
  fill: #222
}

@media only screen and (max-width:1160px) {
  .header-joined-inbox {
    margin: 7px 20px 0 0
  }
}

.newVendorsRecom {
  position: absolute;
  font-size: 8px;
  color: #f5a71f;
  right: 5px;
  top: 3px;
  text-transform: uppercase
}

.newMessageAlert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius: 3px;
  background-color: #fff9f4;
  border: 1px solid #d9d9d9;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
  z-index: 100
}

.newMessageAlert__avatar {
  position: relative;
  margin-right: 20px;
  flex: 1 0 auto
}

.newMessageAlert__avatar--vendor {
  width: 56px
}

.newMessageAlert__avatar--vendor .counter {
  top: -3px
}

.newMessageAlert__avatar--user {
  width: 56px
}

.newMessageAlert__avatar--user .counter {
  top: -4px;
  right: -3px
}

.newMessageAlert__avatar--alias {
  margin-right: 15px
}

.newMessageAlert__avatar--alias .counter {
  right: -3px
}

.newMessageAlert__image {
  border-radius: 3px;
  margin-top: 5px;
  max-width: 100%
}

.newMessageAlert__title {
  font-weight: 400
}

.newMessageAlert__content {
  width: 250px
}

.newMessageAlert__content p {
  margin-bottom: 0
}

.newMessageAlert__content a {
  color: #444;
  white-space: nowrap
}

.newMessageAlert__content .link {
  color: #f76c6f
}

#nav-main {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 500
}

#nav-main.testAB .nav-main {
  padding-left: 0
}

#nav-main.testAB .nav-main-link::after {
  top: 48px
}

.nav-main {
  margin: 0;
  display: inline-block;
  cursor: default;
  padding-left: 10px
}

.nav-main-item {
  display: inline-block;
  padding: 0 7px;
  margin: 0;
  list-style: none
}

.nav-main-item:first-child {
  padding-left: 0
}

.nav-main-link {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: .2px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  position: relative
}

.nav-main-link:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f76c6f;
  height: 2px;
  width: 0;
  top: 59px;
  display: block;
  transition: .15s cubic-bezier(.18, .89, .32, 1.28) width
}

.nav-main-link:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: -29px
}

.nav-main-link.active:after {
  width: 100%
}

.nav-main-link.active:before {
  height: 100%
}

.nav-main.testAB .nav-main-item {
  padding: 0 16px
}

.logged-box-main-menu {
  position: relative;
  float: right
}

.empLoggedBox {
  float: right;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  user-select: none
}

.empLoggedBox__logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 40px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: 100%
}

.empLoggedBox__logo img {
  height: 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.empLoggedBox__arrow {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: sub;
  font-weight: 400;
  color: #222;
  margin-left: 8px;
  max-width: 100px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.empLoggedBox__arrow~i {
  cursor: pointer
}

.empLoggedBox__arrow--white {
  color: #fff
}

.empLoggedBox .svgIcon__envelope {
  width: 22px;
  height: 22px;
  position: relative;
  vertical-align: middle
}

.empLoggedBox .svgIcon__envelope svg {
  fill: #222
}

.empLoggedBox .svgIcon__angleDown {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
  margin-left: 10px
}

.empLoggedBox .svgIcon__angleDown svg {
  fill: #222
}

.empLoggedBox--darkBackground .svgIcon__angleDown svg,
.empLoggedBox--darkBackground .svgIcon__envelope svg {
  fill: #fff
}

.empLoggedDropdown {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  top: 50px;
  right: 0;
  width: 300px;
  box-shadow: 0 5px 9px 4px rgba(0, 0, 0, .07);
  background: #fff;
  position: absolute;
  text-align: left;
  overflow: hidden;
  z-index: 9999
}

.empLoggedDropdown__header {
  padding: 10px 20px;
  background-color: #f8f8f8;
  text-align: center
}

.empLoggedDropdown__logout {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: block;
  text-align: right
}

.empLoggedDropdown__multi {
  display: inline-block;
  border: 1px solid #d9d9d9;
  margin: 10px 0;
  position: relative;
  width: 100%;
  padding: 4px 10px;
  box-sizing: border-box;
  border-radius: 4px
}

.empLoggedDropdown__multiIcon {
  top: 4px;
  right: 10px;
  position: absolute;
  pointer-events: none
}

.empLoggedDropdown__name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  margin-bottom: 5px
}

.empLoggedDropdown__name:focus {
  outline: 0
}

.empLoggedDropdown__name--select:hover {
  color: #222
}

.empLoggedDropdown__category {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: block
}

.empLoggedDropdown__action {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin-right: 15px;
  display: block
}

.empLoggedDropdown__action:hover {
  color: #f76c6f
}

.empLoggedDropdown__action--inline {
  display: inline-block
}

.empLoggedDropdown__content {
  padding: 20px 20px 5px;
  text-align: center
}

.empLoggedDropdown__item {
  margin-bottom: 15px
}

.empLoggedDropdown__item a {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  display: block
}

.empLoggedDropdown__item a:hover {
  color: #f76c6f
}

.empLoggedDropdown__icon {
  height: 30px;
  display: inline-block;
  position: relative
}

.empLoggedDropdown__counter {
  background: #f76c6f;
  border-radius: 10px;
  min-width: 11px;
  padding: 10px 4px 9px;
  font-size: 11px;
  line-height: 0;
  color: #fff;
  top: -5px;
  left: 65%;
  text-align: center;
  position: absolute
}

.empLoggedDropdown__premium {
  border-top: 1px solid #d9d9d9;
  padding: 15px;
  text-align: center
}

.empLoggedDropdown__premium a {
  color: #222
}

.empLoggedDropdown__premium span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #f89b16;
  display: block
}

.empLoggedDropdown__contact {
  border-top: 1px solid #d9d9d9;
  padding: 10px 20px;
  text-align: center
}

.empLoggedDropdown__contact i {
  margin-bottom: 10px;
  display: inline-block
}

.empLoggedDropdown__contact p {
  font-size: 14px;
  line-height: 21px;
  margin: 0
}

.empLoggedDropdown__contact strong {
  display: block
}

.cookies-msg {
  font-size: 12px;
  line-height: 19.41640788px;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  background: rgba(255, 255, 255, .95);
  text-align: center;
  position: relative;
  z-index: 10
}

@media only screen and (max-width:1200px) {

  .header-join-link,
  .nav-main-link {
    font-size: 13px
  }
}

@media only screen and (max-width:1130px) {

  .nav-main-item.nav-tabBrides,
  .nav-main-item.nav-tabGrooms {
    display: none !important
  }
}

@media only screen and (max-width:1024px) {
  .empLoggedBox {
    padding-left: 0
  }
}

.layoutNavMenuTabMyWedding {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabMyWedding__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabMyWeddingList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabMyWeddingList__item a {
  display: flex;
  align-items: center;
  padding: .75rem 0
}

.layoutNavMenuTabMyWeddingList__item--viewAll {
  display: none
}

.layoutNavMenuTabMyWeddingList__content {
  display: grid;
  grid-area: list;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: .5rem
}

.layoutNavMenuTabMyWeddingList__contentSmall {
  grid-template-columns: repeat(2, 1fr)
}

.layoutNavMenuTabMyWeddingList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabMyWeddingBanners {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-top: 1.5rem
}

.layoutNavMenuTabMyWeddingPersonalize {
  flex-grow: 1;
  padding-left: 1.5rem;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 1rem;
  padding-top: 0
}

.layoutNavMenuTabMyWeddingPersonalize__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabMyWeddingPersonalize__item a {
  font-size: 14px;
  line-height: 21px
}

.layoutNavMenuTabMyWeddingPersonalize__content {
  display: grid;
  grid-area: list;
  grid-template-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: .5rem
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabMyWeddingPersonalize__content {
    grid-template-columns: repeat(2, 1fr)
  }
}

.layoutNavMenuTabVenues {
  display: flex
}

.layoutNavMenuTabVenues__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px
}

.layoutNavMenuTabVenues__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.layoutNavMenuTabVenues__categories {
  flex: 1 0 auto
}

.layoutNavMenuTabVenues .layoutNavMenuBannerBox {
  align-self: flex-end
}

@media (min-width:1024px) and (max-width:1199px) {
  .layoutNavMenuTabVenues .layoutNavMenuBannerBox {
    max-width: 270px
  }

  .layoutNavMenuTabVenues .layoutNavMenuBannerBox__icon {
    display: none
  }
}

.layoutNavMenuTabVenuesList {
  margin-bottom: 20px
}

.layoutNavMenuTabVenuesListBig {
  border-right: 0
}

.layoutNavMenuTabVenuesList__content {
  grid-area: list;
  display: grid;
  grid-template-rows: auto;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr)
}

.layoutNavMenuTabVenuesList__contentBig {
  grid-template-columns: repeat(4, 1fr)
}

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

.layoutNavMenuTabVenuesList__item a {
  padding: .5rem 1rem .5rem 0
}

.layoutNavMenuTabVenuesList__item--highlight a {
  font-weight: 600
}

.layoutNavMenuTabVenuesList__item--viewAll {
  display: none
}

.layoutNavMenuTabVenuesList__image {
  margin-right: 10px;
  vertical-align: middle
}

.layoutNavMenuTabVenuesListPremium {
  padding-left: 1.5rem;
  flex: 0 2 auto;
  margin-bottom: 20px;
  border-left: 1px solid #d9d9d9
}

.layoutNavMenuTabVenuesListPremium__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 27px
}

.layoutNavMenuTabVenuesListPremium__content {
  grid-area: list;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: .8rem
}

.layoutNavMenuTabVenuesListPremium__item {
  display: flex;
  align-items: center;
  padding: 6px 0
}

.layoutNavMenuTabVenuesListPremium__link {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-right: .75rem;
  align-items: center
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabVenuesListPremium__link {
    padding-right: 1.5rem
  }
}

.layoutNavMenuTabVenuesListPremium__image {
  width: 32px;
  height: 32px;
  margin-right: 13px;
  vertical-align: middle;
  border-radius: .5rem
}

.layoutNavMenuTabVenuesBanners {
  display: flex;
  flex-direction: column;
  flex: 0 2 auto;
  padding-top: 20px
}

.layoutNavMenuTabVendors {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabVendors__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.layoutNavMenuTabVendors__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px
}

.layoutNavMenuTabVendors__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendors__content {
    width: 50%
  }

  .layoutNavMenuTabVendors__contentBig {
    width: 100%
  }
}

.layoutNavMenuTabVendorsList {
  margin-bottom: 25px;
  flex: 1 0 50%
}

.layoutNavMenuTabVendorsList__content {
  display: grid;
  grid-area: list;
  grid-template-columns: repeat(auto-fill, minmax(16rem, auto));
  grid-row-gap: .8rem
}

.layoutNavMenuTabVendorsList__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0
}

.layoutNavMenuTabVendorsList__item--viewAll {
  display: none
}

.layoutNavMenuTabVendorsList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendorsList__content {
    grid-template-columns: repeat(2, 1fr)
  }

  .layoutNavMenuTabVendorsList__contentBig {
    grid-template-columns: repeat(3, 1fr)
  }
}

.layoutNavMenuTabVendorsListOthers__subtitle {
  display: none
}

.layoutNavMenuTabVendorsListOthers__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 0
}

.layoutNavMenuTabVendorsListOthers__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem
}

.layoutNavMenuTabVendorsListOthers__item {
  margin: 0 20px 10px 0
}

.layoutNavMenuTabVendorsListOthers__deals {
  margin: 0 0 10px
}

.layoutNavMenuTabVendorsListOthers__deals a {
  font-weight: 600
}

.layoutNavMenuTabVendorsBanners {
  flex-shrink: 0;
  padding-top: 20px;
  margin-bottom: 0
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendorsBanners {
    display: none
  }

  .layoutNavMenuTabVendorsBanners.visible {
    display: block
  }

  .layoutNavMenuTabVendorsBanners.hasPremium {
    display: block;
    max-width: 222px
  }

  .layoutNavMenuTabVendorsBanners.hasPremium .layoutNavMenuBannerBox__content {
    margin-right: 0
  }

  .layoutNavMenuTabVendorsBanners.hasPremium .layoutNavMenuBannerBox__icon {
    display: none
  }
}

.layoutNavMenuTabVendorsOtherTabs {
  display: none;
  width: 50%
}

.layoutNavMenuTabVendorsOtherTabs__subtitle {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 12px
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendorsOtherTabs {
    display: flex;
    justify-content: space-around
  }
}

@media (min-width:1024px) {
  .layoutNavMenuTabVendorsOtherTabs:lang(en-CA) {
    display: flex;
    justify-content: space-around
  }
}

.layoutNavMenuTabVendorsOtherTabsList__item {
  padding-bottom: .5rem
}

.layoutNavMenuTabVendorsOtherTabsList__item--deals a {
  font-weight: 600
}

.layoutNavMenuTabVendorsPremium {
  display: block;
  padding-left: 1.5rem;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 2.5rem;
  flex: 1 1 15%
}

.layoutNavMenuTabVendorsPremium__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 27px
}

.layoutNavMenuTabVendorsPremium__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: .8rem
}

.layoutNavMenuTabVendorsPremium__item {
  display: flex;
  align-items: center;
  padding: 6px 0
}

.layoutNavMenuTabVendorsPremium__link {
  display: flex;
  align-items: center;
  cursor: pointer
}

.layoutNavMenuTabVendorsPremium__image {
  width: 32px;
  height: 32px;
  margin-right: 13px;
  vertical-align: middle;
  border-radius: 8px
}

.layoutNavMenuTabBridesGrooms {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabBridesGrooms__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: .5rem
}

.layoutNavMenuTabBridesGroomsList {
  margin-bottom: .5rem;
  flex: 1 0 auto
}

.layoutNavMenuTabBridesGroomsList__content {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 1rem;
  margin-right: 1rem
}

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

.layoutNavMenuTabBridesGroomsList__item a {
  display: block;
  width: 100%;
  padding: .5rem 0
}

.layoutNavMenuTabBridesGroomsList__item--highlight a {
  font-weight: 600
}

.layoutNavMenuTabBridesGroomsList__item--viewAll {
  display: none
}

.layoutNavMenuTabBridesGroomsBanner {
  padding-top: 1.5rem
}

.layoutNavMenuTabDresses {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabDresses__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px
}

.layoutNavMenuTabDresses__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.layoutNavMenuTabDressesList {
  flex-grow: 1;
  margin-bottom: 20px;
  width: 40%
}

.layoutNavMenuTabDressesList__content {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  grid-row-gap: 1.5rem
}

.layoutNavMenuTabDressesList__item a {
  display: flex;
  align-items: center
}

.layoutNavMenuTabDressesList__item--viewAll {
  display: none
}

.layoutNavMenuTabDressesList__itemIcon {
  display: none
}

@media (min-width:1200px) {
  .layoutNavMenuTabDressesList {
    width: 50%
  }

  .layoutNavMenuTabDressesList__itemIcon {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-right: 15px
  }
}

.layoutNavMenuTabDressesFeatured {
  margin-left: 1.8rem;
  width: 60%;
  display: block
}

.layoutNavMenuTabDressesFeatured__content {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-column-gap: 1.3rem
}

@media (max-width:1024px) {
  .layoutNavMenuTabDressesFeatured {
    margin-left: 1rem;
    width: 70%
  }
}

@media (min-width:1200px) {
  .layoutNavMenuTabDressesFeatured {
    width: 50%;
    border-left: 1px solid #d9d9d9;
    padding-left: 1.8rem
  }
}

.layoutNavMenuTabDressesFeaturedItem img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: .5rem
}

.layoutNavMenuTabDressesFeaturedItem__name {
  font-weight: 600;
  text-align: center;
  font-size: .9rem
}

.layoutNavMenuTabArticles {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabArticles__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabArticlesList {
  flex-grow: 1;
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0;
  width: 50%
}

.layoutNavMenuTabArticlesList__content {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 1rem
}

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

.layoutNavMenuTabArticlesList__item a {
  display: block;
  width: 100%;
  padding: .5rem 0
}

.layoutNavMenuTabArticlesList__item--viewAll {
  display: none
}

.layoutNavMenuTabArticlesBanners {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-left: 2rem;
  align-items: start;
  width: 50%;
  padding-top: 20px
}

.layoutNavMenuTabArticlesBannersItem {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  border-radius: .5rem;
  overflow: hidden;
  transition: all .2s;
  margin-bottom: 1.25rem;
  width: 50%;
  margin-right: 1.25rem;
  cursor: pointer
}

.layoutNavMenuTabArticlesBannersItem:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .3);
  color: inherit !important
}

.layoutNavMenuTabArticlesBannersItem__figure {
  display: flex;
  flex-direction: column
}

.layoutNavMenuTabArticlesBannersItem__image {
  width: 100%;
  height: 90px;
  object-fit: cover
}

.layoutNavMenuTabArticlesBannersItem__content {
  padding: 1rem
}

.layoutNavMenuTabArticlesBannersItem__title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: .25rem;
  font-weight: 600
}

.layoutNavMenuTabArticlesBannersItem__description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0
}

.layoutNavMenuTabArticlesBannersItem:last-child {
  margin-bottom: 0;
  margin-right: 0
}

.layoutNavMenuTabCommunity {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabCommunity__title {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 600;
  text-decoration: none;
  color: #222
}

.layoutNavMenuTabCommunity__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 600
}

.layoutNavMenuTabCommunityList {
  margin-bottom: 20px;
  flex-grow: 1
}

.layoutNavMenuTabCommunityList__content {
  display: grid;
  grid-template-rows: repeat(7, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 1rem
}

.layoutNavMenuTabCommunityList__contentSmall {
  grid-template-rows: repeat(5, 1fr)
}

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

.layoutNavMenuTabCommunityList__item a {
  display: block;
  width: 100%;
  padding: .5rem 0
}

.layoutNavMenuTabCommunityList__item--viewAll {
  display: none
}

.layoutNavMenuTabCommunityLast {
  flex-shrink: 0;
  margin-left: 1.5rem;
  padding-left: 2rem;
  width: 30%;
  display: block
}

.layoutNavMenuTabCommunityLast__list {
  display: grid;
  grid-template-rows: repeat(4, 1fr)
}

.layoutNavMenuTabCommunityLast__list a {
  display: block;
  width: 100%;
  padding: .75rem 0
}

.layoutNavMenuTabCommunityLast__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  margin-top: .25rem;
  margin-bottom: .5rem;
  font-weight: 600
}

@media (min-width:1025px) and (max-width:1199px) {
  .layoutNavMenuTabCommunityLast {
    border-left: none
  }
}

@media (min-width:1201px) {
  .layoutNavMenuTabCommunityLast {
    border-left: 1px solid #d9d9d9
  }
}

.layoutNavMenuTabRegistry {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabRegistry__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabRegistryList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabRegistryList__item a {
  display: flex;
  align-items: center
}

.layoutNavMenuTabRegistryList__item--viewAll {
  display: none
}

.layoutNavMenuTabRegistryList__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-row-gap: .5rem;
  grid-column-gap: 1rem
}

.layoutNavMenuTabRegistryList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabRegistryList__link {
  display: block;
  font-weight: 600;
  color: #f76c6f !important;
  padding-top: 2.5rem
}

.layoutNavMenuTabRegistryVendors {
  border-left: 1px solid #d9d9d9;
  padding-left: 1.8rem;
  width: 65%;
  padding-bottom: 0;
  grid-column-gap: 1.3rem
}

.layoutNavMenuTabRegistryVendors__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block
}

.layoutNavMenuTabRegistryVendors__list {
  display: grid;
  grid-gap: 1.3rem;
  grid-template-columns: repeat(3, 1fr)
}

.layoutNavMenuTabRegistryVendors__item {
  max-width: 130px;
  width: 100%;
  text-align: center
}

.layoutNavMenuTabRegistryVendors__item img {
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  width: 100%;
  height: 65px
}

.layoutNavMenuTabRegistryVendors__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

.layoutNavMenuTabRegistryVendors__link {
  display: block;
  font-weight: 600;
  color: #f76c6f !important;
  padding-top: 2.5rem
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabRegistryVendors__list {
    grid-template-columns: repeat(5, 1fr)
  }
}

.layoutNavMenuTabWebsites {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabWebsites__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabWebsites__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.layoutNavMenuTabWebsitesList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabWebsitesList__item a {
  display: flex;
  align-items: center;
  padding: .5rem 0
}

.layoutNavMenuTabWebsitesList__item--viewAll {
  display: none
}

.layoutNavMenuTabWebsitesList__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-column-gap: 1rem
}

.layoutNavMenuTabWebsiteFeatured {
  width: 60%
}

.layoutNavMenuTabWebsiteFeatured__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem
}

.layoutNavMenuTabWebsiteFeatured__subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.layoutNavMenuTabWebsiteFeatured__image {
  width: 131px;
  height: 177px;
  object-fit: cover;
  border: 1px solid #d9d9d9
}

.layoutNavMenuTabWebsiteFeatured__wrapperCards {
  display: flex
}

.layoutNavMenuTabWebsiteFeatured__anchorCard {
  width: 25%
}

.layoutNavMenuTabWebsiteFeatured__anchorCard:hover {
  color: #f76c6f
}

.layoutNavMenuTabWebsiteFeatured__imagesWrapper {
  display: flex;
  justify-content: center
}

.layoutNavMenuTabWebsiteFeatured__card {
  display: grid;
  justify-items: center;
  background-color: #f8f8f8;
  border-radius: 8px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-top: 10px;
  width: 416px;
  height: 260px
}

.layoutNavMenuTabWebsiteFeatured__card--smallCard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 130px;
  padding-top: 10px
}

.layoutNavMenuTabWebsiteFeatured__card.active {
  border: 2px solid #f76c6f
}

.layoutNavMenuTabWebsiteFeatured__thumb {
  border: 3px solid #222;
  border-radius: 8px
}

@media (max-width:767px) {
  .layoutNavMenuTabWebsiteFeatured__thumb {
    display: none
  }
}

.layoutNavMenuTabWebsiteFeatured__thumb--vertical {
  width: 252px;
  height: auto
}

.layoutNavMenuTabWebsiteFeatured__thumb--split {
  width: 300px;
  height: auto;
  margin-top: 15px;
  margin-left: -30px
}

.layoutNavMenuTabWebsiteFeatured__thumb--smallImageVertical {
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-top: 9%
}

.layoutNavMenuTabWebsiteFeatured__thumb--smallImageSplit {
  margin-top: -5%;
  width: auto;
  margin-left: 0
}

@media (min-width:768px) {
  .layoutNavMenuTabWebsiteFeatured__thumb--smallImageSplit {
    height: 57%
  }
}

@media (min-width:1145px) {
  .layoutNavMenuTabWebsiteFeatured__thumb--smallImageSplit {
    height: 77%
  }
}

.layoutNavMenuTabWebsiteFeatured__thumbMobile {
  width: auto;
  height: 139px;
  margin-top: 19px;
  border-radius: 8px;
  border: 3px solid #222
}

@media (max-width:767px) {
  .layoutNavMenuTabWebsiteFeatured__thumbMobile {
    display: block
  }
}

@media (min-width:1024px) {
  .layoutNavMenuTabWebsiteFeatured__thumbMobile {
    display: none
  }
}

.layoutNavMenuTabWebsiteFeatured__title {
  margin: 4px 0 15px;
  text-align: center;
  letter-spacing: normal;
  font-size: 14px
}

.layoutNavMenuTabWebsiteFeatured--fixCardWidth {
  width: 204px;
  margin-left: 5px
}

.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites {
  font-size: 14px;
  line-height: 21px;
  color: #f76c6f;
  font-weight: 600
}

.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites:hover {
  color: #c5282b
}

@media (min-width:1024px) {
  .layoutNavMenuTabWebsiteFeatured {
    border-left: 1px solid #d9d9d9;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    grid-column-gap: 1.3rem
  }

  .layoutNavMenuTabWebsiteFeatured__content {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .layoutNavMenuTabWebsiteFeatured__thumbMobile {
    display: none
  }
}

.layoutNavMenuTabInvitation {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabInvitation__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabInvitationList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabInvitationList__item a {
  display: flex;
  align-items: center;
  padding: .5rem 0
}

.layoutNavMenuTabInvitationList__item--viewAll a {
  font-weight: 600
}

.layoutNavMenuTabInvitationList__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-row-gap: .5rem;
  grid-column-gap: 1rem
}

.layoutNavMenuTabInvitationList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabInvitationList__link {
  display: block;
  font-weight: 600;
  color: #f76c6f !important;
  padding-top: .5rem
}

.layoutNavMenuTabInvitationShop {
  border-left: 1px solid #d9d9d9;
  padding-left: 1.8rem;
  width: 65%
}

.layoutNavMenuTabInvitationShop__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block
}

.layoutNavMenuTabInvitationShop__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.3rem
}

.layoutNavMenuTabInvitationShop__item {
  max-width: 130px;
  width: 100%;
  text-align: center
}

.layoutNavMenuTabInvitationShop__item img {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 130px;
  object-fit: cover
}

.layoutNavMenuTabInvitationShop__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabInvitationShop {
    padding-bottom: 0;
    grid-column-gap: 1.3rem;
    width: 50%
  }
}

.layoutNavMenuTabMore {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabMore__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabMoreTabsLinks {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabMoreTabsLinks__item a {
  display: flex;
  align-items: center
}

.layoutNavMenuTabMoreTabsLinks__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem
}

.layoutNavMenuTabMoreTabsLinks__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabMoreTabsLinks__link {
  display: block;
  font-weight: 600;
  color: #f76c6f;
  padding-top: 1rem
}

.layoutNavMenuTabMoreRegistryVendors {
  border-left: 1px solid #d9d9d9;
  padding-left: 1.3rem
}

.layoutNavMenuTabMoreRegistryVendors__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block
}

.layoutNavMenuTabMoreRegistryVendors__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: .6rem
}

.layoutNavMenuTabMoreRegistryVendors__item {
  max-width: 130px;
  width: 100%;
  text-align: center
}

.layoutNavMenuTabMoreRegistryVendors__item img {
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  width: 100%;
  height: 65px
}

.layoutNavMenuTabMoreRegistryVendors__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

.layoutNavMenuTabMoreRegistryVendors__link {
  display: block;
  font-weight: 600;
  color: #f76c6f;
  padding-top: 2.5rem
}

.layoutNavMenuTabMoreDressesFeatured {
  margin-left: 1.25rem;
  border-left: 1px solid #d9d9d9;
  padding-left: 1.25rem;
  width: 33%;
  display: block
}

.layoutNavMenuTabMoreDressesFeatured__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.3rem
}

.layoutNavMenuTabMoreDressesFeaturedItem img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: .5rem
}

.layoutNavMenuTabMoreDressesFeaturedItem__name {
  font-weight: 600;
  text-align: center;
  font-size: .9rem
}

.layoutNavMenuBannerBox {
  padding: 1rem;
  box-sizing: border-box;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  display: flex;
  max-width: 305px;
  height: max-content;
  grid-area: bannerBox;
  transition: all .2s;
  cursor: pointer
}

.layoutNavMenuBannerBox:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .3)
}

.layoutNavMenuBannerBox__title {
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin-bottom: .25rem;
  font-weight: 600
}

.layoutNavMenuBannerBox__subtitle {
  font-size: 14px;
  line-height: 21px
}

.layoutNavMenuBannerBox__content {
  margin-right: 1rem
}

.layoutNavMenuBannerBox__icon {
  width: 48px;
  height: 48px;
  align-self: center
}

.layoutNavMenuBannerBox:last-of-type {
  grid-area: 2/2
}

.layoutNavMenuBannerBox:first-of-type {
  grid-area: 1/2;
  margin-bottom: 1rem
}

.layoutHeader {
  padding: 0 2rem;
  max-width: 1360px;
  min-width: 950px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative
}

.layoutHeader:after {
  border-bottom: 1px solid #d9d9d9;
  content: "";
  z-index: 1;
  width: 100vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw
}

.layoutHeader .wrapper {
  width: 100%;
  max-width: 100%;
  min-width: auto
}

.layoutHeader .wrapper--blood {
  padding: 0
}

.layoutHeader__logoAnchor {
  display: flex;
  flex-shrink: 0;
  max-width: 185px
}

.layoutHeader__logoAnchor img {
  width: 100%;
  margin: 0
}

.layoutHeader__nav {
  width: 100%
}

.layoutHeader .menu {
  border-bottom: 0
}

.layoutHeader .menu-top .svgIcon {
  margin: 0
}

.layoutHeader .menu-top-access {
  font-size: .9rem;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000
}

.layoutHeader .nav-main {
  padding-left: 18px !important;
  display: flex !important
}

.layoutHeader .nav-main-item {
  padding: 0 8px
}

.layoutHeader .nav-main-item:last-child {
  padding-right: 0
}

.layoutHeader .nav-main-item a {
  letter-spacing: 0
}

.layoutHeader .nav-main-item .layoutNavMenuTab {
  display: none
}

.layoutHeader .nav-main-item.nav-tabShop {
  cursor: pointer
}

.layoutHeader .nav-main-link:after {
  top: 57px
}

@media (max-width:1199px) {

  .layoutHeader .nav-main .nav-tabBrides,
  .layoutHeader .nav-main .nav-tabGrooms,
  .layoutHeader .nav-main .nav-tabRegistry,
  .layoutHeader .nav-main .nav-tabShop {
    display: none
  }
}

.layoutHeader .empLoggedBox {
  display: flex;
  align-items: center
}

.layoutHeader .header-joined {
  display: flex;
  align-items: center
}

.layoutHeader .header-joined__toggle {
  display: none
}

.layoutHeader .header-joined-container {
  display: flex;
  align-items: center
}

.layoutHeader .header-joined-avatar img {
  width: 40px;
  height: 40px
}

.layoutHeader .header-joined-inbox {
  display: flex;
  align-items: center;
  margin-left: 1.6rem;
  margin-top: 0
}

.layoutHeader .header-joined-inbox .counter {
  font-size: 11px;
  line-height: 10px;
  padding: 4px 2px
}

.layoutHeader .header-join-link {
  padding: 0
}

.layoutHeader .header-join-link:last-child {
  margin-left: 8px
}

.layoutHeader .universalFavoriteBoxSave {
  display: flex;
  align-items: center
}

.layoutHeader .universalFavoriteBoxSave--header {
  margin: 0
}

.layoutHeader .universalFavoriteBoxSave__heartIcon--big {
  width: 20px;
  height: 20px
}

.layoutHeader .tabsHeader {
  top: 59px
}

.layoutHeader .tabsHeader a:not(.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites) {
  color: #000
}

.layoutHeader .tabsHeader a:not(.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites):hover {
  color: #f76c6f
}

.layoutHeader .tabsHeader:after {
  background-color: #fff;
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw
}

.layoutHeader .tabsHeader__backdrop {
  width: 100vw;
  left: 50%;
  margin-left: -50vw
}

.layoutHeader .userMenu {
  border: none
}

.layoutNavMenuTab__header {
  display: none
}

html:lang(es-ES) .layoutHeader__logoAnchor {
  height: 59px
}

html:lang(es-ES) .userMenu {
  top: 60px
}

html:lang(es-AR) .layoutHeader__logoAnchor {
  max-width: 230px;
  margin-top: 9px
}

html:lang(es-AR) .userMenu {
  top: 57px
}

html:lang(es-MX) .layoutHeader__logoAnchor {
  margin: 4px auto 5px
}

html:lang(es-CL) .layoutHeader__logoAnchor {
  max-width: 208px;
  margin: 4px auto 5px
}

html:lang(es-UY) .layoutHeader__logoAnchor {
  max-width: 210px;
  margin: 7px auto 2px
}

html:lang(es-CO) .layoutHeader__logoAnchor {
  max-width: 210px;
  margin: 0 auto 9px
}

html:lang(es-PE) .layoutHeader__logoAnchor {
  max-width: 210px;
  margin: 9px auto 0
}

html:lang(en-GB) .layoutHeader__logoAnchor,
html:lang(en-IE) .layoutHeader__logoAnchor {
  max-width: 130px;
  margin: -5px auto 14px
}

html:lang(en-US) .layoutHeader__logoAnchor {
  max-width: 194px;
  margin: 2px 0 7px
}

html:lang(en-US) .nav-main-item {
  padding: 0 6px
}

html:lang(en-US) .nav-main-item:first-child {
  padding-left: 6px
}

html:lang(en-US) .nav-tabMore {
  display: none
}

html:lang(en-US) .nav-main-link {
  font-size: 13px !important
}

html:lang(en-US) .header-joined-inbox {
  margin: 0 1.5rem 0 1.6rem !important
}

@media (max-width:1199px) {
  html:lang(en-US) .nav-tabDresses {
    display: none
  }

  html:lang(en-US) .nav-tabWebsites span {
    display: none
  }

  html:lang(en-US) .nav-tabMore {
    display: inline-block
  }
}

@media (max-width:1360px) {
  html:lang(en-US) .nav-tabCommunity {
    display: none
  }
}

html:lang(en-CA) .layoutHeader__logoAnchor {
  max-width: 210px;
  margin: 2px auto 7px
}

html:lang(en-IN) .layoutHeader__logoAnchor {
  max-width: 215px;
  height: 59px
}

html:lang(fr-FR) .layoutHeader__logoAnchor {
  margin: 2px 0 7px
}

html:lang(it-IT) .layoutHeader__logoAnchor,
html:lang(pt-PT) .layoutHeader__logoAnchor {
  max-width: 215px;
  margin: 2px 0 7px
}

@media only screen and (min-width:1024px) {
  html:lang(pt-BR) .layoutHeader__logoAnchor {
    max-width: 210px;
    margin-bottom: 9px
  }

  html:lang(pt-BR) .nav-main-link {
    font-size: 14px
  }
}

.layoutSkipMain {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999
}

.layoutSkipMain:active,
.layoutSkipMain:focus-visible {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  border-radius: .5rem;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: auto;
  margin: 1rem;
  padding: 1rem;
  border: 3px solid #6c6c6c;
  text-align: center;
  font-size: 18px;
  z-index: 999
}

@media (max-width:1024px) {
  .layoutHeader {
    padding: 0 2rem
  }

  .layoutHeader .nav-main-item {
    padding: 0 4px
  }

  .layoutHeader .header-joined {
    margin-top: 0
  }

  .layoutHeader .header-joined-inbox {
    margin-top: 0
  }

  .layoutHeader .header-joined-avatar .avatar-alias {
    width: 40px;
    min-width: 100%;
    height: 40px
  }

  html:lang(es-AR) .layoutHeader__logoAnchor {
    max-width: 218px
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
  .layoutHeader {
    padding: 0 10px
  }
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
  .layoutHeader {
    padding: 0 10px
  }
}

.layoutNavMenuTabMyWedding {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabMyWedding__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabMyWeddingList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabMyWeddingList__item a {
  display: flex;
  align-items: center;
  padding: .75rem 0
}

.layoutNavMenuTabMyWeddingList__item--viewAll {
  display: none
}

.layoutNavMenuTabMyWeddingList__content {
  display: grid;
  grid-area: list;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: .5rem
}

.layoutNavMenuTabMyWeddingList__contentSmall {
  grid-template-columns: repeat(2, 1fr)
}

.layoutNavMenuTabMyWeddingList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabMyWeddingBanners {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-top: 1.5rem
}

.layoutNavMenuTabMyWeddingPersonalize {
  flex-grow: 1;
  padding-left: 1.5rem;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 1rem;
  padding-top: 0
}

.layoutNavMenuTabMyWeddingPersonalize__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabMyWeddingPersonalize__item a {
  font-size: 14px;
  line-height: 21px
}

.layoutNavMenuTabMyWeddingPersonalize__content {
  display: grid;
  grid-area: list;
  grid-template-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: .5rem
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabMyWeddingPersonalize__content {
    grid-template-columns: repeat(2, 1fr)
  }
}

.layoutNavMenuTabVenues {
  display: flex
}

.layoutNavMenuTabVenues__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px
}

.layoutNavMenuTabVenues__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.layoutNavMenuTabVenues__categories {
  flex: 1 0 auto
}

.layoutNavMenuTabVenues .layoutNavMenuBannerBox {
  align-self: flex-end
}

@media (min-width:1024px) and (max-width:1199px) {
  .layoutNavMenuTabVenues .layoutNavMenuBannerBox {
    max-width: 270px
  }

  .layoutNavMenuTabVenues .layoutNavMenuBannerBox__icon {
    display: none
  }
}

.layoutNavMenuTabVenuesList {
  margin-bottom: 20px
}

.layoutNavMenuTabVenuesListBig {
  border-right: 0
}

.layoutNavMenuTabVenuesList__content {
  grid-area: list;
  display: grid;
  grid-template-rows: auto;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr)
}

.layoutNavMenuTabVenuesList__contentBig {
  grid-template-columns: repeat(4, 1fr)
}

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

.layoutNavMenuTabVenuesList__item a {
  padding: .5rem 1rem .5rem 0
}

.layoutNavMenuTabVenuesList__item--highlight a {
  font-weight: 600
}

.layoutNavMenuTabVenuesList__item--viewAll {
  display: none
}

.layoutNavMenuTabVenuesList__image {
  margin-right: 10px;
  vertical-align: middle
}

.layoutNavMenuTabVenuesListPremium {
  padding-left: 1.5rem;
  flex: 0 2 auto;
  margin-bottom: 20px;
  border-left: 1px solid #d9d9d9
}

.layoutNavMenuTabVenuesListPremium__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 27px
}

.layoutNavMenuTabVenuesListPremium__content {
  grid-area: list;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: .8rem
}

.layoutNavMenuTabVenuesListPremium__item {
  display: flex;
  align-items: center;
  padding: 6px 0
}

.layoutNavMenuTabVenuesListPremium__link {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-right: .75rem;
  align-items: center
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabVenuesListPremium__link {
    padding-right: 1.5rem
  }
}

.layoutNavMenuTabVenuesListPremium__image {
  width: 32px;
  height: 32px;
  margin-right: 13px;
  vertical-align: middle;
  border-radius: .5rem
}

.layoutNavMenuTabVenuesBanners {
  display: flex;
  flex-direction: column;
  flex: 0 2 auto;
  padding-top: 20px
}

.layoutNavMenuTabVendors {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabVendors__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.layoutNavMenuTabVendors__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px
}

.layoutNavMenuTabVendors__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendors__content {
    width: 50%
  }

  .layoutNavMenuTabVendors__contentBig {
    width: 100%
  }
}

.layoutNavMenuTabVendorsList {
  margin-bottom: 25px;
  flex: 1 0 50%
}

.layoutNavMenuTabVendorsList__content {
  display: grid;
  grid-area: list;
  grid-template-columns: repeat(auto-fill, minmax(16rem, auto));
  grid-row-gap: .8rem
}

.layoutNavMenuTabVendorsList__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0
}

.layoutNavMenuTabVendorsList__item--viewAll {
  display: none
}

.layoutNavMenuTabVendorsList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendorsList__content {
    grid-template-columns: repeat(2, 1fr)
  }

  .layoutNavMenuTabVendorsList__contentBig {
    grid-template-columns: repeat(3, 1fr)
  }
}

.layoutNavMenuTabVendorsListOthers__subtitle {
  display: none
}

.layoutNavMenuTabVendorsListOthers__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 0
}

.layoutNavMenuTabVendorsListOthers__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem
}

.layoutNavMenuTabVendorsListOthers__item {
  margin: 0 20px 10px 0
}

.layoutNavMenuTabVendorsListOthers__deals {
  margin: 0 0 10px
}

.layoutNavMenuTabVendorsListOthers__deals a {
  font-weight: 600
}

.layoutNavMenuTabVendorsBanners {
  flex-shrink: 0;
  padding-top: 20px;
  margin-bottom: 0
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendorsBanners {
    display: none
  }

  .layoutNavMenuTabVendorsBanners.visible {
    display: block
  }

  .layoutNavMenuTabVendorsBanners.hasPremium {
    display: block;
    max-width: 222px
  }

  .layoutNavMenuTabVendorsBanners.hasPremium .layoutNavMenuBannerBox__content {
    margin-right: 0
  }

  .layoutNavMenuTabVendorsBanners.hasPremium .layoutNavMenuBannerBox__icon {
    display: none
  }
}

.layoutNavMenuTabVendorsOtherTabs {
  display: none;
  width: 50%
}

.layoutNavMenuTabVendorsOtherTabs__subtitle {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 12px
}

@media (max-width:1199px) {
  .layoutNavMenuTabVendorsOtherTabs {
    display: flex;
    justify-content: space-around
  }
}

@media (min-width:1024px) {
  .layoutNavMenuTabVendorsOtherTabs:lang(en-CA) {
    display: flex;
    justify-content: space-around
  }
}

.layoutNavMenuTabVendorsOtherTabsList__item {
  padding-bottom: .5rem
}

.layoutNavMenuTabVendorsOtherTabsList__item--deals a {
  font-weight: 600
}

.layoutNavMenuTabVendorsPremium {
  display: block;
  padding-left: 1.5rem;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 2.5rem;
  flex: 1 1 15%
}

.layoutNavMenuTabVendorsPremium__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 27px
}

.layoutNavMenuTabVendorsPremium__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: .8rem
}

.layoutNavMenuTabVendorsPremium__item {
  display: flex;
  align-items: center;
  padding: 6px 0
}

.layoutNavMenuTabVendorsPremium__link {
  display: flex;
  align-items: center;
  cursor: pointer
}

.layoutNavMenuTabVendorsPremium__image {
  width: 32px;
  height: 32px;
  margin-right: 13px;
  vertical-align: middle;
  border-radius: 8px
}

.layoutNavMenuTabBridesGrooms {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabBridesGrooms__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: .5rem
}

.layoutNavMenuTabBridesGroomsList {
  margin-bottom: .5rem;
  flex: 1 0 auto
}

.layoutNavMenuTabBridesGroomsList__content {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 1rem;
  margin-right: 1rem
}

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

.layoutNavMenuTabBridesGroomsList__item a {
  display: block;
  width: 100%;
  padding: .5rem 0
}

.layoutNavMenuTabBridesGroomsList__item--highlight a {
  font-weight: 600
}

.layoutNavMenuTabBridesGroomsList__item--viewAll {
  display: none
}

.layoutNavMenuTabBridesGroomsBanner {
  padding-top: 1.5rem
}

.layoutNavMenuTabDresses {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabDresses__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px
}

.layoutNavMenuTabDresses__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: .9rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.layoutNavMenuTabDressesList {
  flex-grow: 1;
  margin-bottom: 20px;
  width: 40%
}

.layoutNavMenuTabDressesList__content {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  grid-row-gap: 1.5rem
}

.layoutNavMenuTabDressesList__item a {
  display: flex;
  align-items: center
}

.layoutNavMenuTabDressesList__item--viewAll {
  display: none
}

.layoutNavMenuTabDressesList__itemIcon {
  display: none
}

@media (min-width:1200px) {
  .layoutNavMenuTabDressesList {
    width: 50%
  }

  .layoutNavMenuTabDressesList__itemIcon {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-right: 15px
  }
}

.layoutNavMenuTabDressesFeatured {
  margin-left: 1.8rem;
  width: 60%;
  display: block
}

.layoutNavMenuTabDressesFeatured__content {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-column-gap: 1.3rem
}

@media (max-width:1024px) {
  .layoutNavMenuTabDressesFeatured {
    margin-left: 1rem;
    width: 70%
  }
}

@media (min-width:1200px) {
  .layoutNavMenuTabDressesFeatured {
    width: 50%;
    border-left: 1px solid #d9d9d9;
    padding-left: 1.8rem
  }
}

.layoutNavMenuTabDressesFeaturedItem img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: .5rem
}

.layoutNavMenuTabDressesFeaturedItem__name {
  font-weight: 600;
  text-align: center;
  font-size: .9rem
}

.layoutNavMenuTabArticles {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabArticles__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabArticlesList {
  flex-grow: 1;
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0;
  width: 50%
}

.layoutNavMenuTabArticlesList__content {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 1rem
}

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

.layoutNavMenuTabArticlesList__item a {
  display: block;
  width: 100%;
  padding: .5rem 0
}

.layoutNavMenuTabArticlesList__item--viewAll {
  display: none
}

.layoutNavMenuTabArticlesBanners {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-left: 2rem;
  align-items: start;
  width: 50%;
  padding-top: 20px
}

.layoutNavMenuTabArticlesBannersItem {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  border-radius: .5rem;
  overflow: hidden;
  transition: all .2s;
  margin-bottom: 1.25rem;
  width: 50%;
  margin-right: 1.25rem;
  cursor: pointer
}

.layoutNavMenuTabArticlesBannersItem:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .3);
  color: inherit !important
}

.layoutNavMenuTabArticlesBannersItem__figure {
  display: flex;
  flex-direction: column
}

.layoutNavMenuTabArticlesBannersItem__image {
  width: 100%;
  height: 90px;
  object-fit: cover
}

.layoutNavMenuTabArticlesBannersItem__content {
  padding: 1rem
}

.layoutNavMenuTabArticlesBannersItem__title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: .25rem;
  font-weight: 600
}

.layoutNavMenuTabArticlesBannersItem__description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0
}

.layoutNavMenuTabArticlesBannersItem:last-child {
  margin-bottom: 0;
  margin-right: 0
}

.layoutNavMenuTabCommunity {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabCommunity__title {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 600;
  text-decoration: none;
  color: #222
}

.layoutNavMenuTabCommunity__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 600
}

.layoutNavMenuTabCommunityList {
  margin-bottom: 20px;
  flex-grow: 1
}

.layoutNavMenuTabCommunityList__content {
  display: grid;
  grid-template-rows: repeat(7, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 1rem
}

.layoutNavMenuTabCommunityList__contentSmall {
  grid-template-rows: repeat(5, 1fr)
}

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

.layoutNavMenuTabCommunityList__item a {
  display: block;
  width: 100%;
  padding: .5rem 0
}

.layoutNavMenuTabCommunityList__item--viewAll {
  display: none
}

.layoutNavMenuTabCommunityLast {
  flex-shrink: 0;
  margin-left: 1.5rem;
  padding-left: 2rem;
  width: 30%;
  display: block
}

.layoutNavMenuTabCommunityLast__list {
  display: grid;
  grid-template-rows: repeat(4, 1fr)
}

.layoutNavMenuTabCommunityLast__list a {
  display: block;
  width: 100%;
  padding: .75rem 0
}

.layoutNavMenuTabCommunityLast__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  margin-top: .25rem;
  margin-bottom: .5rem;
  font-weight: 600
}

@media (min-width:1025px) and (max-width:1199px) {
  .layoutNavMenuTabCommunityLast {
    border-left: none
  }
}

@media (min-width:1201px) {
  .layoutNavMenuTabCommunityLast {
    border-left: 1px solid #d9d9d9
  }
}

.layoutNavMenuTabRegistry {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabRegistry__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabRegistryList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabRegistryList__item a {
  display: flex;
  align-items: center
}

.layoutNavMenuTabRegistryList__item--viewAll {
  display: none
}

.layoutNavMenuTabRegistryList__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-row-gap: .5rem;
  grid-column-gap: 1rem
}

.layoutNavMenuTabRegistryList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabRegistryList__link {
  display: block;
  font-weight: 600;
  color: #f76c6f !important;
  padding-top: 2.5rem
}

.layoutNavMenuTabRegistryVendors {
  border-left: 1px solid #d9d9d9;
  padding-left: 1.8rem;
  width: 65%;
  padding-bottom: 0;
  grid-column-gap: 1.3rem
}

.layoutNavMenuTabRegistryVendors__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block
}

.layoutNavMenuTabRegistryVendors__list {
  display: grid;
  grid-gap: 1.3rem;
  grid-template-columns: repeat(3, 1fr)
}

.layoutNavMenuTabRegistryVendors__item {
  max-width: 130px;
  width: 100%;
  text-align: center
}

.layoutNavMenuTabRegistryVendors__item img {
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  width: 100%;
  height: 65px
}

.layoutNavMenuTabRegistryVendors__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

.layoutNavMenuTabRegistryVendors__link {
  display: block;
  font-weight: 600;
  color: #f76c6f !important;
  padding-top: 2.5rem
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabRegistryVendors__list {
    grid-template-columns: repeat(5, 1fr)
  }
}

.layoutNavMenuTabWebsites {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabWebsites__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabWebsites__subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.layoutNavMenuTabWebsitesList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabWebsitesList__item a {
  display: flex;
  align-items: center;
  padding: .5rem 0
}

.layoutNavMenuTabWebsitesList__item--viewAll {
  display: none
}

.layoutNavMenuTabWebsitesList__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-column-gap: 1rem
}

.layoutNavMenuTabWebsiteFeatured {
  width: 60%
}

.layoutNavMenuTabWebsiteFeatured__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem
}

.layoutNavMenuTabWebsiteFeatured__subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.layoutNavMenuTabWebsiteFeatured__image {
  width: 131px;
  height: 177px;
  object-fit: cover;
  border: 1px solid #d9d9d9
}

.layoutNavMenuTabWebsiteFeatured__wrapperCards {
  display: flex
}

.layoutNavMenuTabWebsiteFeatured__anchorCard {
  width: 25%
}

.layoutNavMenuTabWebsiteFeatured__anchorCard:hover {
  color: #f76c6f
}

.layoutNavMenuTabWebsiteFeatured__imagesWrapper {
  display: flex;
  justify-content: center
}

.layoutNavMenuTabWebsiteFeatured__card {
  display: grid;
  justify-items: center;
  background-color: #f8f8f8;
  border-radius: 8px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-top: 10px;
  width: 416px;
  height: 260px
}

.layoutNavMenuTabWebsiteFeatured__card--smallCard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 130px;
  padding-top: 10px
}

.layoutNavMenuTabWebsiteFeatured__card.active {
  border: 2px solid #f76c6f
}

.layoutNavMenuTabWebsiteFeatured__thumb {
  border: 3px solid #222;
  border-radius: 8px
}

@media (max-width:767px) {
  .layoutNavMenuTabWebsiteFeatured__thumb {
    display: none
  }
}

.layoutNavMenuTabWebsiteFeatured__thumb--vertical {
  width: 252px;
  height: auto
}

.layoutNavMenuTabWebsiteFeatured__thumb--split {
  width: 300px;
  height: auto;
  margin-top: 15px;
  margin-left: -30px
}

.layoutNavMenuTabWebsiteFeatured__thumb--smallImageVertical {
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-top: 9%
}

.layoutNavMenuTabWebsiteFeatured__thumb--smallImageSplit {
  margin-top: -5%;
  width: auto;
  margin-left: 0
}

@media (min-width:768px) {
  .layoutNavMenuTabWebsiteFeatured__thumb--smallImageSplit {
    height: 57%
  }
}

@media (min-width:1145px) {
  .layoutNavMenuTabWebsiteFeatured__thumb--smallImageSplit {
    height: 77%
  }
}

.layoutNavMenuTabWebsiteFeatured__thumbMobile {
  width: auto;
  height: 139px;
  margin-top: 19px;
  border-radius: 8px;
  border: 3px solid #222
}

@media (max-width:767px) {
  .layoutNavMenuTabWebsiteFeatured__thumbMobile {
    display: block
  }
}

@media (min-width:1024px) {
  .layoutNavMenuTabWebsiteFeatured__thumbMobile {
    display: none
  }
}

.layoutNavMenuTabWebsiteFeatured__title {
  margin: 4px 0 15px;
  text-align: center;
  letter-spacing: normal;
  font-size: 14px
}

.layoutNavMenuTabWebsiteFeatured--fixCardWidth {
  width: 204px;
  margin-left: 5px
}

.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites {
  font-size: 14px;
  line-height: 21px;
  color: #f76c6f;
  font-weight: 600
}

.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites:hover {
  color: #c5282b
}

@media (min-width:1024px) {
  .layoutNavMenuTabWebsiteFeatured {
    border-left: 1px solid #d9d9d9;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    grid-column-gap: 1.3rem
  }

  .layoutNavMenuTabWebsiteFeatured__content {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .layoutNavMenuTabWebsiteFeatured__thumbMobile {
    display: none
  }
}

.layoutNavMenuTabInvitation {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabInvitation__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabInvitationList {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabInvitationList__item a {
  display: flex;
  align-items: center;
  padding: .5rem 0
}

.layoutNavMenuTabInvitationList__item--viewAll a {
  font-weight: 600
}

.layoutNavMenuTabInvitationList__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-row-gap: .5rem;
  grid-column-gap: 1rem
}

.layoutNavMenuTabInvitationList__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabInvitationList__link {
  display: block;
  font-weight: 600;
  color: #f76c6f !important;
  padding-top: .5rem
}

.layoutNavMenuTabInvitationShop {
  border-left: 1px solid #d9d9d9;
  padding-left: 1.8rem;
  width: 65%
}

.layoutNavMenuTabInvitationShop__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block
}

.layoutNavMenuTabInvitationShop__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.3rem
}

.layoutNavMenuTabInvitationShop__item {
  max-width: 130px;
  width: 100%;
  text-align: center
}

.layoutNavMenuTabInvitationShop__item img {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 130px;
  object-fit: cover
}

.layoutNavMenuTabInvitationShop__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

@media screen and (min-width:1200px) {
  .layoutNavMenuTabInvitationShop {
    padding-bottom: 0;
    grid-column-gap: 1.3rem;
    width: 50%
  }
}

.layoutNavMenuTabMore {
  display: flex;
  flex-direction: row
}

.layoutNavMenuTabMore__title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem
}

.layoutNavMenuTabMoreTabsLinks {
  flex-grow: 1;
  margin-bottom: 1rem
}

.layoutNavMenuTabMoreTabsLinks__item a {
  display: flex;
  align-items: center
}

.layoutNavMenuTabMoreTabsLinks__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: list;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem
}

.layoutNavMenuTabMoreTabsLinks__itemIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px
}

.layoutNavMenuTabMoreTabsLinks__link {
  display: block;
  font-weight: 600;
  color: #f76c6f;
  padding-top: 1rem
}

.layoutNavMenuTabMoreRegistryVendors {
  border-left: 1px solid #d9d9d9;
  padding-left: 1.3rem
}

.layoutNavMenuTabMoreRegistryVendors__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block
}

.layoutNavMenuTabMoreRegistryVendors__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: .6rem
}

.layoutNavMenuTabMoreRegistryVendors__item {
  max-width: 130px;
  width: 100%;
  text-align: center
}

.layoutNavMenuTabMoreRegistryVendors__item img {
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  width: 100%;
  height: 65px
}

.layoutNavMenuTabMoreRegistryVendors__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600
}

.layoutNavMenuTabMoreRegistryVendors__link {
  display: block;
  font-weight: 600;
  color: #f76c6f;
  padding-top: 2.5rem
}

.layoutNavMenuTabMoreDressesFeatured {
  margin-left: 1.25rem;
  border-left: 1px solid #d9d9d9;
  padding-left: 1.25rem;
  width: 33%;
  display: block
}

.layoutNavMenuTabMoreDressesFeatured__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.3rem
}

.layoutNavMenuTabMoreDressesFeaturedItem img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: .5rem
}

.layoutNavMenuTabMoreDressesFeaturedItem__name {
  font-weight: 600;
  text-align: center;
  font-size: .9rem
}

.layoutNavMenuBannerBox {
  padding: 1rem;
  box-sizing: border-box;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  display: flex;
  max-width: 305px;
  height: max-content;
  grid-area: bannerBox;
  transition: all .2s;
  cursor: pointer
}

.layoutNavMenuBannerBox:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .3)
}

.layoutNavMenuBannerBox__title {
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin-bottom: .25rem;
  font-weight: 600
}

.layoutNavMenuBannerBox__subtitle {
  font-size: 14px;
  line-height: 21px
}

.layoutNavMenuBannerBox__content {
  margin-right: 1rem
}

.layoutNavMenuBannerBox__icon {
  width: 48px;
  height: 48px;
  align-self: center
}

.layoutNavMenuBannerBox:last-of-type {
  grid-area: 2/2
}

.layoutNavMenuBannerBox:first-of-type {
  grid-area: 1/2;
  margin-bottom: 1rem
}

.footer-list-wrapper {
  margin-top: 15px
}

.footer-list-wrapper-border {
  padding-top: 30px;
  border-top: 1px solid #d9d9d9
}

.footer-list {
  margin-bottom: 10px
}

.footer-list li {
  font-size: 14px;
  line-height: 21px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px 0;
  padding-right: 15px;
  white-space: normal !important
}

.footer-list a {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c
}

.footer-list a:hover {
  color: #f76c6f
}

.footer-list .count {
  margin-left: 3px;
  color: #8c8c8c
}

.footer-list-title {
  font-size: 14px;
  line-height: 21px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  padding-right: 20px;
  margin-bottom: 0
}

.footer-list-title a {
  color: #222
}

.footer-list--flexColumns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer-list--flexColumns ul li {
  width: 50%;
  box-sizing: border-box
}

.footer-list-columns li a {
  margin: 0 10px;
  padding: 8px 0;
  display: block
}

.footer-info {
  background: #f8f8f8;
  padding: 20px 0;
  position: relative
}

.footer-info .app-link-blank,
.footer-info a {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: inline-block;
  padding: 3px 0
}

.footer-info .app-link-blank:hover,
.footer-info a:hover {
  color: #222
}

.footer-info .app-link-blank .svgIcon,
.footer-info a .svgIcon {
  position: relative;
  top: 2px
}

.footer-info hr {
  width: 30px;
  border: 1px solid #d9d9d9;
  margin: 10px 0;
  text-align: left
}

.footer-info .footer-info-img {
  height: 100%
}

.footer-info__social {
  vertical-align: top;
  margin-left: 5px
}

.footer-info__social-icon {
  fill: #8c8c8c
}

.footer-info__social-icon:hover {
  fill: #222
}

.footer-info__social-icon:hover .svgIcon {
  border-color: #222
}

.footer-info__social-icon .svgIcon {
  padding: 4px;
  border: 2px solid #8c8c8c;
  border-radius: 100%
}

.footer-info__social-icon .svgIcon__instagram {
  padding: 3px;
  height: 18px;
  width: 18px
}

.footer-info__appAnchor {
  display: initial !important
}

.footer-info__appImg {
  margin-top: 5px
}

.footer-country {
  background: #efefef;
  padding: 10px 0
}

.footer-country__anchor {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  padding: 3px 0;
  color: #6c6c6c;
  margin-right: 10px
}

.footer-country__title {
  color: #6c6c6c;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 10px 5px 0
}

.footer-country__logo {
  float: right
}

.footer-country__copy {
  float: right;
  margin-right: 28px;
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin-top: 10px
}

.footer-info-title,
.footer-list .footer-info-title {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 600;
  margin-bottom: 5px;
  display: block
}

.footer-info-title--inline,
.footer-list .footer-info-title--inline {
  display: inline-block
}

.footer-social .svgIcon {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px
}

.footer-info-title__vendor {
  color: #8c8c8c
}

.footer-nav {
  background-color: #f8f8f8
}

.footer-nav .wrapper {
  padding: 20px 15px
}

.footer-nav-menu {
  text-align: right;
  color: #8c8c8c
}

.footer-nav-menu li {
  display: inline-block;
  vertical-align: middle
}

.footer-nav-menu span {
  padding: 8px 5px 3px;
  cursor: pointer;
  display: block;
  text-transform: uppercase
}

.footer-nav-menu span:hover {
  color: #959595
}

@media only screen and (max-width:1024px) {
  .footer-nav-menu span {
    font-size: 11px;
    line-height: 16px
  }
}

.footer-wwgroup {
  display: inline-block;
  vertical-align: middle
}

.footer-flags {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  color: #8c8c8c;
  font-weight: 600;
  background-color: #f8f8f8;
  padding: 7px 15px;
  border-radius: 3px;
  margin-right: 20px;
  position: relative;
  text-transform: uppercase;
  user-select: none;
  cursor: pointer
}

.footer-flags ul {
  display: none;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: 10;
  width: 185px
}

.footer-flags ul li {
  border-bottom: 1px solid #e8e8e8
}

.footer-flags ul li:last-child {
  border-bottom: 0
}

.footer-flags a {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  display: block;
  padding: 5px 10px
}

.footer-flags a:hover {
  background-color: #f8f8f8
}

.footer-flags .svgIcon__angleDown {
  position: relative;
  top: 3px
}

.footer-flags .svgIcon__angleDown svg {
  fill: #6c6c6c
}

.footer-lemonWay {
  margin-top: 20px;
  display: inline-block
}

.footer-lemonWay p {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin: 0
}

.footer-lemonWay img {
  margin-right: 10px;
  vertical-align: middle
}

.footer-lemonWay-payment {
  background: 0 0;
  text-align: center;
  width: 100%
}

.footer-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-weight: 600;
  margin-bottom: 15px
}

.footer-title--smallBottom {
  margin-bottom: 5px
}

.contestBannerLayer {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: 95%;
  z-index: 500;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  background: #fff
}

.contestBannerLayer__wrapper {
  position: relative;
  padding: 2rem;
  display: grid;
  grid-column-gap: 1rem;
  align-items: center;
  grid-template-columns: minmax(64px, 1fr) 5fr minmax(135px, 1fr);
  grid-template-areas: "contestBannerIcon contestBannerContent contestBannerAction"
}

.contestBannerLayer__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  margin: -.5rem -.25rem -.5rem .5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: none;
  cursor: pointer
}

.contestBannerLayer__close svg {
  height: .75rem;
  width: .75rem;
  fill: #8c8c8c;
  transition: fill .2s
}

.contestBannerLayer__close:hover svg {
  fill: #222
}

.contestBannerLayer__icon {
  grid-area: contestBannerIcon;
  margin-left: .5rem
}

.contestBannerLayer__content {
  grid-area: contestBannerContent;
  font-size: 14px;
  line-height: 21px
}

.contestBannerLayer__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0
}

.contestBannerLayer__action {
  grid-area: contestBannerAction;
  justify-self: center;
  padding: .69rem 1rem;
  border-radius: .5rem;
  font-weight: 400
}

.contestBannerLayer button {
  color: inherit;
  font: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
  border: unset;
  background-color: unset;
  cursor: pointer
}

.contestBannerWWs {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: 95%;
  z-index: 500;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  background: #fff
}

.contestBannerWWs__wrapper {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: minmax(60px, 1fr) 5fr auto;
  align-items: center;
  padding: 1.8rem 3.5rem 1.8rem 2.5rem
}

.contestBannerWWs__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  margin: -.5rem -.25rem -.5rem .5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: none;
  cursor: pointer
}

.contestBannerWWs__close svg {
  height: .75rem;
  width: .75rem;
  fill: #8c8c8c;
  transition: fill .2s
}

.contestBannerWWs__close:hover svg {
  fill: #222
}

.contestBannerWWs__icon {
  width: 64px;
  height: 64px
}

.contestBannerWWs__content {
  font-size: 14px;
  line-height: 21px
}

.contestBannerWWs__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: .25rem
}

.contestBannerWWs__description {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0
}

.contestBannerWWs__action {
  justify-self: start;
  padding: .69rem 1rem
}

.coupleChoiceAwardsBanner {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: 95%;
  z-index: 500;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  background: #fff
}

.coupleChoiceAwardsBanner__wrapper {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: minmax(60px, 1fr) 5fr auto;
  align-items: center;
  padding: 1.8rem 3.5rem 1.8rem 2.5rem
}

.coupleChoiceAwardsBanner__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  margin: -.5rem -.25rem -.5rem .5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: none;
  cursor: pointer
}

.coupleChoiceAwardsBanner__close svg {
  height: .75rem;
  width: .75rem;
  fill: #8c8c8c;
  transition: fill .2s
}

.coupleChoiceAwardsBanner__close:hover svg {
  fill: #222
}

.coupleChoiceAwardsBanner__icon {
  width: 64px;
  height: 64px
}

.coupleChoiceAwardsBanner__content {
  font-size: 14px;
  line-height: 21px
}

.coupleChoiceAwardsBanner__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: .25rem
}

.coupleChoiceAwardsBanner__description {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0
}

.coupleChoiceAwardsBanner__action {
  justify-self: start;
  padding: .69rem 1rem
}

.footer-layer {
  z-index: 995;
  position: fixed;
  bottom: 0;
  left: 50%;
  background-color: #ede4e3;
  padding: 0 10px;
  width: 740px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.footer-layer-title {
  font-weight: 600;
  color: #222
}

.footer-layer-subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #767676
}

.footer-layer-small-subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400
}

.footer-layer--rewards {
  background: #ede4e3
}

.footer-layer .layer-close {
  top: 2px;
  right: -4px;
  font-size: 20px;
  z-index: 120;
  opacity: 1;
  position: absolute;
  padding: 3px;
  color: #8c8c8c
}

.footer-layer .layer-close svg {
  fill: #8c8c8c
}

.footer-layer .wrap-layer {
  padding: 15px 20px 10px 0;
  box-sizing: border-box;
  border-bottom: 0;
  position: relative
}

.footer-layer .wrap-layer .pure-form input[type=text] {
  font-weight: 600;
  border-radius: 0;
  box-shadow: none;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  border: none
}

.home-provinces {
  padding: 0 0 40px;
  background: #fff
}

.home-provinces .home-title-chevron {
  border-top: 1px solid #d9d9d9;
  padding: 30px 0 10px
}

.home-provinces a {
  font-size: 14px;
  line-height: 21px;
  margin: 5px 0;
  color: #6c6c6c
}

.home-provinces a:hover {
  color: #f76c6f
}

.home-provinces .title-region-footer {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400
}

.home-provinces .title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400
}

.layoutFooter {
  display: block
}

.linkingFooterUS {
  position: relative;
  font-size: .875rem;
  line-height: 1.3125rem;
  padding: 2rem 0
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "wedding planning" "wedding app" "more app" "copy copy";
    grid-gap: 2rem;
    padding: 2rem 0
  }
}

@media (min-width:1024px) {
  .linkingFooterUS {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    grid-template-areas: "wedding planning more app" "copy copy copy copy";
    grid-gap: 1.8rem;
    padding: 3rem 0
  }
}

.linkingFooterUS__item {
  margin-bottom: 22px
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS__item {
    margin-bottom: 18px
  }
}

.linkingFooterUS__title {
  margin-bottom: 8px;
  font-size: initial;
  font-weight: 600
}

@media (max-width:1023px) {
  .linkingFooterUS__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
  }
}

.linkingFooterUS__listItem {
  margin-bottom: 8px
}

@media (max-width:1023px) {
  .linkingFooterUS__listItem {
    margin-right: 5px;
    margin-left: 5px
  }
}

.linkingFooterUS__listLink {
  color: #6c6c6c
}

@media (max-width:1023px) {
  .linkingFooterUS__listLink {
    padding-left: 5px;
    padding-right: 5px
  }
}

.linkingFooterUS__wedding {
  grid-area: wedding
}

.linkingFooterUS__more {
  grid-area: more
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS__more {
    margin-top: -30px
  }
}

.linkingFooterUS__planning {
  grid-area: planning
}

.linkingFooterUS__app {
  grid-area: app
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS__app {
    margin-top: -30px
  }
}

.linkingFooterUS__copyright {
  grid-area: copy;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9
}

.linkingFooterUS__copyright p {
  color: #6c6c6c;
  margin-left: .7rem;
  margin-bottom: 0
}

@media (min-width:768px) {
  .linkingFooterUS__copyright img {
    width: 139px
  }
}

.linkingFooterUS:after {
  background-color: #efefef;
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw
}

.countrySelector__wrapper {
  position: relative
}

.countrySelector__dropdown {
  -webkit-transition: border-color .15s;
  transition: border-color .15s;
  border-radius: .25rem;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 1rem;
  cursor: pointer;
  line-height: normal
}

.countrySelector__dropdown:hover {
  border-color: #8c8c8c
}

.countrySelector__flag {
  margin-right: .8rem
}

.countrySelector__icon {
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  height: 12px;
  width: 12px;
  margin-left: auto
}

@media (min-width:768px) {
  .countrySelector {
    max-width: 320px
  }
}

.layoutFooter {
  padding: 0 2rem;
  max-width: 1360px;
  margin: 0 auto
}

.linkingFooter {
  font-size: 14px;
  line-height: 21px;
  display: grid;
  position: relative;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "corporativeLinks appsLinks socialLinks countrySelector" "lemonwayLegal lemonwayLegal lemonwayLegal lemonwayLegal" "copyright copyright copyright copyright";
  grid-gap: 1.8rem;
  padding: 3rem 0
}

.linkingFooter__title {
  margin-bottom: 1rem;
  font-size: initial;
  font-weight: 600
}

.linkingFooter:after {
  background-color: #efefef;
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw
}

.linkingFooterUS {
  position: relative;
  font-size: .875rem;
  line-height: 1.3125rem;
  padding: 2rem 0
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "wedding planning" "wedding app" "more app" "copy copy";
    grid-gap: 2rem;
    padding: 2rem 0
  }
}

@media (min-width:1024px) {
  .linkingFooterUS {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    grid-template-areas: "wedding planning more app" "copy copy copy copy";
    grid-gap: 1.8rem;
    padding: 3rem 0
  }
}

.linkingFooterUS__item {
  margin-bottom: 22px
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS__item {
    margin-bottom: 18px
  }
}

.linkingFooterUS__title {
  margin-bottom: 8px;
  font-size: initial;
  font-weight: 600
}

@media (max-width:1023px) {
  .linkingFooterUS__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
  }
}

.linkingFooterUS__listItem {
  margin-bottom: 8px
}

@media (max-width:1023px) {
  .linkingFooterUS__listItem {
    margin-right: 5px;
    margin-left: 5px
  }
}

.linkingFooterUS__listLink {
  color: #6c6c6c
}

@media (max-width:1023px) {
  .linkingFooterUS__listLink {
    padding-left: 5px;
    padding-right: 5px
  }
}

.linkingFooterUS__wedding {
  grid-area: wedding
}

.linkingFooterUS__more {
  grid-area: more
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS__more {
    margin-top: -30px
  }
}

.linkingFooterUS__planning {
  grid-area: planning
}

.linkingFooterUS__app {
  grid-area: app
}

@media (min-width:768px) and (max-width:1023px) {
  .linkingFooterUS__app {
    margin-top: -30px
  }
}

.linkingFooterUS__copyright {
  grid-area: copy;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9
}

.linkingFooterUS__copyright p {
  color: #6c6c6c;
  margin-left: .7rem;
  margin-bottom: 0
}

@media (min-width:768px) {
  .linkingFooterUS__copyright img {
    width: 139px;
    height: auto
  }
}

.linkingFooterUS:after {
  background-color: #efefef;
  content: "";
  z-index: -1;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50vw
}

.corporativeLinks {
  grid-area: corporativeLinks
}

.corporativeLinks li:not(:last-child) {
  margin-bottom: .5rem
}

.corporativeLinks a {
  color: #6c6c6c
}

.appsLinks {
  grid-area: appsLinks
}

.appsLinks__description {
  display: flex;
  margin-bottom: 1rem
}

.appsLinks__list {
  display: flex
}

.appsLinks__list li {
  padding-right: .5rem
}

.appsLinks__imago {
  height: 48px;
  width: 48px;
  margin-right: 1rem
}

.socialLinks {
  grid-area: socialLinks
}

.socialLinks__list {
  display: flex
}

.socialLinks__list li {
  padding-right: .5rem
}

.socialLinks__item {
  -webkit-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 36px;
  border: 1px solid #d9d9d9
}

.socialLinks__item:hover {
  border-color: #8c8c8c
}

.socialLinks__item .svgIcon {
  height: 20px;
  width: 20px
}

.socialLinks__item svg {
  fill: #6c6c6c
}

.countrySelector {
  grid-area: countrySelector;
  max-width: 320px
}

.countrySelector__wrapper {
  position: relative
}

.countrySelector__dropdown {
  -webkit-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  border-radius: .5rem;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 1rem;
  cursor: pointer;
  line-height: normal
}

.countrySelector__dropdown:hover {
  border-color: #8c8c8c
}

.countrySelector__flag {
  margin-right: .8rem
}

.countrySelector__icon {
  -webkit-transition: transform;
  -o-transition: transform;
  transition: transform;
  height: 12px;
  width: 12px;
  margin-left: auto
}

.modalCountrySelector404 {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  z-index: 10;
  display: grid;
  align-content: end;
  align-items: flex-end;
  justify-content: center
}

.modalCountrySelector404__content {
  border-radius: 1rem 1rem 0 0;
  background: #fff;
  width: 100vw;
  position: absolute;
  display: flex;
  z-index: 10;
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  overflow: auto;
  animation: showModal .2s ease-in-out forwards
}

.modalCountrySelector404__content .wrapper {
  max-width: none;
  min-width: 0
}

.modalCountrySelector404__overlay {
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  animation: showBackdrop .3s ease forwards
}

@media only screen and (min-width:1024px) {
  .modalCountrySelector404 {
    align-content: center;
    align-items: center
  }

  .modalCountrySelector404__content {
    align-content: center;
    position: relative;
    border-radius: 1rem;
    min-width: 26rem;
    max-width: 90vw;
    max-height: 90vh;
    bottom: 0;
    width: auto;
    height: auto;
    transform: translate3d(0, -50%, 0);
    animation: showModal .3s ease forwards
  }
}

@media only screen and (min-width:48.063em) {
  .modalCountrySelector404__content {
    min-width: 26rem;
    max-width: 53rem
  }
}

.countrySelectorModal {
  display: flex;
  flex-direction: column;
  width: 680px;
  margin: 0 auto;
  padding: 1.5rem;
  box-sizing: border-box
}

.countrySelectorModal__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.countrySelectorModal__subtitle {
  font-size: 18px;
  line-height: 26px;
  margin-top: 1.5rem;
  margin-bottom: 0
}

.countrySelectorModal__body {
  overflow-y: auto;
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  margin-right: -1rem
}

.countrySelectorModal__content:last-child {
  grid-column: 2/3;
  grid-row: 1/4
}

.countrySelectorModal__closeIcon {
  display: grid;
  place-items: center;
  margin: -1rem;
  height: 3rem;
  width: 3rem;
  cursor: pointer
}

.countrySelectorModal__closeIcon svg {
  height: 1rem;
  width: 1rem;
  fill: #8c8c8c;
  transition: fill .2s
}

.countrySelectorModal__closeIcon:hover svg {
  fill: #222
}

.countrySelectorModalList {
  columns: 200px 2;
  column-gap: 1rem
}

.countrySelectorModalList__title {
  font-weight: 600
}

.countrySelectorModalList__item {
  display: block;
  margin-right: 1rem;
  padding: .5rem 0;
  color: #222
}

.countrySelectorModalList__item:hover {
  color: #f76c6f
}

.countrySelectorModalList__flag {
  margin-right: .8rem
}

.lemonwayLegal {
  grid-area: lemonwayLegal;
  color: #6c6c6c;
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: auto 1fr;
  align-items: start
}

.lemonwayLegal__icon {
  width: 1.5rem;
  height: 1.5rem
}

.lemonwayLegal__icon svg {
  fill: #6c6c6c
}

.copyrightFooter {
  grid-area: copyright;
  display: flex;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  color: #6c6c6c;
  padding-top: 1rem
}

.copyrightFooter img {
  padding-right: 2rem
}

.alert {
  border-radius: 2px;
  padding: 15px 20px;
  margin-bottom: 20px;
  color: #fff;
  display: block;
  position: relative;
  box-sizing: border-box
}

.alert a,
.alert b,
.alert i,
.alert p,
.alert strong {
  margin: 0;
  color: #fff
}

.alert p a {
  text-decoration: underline
}

.alert p a:hover {
  color: #fff
}

.alert .btn {
  text-decoration: none
}

.alert .close {
  font-size: 16px;
  top: 5px;
  right: 10px;
  position: absolute
}

.alert.alert-error-cross,
.alert.alert-info-cross,
.alert.alert-success-cross {
  box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
  border: 1px solid #bcdfb3;
  padding: 15px;
  margin-bottom: 20px
}

.alert.alert-success-cross {
  background-color: #dbf7d5
}

.alert.alert-success-cross a,
.alert.alert-success-cross a:hover,
.alert.alert-success-cross b,
.alert.alert-success-cross i,
.alert.alert-success-cross p,
.alert.alert-success-cross strong {
  color: #5dad4a
}

.alert.alert-info-cross {
  background-color: #fcf8e3
}

.alert.alert-info-cross a,
.alert.alert-info-cross a:hover,
.alert.alert-info-cross b,
.alert.alert-info-cross i,
.alert.alert-info-cross p,
.alert.alert-info-cross strong {
  color: #8a6d3b
}

.alert.alert-error-cross {
  background-color: #f2dede
}

.alert.alert-error-cross a,
.alert.alert-error-cross a:hover,
.alert.alert-error-cross b,
.alert.alert-error-cross i,
.alert.alert-error-cross p,
.alert.alert-error-cross strong {
  color: #a94442
}

.alert.alert-advice-form {
  background: #f8f8f8;
  border: #dfdfdf;
  padding: 15px;
  margin-left: 10px
}

.alert.alert-advice-form b {
  font-family: Merriweather, "Times New Roman", Times, serif;
  color: #000
}

.alert.alert-advice-form i {
  font-size: 18px;
  margin-top: 3px;
  color: #5abce2;
  margin-right: 5px;
  vertical-align: middle
}

.alert.alert-advice-form p {
  font-size: 12px;
  line-height: 19.41640788px;
  color: #959595;
  margin-bottom: 10px
}

.alert.alert-advice-form p:first-child {
  margin-bottom: 5px
}

.alert.alert-sent {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  background-color: #dbf7d5;
  padding: 7px 10px;
  color: #3c763d;
  display: block;
  text-align: center
}

.alert.alert-sent i {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  color: #3c763d
}

.alert.alert-alta-redirect {
  margin-bottom: 0;
  border-radius: 0;
  background: #afe4c2;
  overflow: hidden
}

.alert.alert-alta-redirect p {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  color: #000;
  padding: 0
}

.alert.alert-alta-redirect span {
  color: #acacac;
  border-radius: 50%;
  margin: 0 15px 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: relative;
  text-align: center
}

.alert.alert-alta-redirect span:before {
  line-height: 60px;
  font-size: 40px;
  margin: 0
}

.alert.alert-alta-redirect i {
  display: inline-block;
  background-image: url(/assets/img/sprite_flags.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 12px;
  top: 35px;
  left: 25px;
  position: absolute
}

.alert.alert-alta-redirect i.redirect-flags-es {
  background-position: 8px 0
}

.alert.alert-alta-redirect i.redirect-flags-it {
  background-position: 8px -20px
}

.alert.alert-alta-redirect i.redirect-flags-fr {
  background-position: 8px -39px
}

.alert.alert-alta-redirect i.redirect-flags-uk {
  background-position: 8px -58px
}

.alert.alert-alta-redirect i.redirect-flags-mx {
  background-position: 8px -78px
}

.alert.alert-alta-redirect i.redirect-flags-pt {
  background-position: 8px -97px
}

.alert.alert-alta-redirect i.redirect-flags-ar {
  background-position: 8px -120px
}

.alert.alert-alta-redirect i.redirect-flags-cl {
  background-position: 8px -145px
}

.alert.alert-alta-redirect i.redirect-flags-br {
  background-position: 8px -168px
}

.alert.alert-alta-redirect i.redirect-flags-co {
  background-position: 8px -192px
}

.alert.alert-alta-redirect i.redirect-flags-pe {
  background-position: 8px -218px
}

.alert.alert-alta-redirect i.redirect-flags-uy {
  background-position: 8px -244px
}

.alert.alert-alta-redirect i.footer-flags-usa {
  background-position: 8px -270px
}

.alert.alert-alta-redirect i.footer-flags-ca {
  background-position: 8px -297px
}

.alert.alert-alta-redirect i.footer-flags-in {
  background-position: 8px -323px
}

.alert--alertSent {
  color: #000;
  background: #e4efe5;
  padding: 10px 15px;
  margin-bottom: 10px
}

.alert--alertSent p {
  font-size: 14px;
  line-height: 21px;
  color: #000
}

.alert.alert-success {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d
}

.alert.alert-success a,
.alert.alert-success a:hover,
.alert.alert-success b,
.alert.alert-success i,
.alert.alert-success p,
.alert.alert-success strong {
  color: #3c763d
}

.alert.alert-success.alert-success-login-wedsites {
  padding: 8px 15px
}

.alert.alert-success.alert-success-login-wedsites:before {
  margin-right: 5px
}

.alert.alert-advice,
.alert.alert-info {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #31708f
}

.alert.alert-advice a,
.alert.alert-advice b,
.alert.alert-advice i,
.alert.alert-advice p,
.alert.alert-advice strong,
.alert.alert-info a,
.alert.alert-info b,
.alert.alert-info i,
.alert.alert-info p,
.alert.alert-info strong {
  color: #31708f !important
}

.alert.alert-advice .btn-flat,
.alert.alert-info .btn-flat {
  color: #fff
}

.alert.alert-advice .btn-outline,
.alert.alert-info .btn-outline {
  border: 1px solid #31708f;
  color: #31708f
}

.alert.alert-advice .btn-outline:hover,
.alert.alert-info .btn-outline:hover {
  background: #31708f;
  color: #fff !important
}

.alert.alert-advice span:before,
.alert.alert-info span:before {
  margin-top: 3px
}

.alert.alert-advice-2nd {
  background: #e8f3f8;
  color: #202020
}

.alert.alert-advice-2nd a,
.alert.alert-advice-2nd a:hover,
.alert.alert-advice-2nd b,
.alert.alert-advice-2nd i,
.alert.alert-advice-2nd p,
.alert.alert-advice-2nd strong {
  color: #202020
}

.alert.alert-warning {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b
}

.alert.alert-warning a,
.alert.alert-warning a:hover,
.alert.alert-warning b,
.alert.alert-warning i,
.alert.alert-warning p,
.alert.alert-warning strong {
  color: #8a6d3b
}

.alert.alert-error {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442
}

.alert.alert-error .link--error,
.alert.alert-error b,
.alert.alert-error i,
.alert.alert-error p,
.alert.alert-error p a,
.alert.alert-error p a:hover,
.alert.alert-error strong {
  color: #a94442
}

.alert.alert-error .btn-outline {
  border: 1px solid #a94442;
  color: #a94442
}

.alert.alert-error .btn-outline:hover {
  background: #a94442;
  color: #fff
}

.alert.alert-sol {
  background: #fcebb6;
  color: #875f0d
}

.alert.alert-sol a,
.alert.alert-sol a:hover,
.alert.alert-sol b,
.alert.alert-sol i,
.alert.alert-sol p,
.alert.alert-sol strong {
  color: #875f0d
}

.alert-grey {
  background-color: #efefef;
  color: #8c8c8c
}

.alert-top-wrapper {
  max-width: 1200px;
  min-width: 950px;
  margin: 0 auto;
  padding: 15px;
  display: block;
  box-sizing: border-box
}

.alert-top-description {
  margin: 0;
  line-height: inherit;
  display: inline-block
}

.alert-top-description .icon {
  position: relative;
  top: -1px
}

.alert-top-button {
  font-size: 14px;
  line-height: 21px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #fff;
  display: inline-block;
  text-decoration: none !important
}

.alert-top.alert-top-success {
  background-color: #dff0d8;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d
}

.alert-top.alert-top-success a,
.alert-top.alert-top-success strong {
  color: #3c763d
}

.alert-top.alert-top-success a {
  text-decoration: underline
}

.alert-top.alert-top-success .alert-top-button {
  border-color: #3c763d
}

.alert-top.alert-top-success .alert-top-button:hover {
  background-color: #3c763d;
  color: #fff
}

.alert-top.alert-top-info {
  background-color: #d9edf7;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d
}

.alert-top.alert-top-info a,
.alert-top.alert-top-info strong {
  color: #31708f
}

.alert-top.alert-top-info a {
  text-decoration: underline
}

.alert-top.alert-top-info .alert-top-button {
  border-color: #31708f
}

.alert-top.alert-top-info .alert-top-button:hover {
  background-color: #31708f;
  color: #fff
}

.alert-top.alert-top-warning {
  background-color: #fcf8e3;
  border-bottom: 1px solid #faebcc;
  color: #8a6d3b
}

.alert-top.alert-top-warning a,
.alert-top.alert-top-warning strong {
  color: #8a6d3b
}

.alert-top.alert-top-warning a {
  text-decoration: underline
}

.alert-top.alert-top-warning .alert-top-button {
  border-color: #8a6d3b
}

.alert-top.alert-top-warning .alert-top-button:hover {
  background-color: #8a6d3b;
  color: #fff
}

.alert-top.alert-top-error {
  background-color: #f2dede;
  color: #222
}

.alert-top.alert-top-error .alert-top-wrapper {
  max-width: 1360px;
  padding: 12px 2rem;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto
}

.alert-top.alert-top-error a,
.alert-top.alert-top-error strong {
  font-weight: 600
}

.alert-top.alert-top-error a {
  color: #8e0f0c
}

.alert-top.alert-top-error a:hover {
  text-decoration: underline
}

.alert-top.alert-top-error .alert-top-button {
  border-color: #a94442
}

.alert-top.alert-top-error .alert-top-button:hover {
  background-color: #a94442;
  color: #fff
}

.alert-top.alert-top-advice {
  background-color: #6c9dee;
  color: #fff
}

.alert-top.alert-top-advice .alert-top-wrapper {
  max-width: 1360px;
  padding: 12px 2rem;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto
}

.alert-top.alert-top-advice a,
.alert-top.alert-top-advice span {
  color: #fff;
  font-weight: 600;
  cursor: pointer
}

.alert-top.alert-top-advice a:hover,
.alert-top.alert-top-advice span:hover {
  text-decoration: underline
}

.alert-top.alert-top-advice .alert-top-button {
  border-color: #31708f
}

.alert-top.alert-top-advice .alert-top-button:hover {
  background-color: #31708f;
  color: #fff
}

.alert-top--importantNotification {
  background-color: #6c9dee;
  color: #fff;
  text-align: center
}

.alert-top--importantNotification .alert-top-wrapper {
  padding: 12px 16px
}

.alert-top--importantNotification a,
.alert-top--importantNotification span {
  color: #fff;
  font-weight: 600;
  white-space: nowrap
}

.alert-top--importantNotification a:hover,
.alert-top--importantNotification span:hover {
  text-decoration: underline
}

.topAlertInvalidEmail {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.topAlertInvalidEmail__separator {
  margin: 0 .5rem;
  opacity: .3
}

.topAlertInvalidEmail__content {
  margin-right: 1rem;
  text-align: left
}

.topAlertInvalidEmail__actions {
  flex-shrink: 0
}

.topAlertInvalidEmail__action {
  display: inline-block;
  padding: .5rem
}

.reminderMessage {
  padding: 5px 13px;
  margin: 10px 0;
  border-radius: 3px;
  background-color: #fdf7e9;
  display: inline-block;
  vertical-align: middle
}

.reminderMessage__message {
  display: block
}

.reminderMessage--globe {
  position: absolute;
  z-index: 100;
  border: 1px solid #dcdcdc;
  width: 240px;
  right: 0;
  bottom: -120px;
  padding: 20px;
  margin: 0 5px 0 0
}

.reminderMessage--globe:after,
.reminderMessage--globe:before {
  content: "";
  position: absolute;
  right: 60px;
  border-width: 10px;
  border-style: solid
}

.reminderMessage--globe:before {
  top: -21px;
  border-color: transparent transparent #dcdcdc
}

.reminderMessage--globe:after {
  top: -20px;
  border-color: transparent transparent #fdf7e9
}

.reminderMessage--globe .reminderMessage__message {
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 5px
}

.reminderMessage__icon {
  width: 11px;
  height: 11px;
  vertical-align: -1px;
  margin-left: 4px
}

.reminderMessage__icon svg {
  display: block
}

@media (max-width:1160px) {

  .reminderMessage--globe:after,
  .reminderMessage--globe:before {
    content: "";
    position: absolute;
    right: 82px;
    border-width: 10px;
    border-style: solid
  }
}

.storefrontDrop {
  position: relative
}

.storefrontDrop__layer {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 15px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  z-index: 99;
  left: 50%;
  top: 48px;
  position: absolute;
  transform: translateX(-50%);
  color: #666
}

.storefrontDrop__layer:after,
.storefrontDrop__layer:before {
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  border-width: 10px;
  border-style: solid;
  display: block;
  position: absolute
}

.storefrontDrop__layer:after {
  top: -19px;
  border-color: transparent transparent #fff
}

.storefrontDrop__layer:before {
  top: -20px;
  border-color: transparent transparent #d9d9d9
}

.storefrontDrop__layer--social {
  min-width: 150px
}

.storefrontDrop__layer--phone {
  min-width: 280px
}

.storefrontDrop__tag {
  font-size: 18px;
  line-height: 26px;
  background: #f8f8f8;
  color: #222;
  padding: 10px;
  border-radius: 3px;
  margin: 10px 0
}

.storefrontDrop__tag strong {
  margin-left: 5px;
  font-size: 16px;
  letter-spacing: 1px
}

.storefrontDrop__description {
  margin: 0
}

.storefrontDrop__button {
  text-align: center;
  margin-top: 10px;
  display: block
}

.select-combo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: inherit !important
}

.select-combo .select {
  color: #2b2b2b;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid silver;
  border-radius: 3px;
  background: url(/assets/img/sprite_search.png) no-repeat scroll right -43px #f8f8f8;
  background-clip: padding-box;
  padding: 15px 30px 15px 9px;
  margin-right: 10px;
  max-width: 200px;
  line-height: 0;
  display: block;
  overflow: hidden;
  box-shadow: none;
  cursor: pointer
}

.droplayer {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .15);
  width: 100%;
  top: 68px;
  left: 0;
  z-index: 1051;
  background: #fff;
  padding: 15px;
  position: absolute;
  text-align: left
}

.droplayer:after,
.droplayer:before {
  content: "";
  border-width: 10px;
  border-style: solid;
  padding: 0;
  height: 0;
  width: 0;
  left: 18px;
  position: absolute
}

.droplayer:before {
  top: -21px;
  border-color: transparent transparent #d9d9d9
}

.droplayer:after {
  top: -19px;
  border-color: transparent transparent #fff
}

.droplayer.droplayer-small {
  width: 200px
}

.droplayer.droplayer-normal {
  width: 400px
}

.droplayer.droplayer-medium {
  width: 500px
}

.droplayer.droplayer-large {
  width: 600px
}

.droplayer.droplayer-extralarge {
  width: 700px
}

.droplayer.droplayer-full {
  width: 900px
}

.droplayer.droplayer-right:after,
.droplayer.droplayer-right:before {
  right: 18px;
  left: inherit
}

.droplayer-title {
  font-weight: 600;
  text-align: left
}

.droplayer li.selected {
  background-color: #feeee8
}

.droplayer li.selected a,
.droplayer li.selected span {
  font-weight: 600;
  color: #f76c6f
}

.droplayer li.droplayer-all {
  background: #f8f8f8;
  margin-bottom: 10px;
  border-bottom: 0;
  clear: both;
  display: block;
  float: none;
  width: inherit;
  text-align: center
}

.droplayer li.droplayer-all:hover {
  background-color: #f8f8f8;
  cursor: pointer
}

.droplayer li.droplayer-all a {
  display: block;
  text-align: center
}

.droplayer li.droplayer-all a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 19px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  float: none
}

.droplayer li.droplayer-all a span:after {
  color: #6c6c6c;
  border: 1px solid #6c6c6c;
  border-radius: 50px;
  margin-left: 5px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center
}

.droplayer .footer,
.droplayer footer {
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  text-align: left
}

.droplayer p.title {
  font-size: 14px;
  line-height: 21px
}

.droplayer .loading span {
  padding: 10px;
  display: block
}

.droplayer.droplayer-scroll {
  top: 50px;
  padding: 0;
  margin-top: -8px
}

.droplayer.droplayer-scroll-new {
  top: 64px;
  padding: 0;
  margin-top: -8px
}

.droplayer.droplayer-scroll .column-container,
.droplayer.droplayer-scroll .loading {
  padding: 10px;
  display: block
}

.droplayer.droplayer-scroll ul {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.droplayer.droplayer-scroll li.suggest-navigation {
  padding: 4px 10px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.droplayer.droplayer-scroll li.suggest-navigation:last-child {
  border-bottom: 0
}

.droplayer.droplayer-scroll li.suggest-navigation .matching-text {
  background: #fff4a6;
  color: #222
}

.droplayer.droplayer-scroll li.suggest-navigation .suggest-navigation-content {
  color: #8c8c8c
}

.droplayer-filter {
  padding: 0
}

.droplayer-filter li {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px;
  margin: 0 5px
}

.droplayer-filter li.last {
  border: none
}

.droplayer-filter li a {
  width: 100%
}

.droplayer-filter li a span {
  float: right
}

.SelectorOptions .suggest-group li {
  margin-bottom: 6px
}

.SelectorOptions .suggest-group li:first-child {
  background: 0 0;
  padding: 0
}

.SelectorOptions .suggest-group li:first-child a {
  font-weight: 600
}

.SelectorOptions .suggest-group li span {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  float: right;
  margin-top: 6px
}

.SelectorOptions .suggest-group li:last-of-type {
  margin-bottom: 0
}

.SelectorOptions li.suggest-navigation {
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 20px
}

.SelectorOptions.droplayer {
  padding: 0
}

.SelectorOptions.droplayer.one-column-result {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  width: 415px
}

.droplayer-column {
  border-left: 1px solid #d9d9d9;
  box-sizing: border-box;
  padding: 15px 20px;
  width: 33.33%;
  float: left
}

.droplayer-column-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 15px 20px 0;
  color: #8c8c8c;
  border-left: 1px solid #d9d9d9;
  letter-spacing: 1px
}

.droplayer-column-title:first-child {
  border-left: 0
}

.droplayer-column-extra {
  border-left: 0
}

.droplayer-column-extra:last-child {
  border-left: 1px solid #d9d9d9
}

.droplayer-column li.setGeozona {
  padding: 2px 15px 2px 30px;
  position: relative
}

.droplayer-column li.setGeozona--suggest {
  padding: 0 0 0 10px !important
}

.droplayer-column li.setProvincia {
  padding: 2px 15px;
  position: relative
}

.droplayer-column li.forcedProvincia {
  padding: 0
}

.droplayer-column li.setGeozona span,
.droplayer-column li.setPoblacion span,
.droplayer-column li.setProvincia span,
.droplayer-column li.setRegion span {
  font-size: 12px;
  line-height: 19.41640788px;
  color: #8c8c8c;
  padding: 3px 0;
  line-height: 12px;
  margin-top: 3px;
  float: right
}

.droplayer-column li.setRegion~.setProvincia {
  box-sizing: border-box;
  padding: 0 0 0 10px !important;
  width: 100%;
  overflow: hidden
}

.droplayer-column li.setRegion~.setProvincia:before {
  display: none
}

.droplayer-column li.setRegion~.setProvincia a {
  padding: 0
}

.droplayer-column:first-child {
  border-left: 0
}

.droplayer-column:first-child li.setProvincia {
  padding: 2px 5px
}

.droplayer-column:first-child li.setProvincia:before {
  display: none
}

.droplayer-column:first-child li.forcedProvincia {
  padding: 0
}

.droplayer-column:first-child li.setGeozona {
  padding: 2px 5px 2px 10px
}

.droplayer-column:first-child li.setGeozona:before {
  display: none
}

.droplayer-column:first-child li.setGeozona--suggest {
  padding: 0 0 0 10px !important
}

.droplayer-column-extra li.setGeozona {
  padding: 0
}

.droplayer-column-extra li.setGeozona a {
  color: #2b2b2b
}

.droplayer.multi-column .box-scroll.column-container li:last-child {
  border-bottom: none
}

.droplayer.multi-column .setRegion {
  font-weight: 600
}

.dropdown-ui {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin-bottom: 0
}

.dropdown-ui ul:hover,
.dropdown-ui:hover ul {
  display: block
}

.dropdown-ui span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  padding: 5px 10px
}

.dropdown-ui ul {
  border-radius: 0 0 3px 3px;
  display: none;
  position: absolute;
  left: -1px;
  top: 30px;
  z-index: 150
}

.dropdown-ui ul a,
.dropdown-ui ul small {
  font-weight: 400;
  color: #2b2b2b;
  border-top: 1px solid #d9d9d9;
  display: block;
  padding: 5px 10px;
  white-space: nowrap
}

.dropdown-ui ul a:hover,
.dropdown-ui ul small:hover {
  color: #f76c6f
}

.dropdown-ui ul .active {
  color: #2b2b2b;
  font-weight: 600;
  cursor: default
}

.dropdown-ui ul .active:hover {
  color: #2b2b2b
}

.dropdown-ui ul li:first-child a,
.dropdown-ui ul li:first-child small {
  border-top: none
}

.dropdown-ui li i,
.dropdown-ui span i {
  font-size: 15px;
  margin-right: 10px
}

.drop-wrapper {
  position: relative
}

.input-group--lg .drop-wrapper .droplayer.droplayer-scroll {
  top: 64px
}

#filtersInvitations .droplayer-small.droplayer-filterby .droplayer-column {
  width: 100%
}

.droplayer.droplayer-scroll .suggest-search-vendor {
  padding: 5px 0
}

.droplayer.droplayer-scroll .suggest-search-vendor li.suggest-navigation {
  padding: 5px 15px;
  border-bottom: 1px solid #efefef
}

.droplayer.droplayer-scroll .suggest-search-vendor li.suggest-navigation span.suggest-navigation-content {
  color: #8c8c8c;
  display: inline-block
}

.blackOver {
  background: #000;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  z-index: 99
}

.heroVendorForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center
}

.heroVendorForm__tools {
  background: #fff;
  padding-left: 10px;
  border-radius: 9px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  display: inline-block;
  border: 1px solid #e1e1e1
}

.heroVendorForm__input {
  font-size: 18px;
  line-height: 26px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 400;
  padding: 20px 25px;
  margin: 0;
  border: 0;
  border-radius: 0;
  line-height: 1em;
  height: 1em;
  box-sizing: content-box;
  outline: 0
}

.heroVendorForm__input--small {
  padding: 17px 20px;
  font-size: 16px
}

.heroVendorForm__input--xsmall {
  padding: 10px 15px;
  font-size: 14px
}

.heroVendorForm__input--first {
  border-right: 1px solid #e1e1e1;
  border-radius: 8px 0 0 8px
}

.heroVendorForm__button {
  background: #f76c6f;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  border: 1px solid #f76c6f
}

@media only screen and (max-width:1024px) {
  .heroVendorForm__input--small {
    width: 130px;
    padding: 17px 10px
  }

  .heroVendorForm__button {
    width: 70px
  }
}

@media only screen and (max-width:1200px) {
  #layer-suggest-1.droplayer {
    left: 280px !important
  }

  #layer-suggest-1.droplayer:after,
  #layer-suggest-1.droplayer:before {
    left: 300px
  }
}

.droplayerTab {
  padding: 5px 10px 0 !important;
  border-bottom: 1px solid #d9d9d9
}

.droplayerTab__item {
  display: inline-block;
  padding: 10px 5px;
  margin: 0 10px;
  font-weight: 600;
  cursor: pointer;
  user-select: none
}

.droplayerTab__item--current {
  border-bottom: 2px solid #f76c6f
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.tabsHeader {
  padding: 25px 0;
  top: 61px;
  left: 0;
  right: 0;
  z-index: 1052;
  background: #fff;
  min-height: 230px;
  position: absolute;
  box-sizing: border-box;
  display: none
}

.tabsHeader.testAB {
  top: 51px
}

.tabsHeader__backdrop {
  top: 65px;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, .1);
  z-index: 1051;
  position: absolute;
  display: none
}

.tabsHeader__title {
  font-size: 18px;
  line-height: 26px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 18px;
  display: inline-block
}

.tabsHeader__title--grey {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin-bottom: 0;
  text-transform: uppercase
}

.tabsHeader__subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase
}

.tabsHeader__subtitle--link {
  cursor: pointer
}

.tabsHeader__subtitle--link:hover {
  color: #f76c6f
}

.tabsHeader__description {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin: 5px 0 16px
}

.tabsHeader__link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #f76c6f;
  display: inline-block
}

.tabsHeader__link:hover {
  text-decoration: underline
}

.tabsHeader:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 25px;
  position: absolute;
  top: -25px
}

.tabsHeader a:hover {
  color: #f76c6f
}

.tabsHeader a.tabsHeaderList__item--orange:hover {
  color: #ff9f40
}

.tabsHeaderGallery__item {
  height: 140px;
  border-radius: 5px;
  position: relative;
  margin: 0 10px;
  overflow: hidden
}

@media only screen and (max-width:1024px) {
  .tabsHeaderGallery__item {
    margin: 0 5px
  }
}

.tabsHeaderGallery__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .65) 100%)
}

.tabsHeaderGallery__image {
  height: 160px
}

.tabsHeaderGallery__caption {
  text-align: center;
  margin-top: 10px
}

.tabsHeaderGallery__name {
  font-size: 13px;
  line-height: 19px;
  position: absolute;
  bottom: 12px;
  padding: 0 15px;
  z-index: 2;
  color: #fff
}

.tabsHeaderGallery__vendorName {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #444
}

.tabsHeaderGallery__vendorName:hover {
  color: #f76c6f
}

.tabsHeaderList__item {
  font-size: 14px;
  line-height: 21px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  line-height: 36px;
  font-weight: 400;
  color: #000
}

.tabsHeaderList__item--top {
  font-size: 14px;
  line-height: 21px;
  line-height: 50px;
  max-width: 90%
}

.tabsHeaderList__item--orange a {
  font-size: 14px;
  color: #ff9f40;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px
}

.tabsHeaderList__item--orange a:hover {
  color: #ff9f40
}

.tabsHeaderList__icon {
  border: 1px solid #d9d9d9;
  margin-right: 10px;
  width: 30px
}

.tabsHeaderList__inline {
  font-size: 14px;
  line-height: 21px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  color: #000;
  text-align: left;
  display: inline-block;
  margin: 10px 20px 30px 0;
  font-weight: 400
}

.tabsHeaderListIcons__content {
  margin-left: -5%
}

.tabsHeaderListIcons__content--oneLine {
  margin-left: -1%
}

.tabsHeaderListIcons__item {
  height: 35px;
  width: 35px;
  margin: 0 auto
}

.tabsHeaderListIcons__item--small {
  height: 22px
}

.tabsHeaderListIcons__item--medium {
  height: 32px;
  width: 36px;
  margin: 0 auto
}

.tabsHeaderListIcons__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  color: #000;
  margin: 5px 0 30px;
  font-weight: 400
}

.tabsHeaderListIcons__text {
  margin-top: 10px;
  line-height: 17px
}

.tabsHeaderBanner,
.tabsHeaderBannerBase,
.tabsHeaderBannerOutline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 2px;
  align-items: center;
  -webkit-align-items: center
}

.tabsHeaderBanner {
  position: relative;
  overflow: hidden
}

.tabsHeaderBanner__content {
  padding-right: 50px;
  position: relative;
  z-index: 1
}

.tabsHeaderBanner__content--reduced {
  padding-right: 110px
}

.tabsHeaderBanner__container {
  padding: 35px 0 0 30px
}

.tabsHeaderBanner__title {
  font-size: 16px;
  line-height: 24px;
  line-height: 21px;
  color: #222;
  font-weight: 600;
  display: inline-block;
  margin: 0;
  cursor: pointer
}

.tabsHeaderBanner__title:hover {
  color: #f76c6f
}

.tabsHeaderBanner__subtitle {
  font-size: 14px;
  line-height: 21px;
  margin: 0
}

.tabsHeaderBanner__image {
  position: absolute;
  height: 100%;
  border-radius: 2px;
  top: 0;
  right: 0
}

.tabsHeaderBanner--contest {
  background: #fcf5ef
}

.tabsHeaderBannerOutline {
  min-height: 100px;
  border: 1px solid #d9d9d9
}

.tabsHeaderBannerOutline__content {
  padding-right: 15px;
  width: 66%
}

.tabsHeaderBannerOutline__title {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  font-weight: 600;
  margin: 0;
  cursor: pointer
}

.tabsHeaderBannerOutline__title:hover {
  color: #f76c6f
}

.tabsHeaderBannerOutline__subtitle {
  font-size: 14px;
  line-height: 21px;
  margin: 0
}

.tabsHeaderBannerOutline--right {
  margin-left: auto
}

.tabsHeaderBannerOutline__imageSize {
  max-width: 65px
}

.tabsHeaderBannerHitchedShop.tabsHeaderResponsive__desktop {
  display: block
}

.tabsHeaderBannerHitchedShop .tabsHeaderBannerOutline__content {
  padding-right: 12px;
  width: 70%
}

.tabsHeaderBannerHitchedShop .tabsHeaderBannerOutline__title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.tabsHeaderBannerHitchedShop .tabsHeaderBannerOutline__subtitle {
  color: #8c8c8c
}

.tabsHeaderRegistry__brands {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  width: 100%
}

.tabsHeaderRegistry__link {
  font-size: 14px;
  line-height: 21px;
  display: block;
  color: #f76c6f
}

.tabsHeaderResponsive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.tabsHeaderResponsive__main {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 75%
}

.tabsHeaderResponsive__desktop {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 25%
}

.tabsHeaderResponsive__mobile {
  display: none
}

.tabsHeaderResponsive__promo {
  display: none
}

@media only screen and (max-width:1220px) {
  .tabsHeaderBanner__container {
    padding-left: 0
  }
}

@media only screen and (max-width:1130px) {
  .tabsHeaderResponsive__main {
    -webkit-box-flex: 1 0 65%;
    -webkit-flex: 1 0 65%;
    -ms-flex: 1 0 65%;
    flex: 1 0 65%;
    width: 65%
  }

  .tabsHeaderResponsive__mobile {
    -webkit-box-flex: 1 0 35%;
    -webkit-flex: 1 0 35%;
    -ms-flex: 1 0 35%;
    flex: 1 0 35%;
    width: 35%;
    display: inline-block
  }

  .tabsHeaderResponsive__desktop {
    display: none
  }
}

@media only screen and (max-width:1024px) {
  .tabsHeader {
    padding: 25px 15px
  }

  .tabsHeaderBanner__content {
    padding-right: 40px
  }

  .tabsHeaderBannerPromo__content,
  .tabsHeaderBannerPromo__content--reduced {
    padding-right: 0
  }
}

.progress-steps {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden
}

.progress-steps div {
  float: left;
  padding: 10px 40px;
  position: relative
}

.progress-steps div:first-child {
  padding: 10px 40px 10px 0
}

.progress-steps div:last-child {
  padding: 10px 0 10px 40px
}

.progress-steps div hr {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-width: 4px
}

.progress-steps div span {
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  border-radius: 300px;
  border: 3px solid #d9d9d9;
  color: #d9d9d9;
  background-color: #fff;
  height: 35px;
  width: 35px;
  position: relative;
  display: inline-block;
  z-index: 300
}

.progress-steps div.complete hr {
  border-color: #f76c6f
}

.progress-steps div.complete span {
  color: #f76c6f;
  border: 3px solid #f76c6f
}

.select-fake {
  border-radius: 2px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  user-select: none
}

.select-fake:before {
  content: "";
  color: #8b8b8b;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAMAAAAyEe/dAAAAElBMVEUAAABkZGRkZGRkZGRkZGRkZGQF0x2LAAAABXRSTlMASWauz1Ny6NIAAABMSURBVHjahc7RCkBRBETRi5n//+VbXnahjqdhFb5HpSrmLErZQbZjmG11KqOYi4gyGM2r3Yuyj0Rbv5AYih2KHYodim3FtmKXStirfjUNAk+81hxEAAAAAElFTkSuQmCC);
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  top: 15px;
  right: 0;
  pointer-events: none;
  cursor: pointer;
  height: 1em;
  width: 2em
}

.select-fake select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #f8f8f8;
  padding: 8px 2em 8px 10px;
  width: 100%;
  text-indent: .01px;
  margin: 0;
  display: inline-block;
  border: 0;
  cursor: pointer;
  user-select: none
}

.select-fake select:after,
.select-fake select:before {
  box-sizing: border-box
}

.select-fake select:active,
.select-fake select:focus {
  outline: 0
}

.select-fake select option {
  border-right: 2px solid #b3b3b3;
  border-left: 2px solid transparent
}

.select-fake.select-fake-large:before {
  width: 3em;
  padding-top: 1.2em
}

.select-fake.select-fake-large select {
  padding: 13px 3em 13px 13px
}

.select-fake.select-fake-disabled:before {
  color: #6c6c6c;
  background-color: transparent
}

.select-fake.select-fake-red:before {
  color: #f76c6f
}

.select-fake-migrate {
  border-radius: 2px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  user-select: none
}

.select-fake-migrate select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #f8f8f8;
  padding: 8px 2em 8px 10px;
  width: 125% !important;
  text-indent: .01px;
  margin: 0;
  display: inline-block;
  border: 0;
  cursor: pointer;
  user-select: none
}

.select-fake-migrate select:after,
.select-fake-migrate select:before {
  box-sizing: border-box
}

.select-fake-migrate select:active,
.select-fake-migrate select:focus {
  outline: 0
}

.select-fake-migrate select option {
  border-right: 2px solid #b3b3b3;
  border-left: 2px solid transparent
}

.select-fake-migrate-icon {
  border-left: 1px solid #d9d9d9;
  top: 0;
  right: 0;
  line-height: 36px;
  height: 36px;
  width: 26px;
  text-align: center;
  pointer-events: none;
  position: absolute
}

.select-fake-migrate.select-fake-disabled:before {
  color: #6c6c6c
}

.textarea,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  padding: 7px 10px;
  color: #000;
  background-color: #fff
}

select::-ms-expand {
  display: none
}

.input-group-panel .input-group {
  display: inline-block;
  vertical-align: middle
}

.input-group {
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  text-align: left
}

.input-group:last-child,
.input-group:only-of-type {
  margin-bottom: 0
}

.input-group--disabled {
  opacity: .5;
  cursor: not-allowed;
  background: #f8f8f8
}

.input-group--dashed {
  border-style: dashed
}

.input-group--dashed input[type=file] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px
}

.input-group--dashed {
  border-style: dashed
}

.input-group--dashed input[type=file] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px
}

.input-group input[type=text] {
  box-shadow: none
}

.input-group.hasError {
  border-color: #f76c6f
}

.input-group.icon {
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
  position: relative
}

.input-group.icon select {
  width: 100%;
  padding: 0 25px 0 10px
}

.input-group.icon:before {
  position: absolute;
  right: 5px;
  top: 20px;
  z-index: 10
}

.input-group .svgIcon svg {
  fill: #757575
}

.input-group input,
.input-group select {
  color: #000;
  height: 42px;
  border: 0;
  width: 100%;
  background: 0 0
}

.input-group input,
.input-group select,
.input-group textarea {
  font-size: 16px;
  line-height: 24px;
  resize: none;
  outline: 0;
  box-sizing: border-box;
  padding: 0 10px
}

.input-group textarea {
  width: 100%;
  padding: 10px
}

.input-group .icon,
.input-group .icon-header {
  position: absolute;
  top: 12px;
  left: 10px;
  line-height: 0
}

.input-group .icon-header:last-child,
.input-group .icon:last-child {
  left: inherit;
  right: 10px
}

.input-group .icon+input,
.input-group .icon+select,
.input-group .icon-header+input,
.input-group .icon-header+select,
.input-group.input-group--iconLeft {
  padding: 0 0 0 40px;
  box-sizing: border-box
}

.input-group.input-group--iconRight {
  padding: 0 40px 0 0;
  box-sizing: border-box
}

.input-group.input-group--iconRight input,
.input-group.input-group--iconRight select {
  padding-right: 0
}

.input-group--lg input,
.input-group--lg select {
  height: 54px
}

.input-group--lg input,
.input-group--lg select,
.input-group--lg textarea {
  padding: 0 14px
}

.input-group--lg .icon {
  top: 20px
}

.input-group--lg .icon:last-child {
  right: 14px
}

.input-group.icon {
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
  position: relative
}

.input-group.icon select {
  width: 100%;
  padding: 0 25px 0 10px
}

.input-group.icon:before {
  position: absolute;
  right: 5px;
  top: 20px;
  z-index: 10
}

.input-icon {
  font-size: 18px;
  line-height: 26px;
  color: #8c8c8c;
  font-weight: 600;
  background-color: #efefef;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 8px
}

.input-group.icon-header {
  position: relative
}

.input-group.icon-header select {
  padding: 7px 35px 7px 10px;
  width: 100%
}

.input-group.icon-header:before {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 10;
  pointer-events: none
}

.input-group-label {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin-bottom: 5px
}

.input-group-margin {
  margin-top: 26px
}

.search-select {
  color: #222;
  border: 0;
  background: #fff;
  position: relative
}

.search-select:before {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojRjI2QzcwO3N0cm9rZS13aWR0aDoyOyIgcG9pbnRzPSIxMS42LDIuNiA2LjEsOC4xIDAuNiwyLjYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  pointer-events: none
}

.search-select select {
  border-radius: inherit;
  border: 0;
  padding: 10px 30px 10px 10px;
  background: #fff;
  width: 100%
}

.search-select select:focus {
  outline: 0
}

.input-group--right .icon,
.input-group--right .icon-header {
  left: inherit;
  right: 10px
}

.input-group--right .icon+input,
.input-group--right .icon+select,
.input-group--right .icon-header+input,
.input-group--right .icon-header+select {
  padding: 0 40px 0 15px
}

.form-captcha {
  margin-bottom: 15px;
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  padding: 15px;
  border-radius: 4px;
  width: 350px
}

.form-captcha img {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 220px
}

.input-group-captcha {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 35.59674778px
}

.input-group-captcha ::placeholder {
  font-size: 13px;
  line-height: 21.03444187px
}

.form-facebook-signup {
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  padding: 20px 0 15px 0;
  position: relative
}

.form-facebook-signup .btn-login-facebook,
.form-facebook-signup small {
  margin: 5px auto 10px
}

.form-facebook-signup small {
  padding-left: 25px;
  background: url(/assets/img/forms/sprite_login.png) no-repeat scroll -293px -213px transparent;
  color: #6c6c6c
}

.form-facebook-signup .form-facebook-separator {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 10px;
  background-color: #fff;
  left: 50%;
  bottom: -15px
}

.form-facebook-signup .form-facebook-separator i {
  display: inline-block;
  vertical-align: middle;
  background-color: #f8f8f8;
  color: #8c8c8c;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 28px
}

.modal .form-facebook-signup {
  border-top: none
}

.filter {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  text-align: center;
  background: #fff
}

.filter li {
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #d9d9d9
}

.filter li:last-child {
  border-right: 0
}

.filter-panel span {
  display: block;
  margin-bottom: 5px
}

.filter-panel li label {
  color: #000;
  padding: 9px 3px;
  display: block
}

.filter-panel li label.active,
.filter-panel li label.current {
  color: #f76c6f;
  font-weight: 600
}

.filter-panel li label.inputRolPadding {
  padding: 10.5px 3px
}

.filter-panel input {
  display: none
}

.form-line {
  display: block;
  width: 100%
}

.form-line input {
  font-size: 16px;
  line-height: 24px;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 5px 5px 0;
  margin-bottom: 20px;
  outline: 0
}

.form-line input.combo {
  margin-bottom: 10px
}

.form-line select {
  font-size: 16px;
  line-height: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAMAAAD+zz7+AAAAD1BMVEUAAAD////5YW75YW75YW5eOfjwAAAABHRSTlMAAAGXxONRPAAAACdJREFUCNdVx0EKAAAIAjDL/v/miJBst4FliLQzYZ/dd7q2v821eBpLAAD5N30FUQAAAABJRU5ErkJggg==);
  padding: 0 15px 0 5px;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  width: 100%;
  outline: 0
}

.form-line textarea {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px;
  outline: 0
}

.form-line input[type=radio] {
  margin-bottom: 0
}

.form-line .forgotten-password {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  padding-top: 5px;
  float: right;
  margin-top: -20px
}

.form-line .forgotten-password:hover {
  color: #f76c6f
}

.form-line label {
  font-size: 16px;
  line-height: 24px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  text-transform: uppercase
}

.form-line__icon {
  vertical-align: middle;
  display: inline-block;
  margin: -6px 0 0
}

.form-disclaimer .icheckbox_grey,
.form-disclaimer .icheckbox_minimal {
  float: left
}

.form-disclaimer-content,
.form-disclaimer-content a {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  overflow: hidden;
  text-align: left;
  letter-spacing: normal
}

.form-disclaimer-content a,
.form-disclaimer-content a a {
  text-decoration: underline
}

.contact-form .pure-control-group {
  margin-bottom: 5px
}

.form-input-prefix,
.form-input-select {
  position: relative;
  cursor: pointer;
  user-select: none
}

.form-input-prefix:before,
.form-input-select:before {
  content: "";
  color: #8b8b8b;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAMAAAAyEe/dAAAAElBMVEUAAABkZGRkZGRkZGRkZGRkZGQF0x2LAAAABXRSTlMASWauz1Ny6NIAAABMSURBVHjahc7RCkBRBETRi5n//+VbXnahjqdhFb5HpSrmLErZQbZjmG11KqOYi4gyGM2r3Yuyj0Rbv5AYih2KHYodim3FtmKXStirfjUNAk+81hxEAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  top: 18px;
  right: 0;
  pointer-events: none;
  cursor: pointer;
  height: 1em;
  width: 2em
}

.form-input-select:before {
  width: 1.5em
}

.modal-request {
  width: 550px;
  padding-top: 40px
}

.modal-request--multi {
  width: 990px
}

.modal-request--medium {
  width: 580px
}

.leadlayer {
  background: #fff;
  position: relative
}

.leadlayer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.leadlayer__fieldset {
  border: 0
}

.leadlayer__info {
  width: 260px;
  padding: 25px;
  border-right: 1px solid #d9d9d9;
  flex: 1 0 auto;
  box-sizing: border-box
}

.leadlayer__form {
  width: 540px;
  padding: 25px 30px;
  flex: 1 0 auto;
  box-sizing: border-box;
  position: relative
}

.leadlayer__form--spaced {
  padding: 30px 40px 40px
}

.leadlayer__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  border: none;
  background: 0 0;
  padding: 10px;
  cursor: pointer;
  outline: 0;
  z-index: 2
}

.leadlayer__close--in {
  right: 2px
}

.leadlayer__close--out {
  right: 0;
  top: -37px
}

.leadlayer__close--grey svg {
  fill: #8c8c8c
}

.leadlayer__vendorImage {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 3px
}

.leadlayer__claim {
  font-size: 12px;
  line-height: 19.41640788px;
  color: #8c8c8c;
  text-transform: uppercase
}

.leadlayer__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600
}

.leadlayer__intro {
  color: #8c8c8c
}

.leadlayer .modal-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 36px;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: -32px;
  border: 0;
  padding: 2px 0 3px;
  background: 0 0;
  outline: 0;
  cursor: pointer
}

.leadlayer__userlogged {
  position: relative;
  margin-bottom: 20px
}

.leadlayer__labelfocused {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 0
}

.leadlayer__edit {
  font-size: 14px;
  line-height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #8c8c8c;
  border: 0;
  text-decoration: underline;
  cursor: pointer
}

.leadlayer__edit:focus {
  outline: 0
}

.leadlayer__username {
  color: #222;
  margin-right: 5px
}

.leadlayer__usermail {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.leadlayer__inputsTitle {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  font-weight: 600;
  margin-bottom: 10px
}

.leadlayer__inputsTitle--uppercase {
  text-transform: uppercase;
  letter-spacing: 1px
}

.leadlayer__inputsContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between
}

.leadlayer__inputShort {
  width: 230px
}

.leadMultilayer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff
}

.leadMultilayer__listings {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 40px
}

.leadMultilayer__aside {
  flex: 0 0 auto;
  background: #efefef;
  width: 230px;
  padding: 40px
}

.leadMultilayer__description {
  line-height: 28px
}

.leadMultilayer__content {
  color: #8c8c8c
}

.leadMultilayer__submit {
  text-align: center;
  margin-bottom: 10px
}

.leadMultilayer__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  word-break: break-word;
  margin-bottom: 20px;
  font-weight: 400
}

.leadMultilayer__title--small {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-weight: 600
}

.modal-test-original.modal-request {
  width: 650px;
  padding-top: 40px
}

.modal-test-original.modal-request .tag-promo {
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #ffe8d3;
  background: #ffe8d3;
  font-weight: 600;
  padding: 5px 10px;
  margin-top: 5px;
  color: #c77120;
  position: relative
}

.modal-test-original.modal-request .tag-promo:after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #ffe8d3;
  border-width: 6px;
  position: absolute;
  right: -12px;
  top: 9px
}

.modal-test-original.modal-request--large {
  width: 800px
}

.modal-test-original .modal-dialog-content {
  background-color: #fff;
  position: relative;
  border-radius: 8px
}

.modal-test-original .modal-close {
  color: #fff;
  font-size: 36px;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: -32px;
  border: 0;
  padding: 2px 0 3px;
  background: 0 0;
  -webkit-appearance: none;
  appearance: none;
  outline: 0
}

.modal-test-original .modal-close-grey {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: 0 0;
  appearance: none;
  outline: 0;
  cursor: pointer
}

.modal-test-original .modal-request-header {
  background-color: #f8f8f8;
  text-align: center;
  padding: 25px 50px
}

.modal-test-original .modal-request-header h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-weight: 400
}

.modal-test-original .modal-request-header p {
  color: #8c8c8c;
  margin-bottom: 0
}

.modal-test-original .modal-vendor-content-form {
  padding: 20px 30px
}

.modal-test-blue.modal-request {
  width: 760px;
  padding-top: 65px
}

.modal-test-blue.modal-request .tag-promo {
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #ffe8d3;
  background: #ffe8d3;
  font-weight: 600;
  padding: 5px 10px;
  margin-top: 5px;
  color: #c77120;
  position: relative
}

.modal-test-blue.modal-request .tag-promo:after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #ffe8d3;
  border-width: 6px;
  position: absolute;
  right: -12px;
  top: 9px
}

.modal-test-blue .modal-dialog-content {
  background-color: #fff;
  position: relative;
  border-radius: 2px
}

.modal-test-blue .modal-close {
  color: #fff;
  font-size: 36px;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: -32px;
  border: 0;
  padding: 2px 0 3px;
  background: 0 0;
  -webkit-appearance: none;
  appearance: none;
  outline: 0
}

.modal-test-blue .modal-request-form {
  margin-top: 20px
}

.modal-test-blue .modal-request-vendor {
  background-color: #726a71;
  color: #d3d2d3;
  text-align: center
}

.modal-test-blue .modal-request-vendor h2 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0
}

.modal-test-blue .modal-request-vendor p {
  font-size: 14px;
  line-height: 21px
}

.modal-test-blue .modal-request-vendor-avatar {
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 90px
}

.modal-test-blue .modal-request-vendor-rating {
  margin: 15px 0 20px
}

.modal-test-blue .modal-vendor-content-form h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 5px
}

.modal-test-blue .modal-vendor-content-form p {
  font-size: 14px;
  line-height: 21px
}

.modal-test-blue .modal-request-vendor-conditions {
  margin: 10px 0 0
}

.modal-test-nolabel.modal-request {
  width: 600px;
  padding-top: 40px
}

.modal-test-nolabel.modal-request .tag-promo {
  font-size: 14px;
  line-height: 21px;
  background: #ffe8d3;
  font-weight: 600;
  border: 1px solid #ffe8d3;
  padding: 5px 10px;
  margin-top: 5px;
  color: #c77120;
  position: relative
}

.modal-test-nolabel.modal-request .tag-promo:after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #ffe8d3;
  border-width: 6px;
  position: absolute;
  right: -12px;
  top: 9px
}

.modal-test-nolabel .modal-dialog-content {
  background-color: #fff;
  position: relative;
  border-radius: 2px
}

.modal-test-nolabel .modal-close {
  color: #fff;
  font-size: 36px;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: -32px;
  border: 0;
  padding: 2px 0 3px;
  background: 0 0;
  -webkit-appearance: none;
  appearance: none;
  outline: 0
}

.modal-test-nolabel .modal-request-header {
  background-color: #6a6c72;
  color: #fff;
  text-align: center;
  padding: 25px 50px
}

.modal-test-nolabel .modal-request-header h2 {
  margin-bottom: 10px
}

.modal-test-nolabel .modal-request-header p {
  margin-bottom: 0
}

.modal-test-nolabel .modal-vendor-content-form {
  padding: 20px 30px
}

.modal-test-nolabelLogo.modal-request {
  width: 600px;
  padding-top: 40px
}

.modal-test-nolabelLogo.modal-request .tag-promo {
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #ffe8d3;
  background: #ffe8d3;
  font-weight: 600;
  padding: 5px 10px;
  margin-top: 5px;
  color: #c77120;
  position: relative
}

.modal-test-nolabelLogo.modal-request .tag-promo:after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #ffe8d3;
  border-width: 6px;
  position: absolute;
  right: -12px;
  top: 9px
}

.modal-test-nolabelLogo .modal-dialog-content {
  background-color: #fff;
  position: relative;
  border-radius: 2px
}

.modal-test-nolabelLogo .modal-close {
  color: #fff;
  font-size: 36px;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: -32px;
  border: 0;
  padding: 2px 0 3px;
  background: 0 0;
  -webkit-appearance: none;
  appearance: none;
  outline: 0
}

.modal-test-nolabelLogo .modal-request-header {
  background-color: #6a6c72;
  padding: 25px 30px;
  color: #fff
}

.modal-test-nolabelLogo .modal-request-header img {
  border-radius: 3px;
  display: block
}

.modal-test-nolabelLogo .modal-request-header h2 {
  margin-bottom: 0
}

.modal-test-nolabelLogo .modal-request-header p {
  margin: 0 0 0 5px;
  display: inline-block
}

.modal-test-nolabelLogo .modal-vendor-content-form {
  padding: 20px 30px
}

.multi-request-com-add .title {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000
}

.modal-test-blue.modal-multi-request.modal-multi-request {
  width: 720px;
  padding-top: 30px
}

.modal-test-blue .vendors-modal-multi {
  padding: 10px
}

.modal-test-blue .vendors-modal-multi-header {
  padding: 20px 25px 0 25px;
  text-align: center
}

.modal-test-blue .vendors-modal-multi-header h2 {
  margin-bottom: 10px
}

.modal-test-blue .vendors-modal-multi-header p {
  margin: 0
}

.modal-test-blue .vendors-modal-multi-content {
  padding: 25px 25px 10px
}

.modal-test-blue .vendors-modal-multi-footer {
  padding: 0 25px 30px
}

.modal-test-blue .vendors-modal-multi-button {
  padding: 0;
  margin-top: -30px
}

.modal-test-blue #multi-sol .row {
  margin: 0 -5px
}

.modal-test-blue #multi-sol .unit {
  margin: 0 8px 5px
}

.modal-test-original.modal-multi-request.modal-multi-request {
  width: 990px;
  padding-top: 30px
}

.modal-test-original .vendors-modal-multi-aside {
  background-color: #efefef;
  position: relative
}

.modal-test-original .vendors-modal-multi-aside-content {
  padding: 25px
}

.modal-test-original .vendors-modal-multi-aside-content h2 {
  font-weight: 400;
  margin-bottom: 20px
}

.modal-test-original .vendors-modal-multi-aside-content span {
  font-weight: 600
}

.modal-test-original .vendors-modal-multi-content {
  padding: 20px 25px
}

.modal-test-original .vendors-modal-multi-content .unit {
  margin: 0 8px 5px
}

.modal-test-original .vendors-modal-multi-button {
  padding: 0;
  margin-top: -30px
}

.modal-test-original #multi-sol .unit {
  margin: 0 8px 5px
}

.modal-test-nolabel.modal-multi-request.modal-multi-request {
  width: 970px;
  padding-top: 30px
}

.modal-test-nolabel .vendors-modal-multi-aside {
  background-color: #efefef;
  position: relative
}

.modal-test-nolabel .vendors-modal-multi-aside-content {
  top: 50%;
  padding: 100px 25px;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.modal-test-nolabel .vendors-modal-multi-aside-content:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 15px
}

.modal-test-nolabel .vendors-modal-multi-aside-content h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 20px
}

.modal-test-nolabel .vendors-modal-multi-aside-content h2 span {
  background-color: #fa9c9e;
  padding: 0 5px
}

.modal-test-nolabel .vendors-modal-multi-aside-content p {
  margin: 0
}

.modal-test-nolabel .vendors-modal-multi-content {
  padding: 30px 25px
}

.modal-test-nolabel .vendors-modal-multi-content .unit {
  margin: 0 8px 5px
}

.modal-test-nolabel .vendors-modal-multi-footer {
  margin-top: 10px
}

.modal-test-nolabel .vendors-modal-multi-button {
  padding: 0;
  margin-top: -30px
}

.modal-test-nolabel #multi-sol .unit {
  margin: 0 8px 5px
}

.modal-test-nolabelLogo.modal-multi-request.modal-multi-request {
  width: 970px;
  padding-top: 30px
}

.modal-test-nolabelLogo .vendors-modal-multi-aside {
  background-color: #efefef;
  position: relative
}

.modal-test-nolabelLogo .vendors-modal-multi-aside-content {
  top: 50%;
  padding: 100px 25px;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.modal-test-nolabelLogo .vendors-modal-multi-aside-content:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 15px
}

.modal-test-nolabelLogo .vendors-modal-multi-aside-content h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px
}

.modal-test-nolabelLogo .vendors-modal-multi-aside-content h2 span {
  background-color: #fa9c9e;
  padding: 0 5px
}

.modal-test-nolabelLogo .vendors-modal-multi-aside-content p {
  margin: 0
}

.modal-test-nolabelLogo .vendors-modal-multi-content {
  padding: 30px 25px
}

.modal-test-nolabelLogo .vendors-modal-multi-content .unit {
  margin: 0 8px 5px
}

.modal-test-nolabelLogo .vendors-modal-multi-footer {
  margin-top: 10px
}

.modal-test-nolabelLogo .vendors-modal-multi-button {
  padding: 0;
  margin-top: -30px
}

.modal-test-nolabelLogo #multi-sol .unit {
  margin: 0 8px 5px
}

.vendors-modal-multi-footer {
  margin-top: 15px
}

.multilead {
  margin-bottom: 20px
}

.multilead img {
  display: block
}

.multilead .vendor-slider {
  padding-top: 0
}

.multilead .vendor-slider img {
  background-color: #efefef;
  min-height: 155px
}

.multilead .item-stars {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.multilead .item-stars--white {
  color: #fff
}

.modal-test-original .multilead {
  margin: 5px 0
}

label.multilead-footer {
  cursor: pointer
}

.breadcrumb-box {
  border-bottom: 1px solid #e7e7e7
}

.breadcrumb-box .wrapper {
  padding: 1px
}

.breadcrumb-box--noBorder {
  border-bottom: none
}

.breadcrumb-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  height: 46px;
  position: relative
}

.breadcrumb-container ul.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%
}

.breadcrumb-container ul.breadcrumb li {
  text-overflow: ellipsis;
  white-space: nowrap
}

.breadcrumb-container ol.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%
}

.breadcrumb-container ol.breadcrumb li {
  text-overflow: ellipsis;
  white-space: nowrap
}

.breadcrumb-container .breadcrumb-dress-fav {
  flex: 1 0 auto;
  padding-left: 10px;
  text-align: right
}

.breadcrumb li:last-of-type a,
.breadcrumb li:last-of-type h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.breadcrumb {
  margin: 0;
  padding: 6px 0 12px
}

.breadcrumb h1 {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0
}

.breadcrumb>li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  position: relative;
  border: 1px solid transparent;
  padding: 5px 8px 0;
  margin: 0 5px
}

.breadcrumb>li:before {
  content: "/";
  position: absolute;
  left: -6px;
  color: #8c8c8c;
  font-size: 16px
}

.breadcrumb>li:first-child:before {
  content: none
}

.breadcrumb>li i {
  color: #8c8c8c;
  margin-left: 5px
}

.breadcrumb>li span {
  color: #8c8c8c
}

.breadcrumb>li a {
  color: #8c8c8c
}

.breadcrumb>li a:hover {
  color: #f76c6f
}

.breadcrumb>li a:hover span {
  color: #f76c6f
}

.breadcrumb>li.open {
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid #fff;
  background: #fff
}

.breadcrumb>li.open:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 3px;
  left: -1px;
  bottom: -1px;
  border-left: 1px solid #d9d9d9;
  z-index: 100;
  padding: 0
}

.breadcrumb>li:first-child {
  padding-left: 0
}

.breadcrumb>li:first-child a {
  padding-left: 0
}

.breadcrumb .bread-menu {
  position: absolute;
  top: 24px;
  left: -1px;
  z-index: 99
}

.breadcrumb .bread-menu ul {
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 10px 0;
  width: 250px
}

.breadcrumb .bread-menu ul.multi-column {
  width: 300px;
  padding: 10px
}

.breadcrumb .bread-menu>div {
  display: block
}

.breadcrumb .bread-menu li {
  display: block
}

.breadcrumb .bread-menu li a,
.breadcrumb .bread-menu li strong {
  padding: 6px 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis
}

.breadcrumb .bread-menu li a:hover {
  background: #f8f8f8;
  color: #f76c6f
}

.breadcrumb>li:first-child {
  padding-left: 0
}

.icon-breadcrumb-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 7px;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAMAAABS8b9vAAAALVBMVEUAAAD///9AQED/bHFAQED/bHFAQED/bHFAQED/bHH/bHFAQED/bHFAQED/bHHwMfsAAAAADXRSTlMAAAcHEBGlpba2yc/WfA6EvwAAAHdJREFUeNp9zEEOxCAUAlBG26rVev/jjkn5ISGmrOAtwGgZltwG2nTPi5DNCeaa581CvU8gPJgaXt5WqHKpuVQ+ZilzSOVU953itwKtbT54c4dek3OqHfVxT4uQzAnmmkdnofYDCA+mhl9vu6hyqTnVnepOdZfiDzicBk10Vm7aAAAAAElFTkSuQmCC);
  background-position: 4px -6px
}

.icon-breadcrumb-arrow:hover:after {
  background-position: 4px 1px
}

.breadcrumb-saved {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 21px;
  height: 20px;
  border-radius: 3px;
  min-width: 14px;
  padding: 11px 5px;
  text-align: center;
  cursor: pointer
}

.breadcrumb-saved p {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin: 0 0 0 5px
}

.breadcrumb-saved .svgIcon {
  vertical-align: middle;
  width: 18px;
  height: 18px
}

.breadcrumb-saved .svgIcon svg {
  fill: #c7c7c7
}

.breadcrumb-saved .svgIcon__heart svg {
  fill: #f66064
}

.breadcrumb-saved span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #8c8c8c;
  margin-left: 5px
}

.breadcrumb-saved__bounce,
.breadcrumb-saved__rebounce {
  -webkit-animation: bounce .5s;
  -moz-animation: bounce .5s;
  -o-animation: bounce .5s;
  animation: bounce .5s
}

@media only screen and (max-width:1024px) {
  ul.breadcrumb {
    padding: 7px 5px 12px
  }
}

.vendorCategory {
  margin: 0 10px 25px;
  position: relative;
  cursor: pointer;
  user-select: none;
  min-height: 105px
}

.vendorCategory__label {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  max-width: 35%
}

.vendorCategory__image {
  width: 100%;
  display: block
}

.userMenu {
  display: none;
  border: 1px solid #d9d9d9;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 9999;
  width: 380px;
  border-radius: 8px;
  background: #fff
}

.userMenu__header {
  font-size: 14px;
  line-height: 21px;
  background: #f8f8f8;
  padding: 20px;
  color: #777;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 6px 6px 0 0
}

.userMenu__header a {
  color: inherit
}

.userMenu__logout {
  position: absolute;
  right: 15px;
  top: 10px
}

.userMenu__username {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-align: center
}

.userMenu__status {
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle
}

.userMenu__status:before {
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 2px;
  border-radius: 50%;
  background: #88b769;
  display: inline-block;
  vertical-align: initial
}

.userMenu__select {
  background: #efefef;
  border: 1px solid #d9d9d9;
  max-width: 100%
}

.userMenu__content {
  padding: 10px 0;
  text-align: center
}

.userMenu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  line-height: 19.41640788px;
  justify-content: space-between;
  color: #000;
  font-weight: 400;
  margin: 10px 0;
  padding: 0 10px
}

.userMenu__label {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px
}

.userMenu__footer {
  border-top: 1px solid #d9d9d9;
  padding: 15px
}

.userMenu__footer__website {
  padding: 15px 60px
}

.userMenu__conciergeIcon {
  margin: 4px 10px 0 0
}

.userMenu__providers {
  margin: 0;
  font-weight: 400;
  font-size: 14px
}

.userMenu__adviser {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px
}

.userMenu__adviser:hover {
  color: #f76c6f
}

@media only screen and (max-width:1024px) {
  .dropmenuNav {
    padding: 25px 15px
  }

  .dropmenuNav__block--left {
    padding-right: 0
  }

  .dropmenuNav__iconlink {
    font-size: 11px
  }

  .dropmenuNav__subtitle {
    margin-bottom: 5px;
    font-size: 12px
  }

  .dropmenuNav__description {
    font-size: 12px;
    line-height: 1.5em
  }

  .dropmenuNav__listItem {
    font-size: 11px;
    margin-bottom: 14px
  }

  .dropmenuNav__community {
    padding: 0 10px
  }

  .dropmenuNav__communityText {
    margin: 0 60px 0 15px
  }
}

.userMenu {
  border: none
}

.layoutNavMenuAuthenticatorDropdown {
  background: #fff;
  display: block;
  width: 80vw;
  position: fixed;
  right: 0;
  z-index: 1100
}

.layoutNavMenuAuthenticatorDropdown__container {
  width: 100%
}

.layoutNavMenuAuthenticatorDropdown__header {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 1rem;
  padding: 1.3rem;
  text-align: left
}

.layoutNavMenuAuthenticatorDropdown__headerAvatar {
  grid-column: 1;
  grid-row: 1/span 2;
  width: 56px;
  height: 56px
}

.layoutNavMenuAuthenticatorDropdown__headerName {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis
}

.layoutNavMenuAuthenticatorDropdown__headerInformation {
  color: #8c8c8c;
  margin-bottom: 0
}

.layoutNavMenuAuthenticatorDropdown__headerButton {
  width: 100%;
  grid-column: 1/span 2;
  grid-row: 3;
  margin-top: 15px;
  align-items: center;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  display: flex;
  font-weight: 600;
  justify-content: center;
  padding: .69rem 1rem;
  background-position: 50%;
  color: #222;
  cursor: pointer;
  -webkit-transition: all .15s;
  transition: all .15s;
  box-sizing: border-box
}

.layoutNavMenuAuthenticatorDropdown__headerButton:hover {
  border-color: #8c8c8c;
  color: #222
}

.layoutNavMenuAuthenticatorDropdown__headerButton:active {
  border-color: #6c6c6c
}

.layoutNavMenuAuthenticatorDropdown__headerButton:focus,
.layoutNavMenuAuthenticatorDropdown__headerButton:focus-visible {
  -webkit-box-shadow: 0 0 0 2px #1961d9;
  box-shadow: 0 0 0 2px #1961d9;
  outline: 0;
  border-color: transparent
}

.layoutNavMenuAuthenticatorDropdown__headerButton:focus:not(:focus-visible) {
  border-color: #6c6c6c;
  box-shadow: none
}

.layoutNavMenuAuthenticatorDropdown__body {
  border-color: #d9d9d9;
  border-width: 1px 0;
  border-style: solid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 20px;
  font-size: .9rem
}

.layoutNavMenuAuthenticatorDropdown__bodyItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0;
  text-align: center
}

.layoutNavMenuAuthenticatorDropdown__bodyIcon {
  width: 26px;
  height: 26px;
  margin-bottom: 5px
}

.layoutNavMenuAuthenticatorDropdown__footer {
  padding: 20px;
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  text-align: left
}

@media (max-width:768px) {
  .layoutNavMenuAuthenticatorDropdown {
    max-width: 300px;
    top: 0;
    height: 100vh;
    transform: translate3d(100%, 0, 0);
    transition: transform .3s ease-in-out
  }

  .layoutNavMenuAuthenticatorDropdown__overlay {
    display: none;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    width: 100vw;
    height: 100vh;
    z-index: 9
  }

  .layoutNavMenuAuthenticatorDropdown.open {
    transform: translate3d(0, 0, 0)
  }

  .layoutNavMenuAuthenticatorDropdown.open~.layoutNavMenuAuthenticatorDropdown__overlay {
    display: block;
    animation: showOverlay .3s linear forwards
  }
}

@media (min-width:768px) {
  .layoutNavMenuAuthenticatorDropdown {
    box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    border-radius: .5rem;
    cursor: pointer;
    position: absolute;
    width: 340px;
    top: 100%
  }

  .layoutNavMenuAuthenticatorDropdown.open {
    display: block
  }
}

@keyframes showOverlay {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.layoutNavMenuAuthenticatorDropdownActions {
  display: none
}

.layoutNavMenuVendorAuthenticatorDropdown {
  background: #fff;
  right: 0;
  z-index: 10;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
  border-radius: .5rem;
  cursor: pointer;
  position: absolute;
  width: 340px;
  top: 100%;
  margin-top: 17px
}

.layoutNavMenuVendorAuthenticatorDropdown__header {
  padding: 1.3rem;
  text-align: center
}

.layoutNavMenuVendorAuthenticatorDropdown__logout {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: block;
  text-align: right
}

.layoutNavMenuVendorAuthenticatorDropdown__multi {
  display: inline-block;
  border: 1px solid #d9d9d9;
  margin: 10px 0;
  position: relative;
  width: 100%;
  padding: 4px 10px;
  box-sizing: border-box;
  border-radius: 4px
}

.layoutNavMenuVendorAuthenticatorDropdown__multiIcon {
  top: 4px;
  right: 10px;
  position: absolute;
  pointer-events: none
}

.layoutNavMenuVendorAuthenticatorDropdown__name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  margin-bottom: 5px
}

.layoutNavMenuVendorAuthenticatorDropdown__name:focus {
  outline: 0
}

.layoutNavMenuVendorAuthenticatorDropdown__name--select:hover {
  color: #222
}

.layoutNavMenuVendorAuthenticatorDropdown__category {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: block
}

.layoutNavMenuVendorAuthenticatorDropdown__action {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin-right: 15px;
  display: inline-block
}

.layoutNavMenuVendorAuthenticatorDropdown__action:hover {
  color: #f76c6f
}

.layoutNavMenuVendorAuthenticatorDropdown__body {
  border-color: #d9d9d9;
  border-width: 1px 0;
  border-style: solid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 20px;
  font-size: .9rem
}

.layoutNavMenuVendorAuthenticatorDropdown__bodyItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0;
  text-align: center
}

.layoutNavMenuVendorAuthenticatorDropdown__bodyIcon {
  width: 26px;
  height: 26px;
  margin-bottom: 5px
}

.layoutNavMenuVendorAuthenticatorDropdown__premium {
  padding: 15px;
  text-align: center
}

.layoutNavMenuVendorAuthenticatorDropdown__premium a {
  color: #222
}

.layoutNavMenuVendorAuthenticatorDropdown__premium span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #f89b16;
  display: block
}

.layoutNavMenuVendorAuthenticatorDropdown__contact {
  padding: 10px 20px;
  text-align: center
}

.layoutNavMenuVendorAuthenticatorDropdown__contact i {
  margin-bottom: 10px;
  display: inline-block
}

.layoutNavMenuVendorAuthenticatorDropdown__contact p {
  font-size: 14px;
  line-height: 21px;
  margin: 0
}

.layoutNavMenuVendorAuthenticatorDropdown__contact strong {
  display: block
}

.counter {
  background: #f76c6f;
  font-size: 11px;
  line-height: 10px;
  min-width: 10px;
  padding: 3px;
  border-radius: 10px;
  position: absolute;
  top: -6px;
  right: -8px;
  color: #fff;
  text-align: center
}

@keyframes transitionPartner1 {
  from {
    opacity: 0;
    transform: translateX(-100%)
  }

  to {
    opacity: 1;
    transform: translateX(7px)
  }
}

@keyframes transitionPartner2 {
  from {
    opacity: 0;
    transform: translateX(100%)
  }

  to {
    opacity: 1;
    transform: translateX(-7px)
  }
}

@keyframes transitionOpacity {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.weddingInformation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ea6669;
  background-image: linear-gradient(to right, #ea6669, #f78a6c);
  height: 100vh;
  width: 100%;
  text-align: center;
  color: #fff
}

.weddingInformation__partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}

.weddingInformation__partner {
  opacity: 0;
  height: 90px;
  width: 90px;
  border-radius: 90px;
  border: 3px solid #f0786a;
  background-color: #f0786a
}

.weddingInformation__partner .avatar-thumb {
  border: none;
  margin: 0
}

.weddingInformation__partner:nth-child(1) {
  z-index: 1;
  animation: transitionPartner1 .4s ease-in-out;
  animation-fill-mode: forwards
}

.weddingInformation__partner:nth-child(2) {
  z-index: 0;
  animation: transitionPartner2 .4s ease-in-out;
  animation-fill-mode: forwards
}

.weddingInformation__name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  opacity: 0;
  animation: transitionOpacity .4s;
  animation-delay: .2s;
  animation-fill-mode: forwards
}

.weddingInformation__date {
  font-size: 16px;
  line-height: 25.88854384px;
  text-transform: uppercase;
  opacity: 0;
  animation: transitionOpacity .4s;
  animation-delay: .4s;
  animation-fill-mode: forwards
}

.weddingInformation__separator {
  margin: 20px 0 30px;
  height: 1px;
  width: 50px;
  border: none;
  background-color: #fff;
  opacity: 0;
  animation: transitionOpacity .4s;
  animation-delay: .6s;
  animation-fill-mode: forwards
}

.weddingInformation__countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  max-width: 350px;
  opacity: 0;
  animation: transitionOpacity .4s;
  animation-delay: .8s;
  animation-fill-mode: forwards
}

.weddingInformation__countdown span {
  font-size: 28px;
  line-height: 45.30495172px;
  display: block;
  min-width: 40px;
  font-weight: 600
}

.weddingInformation__countdown span small {
  font-size: 16px;
  line-height: 25.88854384px;
  display: block;
  font-weight: 400
}

.modal-request-vendor-conditions {
  margin-top: 10px;
  color: #6c6c6c;
  font-size: 10px;
  line-height: 16px
}

.modal-request-vendor-conditions a {
  color: #8c8c8c;
  text-decoration: underline
}

.contest-modal-slider {
  padding-top: 50px
}

.contest-modal-slider.modal-dialog .close {
  right: 3px;
  font-size: 26px;
  color: #fff;
  top: 15px
}

.contest-modal-slider img {
  max-width: 100%;
  border: 5px solid #fff
}

.modal-vendors {
  max-width: 600px
}

.modal-vendors-search {
  position: relative;
  padding: 25px 5px 25px 30px;
  background: #efefef;
  font-weight: 400
}

.modal-vendors-search input {
  font-size: 16px;
  height: 26px;
  border: none;
  background: 0 0;
  box-shadow: none;
  outline: 0;
  width: 90%;
  margin: 0;
  padding-right: 50px;
  -webkit-box-shadow: 0 0 0 1000px #efefef inset !important
}

.modal-vendors-search .loader-line {
  top: auto
}

.modal-vendors-results {
  overflow: hidden
}

.modal-vendors-results li {
  padding: 10px 20px 10px 25px;
  border-bottom: 1px solid #d9d9d9
}

.modal-vendors-results li:first-of-type {
  padding-top: 20px
}

.modal-vendors-results li:last-of-type {
  border-bottom: none
}

.modal-vendors-results-suggest {
  height: 100%;
  overflow: auto
}

.modal-vendors-reserved {
  padding: 40px 30px 30px
}

.modal-vendors-reserved p {
  margin-bottom: 15px
}

.modal-vendors-profile {
  padding: 30px
}

.modal-vendors-footer {
  border-top: 1px solid #d9d9d9;
  padding: 20px 30px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box
}

.modal-vendors-footer p:first-of-type {
  margin: 0
}

.modal-vendors-footer-addNew {
  padding-left: 0;
  cursor: pointer;
  color: #f76c6f
}

.modal-vendors-footer-addNew:hover {
  text-decoration: underline
}

.form-add-vendor .alert {
  margin-bottom: 0
}

.rounded-modal-photo {
  border-radius: 50%
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}

select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.modal-login {
  width: 450px;
  background: #fff
}

.modal-signup {
  width: 900px;
  background: #fff
}

.wrapper-auth {
  width: 850px;
  margin: 0 auto;
  padding: 15px;
  display: block
}

.wrapper-auth-extended {
  width: 960px
}

.template-auth {
  min-height: 710px
}

.template-auth-extended {
  height: 735px
}

.template-auth-wedshoots {
  height: 820px
}

.wrapper-auth-recovery {
  width: 450px;
  margin: 0 auto;
  display: block;
  padding: 15px
}

.wrapper-auth-recovery .strong {
  font-weight: 400
}

.form-line {
  display: block;
  width: 100%
}

.form-line input {
  font-size: 16px;
  line-height: 24px;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  outline-style: none;
  padding: 5px;
  margin-bottom: 20px
}

.form-line select {
  padding: 5px 15px 5px 5px;
  display: inline-block;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAMAAAD+zz7+AAAAD1BMVEUAAAD////5YW75YW75YW5eOfjwAAAABHRSTlMAAAGXxONRPAAAACdJREFUCNdVx0EKAAAIAjDL/v/miJBst4FliLQzYZ/dd7q2v821eBpLAAD5N30FUQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0
}

.form-line input[type=radio] {
  margin-bottom: 0
}

.form-line .forgotten-password {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  padding-top: 8px;
  float: right;
  margin-top: -20px
}

.form-line .forgotten-password:hover {
  color: #f76c6f
}

.form-line input,
.form-line select {
  outline: 0
}

.layout-auth-template {
  background: #f8f8f8
}

.layout-auth-dialog {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 0 20px 0;
  top: 5vh
}

.layout-auth-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 600
}

.layout-auth-subtitle {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: 400
}

.layout-auth-section {
  background: #f8f8f8;
  text-align: center;
  padding: 20px 0 25px
}

.layout-auth-wrapper {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.layout-auth-action {
  color: #8c8c8c;
  margin-top: 15px
}

.layout-auth-action a {
  font-weight: 600;
  color: #f76c6f
}

.layout-auth-notice {
  font-size: 13px;
  line-height: 19px;
  color: #8c8c8c;
  display: block;
  margin-top: 5px
}

.layout-auth-notice-link {
  color: #8c8c8c;
  text-decoration: underline
}

.layout-auth-notice-small {
  font-size: 11px;
  line-height: 16px;
  line-height: 14px
}

.layout-auth-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.layout-auth-date-wrapper .icon-cal {
  border-bottom: 1px solid #d9d9d9;
  height: 25px;
  margin-top: 3px
}

.layout-auth-footer {
  font-size: 14px;
  line-height: 21px
}

.layout-auth-footer ul {
  text-align: center
}

.layout-auth-footer ul li {
  padding: 0 5px
}

.layout-auth-footer ul li a {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.layout-auth-footer ul li a:hover {
  color: #f76c6f
}

.layout-auth-footer ul li span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400
}

.layout-auth-footer-copyright {
  text-align: center;
  margin-top: 10px;
  color: #8c8c8c
}

.layout-auth .close {
  font-size: 32px;
  position: absolute;
  right: 5px;
  top: 5px;
  outline: 0;
  padding: 2px 6px 3px;
  line-height: 22px
}

.layout-auth-avatar {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px
}

.layout-auth-avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.layout-auth-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.layout-auth-container {
  text-align: center;
  padding: 60px 80px
}

.layout-auth-container--social {
  padding: 25px 80px
}

.layout-auth-choice {
  padding-top: 6px;
  padding-bottom: 4px
}

.layout-auth-link {
  color: #8c8c8c;
  display: block;
  margin-bottom: 25px
}

.layout-auth-link:hover {
  color: #f76c6f
}

.layout-auth__content {
  overflow-y: auto;
  padding: 20px 60px 30px;
  min-height: 540px
}

.layout-auth__alert {
  margin-bottom: 25px;
  padding: 15px 30px;
  border-radius: 3px
}

.layout-auth__alert--error {
  background-color: #f9e9ea;
  border: 1px solid #f1cbd1;
  color: #b63b3e
}

.layout-auth__alertTitle {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 5px
}

.layout-auth__alertDescription {
  color: #000;
  margin: 0
}

.layout-auth__button {
  padding: 15px;
  border-radius: 3px;
  line-height: 1em;
  text-align: center;
  position: relative;
  display: block;
  border: 1px solid transparent;
  cursor: pointer
}

.layout-auth__button--facebook {
  background-color: #135a9c;
  color: #fff
}

.layout-auth__button--facebook:hover {
  background-color: #104d85;
  color: #fff
}

.layout-auth__button--facebook i {
  margin-left: 6px
}

.layout-auth__button--wedshoots {
  color: #8c8c8c;
  border-color: #d4a1a1;
  background-color: transparent
}

.layout-auth__button--wedshoots:hover {
  background-color: #d4a1a1;
  color: #fff
}

.layout-auth__button .icon-header {
  left: 10px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%)
}

.layout-auth__small {
  color: #8c8c8c
}

.layout-auth__small--link {
  text-decoration: underline
}

.layout-auth__medium {
  font-weight: 400 !important;
  font-size: 13px
}

.layout-auth__wedLogo {
  margin-bottom: 10px
}

.layout-auth__wedTitle {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3em
}

.layout-auth__wedSubtitle {
  font-size: 13px;
  color: #9b9b9b;
  display: block
}

.modalData {
  width: 800px;
  background: #fff
}

.modalData__aside {
  padding: 30px;
  text-align: center
}

.modalData__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px
}

.modalData__description,
.modalData__subtitle {
  margin: 0 auto 20px
}

.modalData__separator {
  margin: 0 auto 20px;
  width: 90px;
  border-width: 2px;
  border-color: #dcdcdc
}

.modalData__country {
  margin: 0;
  padding: 6px 0;
  font-size: 13px;
  text-align: left
}

.modalData__changeCountry {
  margin-left: 3px;
  color: #8c8c8c;
  cursor: pointer
}

.modalData__select {
  padding-left: 0;
  cursor: pointer
}

.modalData__selectIcon {
  bottom: 6px !important;
  right: 0 !important;
  left: inherit !important;
  pointer-events: none
}

.modalData__button {
  background-color: #f76c6f;
  border-radius: 3px;
  padding: 13px;
  color: #fff;
  border: 0;
  min-width: 150px;
  transition: all .25s;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none
}

.modalData__button:hover {
  background-color: #f65457
}

.modalData__roleButton {
  margin: 0;
  text-align: center
}

.modalData__roleButton--active,
.modalData__roleButton:hover {
  border-color: #f76c6f;
  color: #f76c6f;
  background-color: #fff !important
}

.modalData__roleSeparator {
  font-size: 13px;
  line-height: 3em;
  margin: 0 10px;
  color: #9b9b9b;
  display: inline-block
}

.masonry-btn-scroll-up {
  border-radius: 3px;
  position: fixed;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, .3);
  text-align: center;
  bottom: 60px;
  right: 30px;
  line-height: 55px;
  cursor: pointer;
  display: none
}

.suggest-wrapper {
  position: relative
}

.suggest-content {
  border: 1px solid #d9d9d9;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  max-height: 200px;
  background-color: #fff;
  overflow-x: auto;
  position: absolute
}

.suggest-content ul {
  margin: 0
}

.suggest-content li {
  font-size: 12px;
  line-height: 19.41640788px;
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 10px;
  margin: 0;
  line-height: 11px;
  height: 26px
}

.suggest-content li small {
  font-size: 11px
}

.suggest-content li:last-child {
  border: 1px solid transparent
}

.suggest-content li:hover {
  background-color: #f8f8f8;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer
}

.suggest-message-num-results,
.suggest-message-num-results-soft {
  font-size: 14px;
  line-height: 21px;
  background-color: #f8f8f8
}

.suggest-message-num-results p,
.suggest-message-num-results-soft p {
  font-size: 14px;
  line-height: 21px
}

.suggest-message-num-results {
  padding: 10px 15px;
  color: #8c8c8c
}

.suggest-message-num-results-soft {
  padding: 10px 15px 0;
  color: #8c8c8c
}

.suggest-message-add-vendor {
  background-color: #f8f8f8;
  padding: 10px 10px 10px 15px
}

.suggest-message-add-vendor--soft {
  padding: 0 10px 10px 15px
}

.suggest-message-add-vendor:hover {
  cursor: pointer
}

.suggest-message-add-vendor p {
  margin: 0;
  color: #f76c6f;
  text-decoration: underline
}

.suggest-content.loading span,
.suggest-message-no-results,
.suggest-message-start-writing {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px
}

.suggest-vendor {
  position: relative
}

.suggest-vendor ul {
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  z-index: 50;
  left: 0;
  background: #fff;
  position: absolute
}

.suggest-vendor ul li {
  border-top: 1px solid #d9d9d9;
  padding: 8px 10px;
  font-size: 12px;
  cursor: pointer
}

.suggest-vendor ul li:hover {
  color: #f76c6f
}

.suggest-vendor ul li:first-child {
  border-top: none
}

.suggest-community-post .ui-item-description {
  width: 75%
}

.suggest-community-post .ui-item-description .ui-item-title {
  margin: 0
}

.suggest-community-post .ui-item-description small span {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  display: inline
}

#app-carousel-reviews .visibleNearby {
  padding-top: 0;
  top: inherit;
  height: 100% !important;
  height: 100vh !important
}

#app-carousel-reviews .visibleNearby .rsGCaption {
  background: 0 0;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0
}

#app-carousel-reviews .visibleNearby .rsVisibleNearbyWrap {
  transform: translateY(-50%);
  top: 50%
}

#app-carousel-reviews .review-thumbnail-info {
  transform: translateX(-50%);
  left: 50%
}

#app-carousel-reviews .review-thumbnail-info p {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  vertical-align: 5px;
  font-weight: 600;
  transform: perspective(1px) scale(1.7) translate3d(0, 0, -1px);
  color: #fff;
  margin: 0;
  text-align: left
}

#app-carousel-reviews .review-thumbnail-info small {
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
  color: #fff;
  display: block
}

#app-carousel-reviews .review-thumbnail-info .avatar {
  display: block;
  line-height: 0
}

#app-carousel-reviews .review-thumbnail-info .avatar img {
  width: 50px;
  border: 2px solid #fff;
  display: block
}

.seal-site-of-year-box {
  display: inline-block
}

.seal-site-of-year {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 70px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  background-image: url(/assets/img/siteofyear/site_of_year.svg)
}

.seals-site-of-year-text {
  font-size: 11px;
  line-height: 16px;
  color: #000;
  font-weight: 600
}

.contact-header {
  border-radius: 2px 2px 0 0;
  padding: 20px 30px;
  background: #726a71 url(/assets/img/landings-user/bg_pattern.svg);
  position: relative
}

.contact-header h2 {
  color: #fff;
  padding-left: 15px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .4)
}

.contact-header p,
.contact-header small,
.contact-header span,
.contact-header strong {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .4)
}

.contact-header img {
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
  border: 2px solid #fff
}

.contact-header.contact-header-user {
  background-color: #40ddc5
}

.contact-header .contact-callout {
  position: absolute;
  bottom: 0;
  right: 10px;
  overflow: hidden;
  height: 30px
}

.contact-header .contact-callout:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 30px;
  background: url(/assets/img/modal_callout_detail.png) no-repeat top center;
  background-position: 0 0;
  position: relative;
  top: 0
}

.contact-header .contact-callout span {
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  background-color: #6cce7d;
  display: inline-block;
  border-top-left-radius: 3px;
  margin-right: -3px;
  padding: 7px 15px;
  text-transform: uppercase;
  text-shadow: none;
  position: relative;
  top: -10px
}

.contact-header .close {
  color: #ececec
}

.modal-badge-medal {
  text-align: center
}

.modal-badge-medal .title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700
}

.modal-badge-medal-header p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: uppercase
}

.modal-badge-medal-footer,
.modal-badge-medal-header {
  padding: 25px
}

.modal-badge-medal-content {
  color: #6c6c6c;
  background: #fef0e9;
  text-align: center;
  padding: 25px
}

.modal-badge-medal-title {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  margin: 5px 0
}

.modal-badge-medal-description {
  font-size: 14px;
  line-height: 21px;
  max-width: 450px;
  margin: 0 auto
}

.header-layout {
  background: #f8f8f8;
  text-align: center;
  padding: 35px
}

.title-layout {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.subtitle-layout {
  max-width: 750px;
  margin: 0 auto
}

.gallery-box {
  background: #f3f3f3;
  text-align: center
}

.gallery-box-figure {
  position: relative;
  min-height: 248px
}

.gallery-box-figure img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto
}

.gallery-box-figure figcaption {
  border-top: 1px solid #fff;
  justify-content: flex-end
}

.gallery-box-figure .gallery-box {
  overflow: hidden;
  height: 185px
}

.gallery-box-figure .gallery-box.no-photo {
  font-size: 18px;
  line-height: 26px;
  color: #8c8c8c;
  font-weight: 600;
  background: #efefef;
  height: 185px
}

.gallery-box-figure .gallery-box-thumb {
  border-right: 1px solid #fff;
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  max-height: 67px;
  box-sizing: border-box
}

.gallery-box-figure .gallery-box-thumb:last-of-type {
  border-right: none
}

.gallery-box-figure .gallery-box-thumb-empty {
  background: #e0e0e0;
  height: 100%;
  width: 100%
}

.gallery-box-tag {
  padding: 5px;
  border-radius: 2px;
  line-height: 1em;
  font-size: 11px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
  top: 10px;
  right: 10px;
  color: #666;
  background: #fff;
  z-index: 9;
  position: absolute
}

.galleryBox__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  position: absolute
}

.galleryBox__tagAdmin {
  font-size: 13px;
  line-height: 19px;
  color: #222;
  padding: 5px;
  border-radius: 2px;
  line-height: 1em;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
  background: #fff;
  position: relative;
  z-index: 10
}

.galleryBox__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-size: 13px;
  line-height: 19px;
  border-top: 1px solid #d9d9d9;
  color: #6c6c6c;
  padding: 15px
}

.galleryBox__vendor {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.galleryBox__metrics {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.gallery-box-thumb-relative .icon,
.gallery-box-thumb-relative a,
.gallery-box-thumb-relative img {
  display: block
}

.gallery-box-thumb-relative,
.gallery-box-thumb-relative img {
  height: 100%;
  object-fit: cover
}

.gallery-box-item-counter {
  font-size: 18px;
  line-height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, .5)
}

.gallery-box-item-counter .icon {
  display: block
}

.gallery-box-description {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
  margin: 0;
  padding: 15px 20px
}

.gallery-box-description.gallery-box-description-large {
  min-height: 110px
}

.gallery-box-description .gallery-box-description-names {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #222
}

.gallery-box-description .gallery-box-description-names:hover {
  color: #f76c6f
}

.gallery-box-description .gallery-box-description-separator {
  width: 60px;
  margin: 10px auto
}

.gallery-box-description .gallery-box-description-count {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  margin: 5px 0 0
}

.gallery-box-description .bullet-color {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: 0
}

.gallery-box-description .realWeddingHero__weddingColor {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: top
}

.gallery-box-footer {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c;
  border-top: 1px solid #d9d9d9;
  padding: 15px;
  display: block
}

.gallery-box-footer:hover,
.gallery-box-footer:hover .gallery-box-owner-name {
  color: #f76c6f
}

.gallery-box-footer .gallery-box-owner-name {
  font-size: 14px;
  line-height: 21px;
  color: #8c8c8c
}

.gallery-box-footer .gallery-box-owner-name .icon-photographer-small:before,
.gallery-box-footer .gallery-box-owner-name .icon-realweddings:before {
  margin-top: 0
}

.gallery-box-footer .avatar {
  vertical-align: text-bottom
}

.gallery-box-footer .avatar.icon-left:before {
  margin-right: 10px
}

.gallery-box-footer:after {
  color: #f76c6f;
  margin-left: 5px
}

.gallery-box-footer .gallery-box-footer-owner {
  font-size: 13px;
  line-height: 19px
}

@media only screen and (max-width:1024px) {
  .gallery-box-item-counter {
    font-size: 12px
  }
}

@keyframes showModal {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes showBackdrop {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.main-logo img {
  margin: 2px 0
}

@media only screen and (max-width:1024px) {
  .main-logo img {
    width: 180px;
    margin-top: 9px
  }
}

@media (min-width:1024px) {
  .main-logo img {
    margin-top: 7px
  }
}

@media (min-width:1200px) {
  .main-logo img {
    margin-top: 4px
  }
}

@media (min-width:1300px) {
  .main-logo img {
    margin-top: 3px
  }
}

@media only screen and (max-width:1200px) {
  #layer-suggest-1.droplayer {
    left: 280px !important
  }

  #layer-suggest-1.droplayer:after,
  #layer-suggest-1.droplayer:before {
    left: 200px
  }
}

.tabsHeaderBanner__content--reduced {
  padding-right: 70px
}

.tabsHeaderBanner__subtitle {
  padding-right: 50px
}