.blogs-template-single-blog-new .margin-top {
  margin-top: 100px;
}

/* ## Breadcrumbs */

.blog-breadcrumbs .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

@media (max-width: 991px) {
  .blog-breadcrumbs .breadcrumb {
    gap: 8px;
  }
}

.blog-breadcrumbs .breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 991px) {
  .blog-breadcrumbs .breadcrumb-item {
    gap: 8px;
    font-size: 14px;
  }
}

.blog-breadcrumbs .breadcrumb-item.active {
  color: #ec6e1c;
}

/* ## Hero */

.blog-hero {
  padding-block: 20px 50px;
}

@media (max-width: 991px) {
  .blog-hero {
    padding-block: 15px;
  }
}

.blog-hero__content {
  position: relative;
  height: 600px;
  overflow: hidden;
  border-radius: 24px;
}

.blog-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-hero__intro {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 720px;
  max-width: 100%;
  box-sizing: border-box;
  gap: 20px;
  padding: 24px;
  color: #f4f0eb;
  background: rgba(2, 0, 0, 0.4);
  border-radius: 16px;
  backdrop-filter: blur(20px);
}

@media (max-width: 991px) {
  .blog-hero__intro {
    top: 6px;
    right: 6px;
    left: 6px;
    gap: 12px;
    padding: 16px;
    max-width: calc(100% - 12px);
  }
}

.blog-hero__intro::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid transparent;
  border-radius: inherit;
  background: linear-gradient(180deg, #e4f0eb 0%, rgba(228, 240, 235, 0) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.blog-hero__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: inherit;
  font-family: Involve, sans-serif;
  font-size: clamp(32px, calc(1.8519vw + 25.3333px), 52px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.blog-hero__description {
  position: relative;
  z-index: 1;
  color: inherit;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .blog-hero__description {
    font-size: 14px;
  }
}

.blog-hero__description p {
  margin: 0;
  color: inherit;
}

.blog-hero__meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 32px;
  color: inherit;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .blog-hero__meta {
    flex-wrap: wrap;
    gap: 8px 24px;
    font-size: 14px;
  }
}

@media (max-width: 650px) {
  .blog-hero__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.blog-hero__views {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-hero__views svg {
  flex-shrink: 0;
  color: #f4f0eb;
}

@media (max-width: 650px) {
  .blog-hero__views svg {
    width: 20px;
    height: 20px;
  }
}

.blog-hero__author {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 16px;
  width: 410px;
  max-width: 100%;
  background: #fff;
  border-radius: 16px;
}

@media (max-width: 991px) {
  .blog-hero__author {
    right: 6px;
    bottom: 6px;
    gap: 12px;
    padding: 12px;
    width: 240px;
  }
}

.blog-hero__author-photo {
  display: block;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .blog-hero__author-photo {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
  }
}

.blog-hero__author-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 991px) {
  .blog-hero__author-content {
    gap: 6px;
  }
}

.blog-hero__author-label {
  color: #ec6e1c;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .blog-hero__author-label {
    font-size: 12px;
  }
}

.blog-hero__author-name {
  color: #020000;
  font-family: Involve, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .blog-hero__author-name {
    font-size: 20px;
  }
}

.blog-hero__author-description {
  color: #020000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .blog-hero__author-description {
    font-size: 12px;
  }
}

/* ## Blog */

.blog-section {
  padding-block: 30px;
}

.blog-section--dark+.blog-section {
  padding-top: 60px;
}

@media (max-width: 991px) {
  .blog-section--dark+.blog-section {
    padding-top: 40px;
  }
}

.blog-section+.blog-form-new--dark {
  padding-top: 0;
}

@media (max-width: 991px) {
  .blog-section {
    padding-block: 15px;
  }
}

.blog-section__content {
  width: 900px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(44, 17, 0, 1);
}

p,
ul li {
  color: rgba(44, 17, 0, 0.7);
}

.blog-section ul {
  list-style: disc;
  padding-left: 25px;
}

.blog-section ol {
  list-style: decimal;
  padding-left: 25px;
}

.blog-section h2 {
  margin-bottom: 20px;
}

.blog-section :where(h2) {
  font-size: clamp(26px, calc(0.9259vw + 22.6667px), 36px);
}

.blog-section p:not(:last-child) {
  margin-bottom: 20px;
}

.blog-section p:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 650px) {
  .blog-section h2 {
    margin-bottom: 12px;
  }

  .blog-section p:not(:last-child) {
    margin-bottom: 12px;
  }

  .blog-section p:not(:first-child) {
    margin-top: 12px;
  }
}

.blog-section--dark {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #f4f0eb;
  background: rgba(2, 0, 0, 1);
  border-radius: 24px;
}

@media (max-width: 650px) {
  .blog-section--dark {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
  }
}

