@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Regular"), url("../font/arsenal/arsenal-regular.woff2") format("woff2"), url("../font/arsenal/arsenal-regular.woff") format("woff"), url("../font/arsenal/arsenal-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Italic"), url("../font/arsenal/arsenal-italic.woff2") format("woff2"), url("../font/arsenal/arsenal-italic.woff") format("woff"), url("../font/arsenal/arsenal-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Bold"), url("../font/arsenal/arsenal-bold.woff2") format("woff2"), url("../font/arsenal/arsenal-bold.woff") format("woff"), url("../font/arsenal/arsenal-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-BoldItalic"), url("../font/arsenal/arsenal-bolditalic.woff2") format("woff2"), url("../font/arsenal/arsenal-bolditalic.woff") format("woff"), url("../font/arsenal/arsenal-bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

.page-title {
  max-width: 880px;
}

.page-title__h1 {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-bottom: 4px;
}

.page-title__subtitle {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 70px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.page-title__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  background: #FFFFFF;
  color: #304049;
  height: 63px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0 35px;
}

.page-title__btn:hover {
  background: #f0e3d9;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (max-width: 768px) {
  .page-title__btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    line-height: 7.8125vw;
    text-align: left;
  }
}

.page-title__quote {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-top: 24px;
  margin-bottom: 40px;
}

.page-title__quote span {
  font-family: "Arsenal";
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height, or 200% */
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  .page-title__h1 {
    font-size: 10.9375vw;
    line-height: 12.5vw;
    margin-bottom: 3.4375vw;
  }
  .page-title__subtitle {
    font-size: 5.625vw;
    line-height: 7.8125vw;
    margin-bottom: 6.875vw;
  }
  .page-title__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 26px;
    background: #FFFFFF;
    color: #304049;
    height: 19.6875vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0 35px;
  }
  .page-title__btn:hover {
    background: #f0e3d9;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .page-title__btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    line-height: 7.8125vw;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .page-title__quote {
    font-size: 5.625vw;
    line-height: 7.8125vw;
    margin-top: 3.4375vw;
    margin-bottom: 7.5vw;
  }
  .page-title__quote span {
    display: block;
    font-size: 4.375vw;
    line-height: 8.75vw;
  }
}

.blog {
  padding-top: 82px;
  padding-bottom: 75px;
}

.blog__text-block {
  width: calc(100% / 12 * 3);
  margin-right: calc(100% / 12);
}

.blog__btn-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #DBBAA2;
  color: #304049;
  height: 52px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0 35px;
}

.blog__btn-action:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #DBBAA2;
}

@media screen and (max-width: 768px) {
  .blog__btn-action {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5vw;
    text-align: left;
    line-height: 7.8125vw;
  }
}

.blog .blog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog__category {
  margin-bottom: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog__category__btn {
  display: none;
}

.invert .blog__section-card {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin-right: 0;
}

.blog .tab {
  width: calc(100% / 12 * 8);
}

.blog__container--flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.blog__section-card {
  position: relative;
  max-width: 378px;
  width: calc(100% / 3);
  display: block;
  margin-right: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog__section-card:hover::before {
  height: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blog__section-card::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #DBBAA2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blog__section-card__title {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-bottom: 20px;
}

.blog__section-card__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-bottom: 30px;
}

.blog__section-card__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #DBBAA2;
  color: #304049;
  height: 52px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0 35px;
}

.blog__section-card__btn:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #DBBAA2;
}

@media screen and (max-width: 768px) {
  .blog__section-card__btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5vw;
    text-align: left;
    line-height: 7.8125vw;
  }
}

