:root {
  --bs-primary: #fbd71f;
  --bs-primary-rgb: 251, 215, 31;

  --bs-primary-action: #e6c200;

  --bs-secondary: #3078d0;
  --bs-secondary-rgb: 48, 120, 208;

  --bs-on-primary: #ffffff;
  --bs-on-secondary: #ffffff;
}

body {
  font-family: var(--font-altone);
  background: #ffffff;
  line-height: 1.4;
  font-size: 12px;
  overflow-x: hidden;
}

@media (min-width: 576px) {
  body {
    font-size: 16px;
  }
}

.btn {
  border-radius: 2.5rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}

.btn-primary {
  background-color: var(--bs-primary);
  color: var(--bs-on-primary);
  border: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  background-color: var(--bs-primary-action) !important;
  color: var(--bs-on-primary) !important;
}

.btn-secondary {
  background-color: var(--bs-secondary);
  color: var(--bs-on-secondary);
  border: none;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:visited {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-on-secondary) !important;
}

.btn-on-secondary {
  background-color: var(--bs-on-secondary);
  color: var(--bs-secondary);
  border: none;
}

header {
  background: var(--bs-secondary);
}

.bs-secondary {
  background: var(--bs-secondary);
}

.bs-primary {
  background: var(--bs-primary);
}

.on-primary {
  color: var(--bs-on-primary) !important;
}

.on-secondary {
  color: var(--bs-on-secondary) !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.nav-link {
  font-weight: 600;
  color: #ffffff !important;
}

.nav-separator {
  width: 0.0625rem;
  height: 1.75rem;
  background-color: #ffffff;
  margin: 0 0.75rem;
}

.btn-yellow {
  background: #ffd600;
  padding: 0.625rem 1.25rem;
  border-radius: 1.875rem;
  font-weight: 700;
  border: none;
  color: #ffffff;
}

.hero-img {
  width: 100%;
  /* border-radius: 0.625rem; */
}

.features-box {
  background: #ffffff;
  border-radius: 1.5625rem;
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.feature-item {
  flex: 1;
  text-align: center;
  padding: 1.125rem 0.625rem;
  border-radius: 1.5rem;
  transition: 0.25s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.feature-item-imgs {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
}

.feature-item img {
  width: 3.125rem;
  height: 3.125rem;
  object-fit: contain;
  position: absolute;
  transition: 0.3s;
}

.feature-item:not(:hover) img.hover {
  opacity: 0;
}

.feature-item p {
  font-weight: normal;
  font-size: 0.95rem;
}

.feature-item:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}

.active-feature {
  background: #fff7c9;
}

.masonry-grid {
  column-count: 3;
  column-gap: 1.25rem;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1.25rem;
}

.masonry-img {
  width: 100%;
  border-radius: 1.875rem;
}

.masonry-item.tall img {
  height: 26.875rem;
  object-fit: cover;
}

.masonry-item.wide img {
  height: 16.25rem;
  object-fit: cover;
}

.img-wrapper {
  position: relative;
}

.tag {
  position: absolute;
  bottom: 0.9375rem;
  left: 0.9375rem;
  background: white;
  padding: 0.3125rem 0.75rem;
  border-radius: 1.25rem;
  font-size: 0.85rem;
  font-weight: 600;
}

@media (max-width: 992px) {
  .masonry-grid {
    column-count: 2;
  }
}

@media (max-width: 768px) {
  .masonry-grid {
    column-count: 1;
  }
}

.section-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--bs-secondary);
  font-weight: bold;
  font-family: Rawles;
}

.section-title:not(.no-center) {
  text-align: center;
}

.section-title-img {
  height: 5rem;
  object-fit: contain;
}

.customizer-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.customizer-section>.customizer-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--bs-secondary);
  color: var(--bs-on-secondary);
  padding: 4.375rem 0;
}

.customizer-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--bs-primary);
  font-family: Rawles;
}

.customizer-btn {
  background: #ffffff;
  color: var(--bs-primary);
  padding: 0.625rem 2.1875rem;
  border-radius: 2.5rem;
  font-weight: bold;
  transition: 0.2s;
}

.customizer-btn:hover {
  transform: scale(1.04);
}

.customizer-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4rem;
}

.customizer-img>img {
  width: 80%;
}

@media (min-width: 992px) {
  .customizer-img {
    margin-top: -5rem;
  }

  .customizer-img>img {
    width: 60%;
  }
}

.divider-line {
  width: 0.125rem;
  height: 11.25rem;
  background: #ffffff;
  opacity: 0.9;
}

