.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
html {
  min-height: 100%;
  scroll-behavior: smooth;
}
body {
  min-height: 100%;
  margin: 0;
  background: #fcfcfd;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body,
button,
input,
textarea,
select {
  font-family: "Manrope", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #344054;
}
body.header-nav-open {
  overflow: hidden;
}
a,
button,
input,
textarea,
select {
  transition: 0.25s ease;
}
a {
  color: #2b2e83;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
button:hover,
label:hover,
input[type='checkbox']:hover,
input[type='radio']:hover {
  cursor: pointer;
}
:focus-visible {
  outline: 3px solid rgba(247,180,50,0.6);
  outline-offset: 3px;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0 0 16px;
  font-family: "Manrope", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: #171a2b;
}
h1,
.h1 {
  font-size: 42px;
}
@media (min-width: 720px) {
  h1,
  .h1 {
    font-size: 64px;
  }
}
h2,
.h2 {
  font-size: 34px;
}
@media (min-width: 720px) {
  h2,
  .h2 {
    font-size: 48px;
  }
}
h3,
.h3 {
  font-size: 22px;
}
@media (min-width: 720px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 16px;
}
p {
  margin: 0 0 20px;
}
ul,
ol {
  list-style-type: none;
}
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
svg {
  display: block;
  max-width: 100%;
}
::selection {
  background: #f7b432;
  color: #171a2b;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.cols {
  margin-left: -5px;
  margin-right: -5px;
}
.cols:before,
.cols:after {
  content: " ";
  display: table;
}
.cols:after {
  clear: both;
}
.cols>div {
  margin-bottom: 10px;
  box-sizing: border-box;
}
.cols:last-child {
  margin-bottom: -10px;
}
.cols.cols-gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.cols.cols-gutter-0:before,
.cols.cols-gutter-0:after {
  content: " ";
  display: table;
}
.cols.cols-gutter-0:after {
  clear: both;
}
.cols.cols-gutter-0>div {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.cols.cols-gutter-0:last-child {
  margin-bottom: 0;
}
.cols.cols-gutter-1 {
  margin-left: 0;
  margin-right: 0;
}
.cols.cols-gutter-1:before,
.cols.cols-gutter-1:after {
  content: " ";
  display: table;
}
.cols.cols-gutter-1:after {
  clear: both;
}
.cols.cols-gutter-1>div {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 5px;
}
.cols.cols-gutter-1>div:last-child {
  margin-bottom: 0px;
}
@media (min-width: 960px) {
  .cols.cols-gutter-1>div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
  }
  .cols.cols-gutter-1>div:last-child {
    margin-bottom: 5px;
  }
}
.cols.cols-gutter-buttons {
  margin-left: 0;
  margin-right: 0;
}
.cols.cols-gutter-buttons:before,
.cols.cols-gutter-buttons:after {
  content: " ";
  display: table;
}
.cols.cols-gutter-buttons:after {
  clear: both;
}
.cols.cols-gutter-buttons>div {
  padding-left: 0px;
  padding-right: 4px;
  margin-bottom: 10px;
}
.cols.cols-gutter-buttons>div:last-child {
  padding-right: 0px;
}
@media (min-width: 960px) {
  .cols.cols-gutter-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cols.cols-gutter-2:before,
  .cols.cols-gutter-2:after {
    content: " ";
    display: table;
  }
  .cols.cols-gutter-2:after {
    clear: both;
  }
  .cols.cols-gutter-2>div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .cols.cols-gutter-2:last-child {
    margin-bottom: -20px;
  }
}
@media (max-width: 960px) {
  .cols.cols-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 -20px -20px;
    padding: 0 20px 20px;
  }
  .cols.cols-scroll>div {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    white-space: normal;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .cols.cols-scroll>div:last-child {
    margin-right: 15px;
  }
  .cols.cols-gutter-min {
    margin-left: 0;
    margin-right: 0;
  }
  .cols.cols-gutter-min:before,
  .cols.cols-gutter-min:after {
    content: " ";
    display: table;
  }
  .cols.cols-gutter-min:after {
    clear: both;
  }
  .cols.cols-gutter-min>div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .cols.cols-gutter-min:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .cols.cols-scroll-limit {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 -20px -20px;
    padding: 0 20px 20px;
  }
  .cols.cols-scroll-limit>div {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    white-space: normal;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .cols.cols-scroll-limit>div:last-child {
    margin-right: 15px;
  }
  .cols.cols-gutter-min {
    margin-left: 0;
    margin-right: 0;
  }
  .cols.cols-gutter-min:before,
  .cols.cols-gutter-min:after {
    content: " ";
    display: table;
  }
  .cols.cols-gutter-min:after {
    clear: both;
  }
  .cols.cols-gutter-min>div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .cols.cols-gutter-min:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) and (min-width: 960px) {
  .cols.cols-scroll {
    margin-right: -40px;
  }
}
@media (max-width: 1200px) and (min-width: 720px) {
  .cols.cols-scroll-limit {
    margin-right: -40px;
  }
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 480px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 720px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-moz-keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
}
@-o-keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
}
@-moz-keyframes slideFadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideFadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-o-keyframes slideFadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes slideFadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@-moz-keyframes slideUpOut {
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes slideUpOut {
  100% {
    transform: translateY(-100%);
  }
}
@-o-keyframes slideUpOut {
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideUpOut {
  100% {
    transform: translateY(-100%);
  }
}
@-moz-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
}
@-o-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
}
@-moz-keyframes slideFadeDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideFadeDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-o-keyframes slideFadeDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes slideFadeDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-moz-keyframes slideDownOut {
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes slideDownOut {
  100% {
    transform: translateY(100%);
  }
}
@-o-keyframes slideDownOut {
  100% {
    transform: translateY(100%);
  }
}
@keyframes slideDownOut {
  100% {
    transform: translateY(100%);
  }
}
@-moz-keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
}
@-o-keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
}
@-moz-keyframes slideFadeLeft {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideFadeLeft {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@-o-keyframes slideFadeLeft {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes slideFadeLeft {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@-moz-keyframes slideLeftOut {
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slideLeftOut {
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes slideLeftOut {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideLeftOut {
  100% {
    transform: translateX(-100%);
  }
}
@-moz-keyframes slideRight {
  0% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    transform: translateX(-100%);
  }
}
@-o-keyframes slideRight {
  0% {
    transform: translateX(-100%);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-100%);
  }
}
@-moz-keyframes slideFadeRight {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideFadeRight {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-o-keyframes slideFadeRight {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes slideFadeRight {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-moz-keyframes slideRightOut {
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes slideRightOut {
  100% {
    transform: translateX(100%);
  }
}
@-o-keyframes slideRightOut {
  100% {
    transform: translateX(100%);
  }
}
@keyframes slideRightOut {
  100% {
    transform: translateX(100%);
  }
}
@-moz-keyframes slideDiagonal-1 {
  50% {
    transform: translate(-60px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideDiagonal-1 {
  50% {
    transform: translate(-60px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-o-keyframes slideDiagonal-1 {
  50% {
    transform: translate(-60px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes slideDiagonal-1 {
  50% {
    transform: translate(-60px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes slideDiagonal-2 {
  50% {
    transform: translate(-40px, 40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideDiagonal-2 {
  50% {
    transform: translate(-40px, 40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-o-keyframes slideDiagonal-2 {
  50% {
    transform: translate(-40px, 40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes slideDiagonal-2 {
  50% {
    transform: translate(-40px, 40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes slideDiagonal-3 {
  50% {
    transform: translate(-20px, 20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideDiagonal-3 {
  50% {
    transform: translate(-20px, 20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-o-keyframes slideDiagonal-3 {
  50% {
    transform: translate(-20px, 20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes slideDiagonal-3 {
  50% {
    transform: translate(-20px, 20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes slideDiagonalloading-1 {
  0% {
    transform: translate(60px, -60px);
  }
  30% {
    transform: translate(80px, -80px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideDiagonalloading-1 {
  0% {
    transform: translate(60px, -60px);
  }
  30% {
    transform: translate(80px, -80px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-o-keyframes slideDiagonalloading-1 {
  0% {
    transform: translate(60px, -60px);
  }
  30% {
    transform: translate(80px, -80px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes slideDiagonalloading-1 {
  0% {
    transform: translate(60px, -60px);
  }
  30% {
    transform: translate(80px, -80px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes slideDiagonalloading-2 {
  0% {
    transform: translate(40px, -40px);
  }
  30% {
    transform: translate(60px, -60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideDiagonalloading-2 {
  0% {
    transform: translate(40px, -40px);
  }
  30% {
    transform: translate(60px, -60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-o-keyframes slideDiagonalloading-2 {
  0% {
    transform: translate(40px, -40px);
  }
  30% {
    transform: translate(60px, -60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes slideDiagonalloading-2 {
  0% {
    transform: translate(40px, -40px);
  }
  30% {
    transform: translate(60px, -60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes slideDiagonalloading-3 {
  0% {
    transform: translate(20px, -20px);
  }
  30% {
    transform: translate(40px, -40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideDiagonalloading-3 {
  0% {
    transform: translate(20px, -20px);
  }
  30% {
    transform: translate(40px, -40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-o-keyframes slideDiagonalloading-3 {
  0% {
    transform: translate(20px, -20px);
  }
  30% {
    transform: translate(40px, -40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes slideDiagonalloading-3 {
  0% {
    transform: translate(20px, -20px);
  }
  30% {
    transform: translate(40px, -40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes slideLeftloading {
  0% {
    transform: translateX(500%);
  }
  20% {
    transform: translateX(500%);
  }
}
@-webkit-keyframes slideLeftloading {
  0% {
    transform: translateX(500%);
  }
  20% {
    transform: translateX(500%);
  }
}
@-o-keyframes slideLeftloading {
  0% {
    transform: translateX(500%);
  }
  20% {
    transform: translateX(500%);
  }
}
@keyframes slideLeftloading {
  0% {
    transform: translateX(500%);
  }
  20% {
    transform: translateX(500%);
  }
}
@-moz-keyframes scaleIn {
  0% {
    transform: scale(0);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    transform: scale(0);
  }
}
@-o-keyframes scaleIn {
  0% {
    transform: scale(0);
  }
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
}
@-moz-keyframes scaleFadeIn {
  0% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleFadeIn {
  0% {
    transform: scale(1.2);
  }
}
@-o-keyframes scaleFadeIn {
  0% {
    transform: scale(1.2);
  }
}
@keyframes scaleFadeIn {
  0% {
    transform: scale(1.2);
  }
}
@-moz-keyframes scaleOut {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scaleOut {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes scaleOut {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes scaleFadeOut {
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes scaleFadeOut {
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@-o-keyframes scaleFadeOut {
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes scaleFadeOut {
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@-moz-keyframes translateBg {
  0% {
    transform: translateY(-10%);
  }
}
@-webkit-keyframes translateBg {
  0% {
    transform: translateY(-10%);
  }
}
@-o-keyframes translateBg {
  0% {
    transform: translateY(-10%);
  }
}
@keyframes translateBg {
  0% {
    transform: translateY(-10%);
  }
}
@-moz-keyframes heightMd {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  100% {
    max-height: 500px;
    overflow: hidden;
  }
}
@-webkit-keyframes heightMd {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  100% {
    max-height: 500px;
    overflow: hidden;
  }
}
@-o-keyframes heightMd {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  100% {
    max-height: 500px;
    overflow: hidden;
  }
}
@keyframes heightMd {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  100% {
    max-height: 500px;
    overflow: hidden;
  }
}
@-moz-keyframes bgIn {
  0% {
    transform: translateY(-10%);
  }
}
@-webkit-keyframes bgIn {
  0% {
    transform: translateY(-10%);
  }
}
@-o-keyframes bgIn {
  0% {
    transform: translateY(-10%);
  }
}
@keyframes bgIn {
  0% {
    transform: translateY(-10%);
  }
}
@-moz-keyframes rotate360 {
  0% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate360 {
  0% {
    transform: rotate(-360deg);
  }
}
@-o-keyframes rotate360 {
  0% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(-360deg);
  }
}
@-moz-keyframes lettertop {
  0% {
    transform: translateY(24px);
  }
  50% {
    transform: translateY(24px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes lettertop {
  0% {
    transform: translateY(24px);
  }
  50% {
    transform: translateY(24px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-o-keyframes lettertop {
  0% {
    transform: translateY(24px);
  }
  50% {
    transform: translateY(24px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes lettertop {
  0% {
    transform: translateY(24px);
  }
  50% {
    transform: translateY(24px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes letterleft {
  0% {
    transform: translateX(-200px);
  }
  70% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes letterleft {
  0% {
    transform: translateX(-200px);
  }
  70% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-o-keyframes letterleft {
  0% {
    transform: translateX(-200px);
  }
  70% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes letterleft {
  0% {
    transform: translateX(-200px);
  }
  70% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  opacity: 0;
  display: block;
}
.bg.bg-loaded {
  animation: fadeIn 1s ease both;
  opacity: 1;
}
.bg img {
  display: none;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  background: #f7b432;
  border: 1px solid #f7b432;
  border-radius: 10px;
  color: #171a2b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.btn:hover {
  background: #f6ad1e;
  border-color: #f6ad1e;
  color: #171a2b;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(247,180,50,0.28);
}
.btn.btn--secondary {
  background: #2b2e83;
  border-color: #2b2e83;
  color: #fff;
}
.btn.btn--secondary:hover {
  background: #282a79;
  border-color: #282a79;
  color: #fff;
  box-shadow: 0 12px 28px rgba(43,46,131,0.24);
}
.btn.btn--outline {
  background: transparent;
  border-color: rgba(23,26,43,0.18);
  color: #171a2b;
}
.btn.btn--outline:hover {
  background: #fff;
  border-color: #2b2e83;
  box-shadow: none;
}
.btn.btn--white {
  background: #fff;
  border-color: #fff;
  color: #2b2e83;
}
.btn.btn--white:hover {
  background: #f7b432;
  border-color: #f7b432;
  color: #171a2b;
}
.btn.btn--ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.25);
  color: #fff;
}
.btn.btn--ghost:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.55);
  color: #fff;
  box-shadow: none;
}
.btn.btn--sm {
  min-height: 42px;
  padding: 9px 16px;
}
.btn.btn--full {
  width: 100%;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid rgba(23,26,43,0.08);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}
.site-header.header--scrolled {
  background: rgba(255,255,255,0.98);
  box-shadow: 0 12px 40px rgba(23,26,43,0.08);
  backdrop-filter: blur(16px);
}
.site-header .header__utility {
  display: none;
  background: #171a2b;
  color: rgba(255,255,255,0.78);
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 960px) {
  .site-header .header__utility {
    display: block;
  }
}
.site-header .header__utility-wrap {
  max-width: 1240px;
  min-height: 36px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .header__utility-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header .header__utility-links a {
  color: rgba(255,255,255,0.82);
  font-weight: 600;
}
.site-header .header__utility-links a:hover {
  color: #f7b432;
}
.site-header .header__main {
  height: 72px;
}
.site-header .header__wrap {
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 720px) {
  .site-header .header__wrap {
    padding: 0 32px;
  }
}
.site-header .header__logo {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}
.site-header .header__logo a {
  display: block;
}
.site-header .header__logo img {
  width: 150px;
  height: auto;
}
.site-header .header__nav {
  position: fixed;
  top: 72px;
  right: -100%;
  width: 88vw;
  height: calc(100vh - 72px);
  padding: 28px 24px;
  background: #fff;
  box-shadow: -18px 24px 50px rgba(23,26,43,0.16);
  transition: right 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: auto;
  z-index: 2;
}
.site-header .header__nav nav > ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-header .header__nav li a {
  display: block;
  padding: 13px 10px;
  border-radius: 8px;
  color: #171a2b;
  font-size: 16px;
  font-weight: 650;
}
.site-header .header__nav li a:hover {
  background: #f5f6fa;
  color: #2b2e83;
}
@media (min-width: 960px) {
  .site-header .header__nav {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    margin-left: auto;
  }
  .site-header .header__nav nav > ul {
    flex-direction: row;
    align-items: center;
    gap: 4px;
  }
  .site-header .header__nav li a {
    padding: 10px 11px;
    font-size: 13px;
  }
}
.site-header .header__actions {
  display: none;
  align-items: center;
  gap: 10px;
}
@media (min-width: 960px) {
  .site-header .header__actions {
    display: flex;
  }
}
.site-header .header__mobile-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(23,26,43,0.08);
}
@media (min-width: 960px) {
  .site-header .header__mobile-actions {
    display: none;
  }
}
.site-header .header__overlay {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  height: calc(100vh - 72px);
  background: rgba(23,26,43,0.48);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 1;
}
@media (min-width: 960px) {
  .site-header .header__overlay {
    display: none;
  }
}
.site-header .header__ham {
  position: relative;
  z-index: 3;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #f5f6fa;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.site-header .header__ham span {
  display: block;
  width: 22px;
  height: 2px;
  background: #171a2b;
  border-radius: 2px;
  transition: 0.25s ease;
}
@media (min-width: 960px) {
  .site-header .header__ham {
    display: none;
  }
}
.site-header.header--nav-in .header__nav {
  right: 0;
}
.site-header.header--nav-in .header__overlay {
  opacity: 1;
  visibility: visible;
}
.site-header.header--nav-in .header__ham span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header.header--nav-in .header__ham span:nth-child(2) {
  opacity: 0;
}
.site-header.header--nav-in .header__ham span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (min-width: 960px) {
  .site-header .header__main {
    height: 72px;
  }
}
.article--auction {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(23,26,43,0.09);
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s ease;
}
.article--auction:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(23,26,43,0.14);
}
.article--auction:hover .article__image img {
  transform: scale(1.035);
}
.article--auction .article__image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f5f6fa;
}
.article--auction .article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.article--auction .article__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  background: #f7b432;
  border-radius: 7px;
  color: #171a2b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.article--auction .article__body {
  padding: 22px;
}
.article--auction .article__date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #2b2e83;
  font-size: 13px;
  font-weight: 750;
}
.article--auction .article__title {
  margin-bottom: 10px;
  font-size: 21px;
}
.article--auction .article__text {
  margin-bottom: 18px;
  color: #667085;
  font-size: 14px;
}
.article--auction .article__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2b2e83;
  font-size: 14px;
  font-weight: 800;
}
.article--auction .article__link:hover {
  gap: 12px;
}
.article--category {
  height: 100%;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(23,26,43,0.08);
  border-radius: 18px;
  transition: 0.3s ease;
}
.article--category:hover {
  border-color: rgba(43,46,131,0.22);
  box-shadow: 0 16px 45px rgba(23,26,43,0.09);
  transform: translateY(-4px);
}
.article--category .article__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  border-radius: 13px;
  background: #fff7e4;
  color: #d69008;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.article--category .article__title {
  margin-bottom: 9px;
  font-size: 20px;
}
.article--category .article__text {
  margin: 0;
  color: #667085;
  font-size: 14px;
}
.article--company {
  display: grid;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(23,26,43,0.08);
  border-radius: 22px;
  overflow: hidden;
}
@media (min-width: 720px) {
  .article--company {
    grid-template-columns: minmax(210px, 0.76fr) minmax(0, 1fr);
  }
}
.article--company .article__image {
  min-height: 250px;
  overflow: hidden;
}
.article--company .article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article--company .article__body {
  padding: 28px;
}
@media (min-width: 720px) {
  .article--company .article__body {
    padding: 34px;
  }
}
.article--company .article__tag {
  display: block;
  margin-bottom: 12px;
  color: #2b2e83;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.article--company .article__title {
  margin-bottom: 14px;
  font-size: 25px;
}
.article--company .article__text {
  margin-bottom: 12px;
  color: #667085;
  font-size: 14px;
}
.article--company .article__text:last-child {
  margin-bottom: 0;
}
.article--benefit {
  height: 100%;
  padding: 30px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 18px;
}
.article--benefit .article__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  background: #f7b432;
  border-radius: 14px;
  color: #171a2b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.article--benefit .article__title {
  margin-bottom: 11px;
  color: #fff;
  font-size: 20px;
}
.article--benefit .article__text {
  margin: 0;
  color: rgba(255,255,255,0.67);
  font-size: 14px;
}
.article--differential {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(23,26,43,0.08);
}
.article--differential:last-child {
  border-bottom: 0;
}
.article--differential .article__number {
  color: #f7b432;
  font-size: 12px;
  font-weight: 850;
}
.article--differential .article__title {
  margin-bottom: 6px;
  font-size: 18px;
}
.article--differential .article__text {
  margin: 0;
  color: #667085;
  font-size: 14px;
}
.article--proposal {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(23,26,43,0.08);
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s ease;
}
.article--proposal:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(23,26,43,0.14);
}
.article--proposal .article__image {
  aspect-ratio: 1.23/1;
  overflow: hidden;
}
.article--proposal .article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article--proposal .article__body {
  padding: 24px;
}
.article--proposal .article__title {
  margin-bottom: 11px;
  font-size: 19px;
}
.article--proposal .article__text {
  margin: 0;
  color: #667085;
  font-size: 13px;
}
.article--proposal .article__author {
  display: block;
  margin-top: 18px;
  color: #2b2e83;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
section {
  position: relative;
  overflow: hidden;
}
.section__wrap {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 20px;
}
@media (min-width: 720px) {
  .section__wrap {
    padding: 96px 32px;
  }
}
.section__header {
  max-width: 710px;
  margin-bottom: 38px;
}
.section__header.section__header--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: #2b2e83;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.section__eyebrow:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #f7b432;
  border-radius: 50%;
}
.section__title {
  margin-bottom: 14px;
}
.section__description {
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.7;
}
@media (min-width: 720px) {
  .section__description {
    font-size: 18px;
  }
}
.home-grid {
  display: grid;
  gap: 18px;
}
@media (min-width: 480px) {
  .home-grid.home-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .home-grid.home-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 480px) {
  .home-grid.home-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .home-grid.home-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section--hero-carousel {
  margin-top: 72px;
  background: #171a2b;
  color: #fff;
}
@media (min-width: 960px) {
  .section--hero-carousel {
    margin-top: 108px;
  }
}
.hero-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-carousel__track {
  display: flex;
}
.hero-carousel__slide {
  position: relative;
  flex: 0 0 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
}
@media (min-width: 720px) {
  .hero-carousel__slide {
    min-height: 690px;
  }
}
.hero-carousel__image,
.hero-carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-carousel__image {
  object-fit: cover;
}
.hero-carousel__overlay {
  background: linear-gradient(90deg, rgba(23,26,43,0.96) 0%, rgba(23,26,43,0.78) 48%, rgba(23,26,43,0.2) 100%);
}
.hero-carousel__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 62px 112px 20px;
}
@media (min-width: 720px) {
  .hero-carousel__wrap {
    padding-right: 110px;
    padding-left: 32px;
  }
}
.hero-carousel__content {
  max-width: 760px;
}
.hero-carousel__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: #f7b432;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-carousel__title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: -0.045em;
}
@media (min-width: 720px) {
  .hero-carousel__title {
    font-size: 66px;
  }
}
@media (min-width: 960px) {
  .hero-carousel__title {
    font-size: 76px;
  }
}
.hero-carousel__text {
  max-width: 640px;
  margin-bottom: 30px;
  color: rgba(255,255,255,0.74);
  font-size: 18px;
}
@media (min-width: 720px) {
  .hero-carousel__text {
    font-size: 20px;
  }
}
.hero-carousel__button {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 50%;
  background: rgba(23,26,43,0.28);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}
@media (min-width: 720px) {
  .hero-carousel__button {
    display: flex;
  }
}
.hero-carousel__button:hover {
  background: #f7b432;
  border-color: #f7b432;
  color: #171a2b;
}
.hero-carousel__button--prev {
  left: 24px;
}
.hero-carousel__button--next {
  right: 24px;
}
.hero-carousel__pagination {
  position: absolute;
  left: 20px !important;
  bottom: 34px !important;
  z-index: 4;
  width: auto !important;
}
@media (min-width: 720px) {
  .hero-carousel__pagination {
    left: 32px !important;
  }
}
.hero-carousel__pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  margin: 0 5px !important;
  border-radius: 2px;
  background: rgba(255,255,255,0.55);
  opacity: 1;
}
.hero-carousel__pagination .swiper-pagination-bullet-active {
  background: #f7b432;
}
.section--company,
.section--proposal,
.section--service {
  background: #fff;
}
.section__company-grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 960px) {
  .section__company-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section--categories,
.section--service-alt {
  background: #fcfcfd;
}
.section--reach {
  background: #f7b432;
}
.section--reach .section__header {
  max-width: 850px;
}
.section--reach .section__eyebrow {
  color: #171a2b;
}
.section--reach .section__eyebrow:before {
  background: #2b2e83;
}
.section--reach .section__description {
  color: rgba(23,26,43,0.72);
}
.section--reach .section__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 960px) {
  .section--reach .section__stats {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section--reach .section__stat {
  padding: 22px 10px;
  border-top: 1px solid rgba(23,26,43,0.18);
  text-align: center;
}
.section--reach .section__stat-value {
  display: block;
  margin-bottom: 7px;
  color: #171a2b;
  font-size: 38px;
  font-weight: 850;
  letter-spacing: -0.04em;
}
@media (min-width: 720px) {
  .section--reach .section__stat-value {
    font-size: 48px;
  }
}
.section--reach .section__stat-label {
  margin: 0;
  color: rgba(23,26,43,0.67);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}
.section--benefits {
  background: #171a2b;
}
.section--benefits .section__wrap {
  padding-top: 58px;
  padding-bottom: 58px;
}
.section--differential {
  background: #f5f6fa;
}
.section--differential .section__differential-grid {
  display: grid;
  gap: 44px;
  align-items: center;
}
@media (min-width: 960px) {
  .section--differential .section__differential-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    gap: 76px;
  }
}
.section--differential .section__header {
  margin-bottom: 12px;
}
.section--differential .section__differential-image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(23,26,43,0.09);
}
.section--differential .section__differential-image img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}
.section--proposal {
  border-bottom: 1px solid rgba(23,26,43,0.06);
}
.section--service .article--service-row {
  max-width: 1100px;
  margin: 0 auto;
}
.section--clients {
  background: #171a2b;
  color: #fff;
}
.section--clients .section__clients-layout {
  display: grid;
  gap: 40px;
  align-items: center;
}
@media (min-width: 960px) {
  .section--clients .section__clients-layout {
    grid-template-columns: minmax(270px, 0.56fr) minmax(0, 1fr);
    gap: 74px;
  }
}
.section--clients .section__header {
  margin-bottom: 0;
}
.section--clients .section__eyebrow {
  color: #f7b432;
}
.section--clients .section__title {
  color: #fff;
}
.section--clients .section__description {
  color: rgba(255,255,255,0.64);
}
.clients-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 62px;
}
.clients-carousel__track {
  display: flex;
}
.clients-carousel__slide {
  flex: 0 0 auto;
  height: 118px;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.clients-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}
.clients-carousel__controls {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  gap: 9px;
}
.clients-carousel__button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-carousel__button:hover {
  background: #f7b432;
  border-color: #f7b432;
  color: #171a2b;
}
.section--stats {
  background: #f7b432;
}
.section--stats .section__wrap {
  padding-top: 48px;
  padding-bottom: 48px;
}
.section--stats .section__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
@media (min-width: 960px) {
  .section--stats .section__stats {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section--stats .section__stat {
  text-align: center;
}
.section--stats .section__stat-value {
  display: block;
  margin-bottom: 4px;
  color: #171a2b;
  font-size: 38px;
  font-weight: 850;
}
.section--stats .section__stat-label {
  margin: 0;
  color: rgba(23,26,43,0.72);
  font-size: 12px;
  font-weight: 750;
}
.section--cta {
  background: #fff;
}
.section--cta .section__cta {
  position: relative;
  padding: 38px 26px;
  background: #2b2e83;
  border-radius: 22px;
  overflow: hidden;
}
@media (min-width: 720px) {
  .section--cta .section__cta {
    padding: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
  }
}
.section--cta .section__cta:after {
  content: '';
  position: absolute;
  right: -100px;
  top: -180px;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(255,255,255,0.06);
  border-radius: 50%;
}
.section--cta .section__cta-content {
  position: relative;
  max-width: 700px;
  z-index: 2;
}
.section--cta .section__cta-title {
  color: #fff;
  font-size: 32px;
}
@media (min-width: 720px) {
  .section--cta .section__cta-title {
    font-size: 44px;
  }
}
.section--cta .section__cta-text {
  margin: 0;
  color: rgba(255,255,255,0.7);
}
.section--cta .section__cta-actions {
  position: relative;
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}
@media (min-width: 480px) {
  .section--cta .section__cta-actions {
    flex-direction: row;
  }
}
@media (min-width: 720px) {
  .section--cta .section__cta-actions {
    margin-top: 0;
    flex-direction: column;
  }
}
.promo-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.promo-modal.promo-modal--open {
  opacity: 1;
  visibility: visible;
}
.promo-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23,26,43,0.82);
  backdrop-filter: blur(6px);
}
.promo-modal__dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 30px 90px rgba(0,0,0,0.4);
  overflow: hidden;
  transform: translateY(18px);
  transition: transform 0.25s ease;
}
.promo-modal--open .promo-modal__dialog {
  transform: translateY(0);
}
.promo-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #171a2b;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 45px rgba(23,26,43,0.09);
}
.promo-modal__link {
  display: grid;
  color: #171a2b;
}
@media (min-width: 720px) {
  .promo-modal__link {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  }
}
.promo-modal__link:hover {
  color: #171a2b;
}
.promo-modal__image {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
}
.promo-modal__content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promo-modal__eyebrow {
  margin-bottom: 10px;
  color: #2b2e83;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.promo-modal__title {
  margin-bottom: 18px;
  font-size: 28px;
}
.promo-modal__countdown {
  display: grid;
  gap: 3px;
  padding: 13px 15px;
  margin-bottom: 20px;
  background: #fff7e4;
  border-radius: 10px;
}
.promo-modal__countdown-label {
  color: #667085;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.promo-modal__countdown-value {
  color: #171a2b;
  font-size: 17px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
}
.promo-modal__action {
  color: #2b2e83;
  font-size: 13px;
  font-weight: 850;
}
.whatsapp-sticky {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  z-index: 25;
}
.whatsapp-sticky:hover {
  color: #fff;
  transform: translateY(-3px);
}
.dscroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.dscroll.dscroll--in {
  opacity: 1;
  transform: translateY(0);
}
body.promo-modal-open {
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .dscroll {
    opacity: 1;
    transform: none;
  }
}
.site-footer {
  background: #171a2b;
  color: rgba(255,255,255,0.68);
}
.site-footer .footer__wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 20px 28px;
}
@media (min-width: 720px) {
  .site-footer .footer__wrap {
    padding: 78px 32px 30px;
  }
}
.site-footer .footer__grid {
  display: grid;
  gap: 42px;
  padding-bottom: 48px;
}
@media (min-width: 480px) {
  .site-footer .footer__grid {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (min-width: 960px) {
  .site-footer .footer__grid {
    grid-template-columns: 1.35fr 0.8fr 0.8fr 1.1fr;
  }
}
.site-footer .footer__brand {
  max-width: 320px;
}
.site-footer .footer__brand img {
  width: 180px;
  margin-bottom: 22px;
}
.site-footer .footer__brand p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.site-footer .footer__title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}
.site-footer .footer__links {
  display: grid;
  gap: 10px;
}
.site-footer .footer__links li,
.site-footer .footer__links a {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  line-height: 1.6;
}
.site-footer .footer__links a:hover {
  color: #f7b432;
}
.site-footer .footer__contact {
  display: grid;
  gap: 12px;
}
.site-footer .footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  line-height: 1.55;
}
.site-footer .footer__contact li i {
  width: 18px;
  margin-top: 4px;
  color: #f7b432;
}
.site-footer .footer__contact a {
  color: inherit;
}
.site-footer .footer__contact a:hover {
  color: #f7b432;
}
.site-footer .footer__socials {
  display: flex;
  gap: 9px;
  margin-top: 20px;
}
.site-footer .footer__socials a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 9px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .footer__socials a:hover {
  background: #f7b432;
  border-color: #f7b432;
  color: #171a2b;
}
.site-footer .footer__bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 720px) {
  .site-footer .footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.site-footer .footer__copyright {
  margin: 0;
  font-size: 12px;
}
.site-footer .footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.site-footer .footer__legal a {
  color: rgba(255,255,255,0.55);
  font-size: 12px;
}
.site-footer .footer__legal a:hover {
  color: #f7b432;
}
.article--story {
  background: #fff;
  border: 1px solid rgba(23,26,43,0.08);
  border-radius: 20px;
  overflow: hidden;
}
.article--story .article__image {
  aspect-ratio: 2/1;
  overflow: hidden;
}
.article--story .article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article--story .article__body {
  padding: 28px;
}
.article--story .article__tag {
  display: inline-flex;
  margin-bottom: 13px;
  color: #2b2e83;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.article--story .article__title {
  margin-bottom: 12px;
  font-size: 25px;
}
.article--story .article__text {
  margin: 0;
  color: #667085;
  font-size: 15px;
}
.article--principle {
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(23,26,43,0.08);
  border-radius: 18px;
  background: #fff;
}
.article--principle .article__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  border-radius: 13px;
  background: #fff7e4;
  color: #d69008;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.article--principle .article__title {
  margin-bottom: 10px;
  font-size: 20px;
}
.article--principle .article__text {
  margin: 0;
  color: #667085;
  font-size: 14px;
}
.article--difference {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(23,26,43,0.08);
}
.article--difference:last-child {
  border-bottom: 0;
}
.article--difference .article__number {
  color: #f7b432;
  font-size: 12px;
  font-weight: 850;
}
.article--difference .article__title {
  margin-bottom: 6px;
  font-size: 18px;
}
.article--difference .article__text {
  margin: 0;
  color: #667085;
  font-size: 14px;
}
.article--history {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(23,26,43,0.09);
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s ease;
}
.article--history:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(23,26,43,0.14);
}
.article--history .article__image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.article--history .article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article--history .article__date {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 7px;
  background: #f7b432;
  color: #171a2b;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}
.article--history .article__body {
  padding: 22px 22px 12px;
}
.article--history .article__title {
  margin-bottom: 12px;
  font-size: 21px;
}
.article--history .article__meta {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #667085;
  font-size: 13px;
}
.article--history .article__meta li {
  display: flex;
  align-items: center;
  gap: 7px;
}
.article--history .article__meta i {
  color: #2b2e83;
}
.article--history .article__footer {
  display: flex;
  gap: 18px;
  padding: 8px 22px 22px;
}
.article--history .article__link {
  color: #2b2e83;
  font-size: 13px;
  font-weight: 800;
}
.article--history .article__link:hover {
  color: #272976;
}
.article--step {
  position: relative;
  height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(23,26,43,0.08);
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(23,26,43,0.09);
}
.article--step .article__number {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(43,46,131,0.15);
  font-size: 38px;
  font-weight: 850;
  line-height: 1;
}
.article--step .article__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 28px;
  border-radius: 13px;
  background: #fff7e4;
  color: #d48e08;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.article--step .article__title {
  font-size: 21px;
}
.article--step .article__text {
  min-height: 92px;
  color: #667085;
  font-size: 14px;
}
.article--step .article__link {
  color: #2b2e83;
  font-size: 13px;
  font-weight: 800;
}
.article--faq {
  border-top: 1px solid rgba(23,26,43,0.11);
}
.article--faq:last-child {
  border-bottom: 1px solid rgba(23,26,43,0.11);
}
.article--faq .article__question {
  position: relative;
  padding: 23px 48px 23px 0;
  color: #171a2b;
  font-size: 17px;
  font-weight: 750;
  list-style: none;
}
.article--faq .article__question::-webkit-details-marker {
  display: none;
}
.article--faq .article__question:after {
  content: '+';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 8px;
  background: #f5f6fa;
  color: #2b2e83;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.article--faq[open] .article__question:after {
  content: '−';
}
.article--faq .article__answer {
  padding: 0 52px 22px 0;
}
.article--faq .article__answer p {
  margin: 0;
  color: #667085;
  font-size: 14px;
}
.article--selling-step {
  position: relative;
  height: 100%;
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(23,26,43,0.08);
  border-radius: 17px;
}
.article--selling-step .article__number {
  display: block;
  margin-bottom: 24px;
  color: #2b2e83;
  font-size: 12px;
  font-weight: 850;
}
.article--selling-step .article__icon {
  width: 46px;
  height: 46px;
  margin-bottom: 21px;
  border-radius: 12px;
  background: #f7b432;
  color: #171a2b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article--selling-step .article__title {
  font-size: 19px;
}
.article--selling-step .article__text {
  margin: 0;
  color: #667085;
  font-size: 14px;
}
.article--service-row {
  display: grid;
  gap: 34px;
  align-items: center;
}
@media (min-width: 960px) {
  .article--service-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 74px;
  }
}
.article--service-row .article__image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(23,26,43,0.09);
}
.article--service-row .article__image img {
  width: 100%;
  min-height: 390px;
  object-fit: cover;
}
.article--service-row .article__tag {
  display: inline-flex;
  margin-bottom: 14px;
  color: #2b2e83;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.article--service-row .article__title {
  font-size: 36px;
}
@media (min-width: 720px) {
  .article--service-row .article__title {
    font-size: 44px;
  }
}
.article--service-row .article__text {
  color: #667085;
  font-size: 16px;
}
.article--service-row .article__list {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
}
.article--service-row .article__list li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
}
.article--service-row .article__list li:before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #f7b432;
  font-weight: 850;
}
@media (min-width: 960px) {
  .article--service-row-reverse .article__image {
    order: 2;
  }
}
.section--inner-hero {
  margin-top: 72px;
  background: #171a2b;
  color: #fff;
}
@media (min-width: 960px) {
  .section--inner-hero {
    margin-top: 108px;
  }
}
.section--inner-hero:before {
  content: '';
  position: absolute;
  right: -180px;
  top: -260px;
  width: 620px;
  height: 620px;
  border: 90px solid rgba(43,46,131,0.25);
  border-radius: 50%;
}
.section--inner-hero .section__wrap {
  padding-top: 38px;
  padding-bottom: 64px;
  z-index: 2;
}
@media (min-width: 720px) {
  .section--inner-hero .section__wrap {
    padding-top: 48px;
    padding-bottom: 84px;
  }
}
.section--inner-hero .section__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 38px;
  color: rgba(255,255,255,0.55);
  font-size: 12px;
  font-weight: 700;
}
.section--inner-hero .section__breadcrumb a {
  color: rgba(255,255,255,0.76);
}
.section--inner-hero .section__breadcrumb a:hover {
  color: #f7b432;
}
.section--inner-hero .section__breadcrumb i {
  font-size: 9px;
}
.section--inner-hero .section__hero-grid {
  display: grid;
  gap: 46px;
  align-items: center;
}
@media (min-width: 960px) {
  .section--inner-hero .section__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    gap: 72px;
  }
}
.section--inner-hero .section__body {
  max-width: 730px;
}
.section--inner-hero .section__eyebrow {
  color: #f7b432;
}
.section--inner-hero .section__title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
}
@media (min-width: 720px) {
  .section--inner-hero .section__title {
    font-size: 60px;
  }
}
.section--inner-hero .section__description {
  max-width: 690px;
  color: rgba(255,255,255,0.7);
  font-size: 18px;
}
@media (min-width: 720px) {
  .section--inner-hero .section__description {
    font-size: 20px;
  }
}
.section--inner-hero .section__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}
@media (min-width: 480px) {
  .section--inner-hero .section__buttons {
    flex-direction: row;
  }
}
.section--inner-hero .section__visual {
  position: relative;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 24px;
  background: rgba(255,255,255,0.07);
  box-shadow: 0 28px 70px rgba(0,0,0,0.25);
  overflow: hidden;
}
.section--inner-hero .section__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section--inner-hero .section__visual--collage {
  aspect-ratio: 4/3;
  padding: 10px;
}
.section--inner-hero .section__visual--collage img {
  border-radius: 15px;
}
.section--inner-hero .section__visual--cutout {
  aspect-ratio: 1/1;
  border: 0;
  background: radial-gradient(circle at 50% 65%, rgba(247,180,50,0.28), rgba(43,46,131,0.04) 62%, transparent 63%);
  box-shadow: none;
  overflow: visible;
}
.section--inner-hero .section__visual--cutout img {
  object-fit: contain;
}
.section--inner-hero .section__info-card {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.2);
  color: #171a2b;
}
.section--inner-hero .section__info-card-label {
  display: block;
  margin-bottom: 9px;
  color: #2b2e83;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.section--inner-hero .section__info-card-title {
  margin-bottom: 18px;
  font-size: 27px;
}
.section--inner-hero .section__info-card-value {
  display: block;
  margin-bottom: 8px;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.section--inner-hero .section__info-card-text {
  margin-bottom: 18px;
  color: #667085;
  font-size: 14px;
}
.section--inner-hero .section__info-card-list {
  display: grid;
  gap: 12px;
}
.section--inner-hero .section__info-card-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 650;
}
.section--inner-hero .section__info-card-list li i {
  color: #f7b432;
}
.section--inner-hero .section__info-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2b2e83;
  font-size: 13px;
  font-weight: 800;
}
.section--auction-list,
.section--history,
.section--story,
.section--steps,
.section--selling-process {
  background: #fcfcfd;
}
.section--catalog,
.section--principles,
.section--faq,
.section--service-detail {
  background: #fff;
}
.section--auction-hero .section__auction-cover {
  padding: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.25);
}
.section--auction-hero .section__auction-cover img {
  width: 100%;
  border-radius: 14px;
}
.section--auction-detail,
.section--auction-pending,
.section--auction-gallery {
  background: #fcfcfd;
}
.auction-detail {
  display: grid;
  gap: 34px;
  align-items: start;
}
@media (min-width: 960px) {
  .auction-detail {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    gap: 54px;
  }
}
.auction-detail__main {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(23,26,43,0.08);
  border-radius: 22px;
}
@media (min-width: 720px) {
  .auction-detail__main {
    padding: 42px;
  }
}
.auction-detail__heading {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(23,26,43,0.08);
}
.auction-detail__status {
  display: inline-flex;
  padding: 7px 10px;
  margin-bottom: 14px;
  background: #fff7e4;
  border-radius: 7px;
  color: #c28308;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.auction-detail__title {
  margin-bottom: 10px;
  font-size: 34px;
}
.auction-detail__summary {
  margin: 0;
  color: #667085;
}
.auction-detail__facts {
  display: grid;
  gap: 0;
  padding: 14px 0;
}
@media (min-width: 720px) {
  .auction-detail__facts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.auction-detail__fact {
  display: flex;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(23,26,43,0.07);
}
@media (min-width: 720px) {
  .auction-detail__fact {
    padding: 22px 18px 22px 0;
  }
  .auction-detail__fact:nth-child(even) {
    padding-right: 0;
    padding-left: 18px;
  }
}
.auction-detail__fact-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  background: #f5f6fa;
  border-radius: 11px;
  color: #2b2e83;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auction-detail__fact-body {
  display: grid;
  gap: 3px;
}
.auction-detail__fact-label {
  color: #667085;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}
.auction-detail__fact-value {
  color: #171a2b;
  font-size: 14px;
  line-height: 1.45;
}
.auction-detail__notice {
  display: flex;
  gap: 13px;
  padding: 20px;
  margin: 14px 0 34px;
  background: #fff7e4;
  border-radius: 13px;
}
.auction-detail__notice-icon {
  color: #c88708;
}
.auction-detail__notice-text {
  margin: 0;
  color: #171a2b;
  font-size: 13px;
  font-weight: 650;
}
.auction-detail__subtitle {
  margin-bottom: 12px;
  font-size: 26px;
}
.auction-detail__term {
  padding: 20px 0;
  border-bottom: 1px solid rgba(23,26,43,0.08);
}
.auction-detail__term:last-child {
  border-bottom: 0;
}
.auction-detail__term--warning {
  padding: 22px;
  margin-top: 16px;
  background: #fff4f1;
  border: 1px solid #ffd8d0;
  border-radius: 13px;
}
.auction-detail__term-title {
  margin-bottom: 7px;
  font-size: 17px;
}
.auction-detail__term-text {
  margin: 0;
  color: #667085;
  font-size: 14px;
}
.auction-detail__aside {
  display: grid;
  gap: 18px;
}
@media (min-width: 960px) {
  .auction-detail__aside {
    position: sticky;
    top: 132px;
  }
}
.auction-detail__panel {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(23,26,43,0.08);
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(23,26,43,0.09);
}
.auction-detail__panel--bank {
  background: #171a2b;
  color: #fff;
}
.auction-detail__panel--bank .auction-detail__panel-eyebrow {
  color: #f7b432;
}
.auction-detail__panel--bank .auction-detail__panel-title {
  color: #fff;
}
.auction-detail__panel-eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #2b2e83;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.auction-detail__panel-title {
  margin-bottom: 22px;
  font-size: 23px;
}
.auction-detail__actions {
  display: grid;
  gap: 10px;
}
.auction-detail__bank-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px 16px;
  margin: 0;
  font-size: 13px;
}
.auction-detail__bank-list dt {
  color: rgba(255,255,255,0.55);
  font-weight: 500;
}
.auction-detail__bank-list dd {
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.auction-pending {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(23,26,43,0.08);
  border-radius: 20px;
  display: grid;
  gap: 22px;
}
@media (min-width: 720px) {
  .auction-pending {
    grid-template-columns: 58px 1fr;
    padding: 44px;
  }
}
.auction-pending__icon {
  width: 58px;
  height: 58px;
  background: #fff7e4;
  border-radius: 15px;
  color: #ce8b08;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.auction-pending__title {
  margin-bottom: 10px;
  font-size: 28px;
}
.auction-pending__text {
  max-width: 700px;
  margin-bottom: 22px;
  color: #667085;
}
.auction-gallery {
  columns: 2;
  column-gap: 12px;
}
@media (min-width: 720px) {
  .auction-gallery {
    columns: 3;
    column-gap: 16px;
  }
}
@media (min-width: 960px) {
  .auction-gallery {
    columns: 4;
  }
}
.auction-gallery__link {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 14px;
  overflow: hidden;
  background: #f5f6fa;
}
@media (min-width: 720px) {
  .auction-gallery__link {
    margin-bottom: 16px;
  }
}
.auction-gallery__link:hover .auction-gallery__image {
  transform: scale(1.025);
}
.auction-gallery__link:hover .auction-gallery__zoom {
  opacity: 1;
}
.auction-gallery__image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}
.auction-gallery__zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23,26,43,0.38);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}
.gallery-lightbox.gallery-lightbox--open {
  opacity: 1;
  visibility: visible;
}
.gallery-lightbox__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23,26,43,0.94);
}
.gallery-lightbox__dialog {
  position: relative;
  z-index: 2;
  max-width: 92vw;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-lightbox__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #171a2b;
}
.gallery-lightbox__image {
  max-width: 100%;
  max-height: 82vh;
  border-radius: 14px;
  object-fit: contain;
}
.gallery-lightbox__caption {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.72);
  font-size: 12px;
}
body.gallery-lightbox-open {
  overflow: hidden;
}
.section--auction-list .section__header-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 38px;
}
@media (min-width: 720px) {
  .section--auction-list .section__header-row {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.section--auction-list .section__header-row .section__header {
  margin-bottom: 0;
}
.section--auction-list .section__update {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 8px;
  background: #fff7e4;
  color: #ba7d07;
  font-size: 11px;
  font-weight: 800;
}
.section--story .section__story-grid {
  display: grid;
  gap: 22px;
}
@media (min-width: 720px) {
  .section--story .section__story-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section--principles {
  border-top: 1px solid rgba(23,26,43,0.06);
}
.section--differences,
.section--transparency {
  background: #f5f6fa;
}
.section--differences .section__split,
.section--transparency .section__split {
  display: grid;
  gap: 40px;
  align-items: center;
}
@media (min-width: 960px) {
  .section--differences .section__split,
  .section--transparency .section__split {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    gap: 76px;
  }
}
.section--differences .section__media,
.section--transparency .section__media {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(23,26,43,0.09);
}
.section--differences .section__media img,
.section--transparency .section__media img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}
.section--differences .section__difference-list,
.section--transparency .section__difference-list {
  display: grid;
  gap: 4px;
  margin-top: 30px;
}
.section--steps .section__steps-grid {
  position: relative;
  display: grid;
  gap: 18px;
}
@media (min-width: 720px) {
  .section--steps .section__steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 960px) {
  .section--transparency .section__split {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.68fr);
  }
}
.section--transparency .section__check-list {
  display: grid;
  gap: 13px;
  margin-top: 26px;
}
.section--transparency .section__check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 650;
}
.section--transparency .section__check-list li i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff7e4;
  color: #d69008;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.section--transparency .section__notice {
  padding: 28px;
  background: #171a2b;
  border-radius: 18px;
  display: flex;
  gap: 18px;
  color: #fff;
}
.section--transparency .section__notice-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(247,180,50,0.14);
  color: #f7b432;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--transparency .section__notice-title {
  margin-bottom: 9px;
  color: #fff;
  font-size: 19px;
}
.section--transparency .section__notice-text {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
}
.section--faq .section__header {
  max-width: 760px;
}
.section--faq .section__faq-list {
  max-width: 900px;
}
.section--selling-process {
  border-bottom: 1px solid rgba(23,26,43,0.06);
}
.section--service-detail .section__wrap {
  padding-top: 52px;
  padding-bottom: 52px;
}
@media (min-width: 720px) {
  .section--service-detail .section__wrap {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
.section--service-detail-alt {
  background: #f5f6fa;
}