.blog__section-card__img {
  max-width: 32px;
  max-width: 35px;
  height: auto;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blog__section-card .wrapp {
  width: calc(100% - 50px);
  padding-right: 40px;
}

.blog__card {
  max-width: 378px;
  width: calc(100% / 3);
  display: block;
  margin-right: calc((100% - 378px * 3) / 3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blog__card:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.blog__card:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.blog__card:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.blog__card:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.blog__card:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.blog__card:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.blog__card:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.blog__card:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.blog__card:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.blog__card:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.blog__card:nth-child(11) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.blog__card:nth-child(12) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.blog__card:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.blog__card:nth-child(14) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.blog__card:nth-child(15) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.blog__card.blog__card--empty-listen, .blog__card.blog__card--empty-watch {
  position: relative;
}

.blog__card.blog__card--empty-listen::before, .blog__card.blog__card--empty-watch::before {
  content: "";
  display: block;
  width: 100%;
  height: 205px;
  background: transparent url(../img/svg/blog__card--empty-listen.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.blog__card.blog__card--empty-watch::before {
  background: transparent url(../img/svg/blog__card--empty-watch.svg) center center no-repeat;
  background-size: cover;
}

.blog__card.blog__card--listen, .blog__card.blog__card--watch {
  position: relative;
}

.blog__card.blog__card--listen::before, .blog__card.blog__card--watch::before {
  content: "";
  display: block;
  width: 100%;
  height: 205px;
  background: transparent url(../img/svg/blog__card--listen.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.blog__card.blog__card--watch::before {
  background: transparent url(../img/svg/blog__card--watch.svg) center center no-repeat;
  background-size: cover;
}

.blog__card-cover {
  width: 100%;
  height: 205px;
  margin-bottom: 24px;
}

.blog__card-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__container--flow .blog__card {
  margin-bottom: 60px;
  margin-right: 22px;
}

.blog__container--flow .blog__card:nth-child(3n) {
  margin-right: 0;
}

.blog__container--flow .blog__card:last-child {
  margin-bottom: 105px;
}

.blog__card-title {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #304049;
  display: inline;
  border-bottom: 1px solid rgba(219, 186, 162, 0.5);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  max-height: calc(3 * 30px);
  overflow: hidden;
}

.blog__card-title:hover {
  border-bottom: 1px solid #dbbaa2;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (max-width: 1200px) {
  .blog {
    padding-top: 82px;
    padding-bottom: 75px;
  }
  .blog__text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }
  .blog .blog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .blog__category {
    margin-bottom: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog__category__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #DBBAA2;
    color: #304049;
    height: 52px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0 35px;
    margin: 0 auto;
    margin-top: 28px;
  }
  .blog__category__btn:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    color: #DBBAA2;
  }
}

@media screen and (max-width: 1200px) and (max-width: 768px) {
  .blog__category__btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5vw;
    text-align: left;
    line-height: 7.8125vw;
  }
}

@media screen and (max-width: 1200px) {
  .invert .blog__section-card {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .blog .tab {
    width: 100%;
  }
  .blog__section-card {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blog__section-card .wrapp {
    width: calc(100% - 50px);
    padding-right: 40px;
  }
  .blog__section-card__btn {
    display: none;
  }
  .blog__card {
    max-width: calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
    display: block;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .blog__card.blog__card--empty-listen::before, .blog__card.blog__card--empty-watch::before {
    height: 26.97368vw;
  }
  .blog__card.blog__card--listen::before, .blog__card.blog__card--watch::before {
    height: 26.97368vw;
  }
  .blog__card-cover {
    width: 100%;
    height: 26.97368vw;
  }
  .blog__container--flow .blog__card {
    margin-bottom: 40px;
    margin-right: 20px;
  }
  .blog__container--flow .blog__card:nth-child(2n) {
    margin-right: 0;
  }
  .blog__container--flow .blog__card:nth-child(3n) {
    margin-right: 20px;
  }
  .blog__container--flow .blog__card:last-child {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .blog {
    padding-top: 18.75vw;
    padding-bottom: 16.5625vw;
  }
  .blog__text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14.0625vw;
  }
  .blog__btn-action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #DBBAA2;
    color: #304049;
    height: 15.625vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0 35px;
  }
  .blog__btn-action:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    color: #DBBAA2;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .blog__btn-action {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5vw;
    text-align: left;
    line-height: 7.8125vw;
  }
}

@media screen and (max-width: 768px) {
  .blog .blog__container {
    display: block;
  }
  .blog__category {
    margin-bottom: 11.875vw;
  }
  .blog__category__btn {
    display: none;
  }
  .blog .tab {
    width: 100%;
  }
  .blog__container--flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .blog__section-card {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: block;
    margin-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 4.6875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 11.875vw;
  }
  .blog__section-card__title {
    font-size: 7.8125vw;
    line-height: 9.375vw;
    margin-bottom: 4.6875vw;
    margin-left: 10.9375vw;
  }
  .blog__section-card__text {
    font-size: 4.375vw;
    line-height: 6.875vw;
    margin-bottom: 9.375vw;
  }
  .blog__section-card__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #DBBAA2;
    color: #304049;
    height: 15.625vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0 35px;
    margin-left: 0;
    margin-right: auto;
  }
  .blog__section-card__btn:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    color: #DBBAA2;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .blog__section-card__btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5vw;
    text-align: left;
    line-height: 7.8125vw;
  }
}

@media screen and (max-width: 768px) {
  .blog__section-card__img {
    max-width: 7.8125vw;
    height: auto;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 1vw;
  }
  .blog__section-card .wrapp {
    width: calc(100%);
    padding-right: 0;
    margin-left: -10.9375vw;
  }
  .blog__card {
    max-width: 100%;
    width: 100%;
    display: block;
    margin-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 12.5vw;
  }
  .blog__card.blog__card--empty-listen, .blog__card.blog__card--empty-watch {
    position: relative;
  }
  .blog__card.blog__card--empty-listen::before, .blog__card.blog__card--empty-watch::before {
    height: 47.5vw;
  }
  .blog__card.blog__card--listen, .blog__card.blog__card--watch {
    position: relative;
  }
  .blog__card.blog__card--listen::before, .blog__card.blog__card--watch::before {
    height: 47.5vw;
  }
  .blog__card-cover {
    width: 100%;
    height: 47.5vw;
    margin-bottom: 6.25vw;
  }
  .blog__container--flow .blog__card {
    margin-bottom: 60px;
    margin-right: 22px;
  }
  .blog__container--flow .blog__card:nth-child(3n) {
    margin-right: 0;
  }
  .blog__container--flow .blog__card:last-child {
    margin-bottom: 105px;
  }
  .blog__card-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #304049;
    display: inline;
    border-bottom: 1px solid rgba(219, 186, 162, 0.5);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    max-height: calc(3 * 30px);
    overflow: hidden;
  }
  .blog__card-title:hover {
    border-bottom: 1px solid #dbbaa2;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination a, .pagination span {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
  padding: 12px 25px 15px;
  display: block;
  border-radius: 23px;
  border: 2px solid transparent;
}

.pagination a:hover, .pagination span:hover {
  border: 2px solid #e9d5c7;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.pagination a.current, .pagination span.current {
  border: 2px solid #DBBAA2;
}

.pagination__item {
  list-style: none;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 23px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pagination a, .pagination span {
    font-size: 5vw;
    line-height: 7.8125vw;
    padding: 2.8125vw 4.6875vw 3.75vw;
    display: block;
  }
  .pagination__item {
    margin-right: 0.625vw;
  }
  .pagination__item:nth-child(n+5) {
    display: none;
  }
}

.blog {
  padding-top: 70px;
}

@media screen and (max-width: 1200px) {
  .blog {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .blog {
    padding-top: 9.375vw;
  }
}
/*# sourceMappingURL=blog-category.css.map */