@charset "UTF-8";

.vd-row > *,
.vd-container-fluid,
.vd-container {
  padding-left: calc(var(--grid-gutter-x) * 0.5);
  padding-right: calc(var(--grid-gutter-x) * 0.5);
}

.vd-container-fluid,
.vd-container {
  --grid-gutter-x: 30px;
  --grid-gutter-y: 0;
  width: 1370px;
  margin-left: auto;
  margin-right: auto;
}

.vd-container {
  width: 1310px;
}

.vd-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--grid-gutter-y) * -1);
  margin-left: calc(var(--grid-gutter-x) * 0.5 * -1);
  margin-right: calc(var(--grid-gutter-x) * 0.5 * -1);
}

.vd-row > * {
  margin-top: var(--grid-gutter-y);
}

.vd-col {
  flex: 1 0;
}

.vd-row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.vd-row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.vd-row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.vd-row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.vd-row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.vd-row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.vd-col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.vd-col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.vd-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.vd-col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.vd-col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.vd-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.vd-col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.vd-col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.vd-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.vd-col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.vd-col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.vd-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.vd-offset-0 {
  margin-left: 0;
}

.vd-offset-1 {
  margin-left: 8.3333333333%;
}

.vd-offset-2 {
  margin-left: 16.6666666667%;
}

.vd-offset-3 {
  margin-left: 25%;
}

.vd-offset-4 {
  margin-left: 33.3333333333%;
}

.vd-offset-5 {
  margin-left: 41.6666666667%;
}

.vd-offset-6 {
  margin-left: 50%;
}

.vd-offset-7 {
  margin-left: 58.3333333333%;
}

.vd-offset-8 {
  margin-left: 66.6666666667%;
}

.vd-offset-9 {
  margin-left: 75%;
}

.vd-offset-10 {
  margin-left: 83.3333333333%;
}

.vd-offset-11 {
  margin-left: 91.6666666667%;
}

.vd-g-0,
.vd-gx-0 {
  --grid-gutter-x: 0px;
}

.vd-g-0,
.vd-gy-0 {
  --grid-gutter-y: 0px;
}

.vd-g-1,
.vd-gx-1 {
  --grid-gutter-x: 7.5px;
}

.vd-g-1,
.vd-gy-1 {
  --grid-gutter-y: 7.5px;
}

.vd-g-2,
.vd-gx-2 {
  --grid-gutter-x: 15px;
}

.vd-g-2,
.vd-gy-2 {
  --grid-gutter-y: 15px;
}

.vd-g-3,
.vd-gx-3 {
  --grid-gutter-x: 30px;
}

.vd-g-3,
.vd-gy-3 {
  --grid-gutter-y: 30px;
}

.vd-g-4,
.vd-gx-4 {
  --grid-gutter-x: 45px;
}

.vd-g-4,
.vd-gy-4 {
  --grid-gutter-y: 45px;
}

.vd-g-5,
.vd-gx-5 {
  --grid-gutter-x: 90px;
}

.vd-g-5,
.vd-gy-5 {
  --grid-gutter-y: 90px;
}

@media (max-width: 1399.98px) {
  .vd-container {
    max-width: 1140px;
  }

  .vd-row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .vd-row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .vd-row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vd-row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .vd-row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .vd-row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vd-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .vd-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vd-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .vd-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vd-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .vd-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .vd-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .vd-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .vd-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .vd-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .vd-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .vd-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .vd-offset-xxl-0 {
    margin-left: 0;
  }

  .vd-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .vd-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .vd-offset-xxl-3 {
    margin-left: 25%;
  }

  .vd-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .vd-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .vd-offset-xxl-6 {
    margin-left: 50%;
  }

  .vd-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .vd-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .vd-offset-xxl-9 {
    margin-left: 75%;
  }

  .vd-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .vd-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .vd-g-xxl-0,
  .vd-gx-xxl-0 {
    --grid-gutter-x: 0px;
  }

  .vd-g-xxl-0,
  .vd-gy-xxl-0 {
    --grid-gutter-y: 0px;
  }

  .vd-g-xxl-1,
  .vd-gx-xxl-1 {
    --grid-gutter-x: 7.5px;
  }

  .vd-g-xxl-1,
  .vd-gy-xxl-1 {
    --grid-gutter-y: 7.5px;
  }

  .vd-g-xxl-2,
  .vd-gx-xxl-2 {
    --grid-gutter-x: 15px;
  }

  .vd-g-xxl-2,
  .vd-gy-xxl-2 {
    --grid-gutter-y: 15px;
  }

  .vd-g-xxl-3,
  .vd-gx-xxl-3 {
    --grid-gutter-x: 30px;
  }

  .vd-g-xxl-3,
  .vd-gy-xxl-3 {
    --grid-gutter-y: 30px;
  }

  .vd-g-xxl-4,
  .vd-gx-xxl-4 {
    --grid-gutter-x: 45px;
  }

  .vd-g-xxl-4,
  .vd-gy-xxl-4 {
    --grid-gutter-y: 45px;
  }

  .vd-g-xxl-5,
  .vd-gx-xxl-5 {
    --grid-gutter-x: 90px;
  }

  .vd-g-xxl-5,
  .vd-gy-xxl-5 {
    --grid-gutter-y: 90px;
  }
}

