body {
  background-color: white;
}
.list-effects p {
  color: white;
  background-color: #948048;
  border: 1px solid #948048;
  border-radius: 3px;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.25rem;
}
.list-effects .item-effects {
  width: 100%;
}
.item-point-one {
  position: relative;
}

.item-point-one .detail-item {
  position: relative;
  padding: 1rem 0;
}
.item-point-one .detail-item::after,
.item-point-one .detail-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-image: url(../images/rb23_c03_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
}
.item-point-one .detail-item::after {
  top: 0;
}
.item-point-one .detail-item::before {
  bottom: 0;
}
.item-point-one:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 8px solid #806c34;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  transform: translateX(-50%);
}
.arrow-mobile {
  background-color: #fff;
  width: 3rem;
  height: 3rem;
  position: relative;
}
.arrow-mobile:before,
.arrow-mobile:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(0, -50%);
}
.arrow-mobile:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 1s;
}
.arrow-effect img {
  border-radius: 100% !important;
}
.form-contact input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}
.form-contact textarea {
  padding: 0.75rem 1rem;
  border: 1px solid #ebebeb;
  resize: none;
  width: 100%;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ebebeb;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid transparent;
  transition: all 0.3s;
  outline: none;
}

body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(
    98.49deg,
    #dfb557 -39.81%,
    #fdf7bf 33.9%,
    #d6ab48 94.09%,
    #ae832d 149.71%,
    #ce9f2b 209.9%,
    #b48b2e 283.6%
  );
}

.container {
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.c-img {
  position: relative;
  display: block;
}

.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}
.s-content table th {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}
.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

@media (min-width: 1024px) {
  .wow {
    visibility: hidden;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media (min-width: 768px) {
  .list-effects p {
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-align: left;
  }
  .list-effects .item-effects {
    width: unset;
  }
}
@media (min-width: 1024px) {
  .pin-spacer.section-about__page:nth-child(2n) .box-text {
    margin-left: auto;
    margin-right: 8vw;
  }
  .arrow-desktop {
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: #666464;
    position: relative;
  }
  .arrow-desktop::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-80%, -50%) rotate(45deg);
  }
  .item-point-one:not(:last-child)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.6vw solid transparent;
    border-bottom: 0.6vw solid transparent;
    border-left: 0.5vw solid #806c34;
    border-right: 0;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translate(0, -50%);
    left: unset;
  }
  .list-effects p {
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .list-effects p {
    padding: 0.75rem 1.75rem;
    font-size: 1.5rem;
  }
}
