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

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
}

h1 { font-size: 5.625rem; }
h2 { font-size: 4rem; }
h3 { font-size: 2.8125rem; }
h4 { font-size: 2rem; }
h5 { font-size: 1.4375rem; }
h6 { font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.4375rem;
  line-height: 1.6;
}

a {
  color: #C02E26;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.15s ease-in-out;
}

a:hover {
  color: #8C5E26;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

@media (min-width: 768px) {
  .col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 992px) {
  .col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}

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

.flex-row { flex-direction: row !important; }
.flex-column { flex-direction: column !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }

.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }

.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }

.m-0 { margin: 0 !important; }
.m-1 { margin: 10px !important; }
.m-2 { margin: 20px !important; }
.m-3 { margin: 30px !important; }
.m-4 { margin: 50px !important; }
.m-5 { margin: 70px !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 10px !important; }
.mt-2 { margin-top: 20px !important; }
.mt-3 { margin-top: 30px !important; }
.mt-4 { margin-top: 50px !important; }
.mt-5 { margin-top: 70px !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 10px !important; }
.mb-2 { margin-bottom: 20px !important; }
.mb-3 { margin-bottom: 30px !important; }
.mb-4 { margin-bottom: 50px !important; }
.mb-5 { margin-bottom: 70px !important; }

.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 10px !important; }
.ml-2 { margin-left: 20px !important; }
.ml-3 { margin-left: 30px !important; }
.ml-4 { margin-left: 50px !important; }
.ml-5 { margin-left: 70px !important; }

.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 10px !important; }
.mr-2 { margin-right: 20px !important; }
.mr-3 { margin-right: 30px !important; }
.mr-4 { margin-right: 50px !important; }
.mr-5 { margin-right: 70px !important; }

.p-0 { padding: 0 !important; }
.p-1 { padding: 10px !important; }
.p-2 { padding: 20px !important; }
.p-3 { padding: 30px !important; }
.p-4 { padding: 50px !important; }
.p-5 { padding: 70px !important; }

.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 10px !important; }
.pt-2 { padding-top: 20px !important; }
.pt-3 { padding-top: 30px !important; }
.pt-4 { padding-top: 50px !important; }
.pt-5 { padding-top: 70px !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 10px !important; }
.pb-2 { padding-bottom: 20px !important; }
.pb-3 { padding-bottom: 30px !important; }
.pb-4 { padding-bottom: 50px !important; }
.pb-5 { padding-bottom: 70px !important; }

.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: 10px !important; }
.pl-2 { padding-left: 20px !important; }
.pl-3 { padding-left: 30px !important; }
.pl-4 { padding-left: 50px !important; }
.pl-5 { padding-left: 70px !important; }

.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: 10px !important; }
.pr-2 { padding-right: 20px !important; }
.pr-3 { padding-right: 30px !important; }
.pr-4 { padding-right: 50px !important; }
.pr-5 { padding-right: 70px !important; }

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