@media (max-width: 1199.98px) {
  .vd-container {
    max-width: 960px;
  }

  .vd-row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .vd-row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .vd-row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vd-row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .vd-row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .vd-row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vd-col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .vd-col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vd-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .vd-col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vd-col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .vd-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .vd-col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .vd-col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .vd-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .vd-col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .vd-col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .vd-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .vd-offset-xl-0 {
    margin-left: 0;
  }

  .vd-offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .vd-offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .vd-offset-xl-3 {
    margin-left: 25%;
  }

  .vd-offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .vd-offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .vd-offset-xl-6 {
    margin-left: 50%;
  }

  .vd-offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .vd-offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .vd-offset-xl-9 {
    margin-left: 75%;
  }

  .vd-offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .vd-offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .vd-g-xl-0,
  .vd-gx-xl-0 {
    --grid-gutter-x: 0px;
  }

  .vd-g-xl-0,
  .vd-gy-xl-0 {
    --grid-gutter-y: 0px;
  }

  .vd-g-xl-1,
  .vd-gx-xl-1 {
    --grid-gutter-x: 7.5px;
  }

  .vd-g-xl-1,
  .vd-gy-xl-1 {
    --grid-gutter-y: 7.5px;
  }

  .vd-g-xl-2,
  .vd-gx-xl-2 {
    --grid-gutter-x: 15px;
  }

  .vd-g-xl-2,
  .vd-gy-xl-2 {
    --grid-gutter-y: 15px;
  }

  .vd-g-xl-3,
  .vd-gx-xl-3 {
    --grid-gutter-x: 30px;
  }

  .vd-g-xl-3,
  .vd-gy-xl-3 {
    --grid-gutter-y: 30px;
  }

  .vd-g-xl-4,
  .vd-gx-xl-4 {
    --grid-gutter-x: 45px;
  }

  .vd-g-xl-4,
  .vd-gy-xl-4 {
    --grid-gutter-y: 45px;
  }

  .vd-g-xl-5,
  .vd-gx-xl-5 {
    --grid-gutter-x: 90px;
  }

  .vd-g-xl-5,
  .vd-gy-xl-5 {
    --grid-gutter-y: 90px;
  }
}