footer {
  background: var(--bs-secondary);
  color: var(--bs-on-secondary);
  padding: 3.125rem 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.yellow-marquee {
  background: #ffd600;
  overflow: hidden;
  white-space: nowrap;
}

.yellow-marquee .marquee-text {
  display: inline-block;
  padding-left: 100%;
  font-weight: 700;
  animation: marquee 12s linear infinite;
  font-size: 1.4rem;
  color: #fff;
}

.google-card .star {
  color: #ffd700;
  font-size: 0.8rem;
}

.google-card {
  background-color: var(--bs-secondary);
  padding: 1rem;
  width: 32.5rem;
  max-width: 90%;
  border-radius: 1.25rem;
}

.google-card>div {
  background: #ffffff;
  padding: 1.25rem;
  border-radius: 1.125rem;
  text-align: left;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.6);
}

/* Slick dots para Google Reviews */
#google-reviews-slider .slick-dots {
  bottom: -3rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 3rem;
}

#google-reviews-slider .slick-dots li {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

#google-reviews-slider .slick-dots li button {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
  border-radius: 50%;
  background: var(--bs-secondary);
  opacity: 1;
  border: none;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

#google-reviews-slider .slick-dots li button:before {
  display: none;
}

#google-reviews-slider .slick-dots li.slick-active button {
  background: var(--bs-primary);
  opacity: 1;
  box-shadow: 0 0 0 0.5rem rgba(251, 215, 31, 0.25);
  outline: 0.0625rem solid var(--bs-primary);
  outline-offset: 0.25rem;
}

.carousel-indicators button {
  width: 0.75rem !important;
  height: 0.75rem !important;
  border-radius: 50%;
  background: #1e3a8a !important;
  opacity: 0.4 !important;
  border: none !important;
}

.carousel-indicators .active {
  background: #ffd700 !important;
  opacity: 1 !important;
}

.features-box {
  position: relative;
}

#features-slider .slick-prev,
#features-slider .slick-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 3rem !important;
  height: 3rem !important;
  z-index: 10 !important;
  background: transparent !important;
  outline: none !important;
  border: none !important;
}

#features-slider .slick-prev {
  left: -2rem !important;
}

#features-slider .slick-next {
  right: -2rem !important;
}

#features-slider .slick-prev:before,
#features-slider .slick-next:before {
  font-size: 2rem !important;
  color: #333 !important;
  opacity: 1 !important;
}

#features-slider .slick-prev:hover:before,
#features-slider .slick-next:hover:before {
  color: #ffd600 !important;
}

#features-slider .slick-slide .feature-item {
  transition: all 0.3s ease;
  padding: 1rem;
  border-radius: 1.5rem;
}

/* #features-slider .slick-slide.slick-center .feature-item,
    #features-slider .slick-slide.slick-current .feature-item {
      background: rgba(255, 214, 0, 0.15);
      box-shadow: 0 0.25rem 0.5rem rgba(255, 214, 0, 0.2);
    } */

@media (max-width: 768px) {
  #features-slider .slick-prev {
    left: -1rem !important;
  }

  #features-slider .slick-next {
    right: -1rem !important;
  }

  #features-slider .slick-prev:before,
  #features-slider .slick-next:before {
    font-size: 1.5rem !important;
  }
}

/* Video container con botón de play personalizado - Reutilizable */
.video-container {
  position: relative;
  width: 100%;
  border-radius: 0.375rem;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.video-container.folder-style {
  border-radius: 2rem;
}

/* Botón de play personalizado estilo diseñadores */
.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.75rem;
  height: 6.75rem;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  border: none;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

.custom-play-button:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.2);
}

.custom-play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 1.969rem solid rgb(255, 255, 255);
  border-top: 1.238rem solid transparent;
  border-bottom: 1.238rem solid transparent;
  margin-left: 0.5rem;
}

.custom-play-button.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.icon-number-list {
  list-style: none;
  padding: 0;
}

.icon-number-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.icon-number-list .stain {
  width: 5rem;
  height: 4rem;
  background: var(--bs-primary);
  border-radius: 53% 47% 48% 52% / 61% 41% 59% 39%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--bs-secondary);
  font-size: 2rem;
  font-family: Rawles;
}

.list-icon-bindline {
  display: flex;
  justify-content: flex-start;
  padding-left: 1.1rem;
  margin-top: -0.4rem;
  margin-bottom: -0.4rem;
}

/* Cinta en la esquina inferior derecha */
.video-ribbon {
  position: absolute;
  bottom: 3rem;
  right: -0.6rem;
  width: 40%;
  overflow: hidden;
}