.blog-section--dark:has(+ .blog-section--dark) {
  padding-bottom: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 650px) {
  .blog-section--dark:has(+ .blog-section--dark) {
    padding-bottom: 15px;
  }
}

.blog-section--dark:has(+ .blog-section--dark)+.blog-section--dark {
  padding-top: 30px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media (max-width: 650px) {
  .blog-section--dark:has(+ .blog-section--dark)+.blog-section--dark {
    padding-top: 15px;
  }
}

.blog-section+.blog-section--dark {
  padding-top: 60px;
}

@media (max-width: 650px) {
  .blog-section+.blog-section--dark {
    padding-top: 15px;
  }
}

.blog-section:not(.blog-section--dark):has(+ .blog-section--dark) {
  padding-bottom: 60px;
}

@media (max-width: 650px) {
  .blog-section:not(.blog-section--dark):has(+ .blog-section--dark) {
    padding-bottom: 40px;
  }
}

.blog-section:has(+ .blog-section--dark) {
  padding-bottom: 30px;
}

@media (max-width: 650px) {
  .blog-section:has(+ .blog-section--dark) {
    padding-bottom: 15px;
  }
}

.blog-section--dark h1,
.blog-section--dark h2,
.blog-section--dark h3,
.blog-section--dark h4,
.blog-section--dark h5,
.blog-section--dark h6 {
  color: #f4f0eb;
}

.blog-section--dark p,
.blog-section--dark li {
  color: inherit;
}

.blog-section--dark:has(+ .blog-section--dark) .blog-section__surface {
  padding-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.blog-section--dark+.blog-section--dark .blog-section__surface {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.blog-slider__media {
  position: relative;
}

.blog-slider,
.blog-slider__single,
.blog-slider__slide {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 650px) {

  .blog-slider,
  .blog-slider__single,
  .blog-slider__slide {
    gap: 8px;
  }
}

.blog-slider__swiper {
  overflow: hidden;
}

.blog-slider__image {
  width: 900px;
  max-width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 16px;
}

@media (max-width: 650px) {
  .blog-slider__image {
    height: 200px;
  }
}

.blog-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-slider__caption {
  padding-left: 16px;
  color: #2c1100;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  border-left: 2px solid #EC6E1C;
}

@media (max-width: 650px) {
  .blog-slider__caption {
    padding-left: 12px;
    font-size: 14px;
  }
}

.blog-section--dark .blog-slider__caption {
  color: #f4f0eb;
}

/* ## Slider */

@media (max-width: 991px) {
  .blog-slider__arrows {
    position: absolute;
    bottom: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
}

.blog-slider__arrow {
  position: absolute;
  top: 210px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  background: rgba(254, 253, 251, 1);
  border: 1px solid rgb(220, 205, 188);
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

@media (max-width: 991px) {
  .blog-slider__arrows .blog-slider__arrow {
    position: initial;
    transform: unset;
    border-radius: 12px;
  }
}

@media (max-width: 650px) {
  .blog-slider__arrow {
    width: 36px;
    height: 36px;
  }
}

.blog-slider__arrow:hover {
  background: rgba(236, 110, 28, 0.1);
}

.blog-slider__arrow:hover svg path {
  stroke: rgb(236, 110, 28);
}

@media (max-width: 650px) {
  .blog-slider__arrow svg {
    width: 24px;
    height: 24px;
  }
}

.blog-slider__arrow.swiper-button-disabled {
  opacity: 0.45;
  cursor: default;
}

.blog-slider__arrow--prev {
  left: -12px;
  transform: translate(-100%, -50%);
}

.blog-slider__arrow--prev:hover {
  transform: translate(-100%, -50%) scale(1.04);
}

.blog-slider__arrow--next {
  right: -12px;
  transform: translate(100%, -50%);
}

.blog-slider__arrow--next:hover {
  transform: translate(100%, -50%) scale(1.04);
}

.blog-sidebar {
  display: grid;
  grid-template-columns: minmax(500px, 670px) 400px;
  gap: 32px 60px;
  width: 1130px;
  max-width: 100%;
  margin-left: auto;
}

@media (max-width: 991px) {
  .blog-sidebar {
    grid-template-columns: minmax(0, 1fr);
  }
}

.blog-sidebar__aside {
  display: flex;
  flex-direction: column;
}

.blog-sidebar__aside-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-sidebar__visual {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}

.blog-sidebar__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 230px;
  color: #2c1100;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.blog-sidebar__photo-circle {
  position: absolute;
  right: 0;
  top: 50px;
  width: 241px;
  height: 241px;
  background: #ec6e1c;
  border-radius: 50%;
  filter: blur(45px);
}

@media (max-width: 991px) {
  .blog-sidebar__photo-circle {
    width: 208px;
    height: 208px;
  }
}

.blog-sidebar__photo {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: auto;
  width: 210px;
  height: 208px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .blog-sidebar__photo {
    width: 181px;
    height: 180px;
  }
}

.blog-sidebar__card {
  position: relative;
  padding: 20px 25px;
  background: #020000;
  border-radius: 16px;
}

.blog-sidebar__card p {
  color: #f4f0eb;
}

/* ## Form */

.blog-form-new {
  padding-block: 50px;
}

@media (max-width: 991px) {
  .blog-form-new {
    padding-top: 20px;
  }

  .blog-form-new--light {
    padding-top: 180px;
  }

  .blog-form-new--dark {
    padding-bottom: 120px;
  }
}

.blog-form-new__body {
  position: relative;
  display: flex;
  gap: 50px;
  min-height: 312px;
  padding: 20px;
  margin-top: 75px;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .blog-form-new__body {
    margin-top: 140px;
  }
}

.blog-form-new--dark .blog-form-new__body {
  background: linear-gradient(95.98deg, #020000 30%, #ec6e1c 100%);
}

.blog-form-new--light .blog-form-new__body {
  background: #FEFDFB;
  box-shadow: 0px 6px 8px 0px rgba(90, 72, 52, 0.2);
}

@media (max-width: 991px) {
  .blog-form-new--light .blog-form-new__body {
    padding: 40px 16px 16px;
  }

  .blog-form-new--dark .blog-form-new__body {
    padding: 16px 16px 160px;
    margin-top: 20px;
  }
}

.blog-form-new__content,
.blog-form-new__form {
  position: relative;
  z-index: 2;
}

.blog-form-new__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 650px;
}

@media (max-width: 991px) {
  .blog-form-new__content {
    gap: 12px;
    max-width: 100%;
  }
}

.blog-form-new--dark .blog-form-new__content {
  gap: 16px;
}

@media (max-width: 991px) {
  .blog-form-new--dark .blog-form-new__content {
    gap: 8px;
  }
}

.blog-form-new__title {
  margin: 0;
  font-size: clamp(24px, calc(0.7407vw + 21.3333px), 32px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.blog-form-new--dark .blog-form-new__title {
  color: #f4f0eb;
}

.blog-form-new--light .blog-form-new__title {
  color: #020000;
}

.blog-form-new__description {
  max-width: 310px;
}

.blog-form-new--dark .blog-form-new__description p {
  color: rgba(244, 240, 235, 0.8);
}

.blog-form-new__description p {}

.blog-form-new__image {
  position: absolute;
  bottom: 35px;
  right: 70px;
  z-index: 1;
  max-width: 540px;
  pointer-events: none;
}

@media (max-width: 991px) {
  .blog-form-new__image {
    bottom: unset;
    right: unset;
    left: 50%;
    top: -150px;
    transform: translateX(-50%);
    width: 290px;
  }
}

.blog-form-new--dark .blog-form-new__image {}

@media (max-width: 991px) {
  .blog-form-new--dark .blog-form-new__image {
    bottom: -90px;
    top: unset;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
  }
}

.blog-form-new__image img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.blog-form-new__form {
  align-self: stretch;
  border-radius: 16px;
}

.blog-form-new--dark .blog-form-new__form {
  margin-top: 16px;
}

.blog-form-new--dark .checkbox-global__text {
  color: rgba(254, 253, 251, 0.7);
}

.blog-form-new__form .form__rows-global {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-form-new__form .form__row-last,
.blog-form-new__form .form__rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 650px) {

  .blog-form-new__form .form__row-last,
  .blog-form-new__form .form__rows {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ## Free */

.free-new {
  padding-block: 250px 70px;
}

@media (max-width: 991px) {
  .free-new {
    padding-block: 150px 30px;
  }
}

.free-new__body {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: visible;
  padding: 0 40px 40px 40px;
  color: #f4f0eb;
  background: #020000;
  border-radius: 0 24px 24px 24px;
}

@media (max-width: 991px) {
  .free-new__body {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding: 110px 20px 20px;
    border-radius: 16px;
  }
}

.free-new__body:after {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  width: 55%;
  height: 80px;
  background: #f4f0eb;
  border-bottom-left-radius: 24px;
}

@media (max-width: 991px) {
  .free-new__body:after {
    content: none;
  }
}

.free-new__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

@media (max-width: 991px) {
  .free-new__bg {
    display: none;
  }
}

.free-new__bg:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 45%;
  height: 80px;
  background: #020000;
  border-radius: 24px 24px 0 0;
}

.free-new__bg:after {
  content: "";
  position: absolute;
  top: -24px;
  left: 45%;
  width: 24px;
  height: 24px;
  background: #020000;
  border-top-right-radius: 24px;
}

@media (max-width: 991px) {

  .free-new__body:before,
  .free-new__body:after {
    content: none;
  }
}

.free-new__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 991px) {
  .free-new__content {
    gap: 8px;
  }
}

.free-new__text {
  color: rgba(244, 240, 235, 0.6);
}

.free-new__title {
  margin-top: -40px;
  max-width: 680px;
  color: inherit;
  font-size: clamp(24px, calc(2.963vw + 13.3333px), 56px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

@media (max-width: 991px) {
  .free-new__title {
    margin-top: 0;
  }
}

.free-new__action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}

@media (max-width: 991px) {
  .free-new__action {
    margin-left: 0;
  }
}

.free-new__image {
  position: absolute;
  bottom: 110px;
  right: 40px;
  z-index: 1;
  width: 576px;
  max-width: unset;
}

@media (max-width: 991px) {
  .free-new__image {
    bottom: unset;
    top: -130px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
  }
}

.free-new__button {
  width: 440px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .free-new__button {
    width: 100%;
  }
}

.free-new__button a {
  font-size: 20px !important;
  text-transform: uppercase;
  height: 66px;
}

@media (max-width: 991px) {
  .free-new__button a {
    font-size: 18px !important;
    height: 60px;
  }
}

/* ## Best */

.cat-list {
  padding-block: 50px;
}

.cat-list__cont-top {
  display: contents;
}

@media (max-width: 991px) {
  .cat-list {
    padding-block: 30px;
  }

  .cat-list__content {
    flex-direction: column;
    gap: 12px;
  }

  .cat-list__cont-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .cat-list__column:first-child,
  .cat-list__column:first-child .cat-list__item,
  .cat-list__column:first-child .cat-list__cont {
    display: contents;
  }

  .cat-list__btns {
    order: 5;
    margin-top: 20px;
  }

  .blogs-template-single-blog-new .cat-list__text,
  .blogs-template-single-blog-new .cat-list__desp {
    margin: 0;
  }

  .blogs-template-single-blog-new .cat-list__desp {
    margin-bottom: 12px;
  }

  .cat-list__pag {
    display: none;
  }
}

/* ## Related */

.blog-related {
  padding-block: 50px;
}

@media (max-width: 991px) {
  .blog-related {
    padding-block: 30px;
  }
}

.blog-related__title {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .blog-related__title {
    margin-bottom: 24px;
  }
}

.blog-related__swiper {
  overflow: hidden;
}

.blog-related__slide.favorit-blog__columm {
  flex: 0 0 auto !important;
  height: auto;
  padding: 0 !important;
}

.blog-related__slide .favorit-blog__item::before {
  display: none;
}

.blog-related__controls {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .blog-related__controls {
    display: none;
  }
}

.blog-related__pagination {
  position: static;
  display: flex;
  gap: 12px;
  width: auto;
}

.blog-related__bullet {
  display: block;
  width: 40px;
  height: 3px;
  margin: 0;
  background: #dbdbdb;
  cursor: pointer;
}

.blog-related__bullet--active {
  background: #ec6e1c;
}

.blog-related__arrows {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.blog-related__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  background: #fefdfb;
  border: 1px solid rgb(220, 205, 188);
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.blog-related__arrow:hover {
  background: rgba(236, 110, 28, 0.1);
  transform: scale(1.04);
}

.blog-related__arrow:hover svg path {
  stroke: #ec6e1c;
}

.blog-related__arrow.swiper-button-disabled {
  opacity: 0.45;
  cursor: default;
}

@media (max-width: 650px) {
  .blog-related__arrows {
    display: none;
  }
}

.blogs-template-single-blog-new .favorit-blog__image {
  height: 260px;
}

@media (max-width: 650px) {
  .blogs-template-single-blog-new .favorit-blog__image {
    height: 180px;
  }
}

.blogs-template-single-blog-new .favorit-blog__teg p {
  background-color: rgba(254, 253, 251, 1);
}

.blogs-template-single-blog-new .favorit-blog__title {
  margin: 16px 0 0 0;
}

.blogs-template-single-blog-new .favorit-blog__title.title h3 {
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 650px) {
  .blogs-template-single-blog-new .favorit-blog__title {
    margin: 12px 0 0 0;
  }

  .blogs-template-single-blog-new .favorit-blog__title.title h3 {
    font-size: 22px;
  }
}

.blogs-template-single-blog-new .favorit-blog__date {
  font-weight: 500;
}

/* ## Form */

.blog-form-new .btn-form {
  position: relative;
}

.blog-form-new .btn-form svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}

.blog-form-new--dark .btn-form input {
  background:
    linear-gradient(93.77deg, #EC6E1C 20%, #C6501F 100%);
}