@media (max-width: 991.98px) {
  .vd-container {
    max-width: 720px;
  }

  .vd-row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .vd-row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .vd-row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vd-row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .vd-row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .vd-row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vd-col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .vd-col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vd-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .vd-col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vd-col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .vd-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .vd-col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .vd-col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .vd-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .vd-col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .vd-col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .vd-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .vd-offset-lg-0 {
    margin-left: 0;
  }

  .vd-offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .vd-offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .vd-offset-lg-3 {
    margin-left: 25%;
  }

  .vd-offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .vd-offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .vd-offset-lg-6 {
    margin-left: 50%;
  }

  .vd-offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .vd-offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .vd-offset-lg-9 {
    margin-left: 75%;
  }

  .vd-offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .vd-offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .vd-g-lg-0,
  .vd-gx-lg-0 {
    --grid-gutter-x: 0px;
  }

  .vd-g-lg-0,
  .vd-gy-lg-0 {
    --grid-gutter-y: 0px;
  }

  .vd-g-lg-1,
  .vd-gx-lg-1 {
    --grid-gutter-x: 7.5px;
  }

  .vd-g-lg-1,
  .vd-gy-lg-1 {
    --grid-gutter-y: 7.5px;
  }

  .vd-g-lg-2,
  .vd-gx-lg-2 {
    --grid-gutter-x: 15px;
  }

  .vd-g-lg-2,
  .vd-gy-lg-2 {
    --grid-gutter-y: 15px;
  }

  .vd-g-lg-3,
  .vd-gx-lg-3 {
    --grid-gutter-x: 30px;
  }

  .vd-g-lg-3,
  .vd-gy-lg-3 {
    --grid-gutter-y: 30px;
  }

  .vd-g-lg-4,
  .vd-gx-lg-4 {
    --grid-gutter-x: 45px;
  }

  .vd-g-lg-4,
  .vd-gy-lg-4 {
    --grid-gutter-y: 45px;
  }

  .vd-g-lg-5,
  .vd-gx-lg-5 {
    --grid-gutter-x: 90px;
  }

  .vd-g-lg-5,
  .vd-gy-lg-5 {
    --grid-gutter-y: 90px;
  }
}

@media (max-width: 767.98px) {
  .vd-container {
    max-width: 540px;
  }

  .vd-row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .vd-row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .vd-row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vd-row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .vd-row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .vd-row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vd-col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .vd-col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vd-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .vd-col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vd-col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .vd-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .vd-col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .vd-col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .vd-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .vd-col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .vd-col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .vd-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .vd-offset-md-0 {
    margin-left: 0;
  }

  .vd-offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .vd-offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .vd-offset-md-3 {
    margin-left: 25%;
  }

  .vd-offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .vd-offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .vd-offset-md-6 {
    margin-left: 50%;
  }

  .vd-offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .vd-offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .vd-offset-md-9 {
    margin-left: 75%;
  }

  .vd-offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .vd-offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .vd-g-md-0,
  .vd-gx-md-0 {
    --grid-gutter-x: 0px;
  }

  .vd-g-md-0,
  .vd-gy-md-0 {
    --grid-gutter-y: 0px;
  }

  .vd-g-md-1,
  .vd-gx-md-1 {
    --grid-gutter-x: 7.5px;
  }

  .vd-g-md-1,
  .vd-gy-md-1 {
    --grid-gutter-y: 7.5px;
  }

  .vd-g-md-2,
  .vd-gx-md-2 {
    --grid-gutter-x: 15px;
  }

  .vd-g-md-2,
  .vd-gy-md-2 {
    --grid-gutter-y: 15px;
  }

  .vd-g-md-3,
  .vd-gx-md-3 {
    --grid-gutter-x: 30px;
  }

  .vd-g-md-3,
  .vd-gy-md-3 {
    --grid-gutter-y: 30px;
  }

  .vd-g-md-4,
  .vd-gx-md-4 {
    --grid-gutter-x: 45px;
  }

  .vd-g-md-4,
  .vd-gy-md-4 {
    --grid-gutter-y: 45px;
  }

  .vd-g-md-5,
  .vd-gx-md-5 {
    --grid-gutter-x: 90px;
  }

  .vd-g-md-5,
  .vd-gy-md-5 {
    --grid-gutter-y: 90px;
  }
}

