/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/card-history/style.scss ***!
  \***************************************************************************************************************************************************************************************************/
/**
 * Helper mixins
*/
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Sizes */
/* Colour palette */
/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
https://toward.studio/latest/making-css-gradients-smooth
*/
.card-history {
  position: relative;
  width: 365px;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .card-history {
    width: auto;
  }
}
.card-history:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: -webkit-gradient(linear, right top, left top, color-stop(4.31%, #161616), color-stop(85.63%, rgba(47, 44, 34, 0.85)));
  background: linear-gradient(270deg, #161616 4.31%, rgba(47, 44, 34, 0.85) 85.63%);
  opacity: 0.5;
  -webkit-backdrop-filter: blur(25.5px);
          backdrop-filter: blur(25.5px);
  z-index: 0;
}
.card-history__title, .card-history__text, .card-history__subtitle, .card-history__decor {
  position: relative;
  z-index: 1;
}
.card-history__title {
  font-weight: 700;
}
.card-history__title {
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  .card-history__title {
    font-size: calc(16px + 4 * ((100vw - 375px) / 1065));
  }
}
@media screen and (min-width: 1440px) {
  .card-history__title {
    font-size: 20px;
  }
}
.card-history__title {
  line-height: 22px;
}
@media screen and (min-width: 375px) {
  .card-history__title {
    line-height: calc(22px + 6 * ((100vw - 375px) / 1065));
  }
}
@media screen and (min-width: 1440px) {
  .card-history__title {
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .card-history__title br {
    display: none;
  }
}
.card-history__text {
  opacity: 0.5;
  margin: 20px 0;
}
.card-history__text {
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  .card-history__text {
    font-size: calc(14px + 2 * ((100vw - 375px) / 1065));
  }
}
@media screen and (min-width: 1440px) {
  .card-history__text {
    font-size: 16px;
  }
}
.card-history__text {
  line-height: 20px;
}
@media screen and (min-width: 375px) {
  .card-history__text {
    line-height: calc(20px + 2 * ((100vw - 375px) / 1065));
  }
}
@media screen and (min-width: 1440px) {
  .card-history__text {
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .card-history__text br {
    display: none;
  }
}
.card-history__subtitle {
  font-weight: 700;
  font-size: 46px;
  line-height: 62px;
  text-transform: uppercase;
  color: #FFCD75;
}
.card-history__decor {
  position: absolute;
  bottom: -51px;
  right: -44px;
}
.card-history__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.card-history_ml {
  margin-left: auto;
}
.card-history_mt0 {
  margin-top: -120px;
}
.card-history_mt1 {
  margin-top: -200px;
}
.card-history_pr3 {
  padding-right: 60px;
}
.card-history_pr5 {
  padding-right: 115px;
}
.card-history_decor-small .card-history__img {
  -o-object-fit: none;
     object-fit: none;
}
.card-history_decor-small .card-history__decor-img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.card-history_right0 .card-history__decor {
  right: 15px;
}
@media (max-width: 1350px) {
  .card-history {
    width: initial;
    margin: 0 0 80px 0 !important;
  }
  .card-history__decor {
    right: 15px;
  }
}
@media (max-width: 550px) {
  .card-history {
    padding: 30px !important;
  }
  .card-history__decor {
    right: -15px;
    bottom: -76px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.card-history .tooltip {
  top: -4px;
  left: -2px;
}
@media screen and (max-width: 767px) {
  .card-history .tooltip__icon._small {
    width: 12px;
    height: 12px;
    vertical-align: super;
    line-height: 10px;
  }
}
.card-history .tooltip__content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 309px;
  left: 22px;
  right: auto;
}
@media screen and (max-width: 767px) {
  .card-history .tooltip__content {
    left: 0;
  }
}
