body {
  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  animation: fontfix 0.1s linear 0.1s infinite;
  cursor: default;
}
@-webkit-keyframes fontfix {
  from { opacity: 1 }
  to { opacity: 1 }
}
::-moz-selection {
  color: #ffdb55 !important;
  background: #363e22 !important;
}
::selection {
  color: #ffdb55 !important;
  background: #363e22 !important;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 650px) {
  .benefit:hover .benefit-title,
  .benefit:hover .benefit-number {
    font-family: 'Inter Medium', Arial;
    transform: scale(1.75);
  }
}
#tuscany-location-map {
  min-height: 150px;
  min-width: 150px;
  height: 390px;
  width: 100%;
}
#tuscany-location-map * {
  outline: none !important;
  border: none !important;
}
#tuscany-location-map [style="display: inline-flex; position: absolute; right: 0px; bottom: 0px;"] {
  display: none !important;
}
#tuscany-location-map .gm-bundled-control-on-bottom {
  bottom: 210px !important;
  right: 50px !important;
}
#tuscany-location-map .gm-fullscreen-control {
  margin: 20px !important;
  border-radius: 10px !important;
}
#tuscany-location-map .gm-bundled-control-on-bottom [style*="border-radius"] {
  border-radius: 10px !important;
  overflow: hidden;
}
#tuscany-location-map .gm-bundled-control-on-bottom img {
  width: 12px !important;
  height: 12px !important;
}
#tuscany-location-map .gm-fullscreen-control img {
  width: 12px !important;
  height: 12px !important;
}
#tuscany-location-map a {
  position: relative;
  bottom: 18px;
  left: 18px;
}
.eapps-widget [class^="ButtonBase__Overlay"] {
  padding: 17px 57px !important;
  font-family: var(--ffamilies--inter-bold) !important;
  transition: all .2s ease-in-out !important;
}
.eapps-widget [class^="ButtonBase__Ellipsis"] {
  font-size: var(--desk-sizes--text-2) !important;
}
.eapps-widget [class^="ButtonBase__ButtonContainer"] {
  border-radius: var(--buttons--btn-border-radius) !important;
}
.eapps-widget .es-load-more-button {
  width: 100% !important;
}
.eapps-widget [class^="ButtonBase__Overlay"]:hover {
  background-color: #fcd12f !important;
}
.eapps-widget [class^="ButtonBase__ButtonContainer"]:hover {
  background-color: #fcd12f !important;
  border-color: transparent !important;
}
.eapps-widget [class^="HeaderContainer__Inner"] {
  padding: 0 !important;
  align-items: flex-start;
  justify-content: flex-start;
}
.eapps-widget {
  transition: opacity .3s ease-in-out;
}
.reviews-placeholder:not(.ready) {
  opacity: 0 !important;
  pointer-events: none;
}
.reviews-placeholder.ready + .loading-indicator {
  opacity: 0;
}
[class*=ReviewBackground__Container] {
  padding: 0 !important;
}
[class*=LoadMoreButton__Container] {
  margin-top: 40px !important;
}
[class*=HeaderComponent__Top] {
  margin-bottom: 40px !important;
}
[class*=HeaderRatingText__Container],
[class*=__RatingContainer],
.es-header-info {
  display: flex !important;
  align-items: flex-start !important;
}
:root {
  --swiper-pagination-bullet-horizontal-gap: 7px;
  --swiper-pagination-bottom: 20px;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #fff;
  opacity: 1;
}
.swiper-events:not(.swiper-initialized) .swiper-wrapper > *:nth-child(n+3) {
  display: none !important;
}
.brand-card-arrow {
  position: relative;
  display: inline-block;
  height: 2px;
  margin: 4px 0;
  background-color: #c79d00;
}
.brand-card-arrow::before,
.brand-card-arrow::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  background-color: #c79d00;
  transform-origin: calc(100% - 1px) 50%;
}
.brand-card-arrow::before {
  transform: rotate(45deg);
}
.brand-card-arrow::after {
  transform: rotate(-45deg);
}
.expandable-collection-list:has(.pagination-show-more-button):not(.expanding) .w-pagination-wrapper,
.expandable-collection-list:not(.expanding) .hidden-dyn-item {
  display: none !important;
}
.expandable-collection-list.expanding .w-dyn-items {
  grid-auto-rows: auto;
}
.expandable-collection-list .hidden-dyn-item {
  transition: opacity .3s ease-in-out;
}
.expandable-collection-list.expanding:not(.expanded) .hidden-dyn-item {
  opacity: 0;
}
.expandable-collection-list.expanded .w-dyn-list {
  overflow: visible !important;
  max-height: none !important;
}
.iframe-modal .iframe-wrapper {
  flex: 1 1 auto;
  min-height: 0;
}
.iframe-modal .modal-window {
  max-height: 100vh;
  display: flex;
  flex-direction: column;
}
.iframe-modal .modal-content {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.iframe-modal iframe {
  width: 100%;
  height: 100%; /* растягиваем на wrapper */
  border: 0;
}
.iframe-modal .modal-content,
.iframe-modal .iframe-wrapper {
  min-height: 0;
}
.finsweet-page-button {
  display: flex !important;
}
.finsweet-page-button[style*="none"] {
  cursor: default;
  opacity: .4;
}
.text-primary {
  transition: color .1s ease-in-out;
  color: var(--color--light-secondary);
}
.loading-indicator {
  animation: loading-indication 1s linear infinite;
}
.faq-dropdown-content {
  max-height: 0;
  transition: max-height .3s ease-in-out;
}
.to-reveal {
  max-height: 5.7em;
  transition: max-height .3s ease-in-out;
}
.benefit:hover .benefit-image,
.recommendation:hover .recommendation-image {
  display: block;
}
html.w-mod-js [data-reveal] {
  opacity: 0;
  translate: 0 0.5em;
  transition: opacity .6s ease-out, translate .6s ease-out;
}
html.w-mod-js [data-reveal].is-revealed {
  opacity: 1;
  translate: 0 0;
}
@media (prefers-reduced-motion: reduce) {
  html.w-mod-js [data-reveal] { transition: none; }
}
@-webkit-keyframes loading-indication {
  from { transform: rotate(0deg) }
  to { transform: rotate(360deg) }
}
@media (hover:hover) {
  .services-item:hover .service-underline {
    width: 100%;
  }
}
@media (hover:none) {
  .services-item:active .service-underline {
    width: 100%;
  }
}
p:last-child {
  border-bottom: 0;
}
[data-elfsight-app-lazy] {
}