@media (max-width: 575.98px) {
  .vd-container {
    max-width: 100%;
  }

  .vd-row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .vd-row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .vd-row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vd-row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .vd-row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .vd-row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vd-col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .vd-col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vd-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .vd-col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vd-col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .vd-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .vd-col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .vd-col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .vd-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .vd-col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .vd-col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .vd-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .vd-offset-sm-0 {
    margin-left: 0;
  }

  .vd-offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .vd-offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .vd-offset-sm-3 {
    margin-left: 25%;
  }

  .vd-offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .vd-offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .vd-offset-sm-6 {
    margin-left: 50%;
  }

  .vd-offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .vd-offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .vd-offset-sm-9 {
    margin-left: 75%;
  }

  .vd-offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .vd-offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .vd-g-sm-0,
  .vd-gx-sm-0 {
    --grid-gutter-x: 0px;
  }

  .vd-g-sm-0,
  .vd-gy-sm-0 {
    --grid-gutter-y: 0px;
  }

  .vd-g-sm-1,
  .vd-gx-sm-1 {
    --grid-gutter-x: 7.5px;
  }

  .vd-g-sm-1,
  .vd-gy-sm-1 {
    --grid-gutter-y: 7.5px;
  }

  .vd-g-sm-2,
  .vd-gx-sm-2 {
    --grid-gutter-x: 15px;
  }

  .vd-g-sm-2,
  .vd-gy-sm-2 {
    --grid-gutter-y: 15px;
  }

  .vd-g-sm-3,
  .vd-gx-sm-3 {
    --grid-gutter-x: 30px;
  }

  .vd-g-sm-3,
  .vd-gy-sm-3 {
    --grid-gutter-y: 30px;
  }

  .vd-g-sm-4,
  .vd-gx-sm-4 {
    --grid-gutter-x: 45px;
  }

  .vd-g-sm-4,
  .vd-gy-sm-4 {
    --grid-gutter-y: 45px;
  }

  .vd-g-sm-5,
  .vd-gx-sm-5 {
    --grid-gutter-x: 90px;
  }

  .vd-g-sm-5,
  .vd-gy-sm-5 {
    --grid-gutter-y: 90px;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-family: "Questrial", sans-serif !important;
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

a,
img,
button,
input,
label,
textarea,
select {
  padding: 0;
  font-family: inherit;
  color: inherit;
  outline: none;
  border: none;
}

input,
textarea {
  background: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:hover {
  transition: background-color 1s 9999s;
  -webkit-text-fill-color: var(--text-color);
  caret-color: var(--text-color);
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

.section {
  padding: 80px 0;
}

.main {
  position: relative;
  background-image: url("/themes/profile_me/assets/images/grid.png");
  background-size: contain;
  min-height: 100vh;
  background-repeat: repeat;
}

@media (max-width: 991.98px) {
  .main {
    background-size: contain;
  }
}

.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 214, 230, 0.14);
  /* màu phủ (đen mờ 50%) */
  z-index: -1;
}

.section__gallery {
  padding: 48px 0;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.d-none {
  display: none !important;
}

@media (max-width: 1399.98px) {
  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-none {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-none {
    display: none !important;
  }
}

.sidebar {
  position: fixed;
  /* height: 100vh; */
  z-index: 1;
}

@media (max-width: 991.98px) {
  .sidebar {
    display: flex;
    align-items: center;
    gap: 16px;
    position: static;
    height: fit-content;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 2em;
}



@property --bg-angle {
  inherits: false;
  initial-value: 0deg;
  syntax: "<angle>";
}

@keyframes spin {
  to {
    --bg-angle: 360deg;
  }
}

.author__avatar {
  /* border: 1px solid var(--global-border-color); */
  object-fit: cover;
  width: 150px;
  height: 150px;
  position: relative;

  aspect-ratio: 1 / 1;
  border-radius: 50%;

}

@keyframes steam {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.author__avatar::before,
.author__avatar::after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(
    45deg,
    #fb0094,
    #0000ff,
    #00ff00,
    #ffff00,
    #ff0000,
    #fb0094,
    #0000ff,
    #00ff00,
    #ffff00,
    #ff0000
  );
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: steam 20s linear infinite;
  border-radius: 50%;
}

.author__avatar::after {
  filter: blur(50px);
}

@media (max-width: 991.98px) {
  .author__avatar {
    padding: 0;
    width: 90px;
    height: 90px;
    object-fit: cover;
  }
}

@media (max-width: 991.98px) {
  .author__content {
    max-width: 205px;
  }
}

.author__name {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .author__name {
    margin-top: 0;
  }
}

.author__bio {
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  color: var(--global-text-color);
}

@media (max-width: 991.98px) {
  .author__bio {
    margin-top: 8px;
  }
}

.author__urls-wrapper {
  margin-top: 16px;
}

@media (max-width: 991.98px) {
  .author__urls-wrapper {
    margin-top: 0;
  }
}

.author__urls {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 991.98px) {
  .author__urls {
    display: none;
  }
}

.author__desktop {
  font-size: 14px;
  color: var(--global-text-color);
}

.author__link {
  display: flex;
  align-items: center;
  gap: 6px;
}

.author__link p {
  position: relative;
  top: 2px;
  margin-bottom: 0;
  color: #000 !important;
}

.icon {
  margin-right: 0.5rem;
  width: 15px;
  height: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0.25em;
  padding: 0.5em 1em;
  color: #fff !important;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: var(--global-base-color);
  border: 0 !important;
  border-radius: 4px;
  cursor: pointer;
}

.btn--inverse {
  display: none !important;
  color: var(--global-text-color) !important;
  border: 1px solid var(--global-border-color) !important;
  background-color: var(--global-bg-color);
}

@media (max-width: 991.98px) {
  .btn--inverse {
    display: block !important;
  }
}

.hero-row {
  display: flex;
  align-items: center;
}

.hero__title {
  font-size: 4.5rem;
  margin-bottom: 2.4rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.hero__name {
  position: relative;
}

.hero__name::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.7;
  transform: scale(1.07, 1.05) skewX(-15deg);
  background-image: var(--gradient-primary);
}

.hero__subtitle {
  font-size: 1.6rem;
  max-width: 600px;
  line-height: 1.6;
  color: var(--text-secondary);
  letter-spacing: 2px;
}

.hero__image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 3/4;
}

.hero__image-wrap::before,
.hero__image-wrap::after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(45deg,
        #9400d3,
        /* Violet đậm */
        #ff00ff,
        /* Magenta rực rỡ */
        #00ffff,
        /* Cyan */
        #007fff,
        /* Xanh dương điện tử */
        #ff7f00,
        /* Cam Sáng */
        #9400d3,
        /* Lặp lại: Violet đậm */
        #ff00ff,
        /* Lặp lại: Magenta rực rỡ */
        #00ffff,
        /* Lặp lại: Cyan */
        #007fff,
        /* Lặp lại: Xanh dương điện tử */
        #ff7f00
        /* Lặp lại: Cam Sáng */
      );
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: steam 20s linear infinite;
  border-radius: 8px;
}

.hero__image-wrap::after {
  filter: blur(50px);
}

.hero__image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.hero__cta {
  margin-top: 24px;
  display: flex;
  gap: 1.5rem;
  cursor: pointer;
}

.btn__hero {
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
}

.btn__hero-hire {
  background-color: transparent;
  color: var(--btn-hire-bg);
  border: 4px solid var(--btn-hire-bg);
}

.btn__hero-hire:hover {
  background-color: var(--btn-hire-bg);
  color: #fff;
  transform: translateY(-2px);
}

.btn__hero-cv {
  background-color: transparent;
  color: var(--btn-cv-bg);
  border: 4px solid var(--btn-cv-bg);
}

.btn__hero-cv:hover {
  background-color: var(--btn-cv-bg);
  color: #fff;
  transform: translateY(-2px);
}

.about__title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
}

.about__title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 10%;
  z-index: -1;
  background-color: #000;
}

.about__subtitle {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-color-secondary);
  margin-bottom: 20px;
}