.video-ribbon img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .custom-play-button {
    width: 4.5rem;
    height: 4.5rem;
  }

  .custom-play-button::before {
    border-left: 1.35rem solid rgb(255, 255, 255);
    border-top: 0.844rem solid transparent;
    border-bottom: 0.844rem solid transparent;
    margin-left: 0.281rem;
  }
}

.google-reviews-section {
  position: relative;
  overflow: hidden;
}

.google-reviews-section img.line-blue {
  position: absolute;
  width: 50%;
  object-fit: contain;
  top: 0;
  right: 0;
  display: none;
}

@media (min-width: 768px) {
  .google-reviews-section img.line-blue {
    display: block;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .google-reviews-section img.line-blue {
    width: 30%;
  }
}

.contact-form {
  border-radius: 2rem;
}

.contact-form .form-control {
  border-radius: 0.625rem;
  border-color: transparent;
}

/* Estilos de validación de formularios */
.form-control.is-invalid {
  border: 2px solid #dc3545 !important;
  background-color: #fff5f5 !important;
}

.form-control:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.2rem rgba(251, 215, 31, 0.25);
}

.text-danger {
  color: #dc3545 !important;
}

/* Estilos para spinner en botones */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.15em;
}

.contact-form [type="submit"] {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 2rem;
  padding: 0.5rem 3rem !important;
  font-weight: normal !important;
  font-size: 1rem !important;
}

.form-image-container {
  display: none;
}

@media (min-width: 1024px) {
  .form-image-container {
    display: block;
    margin-top: -2.6rem !important;
    padding-left: 3rem !important;
    margin-bottom: -7rem !important;
  }
}

.font-family-rawles {
  font-family: Rawles;
}

@media (min-width: 1024px) {
  .header {
    --header-height: 4.5rem;
    position: sticky;
    top: 0;
    z-index: 20;
  }

  .header>.navbar {
    height: var(--header-height);
    padding-top: 0;
    padding-bottom: 0;
  }

  .header .navbar-collapse {
    height: 100%;
  }

  .header .navbar-nav li>a {
    padding: 0.7rem 1rem !important;
    border-radius: 0.4rem;
  }

  .header .navbar-nav li:hover>a {
    background-color: var(--bs-primary);
    color: var(--bs-on-primary) !important;
  }

  .header .navbar-nav li.active>a {
    background-color: var(--bs-primary);
    color: var(--bs-on-primary) !important;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
  }

  .header .navbar-nav li.active>a::after {
    content: "";
    position: absolute;
    display: flex;
    height: 2rem;
    left: 0;
    right: 0;
    top: 100%;
    background-color: var(--bs-primary);
  }

  /* .header .navbar-collapse .nav-link {
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: center;
  } */
}
/* ============================================
   Swing Sets Section Styles
   ============================================ */

.swing-set-card-wrapper {
  height: 100%;
}

.swing-set-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  height: 450px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.swing-set-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.swing-set-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swing-set-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.swing-set-card:hover .swing-set-image {
  transform: scale(1.05);
}

.swing-set-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.4) 35%,
    transparent 70%
  );
  pointer-events: none;
}

.swing-set-info-overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 10;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.swing-set-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.swing-set-title {
  font-weight: 700;
  color: white;
  font-size: 1.5rem;
  margin: 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.swing-set-cta {
  background: var(--bs-primary);
  color: #333;
  border: none;
  padding: 5px 28px;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(251, 215, 31, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
}

.swing-set-cta:hover {
  background: #fff;
  color: var(--bs-secondary);
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.5);
}

.swing-set-cta svg {
  transition: transform 0.3s ease;
}

.swing-set-cta:hover svg {
  transform: translateX(5px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .swing-set-card {
    height: 350px;
  }
  
  .swing-set-title {
    font-size: 1.2rem;
  }
  
  .swing-set-info-overlay {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  
  .swing-set-cta {
    padding: 5px 20px;
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .swing-set-card {
    height: 300px;
  }
  
  .swing-set-title {
    font-size: 1.1rem;
  }
  
  .swing-set-info-overlay {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  
  .swing-set-content {
    gap: 6px;
  }
}

/* Mostrar solo 6 cards en móvil inicialmente */
@media (max-width: 991px) {
  .swing-set-hidden {
    display: none;
  }
  
  .swing-set-hidden.show {
    display: block;
    animation: fadeInUp 0.5s ease;
  }
  
  #loadMoreSwingSets {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
  }
}

/* Mostrar todas las 9 cards en escritorio */
@media (min-width: 992px) {
  .swing-set-hidden {
    display: block !important;
  }
  
  #loadMoreSwingSets {
    display: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================
   Swing Sets Modal Styles
   ============================================ */

#swingSetModal .modal-content {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
}

#swingSetModal .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: fill;
  border-radius: 15px;
}

@media (max-width: 991px) {
  #swingSetModal .carousel-item img {
    height: 300px;
  }
}

#swingSetModal .btn-close {
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

#swingSetModal .carousel-thumbnail {
  border: 3px solid transparent;
  border-radius: 10px;
  transition: all 0.3s ease;
  overflow: hidden;
}

#swingSetModal .carousel-thumbnail:hover {
  border-color: var(--bs-secondary);
  transform: scale(1.05);
}

