@charset "UTF-8";
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Шаблоны (заготовки)
* @extend %имя шаблона;
*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1;
  background: #F0F0F0;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

sup {
  color: inherit;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #131313 #d6d6d6;
}
*::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #eee;
}
*::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 0 none #fff;
  background-color: rgba(19, 19, 19, 0.1);
  transition: all 280ms ease-in-out;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #131313;
}

body.lock {
  overflow: hidden;
  touch-action: none;
}

/*
* (i) Стили будут применяться ко 
* всем классам содержащим *__container
* Например header__container, main__container и т.д.
*/
[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

[class*=_overlay-bg] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 280ms ease-in-out 0ms;
  z-index: 2000;
  padding: 60px 15px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  [class*=_overlay-bg]::-webkit-scrollbar {
    display: none;
  }
}
[class*=_overlay-bg]._is-open {
  opacity: 1;
  visibility: visible;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: clip;
}

.page {
  position: relative;
  flex: 1 1 auto;
}
.page [data-observ] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  pointer-events: none;
}

.bg-intro{
  position: relative;
}
.bg-intro:before{
  pointer-events: none;
  position: absolute;
  top: 61px;
  height: 296px;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 992px){
  .bg-intro:before{
    height: 732px;
  }
}
.bg-intro:before {
  background: url("../images/intro-mobile-bg.png") no-repeat;
  background-position: 54% 50%;
}
@media (min-width: 992px) {
  .bg-intro:before {
    background: url("../images/intro-bg.png") no-repeat;
    background-position: top center;
    background-size: cover;
  }
  @media (min-width: 992px){
    .bg-intro:before{
      top: -60px;
    }
  }
}
@media (min-width: 1400px) {
  @media (min-width: 992px){
    .bg-intro:before{
      top: -44px;
    }
  }
}
@media (min-width: 1500px) {
  .bg-intro:before{
    top: -123px;
  }
}

.btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  font-family: Inter, sans-serif;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.btn:disabled{
  cursor: not-allowed;
}
.btn-icon{
  gap: 12px;
}
.btn-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(54 55 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.btn-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(80 81 84 / var(--tw-bg-opacity, 1));
}
.btn-gray:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(36 37 41 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(80 81 84 / var(--tw-text-opacity, 1));
}
.btn-gray:disabled:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(36 37 41 / var(--tw-bg-opacity, 1));
}
.btn-black{
  --tw-bg-opacity: 1;
  background-color: rgb(28 30 34 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.btn-black:hover{
  background-color: rgb(28 30 34 / 0.7);
}
.btn-bordered-black{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.hoverable-svg .btn-bordered-black{
  opacity: 0.3;
}
@media (min-width: 992px) {
  .cta-box:hover .btn-bordered-black{
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}
.btn-bordered-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-bordered-white{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hoverable-svg .btn-bordered-white{
  opacity: 0.3;
}
@media (min-width: 992px) {
  .cta-box:hover .btn-bordered-white{
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}
.btn-bordered-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}

.btn-reset{
  display: inline-flex;
  border-style: none;
  background-image: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn-reset:focus, .btn-reset:hover{
  border-style: none;
  background-image: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.hidden-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.advantages-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 28px;
}

@media (min-width: 768px){
  .advantages-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  .advantages-list{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 40px;
  }
}
.advantages-list .advantages-list__item{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(44 45 49 / var(--tw-border-opacity, 1));
  padding-bottom: 20px;
  padding-right: 5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .advantages-list .advantages-list__item{
    gap: 10px;
  }
}
@media (min-width: 992px){
  .advantages-list .advantages-list__item{
    gap: 38px;
    border-style: none;
    padding-left: 36px;
    padding-top: 38px;
    padding-bottom: 24px;
  }
}
.advantages-list .advantages-list__item:nth-child(1){
  order: -10;
}
.advantages-list .advantages-list__item:nth-child(2){
  order: -7;
}
@media (min-width: 992px){
  .advantages-list .advantages-list__item:nth-child(2){
    order: 2;
  }
  .advantages-list .advantages-list__item:nth-child(3){
    order: 3;
  }
}
.advantages-list .advantages-list__item:nth-child(4){
  order: -8;
}
@media (min-width: 992px){
  .advantages-list .advantages-list__item:nth-child(4){
    order: 4;
  }
}
.advantages-list .advantages-list__item:nth-child(5){
  order: -7;
  border-style: none;
}
@media (min-width: 992px){
  .advantages-list .advantages-list__item:nth-child(5){
    order: 5;
  }
}
.advantages-list .advantages-list__item span{
  font-family: Poppins, sans-serif;
  font-size: 36px;
  letter-spacing: 0.3px;
}
@media (min-width: 992px){
  .advantages-list .advantages-list__item span{
    font-size: 42px;
  }
}
@media (min-width: 1200px){
  .advantages-list .advantages-list__item span{
    font-size: 49px;
  }
}
.advantages-list .advantages-list__item p{
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .advantages-list .advantages-list__item + .advantages-list__item:before{
    position: absolute;
    left: -8px;
    top: 50%;
    height: calc(100% - 40px);
    width: 1px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(44 45 49 / var(--tw-bg-opacity, 1));
    --tw-content: "";
    content: var(--tw-content);
  }
}

.crypto-recovery{
  margin-top: 35px;
  display: grid;
  gap: 8px;
  overflow: hidden;
}

@media (min-width: 992px){
  .crypto-recovery{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .crypto-recovery{
    margin-top: 48px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.crypto-recovery__item{
  position: relative;
  display: flex;
  min-height: 228px;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 30px;
  padding-bottom: 36px;
  --tw-text-opacity: 1;
  color: rgb(49 52 57 / var(--tw-text-opacity, 1));
}
@media (min-width: 992px){
  .crypto-recovery__item{
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1200px){
  .crypto-recovery__item{
    min-height: 293px;
  }
}
.crypto-recovery__item p{
  position: relative;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 1200px){
  .crypto-recovery__item p{
    font-size: 23px;
  }
}
.crypto-recovery__item-icon{
  position: absolute;
  right: 0;
  bottom: -2px;
  max-width: 192px;
}
@media (min-width: 576px){
  .crypto-recovery__item-icon{
    right: 0px;
    bottom: 0px;
  }
}
@media (min-width: 992px){
  .crypto-recovery__item-icon{
    max-width: none;
  }
}
.crypto-recovery__item-counter{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-left: 2px;
}
@media (min-width: 576px){
  .crypto-recovery__item-counter{
    padding-left: 0px;
  }
}
@media (min-width: 1200px){
  .crypto-recovery__item-counter{
    gap: 13px;
  }
}
.crypto-recovery__item-counter span:not(.label){
  font-size: 30px;
  font-weight: 800;
  line-height: 0.95;
}
@media (min-width: 576px){
  .crypto-recovery__item-counter span:not(.label){
    line-height: 1;
  }
}
@media (min-width: 992px){
  .crypto-recovery__item-counter span:not(.label){
    font-size: 32px;
  }
}
@media (min-width: 1200px){
  .crypto-recovery__item-counter span:not(.label){
    font-size: 36px;
  }
}
.crypto-recovery__item-counter span.label{
  display: flex;
  min-height: 26px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
@media (min-width: 992px){
  .crypto-recovery__item-counter span.label{
    margin-bottom: 2px;
    margin-left: 2px;
    min-height: 28px;
    font-size: 18px;
  }
}
@media (min-width: 1200px){
  .crypto-recovery__item-counter span.label{
    min-height: 34px;
  }
}
.crypto-recovery__item-counter span.label--yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 190 49 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.crypto-recovery__item-counter span.label--warn{
  --tw-bg-opacity: 1;
  background-color: rgb(201 53 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.crypto-recovery__item .arrow{
  position: absolute;
  bottom: -4px;
  right: 50%;
  z-index: 2;
  display: flex;
  height: 56px;
  width: 56px;
  --tw-translate-y: 50%;
  --tw-translate-x: 50%;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity, 1));
}
@media (min-width: 992px){
  .crypto-recovery__item .arrow{
    --tw-rotate: 0px;
    right: -5px;
    bottom: 50%;
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(50%, 50%);
  }
  .crypto-recovery__item:nth-child(2) .arrow{
    display: none;
  }
}
@media (min-width: 1200px){
  .crypto-recovery__item:nth-child(2) .arrow{
    display: flex;
  }
}
@media (min-width: 992px){
  .crypto-recovery__item:nth-child(4) .arrow{
    display: none;
  }
}
@media (min-width: 1200px){
  .crypto-recovery__item:nth-child(4) .arrow{
    display: flex;
  }
  .crypto-recovery__item:first-child span.label{
    margin-left: 5px;
  }
}
.crypto-recovery__read-more{
  position: relative;
  display: flex;
  min-height: 228px;
  flex-direction: column;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(28 30 34 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 30px;
  padding-bottom: 24px;
}
@media (min-width: 576px){
  .crypto-recovery__read-more{
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px){
  .crypto-recovery__read-more{
    gap: 20px;
  }
}
@media (min-width: 992px){
  .crypto-recovery__read-more{
    padding-top: 24px;
  }
}
@media (min-width: 1200px){
  .crypto-recovery__read-more{
    min-height: 293px;
  }
}
.crypto-recovery__read-more p{
  position: relative;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity, 1));
}
@media (min-width: 576px){
  .crypto-recovery__read-more p{
    text-align: left;
  }
}
@media (min-width: 992px){
  .crypto-recovery__read-more p{
    font-weight: 400;
  }
}
.crypto-recovery__read-more-decor{
  left: 50%;
  margin-top: 17px;
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media (min-width: 768px){
  .crypto-recovery__read-more-decor{
    position: absolute;
    top: 52%;
    margin: 0px;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1200px){
  .crypto-recovery__read-more-decor{
    top: 48%;
  }
}
.crypto-recovery__read-more-decor span{
  height: 16px;
  width: 16px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bordered-grid-box{
  margin-top: 32px;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}

@media (min-width: 768px){
  .bordered-grid-box{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
    gap: 0px;
  }
}

@media (min-width: 1200px){
  .bordered-grid-box{
    margin-top: 40px;
  }
}
.bordered-grid-box > div{
  display: flex;
  min-height: 160px;
  max-width: 280px;
  flex-shrink: 0;
  flex-grow: 1;
  flex-direction: column;
  gap: 4px;
  border-style: solid;
  border-color: rgb(0 0 0 / 0.2);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  --tw-text-opacity: 1;
  color: rgb(6 7 7 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .bordered-grid-box > div{
    height: 100%;
    max-width: none;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px){
  .bordered-grid-box > div{
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .bordered-grid-box > div{
    border-width: 1px;
  }
.hoverable-svg .bordered-grid-box > div{
    opacity: 0.3;
  }
@media (min-width: 992px) {
  .cta-box:hover .bordered-grid-box > div{
      opacity: 0;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 300ms;
      transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }
}
}
.bordered-grid-box > div h4{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px){
  .bordered-grid-box > div h4{
    font-size: 23px;
    line-height: 32px;
  }
}
.bordered-grid-box > div p{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.04px;
}
.bordered-grid-box > div:nth-child(3n){
  display: none;
}
@media (min-width: 768px){
  .bordered-grid-box > div:nth-child(3n){
    display: flex;
    border-right-width: 1px;
  }
}
.bordered-grid-box > div:last-of-type{
  justify-content: space-between;
  gap: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px){
  .bordered-grid-box > div:last-of-type{
    border-style: none;
  }
}
.bordered-grid-box > div:last-of-type h4{
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .bordered-grid-box > div:nth-child(1){
    border-top-width: 1px;
  }
  .bordered-grid-box > div:nth-child(2){
    border-top-width: 1px;
  }
  .bordered-grid-box > div:nth-child(3){
    border-top-width: 1px;
  }
}
.bordered-grid-box > div h4{
  font-size: 20px;
}
@media (min-width: 1200px){
  .bordered-grid-box > div h4{
    font-size: 23px;
  }
}

.hoverable-svg .digit-path {
  fill: rgba(255, 255, 255, 0.3);
}
.hoverable-svg .border{
  opacity: 0.3;
}

.box-success-story{
  margin-top: -6px;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 576px){
  .box-success-story{
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 768px){
  .box-success-story{
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 503px;
  }
}

@media (min-width: 1200px){
  .box-success-story{
    margin-right: 0;
    max-height: none;
  }
}
.box-success-story:before{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 108px;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1200px){
  .box-success-story:before{
    opacity: 0;
  }
}
.box-success-story:before {
  background: linear-gradient(0deg, #000000 43.25%, rgba(0, 0, 0, 0));
}
.box-success-story__names{
  position: absolute;
  right: 15.7%;
  top: 290px;
  display: flex;
  align-items: center;
  gap: 46px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 992px){
  .box-success-story__names{
    top: auto;
    bottom: 36px;
  }
}
@media (min-width: 1200px){
  .box-success-story__names{
    right: 124px;
    opacity: 0;
  }
}

.box-success-story-wrap:hover .box-success-story:before{
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.box-success-story-wrap:hover .box-success-story__names{
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.cta-box a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 992px) {
  .cta-box:hover a{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(28 30 34 / var(--tw-text-opacity, 1));
  }
  .cta-box:hover svg .digit path {
    fill: white;
    z-index: 2;
    position: relative;
  }
  .cta-box:hover svg .digit circle {
    fill: rgb(255, 255, 255);
    z-index: -1;
  }
  .cta-box:hover .digit{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
  .cta-box:hover .digit .digit-path{
    fill: #fff;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
  .cta-box:hover .digit .bg{
    fill: #434548;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
  .cta-box:hover .border{
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
  .cta-box:hover .hoverable-svg > path {
    stroke: rgba(255, 255, 255, 0.3);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}

.header{
  position: sticky;
  top: 0px;
  z-index: 20;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(28 30 34 / var(--tw-bg-opacity, 1));
  padding-bottom: 5px;
  padding-top: 6px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 992px){
  .header{
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
.header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 5px !important;
}
@media (min-width: 992px) {
  .header .container {
    padding: 0 20px !important;
  }
}
.header .container .logo{
  padding-left: 5px;
}
@media (min-width: 768px){
  .header .container .logo{
    padding-left: 0px;
  }
}
.header .menu{
  position: fixed;
  left: 0px;
  top: 48px;
  height: 100%;
  width: 300px;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(28 30 34 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 992px){
  .header .menu{
    position: static;
    top: auto;
    height: auto;
    width: auto;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: transparent;
    padding: 0px;
  }
}
.menu-open .header .menu{
  --tw-translate-x: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.header .menu ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px){
  .header .menu ul{
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 1200px){
  .header .menu ul{
    gap: 65px;
  }
}
.header .menu ul li a{
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(135 135 137 / var(--tw-text-opacity, 1));
}
.header .menu ul li a:hover, .header .menu ul li a.active{
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity, 1));
}

.icon-menu{
  display: block;
}

@media (min-width: 992px){
  .icon-menu{
    display: none;
  }
}
@media (max-width: 992px) {
  .icon-menu{
    position: relative;
    z-index: 5;
    height: 18px;
    width: 26px;
    cursor: pointer;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after{
    position: absolute;
    right: 0px;
    height: 2px;
    width: 100%;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(159 160 159 / var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    --tw-content: "";
    content: var(--tw-content);
  }
  .icon-menu::before{
    top: 0px;
  }
  .icon-menu::after{
    bottom: 0px;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu span{
    width: 0px;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
}

.menu-open .wrapper:before{
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  height: 100%;
  width: 100%;
  background-color: rgb(28 30 34 / 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  --tw-content: "";
  content: var(--tw-content);
}

.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-bottom: 28px;
  padding-top: 37px;
}

@media (min-width: 992px){
  .footer{
    padding-top: 40px;
  }
}

@media (min-width: 1200px){
  .footer{
    padding-top: 64px;
  }
}
.footer__nav{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (min-width: 576px){
  .footer__nav{
    align-items: flex-start;
  }
}
@media (min-width: 992px){
  .footer__nav{
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (min-width: 1200px){
  .footer__nav{
    grid-template-columns: 380px 1fr;
  }
}
.footer__nav ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-right: 30px;
}
@media (min-width: 768px){
  .footer__nav ul{
    padding: 0px;
  }
}
@media (min-width: 992px){
  .footer__nav ul{
    flex-direction: row;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(117 121 125 / var(--tw-border-opacity, 1));
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px){
  .footer__nav ul{
    margin-top: 3px;
  }
}
.footer__nav ul li a{
  font-size: 18px;
  line-height: 1.32;
  --tw-text-opacity: 1;
  color: rgb(117 121 125 / var(--tw-text-opacity, 1));
}
.footer__nav ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity, 1));
}
@media (min-width: 992px){
  .footer__nav ul li a{
    font-size: 20px;
  }
}
@media (min-width: 1200px){
  .footer__nav ul li a{
    font-size: 23px;
  }
}
.footer__info{
  margin-top: 52px;
  display: grid;
  align-items: flex-end;
}
@media (min-width: 576px){
  .footer__info{
    margin-top: 20px;
  }
}
@media (min-width: 992px){
  .footer__info{
    margin-top: 13px;
    grid-template-columns: 220px 1fr;
    gap: 20px;
  }
}
@media (min-width: 1200px){
  .footer__info{
    grid-template-columns: 380px 1fr;
  }
}
.footer__info .footer__info-grid{
  display: grid;
  gap: 14px;
  row-gap: 0;
}
@media (min-width: 576px){
  .footer__info .footer__info-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
  }
}
@media (min-width: 768px){
  .footer__info .footer__info-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px){
  .footer__info .footer__info-grid{
    align-items: flex-end;
    gap: 0px;
  }
}
.footer__info .footer__info-grid > div:nth-child(1){
  grid-column: span 2 / span 2;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
@media (min-width: 768px){
  .footer__info .footer__info-grid > div:nth-child(1){
    grid-column: span 1 / span 1;
  }
}
@media (min-width: 1200px){
  .footer__info .footer__info-grid > div:nth-child(1){
    margin-bottom: 14px;
  }
}
.footer__info .footer__info-grid > div:nth-child(2){
  grid-row-start: 2;
  margin-top: 24px;
  max-width: 170px;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 576px){
  .footer__info .footer__info-grid > div:nth-child(2){
    max-width: none;
  }
}
@media (min-width: 768px){
  .footer__info .footer__info-grid > div:nth-child(2){
    grid-column-start: 1;
    grid-row-start: 2;
    margin-top: 0px;
  }
}
@media (min-width: 992px){
  .footer__info .footer__info-grid > div:nth-child(2){
    line-height: 1.4;
  }
}
.footer__info .footer__info-grid > div:nth-child(3){
  grid-column-start: 2;
  grid-row: span 2 / span 2;
  grid-row-start: 2;
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 18.52px;
  column-gap: 10px;
  align-self: flex-start;
}
@media (min-width: 768px){
  .footer__info .footer__info-grid > div:nth-child(3){
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row: span 2 / span 2;
    grid-row-start: 1;
    margin-top: 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 20px;
  }
}
@media (min-width: 992px){
  .footer__info .footer__info-grid > div:nth-child(3){
    margin-left: 20px;
    margin-right: 20px;
    gap: 20px;
  }
}
@media (min-width: 1200px){
  .footer__info .footer__info-grid > div:nth-child(3){
    margin-top: 1px;
    margin-left: 52px;
    margin-right: 34px;
    grid-template-columns: 112px repeat(auto-fill, minmax(100px, 1fr));
    column-gap: 40px;
    row-gap: 32px;
  }
}
.footer__info .footer__info-grid > div:nth-child(3) a{
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  gap: 7px;
  stroke: #75797D;
  font-size: 14.82px;
  line-height: 18px;
}
@media (min-width: 576px){
  .footer__info .footer__info-grid > div:nth-child(3) a{
    gap: 10px;
    font-size: 14px;
  }
}
@media (min-width: 992px){
  .footer__info .footer__info-grid > div:nth-child(3) a{
    font-size: 16px;
  }
}
.footer__info .footer__info-grid > div:nth-child(3) a:hover{
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer__info .footer__info-grid > div:nth-child(3) a:nth-child(1){
  order: -10;
}
@media (min-width: 768px){
  .footer__info .footer__info-grid > div:nth-child(3) a:nth-child(1){
    order: 1;
  }
}
.footer__info .footer__info-grid > div:nth-child(3) a:nth-child(2){
  order: -1;
}
@media (min-width: 768px){
  .footer__info .footer__info-grid > div:nth-child(3) a:nth-child(2){
    order: 2;
  }
}
.footer__info .footer__info-grid > div:nth-child(3) a:nth-child(3){
  order: -9;
}
@media (min-width: 768px){
  .footer__info .footer__info-grid > div:nth-child(3) a:nth-child(3){
    order: 3;
  }
}
.footer__info .footer__info-grid > div:nth-child(3) a:nth-child(4){
  order: -1;
}
@media (min-width: 768px){
  .footer__info .footer__info-grid > div:nth-child(3) a:nth-child(4){
    order: 4;
  }
}
@media (min-width: 1200px){
  .footer__info .footer__info-grid > div:nth-child(3) a:nth-child(4){
    margin-left: 3px;
  }
}
.footer__info .footer__info-grid > div:nth-child(3) a:nth-child(4) span{
  --tw-translate-x: 3px;
  --tw-translate-y: 3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 576px){
  .footer__info .footer__info-grid > div:nth-child(3) a:nth-child(4) span{
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.footer__info .footer__info-grid > div:nth-child(3) a:nth-child(4) svg{
  margin-left: 1px;
}
@media (min-width: 1200px){
  .footer__info .footer__info-grid > div:nth-child(3) a:nth-child(4) svg{
    margin-top: -4px;
    margin-left: 0px;
  }
}
.footer__info .footer__info-grid > div:nth-child(4){
  grid-column-start: 1;
  grid-row-start: 3;
  margin-top: 15px;
  display: flex;
  max-width: 170px;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.78;
}
@media (min-width: 576px){
  .footer__info .footer__info-grid > div:nth-child(4){
    margin-top: 20px;
    max-width: none;
  }
}
@media (min-width: 768px){
  .footer__info .footer__info-grid > div:nth-child(4){
    grid-column-start: 4;
    grid-row: span 2 / span 2;
    grid-row-start: 1;
    margin-top: 0px;
    font-size: 14px;
  }
}
@media (min-width: 1200px){
  .footer__info .footer__info-grid > div:nth-child(4){
    margin-left: 8px;
    line-height: 2.1;
  }
}
.footer__copyright{
  margin-top: 48px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(117 121 125 / var(--tw-border-opacity, 1));
  padding-top: 20px;
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 1200px){
  .footer__copyright{
    margin-top: 38px;
    padding-top: 28px;
    font-size: 13px;
  }
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
html,
  body{
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(135 135 137 / var(--tw-text-opacity, 1));
    -webkit-font-smoothing: antialiased;
}
h1{
  font-family: Inter, sans-serif;
  font-size: 29px;
  font-weight: 500;
}
@media (min-width: 768px){
  h1{
    font-size: 38px;
  }
}
@media (min-width: 992px){
  h1{
    font-size: 46px;
  }
}
@media (min-width: 1200px){
  h1{
    font-size: 52px;
  }
}
h2{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.6px;
  --tw-text-opacity: 1;
  color: rgb(6 7 7 / var(--tw-text-opacity, 1));
}
@media (min-width: 992px){
  h2{
    font-size: 28px;
  }
}
@media (min-width: 1200px){
  h2{
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 1.4px;
  }
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 100%){
  .container{
    max-width: 100%;
  }
}
@media (min-width: 1220px){
  .container{
    max-width: 1220px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[-2px\]{
  bottom: -2px;
}
.bottom-\[-4px\]{
  bottom: -4px;
}
.bottom-\[50\%\]{
  bottom: 50%;
}
.bottom-\[52px\]{
  bottom: 52px;
}
.left-0{
  left: 0px;
}
.left-\[-8px\]{
  left: -8px;
}
.left-\[50\%\]{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-\[-5px\]{
  right: -5px;
}
.right-\[0\]{
  right: 0;
}
.right-\[15\.7\%\]{
  right: 15.7%;
}
.right-\[18px\]{
  right: 18px;
}
.right-\[50\%\]{
  right: 50%;
}
.top-0{
  top: 0px;
}
.top-\[-123px\]{
  top: -123px;
}
.top-\[-6px\]{
  top: -6px;
}
.top-\[290px\]{
  top: 290px;
}
.top-\[48px\]{
  top: 48px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[61px\]{
  top: 61px;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[20\]{
  z-index: 20;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[5\]{
  z-index: 5;
}
.-order-1{
  order: -1;
}
.-order-10{
  order: -10;
}
.-order-7{
  order: -7;
}
.-order-9{
  order: -9;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-2{
  grid-column-start: 2;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.row-start-2{
  grid-row-start: 2;
}
.row-start-3{
  grid-row-start: 3;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-\[24px\]{
  margin-top: 24px;
  margin-bottom: 24px;
}
.mb-\[26px\]{
  margin-bottom: 26px;
}
.mb-\[27px\]{
  margin-bottom: 27px;
}
.mb-\[36px\]{
  margin-bottom: 36px;
}
.ml-\[-11px\]{
  margin-left: -11px;
}
.ml-\[-1px\]{
  margin-left: -1px;
}
.ml-\[-20px\]{
  margin-left: -20px;
}
.ml-\[-2px\]{
  margin-left: -2px;
}
.ml-\[-6px\]{
  margin-left: -6px;
}
.ml-\[12px\]{
  margin-left: 12px;
}
.ml-\[13px\]{
  margin-left: 13px;
}
.ml-\[1px\]{
  margin-left: 1px;
}
.ml-\[4px\]{
  margin-left: 4px;
}
.ml-\[6px\]{
  margin-left: 6px;
}
.mr-\[-20px\]{
  margin-right: -20px;
}
.mr-\[-4px\]{
  margin-right: -4px;
}
.mr-\[-7px\]{
  margin-right: -7px;
}
.mr-\[15px\]{
  margin-right: 15px;
}
.mr-\[2px\]{
  margin-right: 2px;
}
.mt-\[-42px\]{
  margin-top: -42px;
}
.mt-\[-6px\]{
  margin-top: -6px;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[17px\]{
  margin-top: 17px;
}
.mt-\[19px\]{
  margin-top: 19px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-\[33px\]{
  margin-top: 33px;
}
.mt-\[34px\]{
  margin-top: 34px;
}
.mt-\[35px\]{
  margin-top: 35px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[48px\]{
  margin-top: 48px;
}
.mt-\[52px\]{
  margin-top: 52px;
}
.mt-\[76px\]{
  margin-top: 76px;
}
.mt-\[7px\]{
  margin-top: 7px;
}
.mt-\[92px\]{
  margin-top: 92px;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-\[108px\]{
  height: 108px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[296px\]{
  height: 296px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[calc\(100\%-40px\)\]{
  height: calc(100% - 40px);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[133px\]{
  max-height: 133px;
}
.max-h-\[14px\]{
  max-height: 14px;
}
.max-h-\[18px\]{
  max-height: 18px;
}
.max-h-\[22px\]{
  max-height: 22px;
}
.max-h-\[24px\]{
  max-height: 24px;
}
.max-h-\[9px\]{
  max-height: 9px;
}
.min-h-\[160px\]{
  min-height: 160px;
}
.min-h-\[228px\]{
  min-height: 228px;
}
.min-h-\[254px\]{
  min-height: 254px;
}
.min-h-\[26px\]{
  min-height: 26px;
}
.min-h-\[307px\]{
  min-height: 307px;
}
.min-h-\[38px\]{
  min-height: 38px;
}
.min-h-\[42px\]{
  min-height: 42px;
}
.min-h-\[52px\]{
  min-height: 52px;
}
.min-h-\[982px\]{
  min-height: 982px;
}
.w-\[0px\]{
  width: 0px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[52px\]{
  width: 52px;
}
.w-\[56px\]{
  width: 56px;
}
.w-full{
  width: 100%;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[196px\]{
  min-width: 196px;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[1180px\]{
  max-width: 1180px;
}
.max-w-\[1220px\]{
  max-width: 1220px;
}
.max-w-\[13px\]{
  max-width: 13px;
}
.max-w-\[16px\]{
  max-width: 16px;
}
.max-w-\[170px\]{
  max-width: 170px;
}
.max-w-\[173px\]{
  max-width: 173px;
}
.max-w-\[192px\]{
  max-width: 192px;
}
.max-w-\[196px\]{
  max-width: 196px;
}
.max-w-\[20px\]{
  max-width: 20px;
}
.max-w-\[218px\]{
  max-width: 218px;
}
.max-w-\[22px\]{
  max-width: 22px;
}
.max-w-\[233px\]{
  max-width: 233px;
}
.max-w-\[24px\]{
  max-width: 24px;
}
.max-w-\[273px\]{
  max-width: 273px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[285px\]{
  max-width: 285px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[380px\]{
  max-width: 380px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[650px\]{
  max-width: 650px;
}
.max-w-\[65px\]{
  max-width: 65px;
}
.max-w-\[74px\]{
  max-width: 74px;
}
.max-w-\[76px\]{
  max-width: 76px;
}
.max-w-\[97px\]{
  max-width: 97px;
}
.max-w-full{
  max-width: 100%;
}
.flex-shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.-translate-x-0{
  --tw-translate-x: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[-50\%\]{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[100\%\]{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[3px\]{
  --tw-translate-x: 3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[3px\]{
  --tw-translate-y: 3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[90deg\]{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-\[14px\]{
  gap: 14px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[17px\]{
  gap: 17px;
}
.gap-\[18\.52px\]{
  gap: 18.52px;
}
.gap-\[18px\]{
  gap: 18px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[24px\]{
  gap: 24px;
}
.gap-\[25px\]{
  gap: 25px;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-\[36px\]{
  gap: 36px;
}
.gap-\[38px\]{
  gap: 38px;
}
.gap-\[46px\]{
  gap: 46px;
}
.gap-\[4px\]{
  gap: 4px;
}
.gap-\[5px\]{
  gap: 5px;
}
.gap-\[7px\]{
  gap: 7px;
}
.gap-\[84px\]{
  gap: 84px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-x-\[10px\]{
  column-gap: 10px;
}
.gap-x-\[16px\]{
  column-gap: 16px;
}
.gap-x-\[38px\]{
  column-gap: 38px;
}
.gap-y-\[0\]{
  row-gap: 0;
}
.gap-y-\[26px\]{
  row-gap: 26px;
}
.gap-y-\[28px\]{
  row-gap: 28px;
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-\[60px\]{
  border-radius: 60px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-\[\#2C2D31\]{
  --tw-border-opacity: 1;
  border-color: rgb(44 45 49 / var(--tw-border-opacity, 1));
}
.border-\[\#75797D\]{
  --tw-border-opacity: 1;
  border-color: rgb(117 121 125 / var(--tw-border-opacity, 1));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/10{
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/20{
  border-color: rgb(0 0 0 / 0.2);
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#15171A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(21 23 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1C1E22\]{
  --tw-bg-opacity: 1;
  background-color: rgb(28 30 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2C2D31\]{
  --tw-bg-opacity: 1;
  background-color: rgb(44 45 49 / var(--tw-bg-opacity, 1));
}
.bg-\[\#33363B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 54 59 / var(--tw-bg-opacity, 1));
}
.bg-\[\#9FA09F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(159 160 159 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6E6E6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E7E7E7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F0F0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-star-gray-550{
  --tw-bg-opacity: 1;
  background-color: rgb(54 55 59 / var(--tw-bg-opacity, 1));
}
.bg-star-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(28 30 34 / var(--tw-bg-opacity, 1));
}
.bg-star-gray-650{
  --tw-bg-opacity: 1;
  background-color: rgb(36 37 41 / var(--tw-bg-opacity, 1));
}
.bg-star-green-500\/20{
  background-color: rgb(0 168 165 / 0.2);
}
.bg-star-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(201 53 53 / var(--tw-bg-opacity, 1));
}
.bg-star-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 190 49 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-none{
  background-image: none;
}
.bg-recovery-process{
  background-image: url('../images/recovery-process-bg.png');
}
.bg-cover{
  background-size: cover;
}
.fill-\[\#434548\]{
  fill: #434548;
}
.stroke-\[\#75797D\]{
  stroke: #75797D;
}
.object-cover{
  object-fit: cover;
}
.p-\[16px\]{
  padding: 16px;
}
.p-\[20px\]{
  padding: 20px;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[82px\]{
  padding-top: 82px;
  padding-bottom: 82px;
}
.pb-\[101px\]{
  padding-bottom: 101px;
}
.pb-\[140px\]{
  padding-bottom: 140px;
}
.pb-\[160px\]{
  padding-bottom: 160px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[24px\]{
  padding-bottom: 24px;
}
.pb-\[28px\]{
  padding-bottom: 28px;
}
.pb-\[31px\]{
  padding-bottom: 31px;
}
.pb-\[36px\]{
  padding-bottom: 36px;
}
.pb-\[38px\]{
  padding-bottom: 38px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[52px\]{
  padding-bottom: 52px;
}
.pb-\[5px\]{
  padding-bottom: 5px;
}
.pb-\[76px\]{
  padding-bottom: 76px;
}
.pl-\[13px\]{
  padding-left: 13px;
}
.pl-\[15px\]{
  padding-left: 15px;
}
.pl-\[28px\]{
  padding-left: 28px;
}
.pl-\[2px\]{
  padding-left: 2px;
}
.pl-\[40px\]{
  padding-left: 40px;
}
.pl-\[5px\]{
  padding-left: 5px;
}
.pr-\[30px\]{
  padding-right: 30px;
}
.pr-\[5px\]{
  padding-right: 5px;
}
.pr-\[7px\]{
  padding-right: 7px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[28px\]{
  padding-top: 28px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[32px\]{
  padding-top: 32px;
}
.pt-\[37px\]{
  padding-top: 37px;
}
.pt-\[48px\]{
  padding-top: 48px;
}
.pt-\[6px\]{
  padding-top: 6px;
}
.pt-\[72px\]{
  padding-top: 72px;
}
.text-center{
  text-align: center;
}
.font-base{
  font-family: Inter, sans-serif;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14\.82px\]{
  font-size: 14.82px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[29px\]{
  font-size: 29px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[36px\]{
  font-size: 36px;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.leading-\[0\.95\]{
  line-height: 0.95;
}
.leading-\[1\.139\]{
  line-height: 1.139;
}
.leading-\[1\.15\]{
  line-height: 1.15;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.32\]{
  line-height: 1.32;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-\[1\.46\]{
  line-height: 1.46;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-\[1\.58\]{
  line-height: 1.58;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[1\.6\]{
  line-height: 1.6;
}
.leading-\[1\.78\]{
  line-height: 1.78;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[2\]{
  line-height: 2;
}
.tracking-\[-0\.04px\]{
  letter-spacing: -0.04px;
}
.tracking-\[0\.1px\]{
  letter-spacing: 0.1px;
}
.tracking-\[0\.2px\]{
  letter-spacing: 0.2px;
}
.tracking-\[0\.3px\]{
  letter-spacing: 0.3px;
}
.tracking-\[0\.45px\]{
  letter-spacing: 0.45px;
}
.tracking-\[0\.4px\]{
  letter-spacing: 0.4px;
}
.tracking-\[0\.5px\]{
  letter-spacing: 0.5px;
}
.tracking-\[0\.6px\]{
  letter-spacing: 0.6px;
}
.tracking-\[0\.8px\]{
  letter-spacing: 0.8px;
}
.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#060707\]{
  --tw-text-opacity: 1;
  color: rgb(6 7 7 / var(--tw-text-opacity, 1));
}
.text-\[\#1C1E22\]{
  --tw-text-opacity: 1;
  color: rgb(28 30 34 / var(--tw-text-opacity, 1));
}
.text-\[\#313439\]{
  --tw-text-opacity: 1;
  color: rgb(49 52 57 / var(--tw-text-opacity, 1));
}
.text-\[\#505154\]{
  --tw-text-opacity: 1;
  color: rgb(80 81 84 / var(--tw-text-opacity, 1));
}
.text-\[\#515151\]{
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity, 1));
}
.text-\[\#75797D\]{
  --tw-text-opacity: 1;
  color: rgb(117 121 125 / var(--tw-text-opacity, 1));
}
.text-\[\#86888A\]{
  --tw-text-opacity: 1;
  color: rgb(134 136 138 / var(--tw-text-opacity, 1));
}
.text-\[\#A3A5A7\]{
  --tw-text-opacity: 1;
  color: rgb(163 165 167 / var(--tw-text-opacity, 1));
}
.text-\[\#E7E7E7\]{
  --tw-text-opacity: 1;
  color: rgb(231 231 231 / var(--tw-text-opacity, 1));
}
.text-\[\#F0F0F0\]{
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-star-gray-500{
  --tw-text-opacity: 1;
  color: rgb(135 135 137 / var(--tw-text-opacity, 1));
}
.text-star-gray-600{
  --tw-text-opacity: 1;
  color: rgb(28 30 34 / var(--tw-text-opacity, 1));
}
.text-star-green-500{
  --tw-text-opacity: 1;
  color: rgb(0 168 165 / var(--tw-text-opacity, 1));
}
.text-star-red-500{
  --tw-text-opacity: 1;
  color: rgb(201 53 53 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-100{
  opacity: 1;
}
.opacity-\[\.45\]{
  opacity: .45;
}
.shadow-inner-white{
  --tw-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-\[\'\'\]{
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:\!bg-\[\#E6E6E6\]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-\[\#505154\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(80 81 84 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E6E6E6\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}
.hover\:bg-star-gray-600\/70:hover{
  background-color: rgb(28 30 34 / 0.7);
}
.hover\:bg-star-gray-650:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(36 37 41 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#F0F0F0\]:hover{
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-\[\#1C1E22\]{
  --tw-text-opacity: 1;
  color: rgb(28 30 34 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 576px){
  .sm\:bottom-0{
    bottom: 0px;
  }
  .sm\:right-0{
    right: 0px;
  }
  .sm\:mx-\[-20px\]{
    margin-left: -20px;
    margin-right: -20px;
  }
  .sm\:ml-0{
    margin-left: 0px;
  }
  .sm\:ml-\[-8px\]{
    margin-left: -8px;
  }
  .sm\:mr-0{
    margin-right: 0px;
  }
  .sm\:mt-\[-48px\]{
    margin-top: -48px;
  }
  .sm\:mt-\[20px\]{
    margin-top: 20px;
  }
  .sm\:mt-\[44px\]{
    margin-top: 44px;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:max-h-\[14px\]{
    max-height: 14px;
  }
  .sm\:min-h-\[327px\]{
    min-height: 327px;
  }
  .sm\:min-h-\[46px\]{
    min-height: 46px;
  }
  .sm\:min-w-\[196px\]{
    min-width: 196px;
  }
  .sm\:max-w-\[19px\]{
    max-width: 19px;
  }
  .sm\:max-w-\[218px\]{
    max-width: 218px;
  }
  .sm\:max-w-none{
    max-width: none;
  }
  .sm\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:gap-\[10px\]{
    gap: 10px;
  }
  .sm\:gap-\[12px\]{
    gap: 12px;
  }
  .sm\:gap-\[16px\]{
    gap: 16px;
  }
  .sm\:gap-\[24px\]{
    gap: 24px;
  }
  .sm\:gap-\[25px\]{
    gap: 25px;
  }
  .sm\:gap-x-\[10px\]{
    column-gap: 10px;
  }
  .sm\:px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px;
  }
  .sm\:pb-\[36px\]{
    padding-bottom: 36px;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-\[14px\]{
    font-size: 14px;
  }
  .sm\:leading-\[1\.36\]{
    line-height: 1.36;
  }
  .sm\:leading-\[1\.5\]{
    line-height: 1.5;
  }
  .sm\:leading-\[1\]{
    line-height: 1;
  }
  .sm\:tracking-\[0\.34px\]{
    letter-spacing: 0.34px;
  }
  .sm\:tracking-\[0\.6px\]{
    letter-spacing: 0.6px;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:bottom-\[83px\]{
    bottom: 83px;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:right-\[25px\]{
    right: 25px;
  }
  .md\:top-\[52\%\]{
    top: 52%;
  }
  .md\:order-4{
    order: 4;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-start-1{
    grid-column-start: 1;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:col-start-4{
    grid-column-start: 4;
  }
  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }
  .md\:row-start-1{
    grid-row-start: 1;
  }
  .md\:row-start-2{
    grid-row-start: 2;
  }
  .md\:m-0{
    margin: 0px;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-\[29px\]{
    margin-bottom: 29px;
  }
  .md\:mb-\[58px\]{
    margin-bottom: 58px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-\[66px\]{
    margin-top: 66px;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[24px\]{
    height: 24px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:max-h-\[166px\]{
    max-height: 166px;
  }
  .md\:max-h-\[19px\]{
    max-height: 19px;
  }
  .md\:max-h-\[22px\]{
    max-height: 22px;
  }
  .md\:max-h-\[26px\]{
    max-height: 26px;
  }
  .md\:min-h-\[385px\]{
    min-height: 385px;
  }
  .md\:w-\[65px\]{
    width: 65px;
  }
  .md\:max-w-\[24px\]{
    max-width: 24px;
  }
  .md\:max-w-\[26px\]{
    max-width: 26px;
  }
  .md\:max-w-\[300px\]{
    max-width: 300px;
  }
  .md\:max-w-\[353px\]{
    max-width: 353px;
  }
  .md\:max-w-\[503px\]{
    max-width: 503px;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:gap-\[10px\]{
    gap: 10px;
  }
  .md\:gap-\[20px\]{
    gap: 20px;
  }
  .md\:gap-\[9px\]{
    gap: 9px;
  }
  .md\:gap-x-\[20px\]{
    column-gap: 20px;
  }
  .md\:gap-y-\[20px\]{
    row-gap: 20px;
  }
  .md\:gap-y-\[39px\]{
    row-gap: 39px;
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:border-b{
    border-bottom-width: 1px;
  }
  .md\:border-l{
    border-left-width: 1px;
  }
  .md\:border-r{
    border-right-width: 1px;
  }
  .md\:border-none{
    border-style: none;
  }
  .md\:p-0{
    padding: 0px;
  }
  .md\:p-\[36px\]{
    padding: 36px;
  }
  .md\:px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px;
  }
  .md\:py-\[20px\]{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md\:py-\[76px\]{
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pl-\[36px\]{
    padding-left: 36px;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-\[14px\]{
    font-size: 14px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[25px\]{
    font-size: 25px;
  }
  .md\:text-\[38px\]{
    font-size: 38px;
  }
  .md\:hover\:w-\[80px\]:hover{
    width: 80px;
  }
}
@media (min-width: 992px){
  .lg\:static{
    position: static;
  }
  .lg\:bottom-\[36px\]{
    bottom: 36px;
  }
  .lg\:top-\[-44px\]{
    top: -44px;
  }
  .lg\:top-\[-60px\]{
    top: -60px;
  }
  .lg\:top-auto{
    top: auto;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-4{
    order: 4;
  }
  .lg\:m-0{
    margin: 0px;
  }
  .lg\:mx-\[20px\]{
    margin-left: 20px;
    margin-right: 20px;
  }
  .lg\:mb-\[0\]{
    margin-bottom: 0;
  }
  .lg\:mb-\[2px\]{
    margin-bottom: 2px;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-\[-6px\]{
    margin-left: -6px;
  }
  .lg\:ml-\[-8px\]{
    margin-left: -8px;
  }
  .lg\:ml-\[2px\]{
    margin-left: 2px;
  }
  .lg\:mt-\[13px\]{
    margin-top: 13px;
  }
  .lg\:mt-\[40px\]{
    margin-top: 40px;
  }
  .lg\:mt-\[70px\]{
    margin-top: 70px;
  }
  .lg\:mt-\[80px\]{
    margin-top: 80px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[732px\]{
    height: 732px;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:max-h-\[250px\]{
    max-height: 250px;
  }
  .lg\:min-h-\[28px\]{
    min-height: 28px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:max-w-\[128px\]{
    max-width: 128px;
  }
  .lg\:max-w-\[250px\]{
    max-width: 250px;
  }
  .lg\:max-w-\[522px\]{
    max-width: 522px;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-\[3px\]{
    --tw-translate-x: 3px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:rotate-\[0px\]{
    --tw-rotate: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[220px_1fr\]{
    grid-template-columns: 220px 1fr;
  }
  .lg\:grid-cols-\[380px_1fr\]{
    grid-template-columns: 380px 1fr;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:gap-\[10px\]{
    gap: 10px;
  }
  .lg\:gap-\[20px\]{
    gap: 20px;
  }
  .lg\:gap-\[30px\]{
    gap: 30px;
  }
  .lg\:gap-\[38px\]{
    gap: 38px;
  }
  .lg\:gap-\[40px\]{
    gap: 40px;
  }
  .lg\:gap-\[8px\]{
    gap: 8px;
  }
  .lg\:gap-\[9px\]{
    gap: 9px;
  }
  .lg\:self-start{
    align-self: flex-start;
  }
  .lg\:rounded-\[0\]{
    border-radius: 0;
  }
  .lg\:border-b{
    border-bottom-width: 1px;
  }
  .lg\:border-solid{
    border-style: solid;
  }
  .lg\:border-none{
    border-style: none;
  }
  .lg\:border-\[\#75797D\]{
    --tw-border-opacity: 1;
    border-color: rgb(117 121 125 / var(--tw-border-opacity, 1));
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px;
  }
  .lg\:py-\[7px\]{
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .lg\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .lg\:pb-\[120px\]{
    padding-bottom: 120px;
  }
  .lg\:pb-\[12px\]{
    padding-bottom: 12px;
  }
  .lg\:pb-\[24px\]{
    padding-bottom: 24px;
  }
  .lg\:pb-\[28px\]{
    padding-bottom: 28px;
  }
  .lg\:pb-\[40px\]{
    padding-bottom: 40px;
  }
  .lg\:pb-\[80px\]{
    padding-bottom: 80px;
  }
  .lg\:pl-\[11px\]{
    padding-left: 11px;
  }
  .lg\:pl-\[36px\]{
    padding-left: 36px;
  }
  .lg\:pl-\[39px\]{
    padding-left: 39px;
  }
  .lg\:pt-\[13px\]{
    padding-top: 13px;
  }
  .lg\:pt-\[24px\]{
    padding-top: 24px;
  }
  .lg\:pt-\[38px\]{
    padding-top: 38px;
  }
  .lg\:pt-\[40px\]{
    padding-top: 40px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-\[32px\]{
    font-size: 32px;
  }
  .lg\:text-\[42px\]{
    font-size: 42px;
  }
  .lg\:text-\[46px\]{
    font-size: 46px;
  }
  .lg\:leading-\[1\.15\]{
    line-height: 1.15;
  }
  .lg\:leading-\[1\.4\]{
    line-height: 1.4;
  }
  .lg\:tracking-\[-0\.2px\]{
    letter-spacing: -0.2px;
  }
  .lg\:tracking-\[0\]{
    letter-spacing: 0;
  }
  .lg\:tracking-\[2px\]{
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px){
  .xl\:bottom-\[70px\]{
    bottom: 70px;
  }
  .xl\:right-\[124px\]{
    right: 124px;
  }
  .xl\:top-\[48\%\]{
    top: 48%;
  }
  .xl\:mb-\[12px\]{
    margin-bottom: 12px;
  }
  .xl\:mb-\[14px\]{
    margin-bottom: 14px;
  }
  .xl\:ml-\[-2px\]{
    margin-left: -2px;
  }
  .xl\:ml-\[-3px\]{
    margin-left: -3px;
  }
  .xl\:ml-\[3px\]{
    margin-left: 3px;
  }
  .xl\:ml-\[52px\]{
    margin-left: 52px;
  }
  .xl\:ml-\[5px\]{
    margin-left: 5px;
  }
  .xl\:ml-\[8px\]{
    margin-left: 8px;
  }
  .xl\:mr-\[0\]{
    margin-right: 0;
  }
  .xl\:mr-\[34px\]{
    margin-right: 34px;
  }
  .xl\:mt-\[-4px\]{
    margin-top: -4px;
  }
  .xl\:mt-\[108px\]{
    margin-top: 108px;
  }
  .xl\:mt-\[1px\]{
    margin-top: 1px;
  }
  .xl\:mt-\[38px\]{
    margin-top: 38px;
  }
  .xl\:mt-\[3px\]{
    margin-top: 3px;
  }
  .xl\:mt-\[40px\]{
    margin-top: 40px;
  }
  .xl\:mt-\[48px\]{
    margin-top: 48px;
  }
  .xl\:mt-\[77px\]{
    margin-top: 77px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:grid{
    display: grid;
  }
  .xl\:max-h-none{
    max-height: none;
  }
  .xl\:min-h-\[293px\]{
    min-height: 293px;
  }
  .xl\:min-h-\[34px\]{
    min-height: 34px;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[112px_repeat\(auto-fill\2c _minmax\(100px\2c _1fr\)\)\]{
    grid-template-columns: 112px repeat(auto-fill, minmax(100px, 1fr));
  }
  .xl\:grid-cols-\[1fr_339px\]{
    grid-template-columns: 1fr 339px;
  }
  .xl\:grid-cols-\[380px_1fr\]{
    grid-template-columns: 380px 1fr;
  }
  .xl\:gap-\[116px\]{
    gap: 116px;
  }
  .xl\:gap-\[13px\]{
    gap: 13px;
  }
  .xl\:gap-\[44px\]{
    gap: 44px;
  }
  .xl\:gap-\[65px\]{
    gap: 65px;
  }
  .xl\:gap-x-\[40px\]{
    column-gap: 40px;
  }
  .xl\:gap-y-\[32px\]{
    row-gap: 32px;
  }
  .xl\:py-\[92px\]{
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .xl\:pb-\[109px\]{
    padding-bottom: 109px;
  }
  .xl\:pb-\[140px\]{
    padding-bottom: 140px;
  }
  .xl\:pb-\[146px\]{
    padding-bottom: 146px;
  }
  .xl\:pb-\[24px\]{
    padding-bottom: 24px;
  }
  .xl\:pl-\[37px\]{
    padding-left: 37px;
  }
  .xl\:pt-\[0\]{
    padding-top: 0;
  }
  .xl\:pt-\[100px\]{
    padding-top: 100px;
  }
  .xl\:pt-\[28px\]{
    padding-top: 28px;
  }
  .xl\:pt-\[37px\]{
    padding-top: 37px;
  }
  .xl\:pt-\[61px\]{
    padding-top: 61px;
  }
  .xl\:pt-\[64px\]{
    padding-top: 64px;
  }
  .xl\:text-left{
    text-align: left;
  }
  .xl\:text-\[13px\]{
    font-size: 13px;
  }
  .xl\:text-\[22px\]{
    font-size: 22px;
  }
  .xl\:text-\[23px\]{
    font-size: 23px;
  }
  .xl\:text-\[24px\]{
    font-size: 24px;
  }
  .xl\:text-\[25px\]{
    font-size: 25px;
  }
  .xl\:text-\[36px\]{
    font-size: 36px;
  }
  .xl\:text-\[49px\]{
    font-size: 49px;
  }
  .xl\:text-\[52px\]{
    font-size: 52px;
  }
  .xl\:leading-\[2\.1\]{
    line-height: 2.1;
  }
  .xl\:leading-\[32px\]{
    line-height: 32px;
  }
  .xl\:leading-\[46px\]{
    line-height: 46px;
  }
  .xl\:tracking-\[1\.4px\]{
    letter-spacing: 1.4px;
  }
  .xl\:opacity-0{
    opacity: 0;
  }
}