.text-primary { color: #C02E26 !important; }
.text-secondary { color: #8C5E26 !important; }
.text-accent { color: #EA619F !important; }
.text-dark { color: #212529 !important; }
.text-light { color: #f8f9fa !important; }

.bg-primary { background-color: #C02E26 !important; }
.bg-secondary { background-color: #8C5E26 !important; }
.bg-accent { background-color: #EA619F !important; }
.bg-light { background-color: #f8f9fa !important; }
.bg-dark { background-color: #212529 !important; }
.bg-white { background-color: #fff !important; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: inherit;
  white-space: nowrap;
  color: #C02E26;
}

.navbar-brand:hover {
  color: #8C5E26;
  text-decoration: none;
}

.mobile-menu-toggle {
  display: none;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #C02E26;
  border-radius: 0.25rem;
  cursor: pointer;
  color: #C02E26;
}

.mobile-menu-toggle:hover {
  background-color: rgba(192, 46, 38, 0.1);
}

.main-nav {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-item {
  margin-left: 30px;
}

.nav-item:first-child {
  margin-left: 0;
}

.nav-link {
  display: block;
  padding: 0.5rem 0;
  color: #212529;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.15s ease-in-out;
}

.nav-link:hover {
  color: #C02E26;
  text-decoration: none;
}

.nav-link.active {
  color: #C02E26;
  font-weight: 700;
}

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

  .main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    background-color: #fff;
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .main-nav.active {
    display: flex;
  }

  .nav-item {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .nav-item:last-child {
    margin-bottom: 0;
  }

  .nav-link {
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }
}

.header-main {
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(192, 46, 38, 0.05) 0%, rgba(140, 94, 38, 0.05) 100%);
  border-bottom: 2px solid rgba(192, 46, 38, 0.1);
}

.header-main .row {
  align-items: center;
}

.header-main .col-lg-8 {
  flex: 0 0 70%;
  max-width: 70%;
}

.header-main .col-lg-4 {
  flex: 0 0 30%;
  max-width: 30%;
}

.header-main h1 {
  font-size: 5.625rem;
  margin-bottom: 30px;
  color: #C02E26;
  font-weight: 700;
}

.header-main p {
  font-size: 1.4375rem;
  margin-bottom: 30px;
  color: #212529;
  line-height: 1.6;
}

.header-main img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .header-main {
    padding: 70px 0;
  }

  .header-main .col-lg-8,
  .header-main .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .header-main h1 {
    font-size: 4rem;
    margin-bottom: 20px;
  }

  .header-main p {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .header-main {
    padding: 50px 0;
  }

  .header-main h1 {
    font-size: 2.8125rem;
    margin-bottom: 20px;
  }

  .header-main p {
    font-size: 1.125rem;
  }
}

.content-section {
  padding: 70px 0;
}

.content-section h2 {
  font-size: 4rem;
  margin-bottom: 30px;
  color: #C02E26;
  font-weight: 700;
  text-align: center;
}

.content-section h3 {
  font-size: 2.8125rem;
  margin-bottom: 20px;
  color: #212529;
  font-weight: 700;
}

.content-section p {
  font-size: 1.4375rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.content-section img {
  display: inline-block;
  max-width: 300px;
  height: auto;
  margin: 0 20px 20px 0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  float: left;
}

.content-section img.img-right {
  float: right;
  margin: 0 0 20px 20px;
}

@media (max-width: 768px) {
  .content-section {
    padding: 50px 0;
  }

  .content-section h2 {
    font-size: 2.8125rem;
    margin-bottom: 20px;
  }

  .content-section h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .content-section p {
    font-size: 1.125rem;
  }

  .content-section img,
  .content-section img.img-right {
    float: none;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.info-card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.info-card:hover {
  box-shadow: 0 8px 16px rgba(192, 46, 38, 0.15);
  transform: translateY(-4px);
  border-color: rgba(192, 46, 38, 0.3);
}

.info-card h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #C02E26;
  font-weight: 700;
}

.info-card p {
  font-size: 1.125rem;
  margin-bottom: 0;
  color: #212529;
  line-height: 1.5;
}

.info-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 20px;
}

.action-button {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #C02E26;
  border: 2px solid #C02E26;
  padding: 20px 50px;
  font-size: 1.4375rem;
  line-height: 1.5;
  border-radius: 6px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.action-button:hover {
  background-color: #8C5E26;
  border-color: #8C5E26;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(192, 46, 38, 0.3);
}

.action-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(192, 46, 38, 0.3);
}

.submit-btn {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #C02E26;
  border: 2px solid #C02E26;
  padding: 15px 30px;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 6px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #8C5E26;
  border-color: #8C5E26;
  color: #fff;
  text-decoration: none;
}

.submit-btn:active {
  transform: scale(0.98);
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #212529;
  font-size: 1.125rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: inherit;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #C02E26;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(192, 46, 38, 0.25);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.footer {
  background-color: #212529;
  color: #f8f9fa;
  padding: 70px 0 30px;
  margin-top: 100px;
  border-top: 4px solid #C02E26;
}

.footer h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
}

.footer p {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #f8f9fa;
  line-height: 1.6;
}

.footer a {
  color: #f8f9fa;
  transition: color 0.15s ease-in-out;
}

.footer a:hover {
  color: #C02E26;
  text-decoration: none;
}

.footer .row {
  margin-bottom: 30px;
}

.footer-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 1rem;
  color: #f8f9fa;
  transition: color 0.15s ease-in-out;
}

.footer-links a:hover {
  color: #C02E26;
  text-decoration: none;
  padding-left: 5px;
}

.footer-bottom {
  border-top: 1px solid rgba(248, 249, 250, 0.2);
  padding-top: 30px;
  margin-top: 30px;
  text-align: center;
}

.footer-bottom p {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: rgba(248, 249, 250, 0.7);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(192, 46, 38, 0.2);
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.testimonial {
  background-color: #f8f9fa;
  border-left: 4px solid #C02E26;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.testimonial p {
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 20px;
  color: #212529;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: 700;
  color: #C02E26;
  font-size: 1.125rem;
}

.alert {
  position: relative;
  padding: 20px 30px;
  margin-bottom: 20px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 1.125rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeaa7;
}

.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
}

.breadcrumb-item {
  font-size: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item a {
  color: #C02E26;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.badge {
  display: inline-block;
  padding: 5px 15px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
}

.badge-primary {
  color: #fff;
  background-color: #C02E26;
}

.badge-secondary {
  color: #fff;
  background-color: #8C5E26;
}

.badge-accent {
  color: #fff;
  background-color: #EA619F;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  margin-bottom: 20px;
  color: #212529;
  border-collapse: collapse;
}

table th,
table td {
  padding: 15px;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.125rem;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  font-weight: 700;
  background-color: #f8f9fa;
}

table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  table {
    font-size: 0.875rem;
  }

  table th,
  table td {
    padding: 10px;
  }
}

.spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.fade-in {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.slide-up {
  animation: slideUp 0.5s ease-out;
}

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