#swingSetModal .carousel-thumbnail.active {
  border-color: var(--bs-primary);
}

#swingSetModal .carousel-indicators button {
  background-color: #ccc;
}

#swingSetModal .carousel-indicators button.active {
  background-color: var(--bs-primary);
}

#swingSetModal .form-control:focus,
#swingSetModal .form-select:focus {
  border-color: var(--bs-secondary);
  box-shadow: 0 0 0 0.25rem rgba(48, 120, 208, 0.15);
}

#swingSetModal .btn-secondary:hover {
  background-color: #2565b8 !important;
  color: var(--bs-on-secondary) !important;
}

@media (max-width: 991px) {
  #swingSetModal .modal-dialog {
    margin: 1rem;
  }
  
  #swingSetModal .col-lg-5,
  #swingSetModal .col-lg-7 {
    padding: 2rem !important;
  }
}

/* Estilos espec�ficos para los botones del modal */
#swingSetModal .modal-btn-submit {
  background-color: var(--bs-primary);
  color: #000000;
  border: none;
  border-radius: 8px;
  padding: 0.6rem 2.5rem;
  font-size: 0.85rem;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
  transition: all 0.3s ease;
}

#swingSetModal .modal-btn-submit:hover,
#swingSetModal .modal-btn-submit:active,
#swingSetModal .modal-btn-submit:focus {
  background-color: var(--bs-primary-action) !important;
  color: #000000 !important;
  box-shadow: 0 2px 8px rgba(251, 215, 31, 0.4);
}

#swingSetModal .modal-btn-customize {
  background-color: var(--bs-secondary);
  color: #ffffff;
  border: none;
  border-radius: 25px;
  padding: 0.65rem 2.5rem;
  font-size: 1rem;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 8px rgba(48, 120, 208, 0.2);
  transition: all 0.3s ease;
}

#swingSetModal .modal-btn-customize:hover,
#swingSetModal .modal-btn-customize:active,
#swingSetModal .modal-btn-customize:focus {
  background-color: #2565b8 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(48, 120, 208, 0.3);
}


/* Ajustes responsivos del modal */
#swingSetModal .modal-dialog {
  max-height: 95vh;
  margin: 1.75rem auto;
}

#swingSetModal .modal-content {
  max-height: 90vh;
  overflow: hidden;
}

#swingSetModal .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

/* Scroll personalizado para el modal */
#swingSetModal .modal-body::-webkit-scrollbar {
  width: 8px;
}

#swingSetModal .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#swingSetModal .modal-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

#swingSetModal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-width: 1199px) {
  #swingSetModal .modal-dialog {
    max-width: 95%;
    margin: 1rem auto;
  }
  
  #swingSetModal .modal-body {
    max-height: 85vh;
  }
}

@media (max-width: 991px) {
  #swingSetModal .modal-dialog {
    max-width: 90%;
  }
  
  #swingSetModal .modal-body {
    max-height: 80vh;
  }
  
  #swingSetModal .row.g-0 {
    flex-direction: column;
  }
}

@media (max-height: 800px) {
  #swingSetModal .modal-body {
    max-height: 75vh;
  }
}

/* Estilos para la descripci�n desplegable */
.swing-set-description .description-toggle {
  padding: 0;
  background: transparent;
  border: none;
  color: inherit;
}

.swing-set-description .description-toggle:hover {
  opacity: 0.8;
}

.swing-set-description .description-content ul {
  list-style: none;
  padding-left: 0;
}

.swing-set-description .description-content ul li {
  padding: 0.3rem 0;
  padding-left: 1.2rem;
  position: relative;
  color: #495057;
  font-size: 0.9rem;
}

.swing-set-description .description-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  color: var(--bs-secondary);
  font-weight: bold;
  font-size: 0.85rem;
}

