.xp-popup .promo-img-active img {
  width: 100%;
  height: auto;
}
/*/xassets/uncompressed/source_map/74.css.css.map */
@media (max-width: 768px) {
}.tool-holder {
  z-index: 10;
}
.fixed-button-holder {
  position: absolute;
  right: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  top: 100%;
  flex-wrap: wrap;
  max-width: 190px;
}
@media (min-width: 1400px) {
  .fixed-button-holder {
    margin-top: -20px;
  }
}
.fixed-button-holder .v-btn-holder {
  flex: 0 0 100%;
  text-align: center;
}
.fixed-button-holder .v-btn-holder a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.fixed-button-holder .v-btn-holder a svg {
  height: 1em;
  width: 1em;
  margin-top: -0.2em;
  fill: #a98d60;
}
.fixed-button-holder .v-btn-holder a svg path {
  fill: #a98d60;
}
.fixed-button-holder .v-btn-holder a:hover svg {
  fill: #fff;
}
.fixed-button-holder .v-btn-holder a:hover svg path {
  fill: #fff;
}
.fixed-button-holder a {
  display: inline-block;
  padding: 0.5em 1em;
  text-transform: uppercase;
  background-color: #fff;
  color: #a98d60;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.fixed-button-holder a:hover {
  background-color: #a98d60;
  color: #fff;
}
.scrolled .fixed-button-holder {
  padding: 20px 0;
  top: 100%;
  margin-top: 0;
}
.header-static .fixed-button-holder {
  padding: 20px 0;
  top: 100%;
  margin-top: 0;
}
/*/xassets/uncompressed/source_map/75.css.css.map */
@media (max-width: 768px) {
}.jobs .headline {
  font-size: 40px;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .jobs .headline {
    font-size: 60px;
  }
}
/*/xassets/uncompressed/source_map/91.css.css.map */