.blog-row {
  /* padding: 32px 0; */
}

.blog__wrapper {
  padding: 24px 0;
}

.blog-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.blog-title::before {
  bottom: -2px;
  width: 60px;
  position: absolute;
  background: #fb6808;
  content: "";
  height: 3px;
}

.blog__item {
  padding: 16px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog__item .box__img {
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}

.blog__item .box__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.blog__item .box__content h4 a {
  color: #000 !important;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.blog__item .box__content p {
  color: var(--global-text-color) !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.box__meta {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.box__meta span {
  margin-right: 20px;
  position: relative;
  /* padding-left: 18px; */
  cursor: pointer;
}

.box__meta span i {
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 1px;
}

.box__meta a {
  position: relative;
  color: var(--global-text-color) !important;
  font-family: "Questrial", sans-serif !important;
  font-style: normal;
}

.box__meta a::before {
  left: -10px;
  top: -1px;
  background: #cdcdcd;
  height: 13px;
  width: 1px;
  position: absolute;
  content: "";
}

.icon .calendar {
  font-size: 15px;
  width: 14px;
  background: url(/themes/profile_me/assets/images/icon-calendar.png) left
    center no-repeat;
  background-size: auto;
  text-indent: -9999px;
  background-size: 13px;
  position: relative;
  top: 2px;
  display: inline-block;
  height: 13px;
  line-height: 21px;
}

.gallery__item {
  padding: 16px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.gallery__item .box-img {
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 8px;
}
.gallery__item .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.gallery__item .box-img img:hover {
  cursor: pointer;
  transform: rotate(3deg) scale(1.1);
}
.gallery__item-title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
}

#gallery-lightgallery .gallery__item-col:nth-child(n + 1):nth-child(-n + 6) {
  display: block;
}
#gallery-lightgallery .gallery__item-col:nth-child(n + 7) {
  display: none;
}
.gallery-container.show-all #gallery-lightgallery .gallery__item-col {
  display: block;
}

#gallery__viewall-link {
  display: inline-block;
  color: #fb6808;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  transition: all 0.3s;
}
#gallery__viewall-link:hover {
  border-bottom: 1px solid transparent;
}

.logo__title {
  letter-spacing: 2px;
  font-weight: bold;
  cursor: pointer;
  font-size: 19px;
  text-transform: uppercase;
}

.logo__name {
  position: relative;
  padding: 8px 10px;
  color: var(--global-bg-color);
  background-color: var(--dark-color);
  border-radius: 10px;
}

.masthead {
  position: fixed;
  background: #fff;
  height: fit-content;
  /* top: 0; */
  width: 100%;
  -webkit-animation: intro 0.3s both;
  animation: intro 0.3s both;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  z-index: 20;
}

.masthead__inner-wrap {
  padding: 16px 18px;
}

@media (max-width: 991.98px) {
  .masthead__inner-wrap {
    padding: 16px 0;
  }
}

.masthead a {
  display: block;
  padding: 8px 0;
  color: var(--global-text-color) !important;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .masthead a {
    margin: 0;
  }
}

.masthead::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: var(--global-border-color);
  width: 100%;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
}

.nav__list-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .nav__list {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 990;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    /* Hide navigation by default */
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .nav__list.nav-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .nav__list.nav-close {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.3s ease;
  }
}

@media (max-width: 991.98px) {
  .nav__item-link {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    text-align: center;
  }

  .nav__item-link::after {
    display: none;
  }
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 12px;
  margin-left: auto;
  z-index: 1000;
  position: relative;
}

@media (max-width: 991.98px) {
  .menu-toggle {
    display: block;
  }
}

.menu-toggle .menu-icon {
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-toggle .menu-icon-close {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scale(0);
}

.menu-toggle .menu-icon-open {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.menu-toggle.active .menu-icon-close {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.menu-toggle.active .menu-icon-open {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg) scale(0);
}

.nav__item-link {
  text-transform: uppercase;
  position: relative;
  transition: all 0.2s ease-in-out;
  color: #000 !important;
  font-weight: bold;
}

.nav__item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: var(--global-border-color);
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.nav__item-link:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.footer {
  padding: 32px 0;
  background-color: var(--global-thead-color);
  border-top: 1px solid var(--global-text-color-light);
  color: var(--global-text-color-light);
  z-index: 2;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__social-link {
  padding-bottom: 2px;
  border-bottom: 1px solid var(--global-text-color-light);
  transition: all 0.3s;
  color: var(--global-text-color-light) !important;
}

.footer__social-link:hover {
  border-bottom: 1px solid transparent;
}

.footer__coppyright {
  margin-top: 24px;
  font-size: 14px;
  color: var(--global-text-color-light);
}

html {
  --global-masthead-link-color: #494e52;
  --global-bg-color: #fff;
  --global-text-color: #494e52;
  --global-text-color-light: #bdc1c4;
  --global-thead-color: #f2f3f3;
  --global-masthead-link-color: #494e52;
  --global-link-color-visited: mix(#fff, #2f7f93, 25%);
  --global-link-color: #52adc8;
  --global-link-color-hover: mix(#000, #2f7f93, 25%);
  --global-code-background-color: #fafafa;
  --global-code-text-color: #313436;
  --global-base-color: #7a8288;
  --global-footer-bg-color: #f2f3f3;
  --global-border-color: #f2f3f3;
  --gradient-primary: linear-gradient(to top left, #14b8a6, #ec4899);
  --btn-hire-bg: #14b8a6;
  --btn-cv-bg: #ec4899;
  --dark-color: #000;
  --blog-color-meta: #fb6808;
}

/*# sourceMappingURL=main.css.map */
