@charset "UTF-8";
/*
Theme Name: HowToHouse Basic
Description: 住宅建築会社向けWordPressテーマ（修復版） - https://tanakahome.jp/ をベースにした住まいづくりのテーマ
Version: 1.0.0
Author: JOYNT
Author URI: https://joynt.co.jp/
Text Domain: howtohouse
*/
/* ===== CSS Reset & Base Styles ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  line-height: 1.8;
  color: #333;
  background: #fff;
  font-feature-settings: "palt";
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

/* ===== Layout Containers ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== Main Content ===== */
.site-content {
  margin-top: 0;
  min-height: 100vh;
}

.site-main {
  margin: 0;
  padding: 0;
}

/* コンテンツセクション内の適切なpadding管理 */
.site-main .container {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .site-main .container {
    padding: 0 15px;
  }
}
/* ===== Main Visual Section - Full Width ===== */
.main-visual {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 0;
}

.visual-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.visual-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.visual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-content {
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 30px;
}

.visual-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 4px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.visual-title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.visual-title small {
  font-size: 60%;
}

.title-accent {
  display: inline-block;
  background: linear-gradient(135deg, #fff, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.visual-description {
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: 1.3;
  font-weight: 500;
}

/* ===== Page Navigation Section - Card Style ===== */
.page-navigation {
  padding: 60px 0;
  /*background: #f8f8f8;*/
}

.nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  background: transparent;
}

.nav-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.nav-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(139, 115, 85, 0.15);
}

.nav-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.nav-icon {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.nav-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.nav-item:hover .nav-icon img {
  transform: scale(1.05);
}

.nav-text {
  padding: 25px;
}

.nav-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.nav-text h3 .japanese-text {
  display: block;
  color: #333;
}

.nav-text h3 .english-text {
  display: none;
}

.nav-text p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.hero-button:hover::after {
  transform: translateY(-50%) scale(1);
}

/* Slider Navigation */
.hero-slider-nav {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 4;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.slider-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.slider-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
}

.slider-dot.active {
  background: rgba(255, 255, 255, 0.9);
  border-color: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
}

.slider-dot.active::before {
  transform: translate(-50%, -50%) scale(1);
}

.slider-dot:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  animation: float 3s ease-in-out infinite;
  opacity: 0.8;
}

.scroll-icon {
  color: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
}

.scroll-indicator:hover .scroll-icon {
  color: #fff;
  opacity: 1;
  transform: scale(1.1);
}

@keyframes float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-12px);
  }
}
/* Add a subtle pulse animation */
.scroll-icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
  z-index: -1;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
/* ===== Content Sections ===== */
.content-section {
  padding: 80px 0;
  position: relative;
}

/* Features Section */
.features-section {
  padding: 100px 0;
  background: #fff;
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
  line-height: 1.3;
}

.section-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.feature-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f0f0f0 0%, #e0e0e0 100%);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.feature-card:hover::before {
  background: linear-gradient(90deg, #333 0%, #666 100%);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: #333;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
  background: #333;
  color: #fff;
  transform: scale(1.1);
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 16px;
}

.feature-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 24px;
}

.feature-link {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.feature-link:hover {
  border-bottom-color: #333;
}

/* ===== Single Page Styles ===== */
.single-main {
  padding: 0;
  max-width: none;
}

.page-header-section {
  padding: 120px 0 60px 0;
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
  text-align: center;
}

.page-header-content {
  max-width: 800px;
  margin: 0 auto;
}

.post-type-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page-title {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  margin-bottom: 16px;
}

.page-meta {
  color: #666;
  font-size: 14px;
}

.featured-image-section {
  padding: 60px 0;
  background: #fff;
}

.featured-image {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.post-content-section {
  padding: 60px 0;
  background: #fff;
}

.content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.content-wrapper .entry-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.content-wrapper .entry-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin: 40px 0 20px 0;
  line-height: 1.4;
}

.content-wrapper .entry-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 32px 0 16px 0;
  line-height: 1.4;
}

.content-wrapper .entry-content p {
  margin-bottom: 20px;
}

.content-wrapper .entry-content img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.content-wrapper .entry-content ul,
.content-wrapper .entry-content ol {
  margin: 20px 0;
  padding-left: 20px;
}

.content-wrapper .entry-content li {
  margin-bottom: 8px;
  list-style: disc;
}

.section-subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
  color: #666;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid Layouts */
.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.three-column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.grid-item {
  text-align: center;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.grid-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.grid-item h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #1a365d;
}

.grid-item h3 a {
  color: #1a365d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.grid-item h3 a:hover {
  color: #e74c3c;
}

.service-link {
  display: inline-block;
  margin-top: 15px;
  color: #e74c3c;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.service-link:hover {
  border-bottom-color: #e74c3c;
  transform: translateX(5px);
}

.section-cta {
  text-align: center;
  margin-top: 50px;
}

.cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, #1a365d 0%, #2d5a8a 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 5px 15px rgba(26, 54, 93, 0.3);
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: linear-gradient(135deg, #2d5a8a 0%, #1a365d 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(26, 54, 93, 0.4);
}

/* ===== Posts and Articles ===== */
.posts-container {
  max-width: 1000px;
  margin: 0 auto;
}

.post-thumbnail img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.entry-header {
  margin-bottom: 30px;
}

.entry-title {
  font-size: 28px;
  margin-bottom: 15px;
  color: #1a365d;
}

.entry-title a {
  color: #1a365d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.entry-title a:hover {
  color: #e74c3c;
}

.entry-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.entry-meta span {
  margin-right: 20px;
  display: inline-block;
}

.entry-content {
  line-height: 1.8;
  margin-bottom: 30px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

/* ===== Philosophy Section - Tanaka Home Style ===== */
.philosophy-section {
  padding: 100px 0;
  /*background: #fafafa;*/
}

.philosophy-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.philosophy-text {
  padding-right: 40px;
}

.philosophy-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.philosophy-description {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 300;
}

.philosophy-image {
  border-radius: 8px;
  height: 400px;
  overflow: hidden;
}

.philosophy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.philosophy-link {
  display: flex;
  align-items: center;
}

/* ===== Site Main Section Alternating Backgrounds ===== */
.site-main > section:nth-child(even) {
  background: #fafafa;
}

/* ===== News Section - Simple & Stylish ===== */
/* お知らせセクションのスタイルは components/_newsList.scss に移行しました */
/* ===== Gallery Section - Tanaka Home Style ===== */
/* ===== Responsive Design ===== */
@media screen and (max-width: 900px) {
  .visual-title {
    font-size: 42px;
  }
  .hero-subtitle {
    font-size: 20px;
  }
  .hero-content {
    max-width: 700px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    height: 70vh;
    min-height: 500px;
  }
  .visual-content {
    padding: 0 20px;
  }
  .visual-title {
    font-size: 32px;
  }
  .visual-description {
    font-size: 16px;
  }
  /* お知らせセクションのレスポンシブスタイルは components/_newsList.scss に移行しました */
  .nav-item a {
    padding: 20px;
    flex-direction: row;
    text-align: left;
    min-height: max-content;
  }
  .nav-icon {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 0;
    perspective: 400px;
  }
  .nav-item:hover .nav-icon img {
    transform: rotateY(-12deg) scale(1.03);
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2));
  }
  .nav-item:hover .nav-icon::after {
    transform: rotateY(-12deg);
  }
  .nav-text h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #333;
    z-index: 100;
    position: relative;
  }
  .nav-text h3 .japanese-text {
    color: #D2691E;
  }
  .nav-text h3 .english-text {
    color: #2C3E50;
  }
  .nav-text p {
    font-size: 14px;
    color: #444;
    z-index: 100;
    position: relative;
  }
  .philosophy-section {
    padding: 60px 0;
  }
  .philosophy-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: center;
  }
  .philosophy-text {
    padding-right: 0;
  }
  .philosophy-title {
    font-size: 24px;
  }
  .philosophy-image {
    height: 250px;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .feature-card {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  .hero-slider {
    height: 85vh;
  }
  .hero-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 400px;
  }
  .hero-button {
    padding: 14px 28px;
    font-size: 15px;
  }
  .hero-content {
    padding: 0 15px;
    max-width: 500px;
  }
  .hero-slider-nav {
    bottom: 25px;
    padding: 8px 12px;
    gap: 10px;
  }
  .slider-dot {
    width: 10px;
    height: 10px;
  }
  .scroll-indicator {
    bottom: 70px;
  }
  .scroll-icon {
    font-size: 22px;
  }
}
/* High-DPI displays optimization */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  .hero-title {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
  .two-column {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .three-column-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .content-section {
    padding: 60px 0;
  }
  .site-main {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .hero-title {
    font-size: 24px;
  }
  .hero-subtitle {
    font-size: 14px;
  }
  .section-title {
    font-size: 24px;
  }
  .grid-item {
    padding: 20px;
  }
}
/* ===== Custom Post Types Specific Styles ===== */
.company-details-table,
.result-details-table,
.event-details-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
}

.company-details-table th,
.result-details-table th,
.event-details-table th {
  background: #1a365d;
  color: #fff;
  padding: 12px 15px;
  text-align: left;
  font-weight: bold;
  width: 30%;
}

.company-details-table td,
.result-details-table td,
.event-details-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
}

.company-details-table tr:last-child td,
.result-details-table tr:last-child td,
.event-details-table tr:last-child td {
  border-bottom: none;
}

/* Event Status Styles */
.event-status {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.status-募集中 {
  background: #27ae60;
  color: #fff;
}

.status-満員 {
  background: #e74c3c;
  color: #fff;
}

.status-終了 {
  background: #95a5a6;
  color: #fff;
}

.status-延期 {
  background: #f39c12;
  color: #fff;
}

.status-中止 {
  background: #e74c3c;
  color: #fff;
}

.registration-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #27ae60;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  margin: 20px 0;
}

.registration-btn:hover {
  background: #229954;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
}

/* ===== Search Form ===== */
.search-form {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 25px;
  padding: 5px;
  max-width: 400px;
  margin: 20px auto;
}

.search-field {
  flex: 1;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  background: transparent;
  outline: none;
}

.search-submit {
  background: #e74c3c;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.search-submit:hover {
  background: #c0392b;
  transform: scale(1.05);
}

/* Screen reader text */
.screen-reader-text, .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999999;
  padding: 10px 15px;
  background: #1a365d;
  color: #fff;
  text-decoration: none;
}

.skip-link:focus {
  left: 0;
}

/* Animations */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

/* ===== Hero Slider - フルスクリーンスライダー ===== */
.hero-slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  color: #fff;
}

/* WordPress Admin Bar対応 - Hero Slider */
body.admin-bar .hero-slider {
  height: calc(100vh - 32px);
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .hero-slider {
    height: calc(100vh - 46px);
    margin-top: 46px;
  }
}
/* admin-barなしでも余白を除去 */
body:not(.admin-bar) .hero-slider {
  margin-top: 0;
  height: 100vh;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
}

.hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 0 20px;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.hero-button {
  display: inline-block;
  padding: 18px 50px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.hero-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.hero-button:hover::before {
  left: 0;
}

.hero-button:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hero-button span {
  position: relative;
  z-index: 2;
}

/* ===== コンテンツアニメーション ===== */
.hero-content > * {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-slide.active .hero-content > * {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide.active .hero-title {
  transition-delay: 0.2s;
}

.hero-slide.active .hero-subtitle {
  transition-delay: 0.4s;
}

.hero-slide.active .hero-button {
  transition-delay: 0.6s;
}

/* アニメーションバリエーション */
.hero-content [data-animation=fadeInLeft] {
  transform: translateX(-50px);
}

.hero-content [data-animation=fadeInRight] {
  transform: translateX(50px);
}

.hero-slide.active .hero-content [data-animation=fadeInLeft],
.hero-slide.active .hero-content [data-animation=fadeInRight] {
  transform: translateX(0);
}

/* ===== Responsive Design ===== */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 36px;
  }
  .two-column {
    gap: 40px;
  }
}
/* モバイル用レスポンシブ設定 */
@media screen and (max-width: 600px) {
  .nav-grid {
    grid-template-columns: 1fr;
    gap: 1px;
  }
  .philosophy-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 180px);
    gap: 2px;
  }
  .gallery-item:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-item:nth-child(6) {
    grid-column: span 1;
  }
}
@media (max-width: 768px) {
  /* Content adjustments */
  .hero-title {
    font-size: 28px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .two-column {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .three-column-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .content-section {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .hero-section {
    height: 400px;
  }
  .hero-title {
    font-size: 24px;
  }
  .hero-subtitle {
    font-size: 14px;
  }
  .content-section {
    padding: 40px 0;
  }
}
/* ===== Page Templates Styles ===== */
/* Page Hero */
.page-hero,
.single-hero,
.archive-hero {
  position: relative;
  width: 100vw;
  height: 40vh;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

/* WordPress Admin Bar対応 - All Hero Sections */
body.admin-bar .page-hero,
body.admin-bar .single-hero,
body.admin-bar .archive-hero {
  margin-top: -32px;
  padding-top: 32px;
  height: calc(40vh + 32px);
  min-height: 332px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .page-hero,
  body.admin-bar .single-hero,
  body.admin-bar .archive-hero {
    margin-top: -46px;
    padding-top: 46px;
    height: calc(40vh + 46px);
    min-height: 346px;
  }
}
/* admin-barなしの場合 - ヘッダー高さ分調整 */
body:not(.admin-bar) .page-hero,
body:not(.admin-bar) .single-hero,
body:not(.admin-bar) .archive-hero {
  margin-top: -80px;
  padding-top: 80px;
  height: calc(40vh + 80px);
  min-height: 380px;
}

.page-hero-overlay,
.single-hero-overlay,
.archive-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.page-hero-content,
.single-hero-content,
.archive-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 0;
}

.page-title,
.post-title,
.archive-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease 0.2s forwards;
}

.page-subtitle,
.post-subtitle,
.archive-subtitle {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease 0.4s forwards;
}

/* Post Meta */
.post-meta {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease 0s forwards;
}

.post-date,
.post-category {
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Breadcrumb */
.breadcrumb-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.breadcrumb {
  padding: 15px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: #ffffff;
}

.breadcrumb-separator {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-current {
  color: rgba(255, 255, 255, 0.6);
}

/* Content Sections */
.page-content-section,
.single-content-section,
.archive-content-section {
  padding: 80px 0;
  background: #ffffff;
}

.page-article,
.single-article {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  /*padding: 40px;*/
}

.page-content,
.post-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 40px 0 20px 0;
  font-weight: 600;
  color: #222;
}

.page-content p,
.post-content p {
  margin-bottom: 20px;
}

.page-content ul,
.post-content ul {
  list-style-type: disc;
  margin-bottom: 20px;
  margin-left: 1rem;
}

.page-content ol,
.post-content ol {
  list-style-type: decimal;
  margin-bottom: 20px;
  margin-left: 1rem;
}

/* Featured Image */
.post-featured-image {
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Post Footer */
.post-footer {
  padding: 30px 0;
  border-top: 1px solid #eee;
  margin-top: 40px;
}

.tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-item {
  font-size: 14px;
  color: #666;
  background: #f8f8f8;
  padding: 6px 12px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.tag-item:hover {
  background: #333;
  color: #fff;
}

/* Post Navigation */
.post-navigation {
  margin: 60px 0;
  padding: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
}

.nav-link:hover {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
}

.nav-link .arrow-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.nav-previous .nav-link:hover .arrow-icon {
  transform: translateX(-4px);
}

.nav-next .nav-link:hover .arrow-icon {
  transform: translateX(4px);
}

/* Archive Grid */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.post-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.post-card-image {
  position: relative;
  overflow: hidden;
}

.post-card-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.post-card:hover .post-card-image img {
  transform: scale(1.05);
}

.post-card-content {
  padding: 30px;
}

.post-card-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 12px;
}

.post-card-meta .post-date,
.post-card-meta .post-category {
  background: #f0f0f0;
  color: #666;
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 11px;
}

.post-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

.post-card-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.post-card:hover .post-card-title a {
  color: #667eea;
}

.post-card-excerpt {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.post-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.read-more-link {
  color: #667eea;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.read-more-link:hover {
  color: #333;
}

.read-more-link .arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.read-more-link:hover .arrow {
  transform: translateX(3px);
}

/* No Posts */
.no-posts {
  text-align: center;
  padding: 80px 0;
}

.no-posts h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
}

.no-posts p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.button-primary {
  display: inline-block;
  padding: 15px 30px;
  background: #667eea;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.button-primary:hover {
  background: #333;
  transform: translateY(-2px);
}

/* 404 Error Page Styles */
.error-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow: hidden;
}

.error-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.error-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.error-number {
  font-size: 120px;
  font-weight: 900;
  background: linear-gradient(45deg, #fff, rgba(255, 255, 255, 0.7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.8s ease 0s forwards;
}

.error-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease 0.2s forwards;
}

.error-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease 0.4s forwards;
}

.error-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease 0.6s forwards;
}

.button-secondary {
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Floating Background Elements */
.error-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.floating-element {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: float 6s ease-in-out infinite;
}

.element-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.element-2 {
  width: 60px;
  height: 60px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.element-3 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-20px) rotate(5deg);
  }
  66% {
    transform: translateY(10px) rotate(-5deg);
  }
}
/* Search Section */
.error-search-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.search-form-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.search-title {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.search-description {
  color: #666;
  margin-bottom: 40px;
  font-size: 16px;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  overflow: hidden;
}

/* Popular Content Section */
.popular-content-section {
  padding: 80px 0;
  background: #fff;
}

.popular-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.popular-item {
  text-align: center;
  padding: 40px 30px;
  background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.popular-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.popular-icon {
  width: 80px;
  height: 80px;
  background: #667eea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  color: #fff;
  transition: all 0.3s ease;
}

.popular-item:hover .popular-icon {
  background: #333;
  transform: scale(1.1);
}

.popular-item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.popular-item p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.popular-link {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.popular-link:hover {
  color: #333;
}

/* ==========================================================================
   Archive and Single Page Styles
   ========================================================================== */
/* Archive Filters */
.archive-filters {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 24px 30px;
  margin-bottom: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.archive-filters .filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.archive-filters select {
  padding: 12px 40px 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px;
  font-size: 14px;
  color: #333;
  min-width: 200px;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.archive-filters select:hover {
  border-color: #D2691E;
}

.archive-filters select:focus {
  outline: none;
  border-color: #D2691E;
  box-shadow: 0 0 0 3px rgba(210, 105, 30, 0.1);
}

.archive-filters .filter-btn,
.archive-filters button[type=submit] {
  padding: 12px 24px;
  background: linear-gradient(135deg, #2C3E50 0%, #34495E 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.archive-filters .filter-btn:hover,
.archive-filters button[type=submit]:hover {
  background: linear-gradient(135deg, #D2691E 0%, #E67E22 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(210, 105, 30, 0.3);
}

.archive-filters .reset-btn {
  padding: 12px 20px;
  background: transparent;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.archive-filters .reset-btn:hover {
  background: #f5f5f5;
  border-color: #ccc;
  color: #333;
}

@media screen and (max-width: 768px) {
  .archive-filters {
    padding: 20px;
    margin-bottom: 30px;
  }
  .archive-filters .filter-form {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .archive-filters select {
    min-width: 100%;
    width: 100%;
  }
  .archive-filters .filter-btn,
  .archive-filters button[type=submit],
  .archive-filters .reset-btn {
    width: 100%;
    text-align: center;
  }
}
/* Filter Section (Legacy) */
.filter-section {
  background: #f8f8f8;
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.filter-section h3 {
  margin-top: 0;
  color: #333;
}

.filter-form, .price-filter, .event-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: end;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: end;
}

.filter-row label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.filter-row select,
.filter-row input[type=text] {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  min-width: 150px;
}

.filter-btn,
.search-btn {
  background: #0073aa;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
}

.filter-btn:hover,
.search-btn:hover {
  background: #005a87;
}

.reset-btn {
  background: #666;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
}

.reset-btn:hover {
  background: #444;
}

/* Action Buttons */
.btn {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.2s;
}

.btn-primary {
  background: #0073aa;
  color: white;
}

.btn-primary:hover {
  background: #005a87;
}

.btn-secondary {
  background: #6c757d;
  color: white;
}

.btn-secondary:hover {
  background: #545b62;
}

.btn-large {
  padding: 15px 30px;
  font-size: 16px;
}

/* Single Post Styles */
.company-detail,
.result-detail,
.event-detail {
  max-width: 1000px;
  margin: 0 auto;
}

.company-header,
.result-header,
.event-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0073aa;
}

.company-main-image,
.result-main-image,
.event-main-image {
  margin: 20px 0;
  text-align: center;
}

.company-main-image img,
.result-main-image img,
.event-main-image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 施工会社詳細ページ - セクションタイトル */
.company-representatives .section-title,
.company-introduction .section-title,
.company-details .section-title,
.company-map .section-title,
.company-body .section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0073aa;
}

/* 代表者セクション */
.company-representatives {
  margin: 40px 0;
}

.representatives-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.representative-card {
  text-align: center;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}

.representative-image {
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
}

.representative-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.representative-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.representative-position {
  font-size: 0.875rem;
  color: #666;
}

.representative-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
}

/* 会社紹介セクション */
.company-introduction {
  margin: 40px 0;
}

.introduction-content {
  line-height: 1.8;
}

.introduction-content p {
  margin-bottom: 1em;
}

/* マップセクション */
.company-map {
  margin: 40px 0;
}

.map-image {
  border-radius: 8px;
  overflow: hidden;
}

.map-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .representatives-grid {
    grid-template-columns: 1fr;
  }
  .representative-image {
    width: 120px;
    height: 120px;
  }
}
.detail-table,
.spec-table {
  margin-top: 15px;
}

.detail-row,
.spec-row {
  margin: 10px 0;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.detail-row:last-child,
.spec-row:last-child {
  border-bottom: none;
}

/* Taxonomy Sections */
.company-taxonomy,
.result-taxonomy,
.event-taxonomy {
  margin: 30px 0;
}

.taxonomy-section {
  margin: 20px 0;
}

.taxonomy-section h3 {
  color: #333;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 5px;
}

.taxonomy-tags {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.taxonomy-tag,
.area-tag,
.style-tag,
.type-tag,
.category-tag,
.child-tag {
  display: inline-block;
  background: #0073aa;
  color: white;
  padding: 5px 12px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s;
}

.taxonomy-tag:hover,
.area-tag:hover,
.style-tag:hover,
.type-tag:hover,
.category-tag:hover,
.child-tag:hover {
  background: #005a87;
}

/* Related Items */
.related-companies,
.related-results,
.related-events,
.related-areas,
.related-styles,
.related-types,
.related-categories {
  margin: 40px 0;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 5px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 15px;
}

.related-item {
  background: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
}

.related-thumbnail {
  float: left;
  margin: 0 15px 10px 0;
  width: 80px;
  height: 60px;
  overflow: hidden;
  border-radius: 3px;
}

.related-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-content h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
}

.related-content h4 a {
  color: #333;
  text-decoration: none;
}

.related-content h4 a:hover {
  color: #0073aa;
}

.related-spec,
.related-date,
.related-excerpt {
  font-size: 13px;
  color: #666;
  margin: 3px 0;
}

/* Search Form */
.howtohouse-search-form {
  background: #f0f8ff;
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px;
  border: 2px solid #0073aa;
}

.search-form {
  max-width: 100%;
}

.search-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 15px;
  align-items: end;
}

.search-field {
  display: flex;
  flex-direction: column;
}

.search-field label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.search-field input,
.search-field select {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
}

.search-actions {
  display: flex;
  gap: 10px;
}

/* Results Count */
.results-count {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2C3E50;
  margin: 0;
  text-align: center;
}

/* Term Hierarchy */
.term-description,
.term-hierarchy {
  background: #f8f8f8;
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
  border-left: 4px solid #0073aa;
}

.term-children {
  margin: 20px 0;
}

.children-tags,
.area-tags,
.style-tags,
.type-tags,
.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}

/* Registration Section */
.event-registration {
  margin: 30px 0;
  padding: 20px;
  background: #f0f8ff;
  border-radius: 5px;
  border: 2px solid #0073aa;
  text-align: center;
}

.registration-online {
  margin: 20px 0;
}

.registration-form {
  margin: 20px 0;
  text-align: left;
}

.registration-info {
  margin: 20px 0;
}

.contact-info {
  font-size: 18px;
  font-weight: bold;
  color: #0073aa;
  margin: 10px 0;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */
/* Tablet Styles */
@media (max-width: 768px) {
  main {
    padding: 20px;
  }
  .search-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .search-actions {
    justify-content: center;
  }
  .filter-form,
  .price-filter,
  .event-filter,
  .filter-row {
    flex-direction: column;
    align-items: stretch;
  }
  .filter-row select,
  .filter-row input[type=text] {
    min-width: 100%;
  }
  .related-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .taxonomy-tags,
  .children-tags,
  .area-tags,
  .style-tags,
  .type-tags,
  .category-tags {
    justify-content: center;
  }
}
/* Mobile Styles */
@media (max-width: 480px) {
  main {
    padding: 15px;
  }
  header {
    margin: 0 -5px 15px -5px;
    padding: 10px;
  }
  header h1 {
    font-size: 20px;
    margin: 0;
  }
  .breadcrumb {
    font-size: 12px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .filter-section {
    padding: 15px;
  }
  .btn {
    padding: 8px 16px;
    font-size: 14px;
  }
  .btn-large {
    padding: 12px 24px;
    font-size: 15px;
  }
  .search-field input,
  .search-field select {
    padding: 8px;
    font-size: 16px; /* Prevents zoom on iOS */
  }
  .related-item {
    padding: 10px;
  }
  .related-thumbnail {
    float: none;
    width: 100%;
    height: 120px;
    margin: 0 0 10px 0;
  }
}
/* Print Styles */
@media print {
  header,
  footer,
  .filter-section,
  .search-form,
  .pagination {
    display: none;
  }
  body {
    background: white;
    color: black;
    font-size: 12pt;
  }
  main {
    box-shadow: none;
    padding: 0;
  }
}
.page-hero .visual-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-hero .visual-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-hero .visual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-hero .visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero .visual-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-hero .visual-badge {
  display: inline-block;
  background: rgba(139, 115, 85, 0.9);
  color: #fff;
  padding: 4px 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 20px;
  margin-bottom: 16px;
}

.page-hero .visual-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0 auto 15px;
  max-width: 900px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.page-hero .visual-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}

.breadcrumb-nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, #2C3E50 50%, #2C3E50 100%);
  opacity: 0.08;
  z-index: 1;
}

.breadcrumb-nav .container {
  position: relative;
  z-index: 2;
}

.breadcrumb-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  color: #666;
}

.breadcrumb-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
  margin: 0 12px;
}

.breadcrumb-item a {
  color: #666;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.breadcrumb-item a:hover {
  color: #8B7355;
}

.breadcrumb-item a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #8B7355;
  transition: width 0.3s ease;
}

.breadcrumb-item a:hover::after {
  width: 100%;
}

.breadcrumb-item.current {
  color: #333;
  font-weight: 500;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-home-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23666"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/></svg>') no-repeat center;
  background-size: contain;
}

/* Content Sections */
.page-content-section,
.single-content-section,
.archive-content-section,
.error-content {
  padding: 60px 0;
}

.single-layout {
  /*display: grid;*/
  /*grid-template-columns: 1fr 300px;*/
  /*gap: 40px;*/
  max-width: 1000px;
  margin: 0 auto;
}

/* Archive Cards */
.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
}

.post-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(139, 115, 85, 0.15);
}

.post-card:hover .card-image img {
  transform: scale(1.05);
}

/* 404 Page Styles */
.navigation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.nav-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.nav-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(139, 115, 85, 0.15);
}

.nav-card-icon {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.nav-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.nav-card:hover .nav-card-icon img {
  transform: scale(1.05);
}

.nav-card-content {
  padding: 25px;
}

.nav-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.nav-card-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.nav-card-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nav-card-links a {
  color: #666;
  text-decoration: none;
  padding: 10px 15px;
  background: #f8f8f8;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.nav-card-links a:hover {
  background: #f0ebe5;
  color: #8B7355;
  padding-left: 20px;
}

.nav-card-links .view-all {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}

.nav-card-links .view-all:hover {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  color: #fff;
  padding-left: 15px;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .page-hero {
    height: 30vh;
    min-height: 250px;
  }
  body.admin-bar .page-hero {
    height: calc(30vh + 46px);
    min-height: 296px;
  }
  body:not(.admin-bar) .page-hero {
    height: calc(30vh + 80px);
    min-height: 330px;
  }
  .page-hero .visual-title {
    font-size: 24px;
  }
  .breadcrumb-list {
    font-size: 12px;
  }
  .single-layout {
    grid-template-columns: 1fr;
  }
  .archive-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* ==================================
   Hero Visual - Compact & Flexible Height
   ================================== */
/* All Hero Sections - Compact Design */
.page-hero,
.archive-hero,
.blog-hero,
.taxonomy-hero {
  position: relative;
  width: 100vw;
  min-height: 360px;
  height: auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.page-hero .visual-container,
.archive-hero .visual-container,
.blog-hero .visual-container,
.taxonomy-hero .visual-container {
  position: relative;
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

.page-hero .visual-image,
.archive-hero .visual-image,
.blog-hero .visual-image,
.taxonomy-hero .visual-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-hero .visual-image img,
.archive-hero .visual-image img,
.blog-hero .visual-image img,
.taxonomy-hero .visual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero .visual-overlay,
.archive-hero .visual-overlay,
.blog-hero .visual-overlay,
.taxonomy-hero .visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(44, 62, 80, 0.9) 0%, rgba(44, 62, 80, 0.3) 40%, rgba(44, 62, 80, 0.1) 60%, rgba(44, 62, 80, 0.8) 100%), radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), linear-gradient(45deg, rgba(44, 62, 80, 0.8) 0%, transparent 30%, transparent 70%, rgba(44, 62, 80, 0.6) 100%);
  z-index: 2;
}

/* Dynamic mask pattern */
.page-hero .visual-overlay::before,
.archive-hero .visual-overlay::before,
.blog-hero .visual-overlay::before,
.taxonomy-hero .visual-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg, transparent 0px, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(0deg, transparent 0px, transparent 2px, rgba(255, 255, 255, 0.02) 2px, rgba(255, 255, 255, 0.02) 4px);
  opacity: 0.7;
  z-index: 1;
}

.page-hero .visual-content,
.archive-hero .visual-content,
.blog-hero .visual-content,
.taxonomy-hero .visual-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  color: white;
}

/* Long title adjustments */
.visual-title.long-title {
  font-size: 2.8rem;
  line-height: 1.2;
}

.visual-title.very-long-title {
  font-size: 2.4rem;
  line-height: 1.3;
}

/* Title Length Detection via CSS */
.visual-title:nth-of-type(1) {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  line-height: 1.1;
}

/* Container grows with content */
.visual-container:has(.visual-title.long-title) {
  min-height: 280px;
}

.visual-container:has(.visual-title.very-long-title) {
  min-height: 320px;
}

/* Mobile Hero Adjustments */
@media (max-width: 768px) {
  .page-hero,
  .archive-hero,
  .blog-hero,
  .taxonomy-hero {
    min-height: 240px;
  }
  .page-hero .visual-container,
  .archive-hero .visual-container,
  .blog-hero .visual-container,
  .taxonomy-hero .visual-container {
    min-height: 240px;
    padding: 40px 0;
  }
  .visual-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem) !important;
    line-height: 1.2 !important;
  }
  .visual-container:has(.visual-title.long-title) {
    min-height: 400px;
  }
  .visual-container:has(.visual-title.very-long-title) {
    min-height: 440px;
  }
}
/* ==================================
   Archive Pages Improvements
   ================================== */
/* Page Hero Section - Header Overlap Prevention */
.page-hero {
  margin-top: -80px;
  padding-top: 80px;
}

/* Archive Hero Section - Header Overlap Prevention */
.archive-hero {
  margin-top: -80px;
  padding-top: 80px;
}

body.admin-bar .page-hero {
  margin-top: -112px;
  padding-top: 112px;
}

body.admin-bar .archive-hero {
  margin-top: -112px;
  padding-top: 112px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .archive-hero {
    margin-top: -78px;
    padding-top: 150px;
  }
}
/* Stylish Archive Title */
.archive-hero .visual-title {
  position: relative;
  font-size: 3.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #fff, #f8f8f8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.archive-hero .visual-title::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #D2691E, #FF8C00);
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(210, 105, 30, 0.3);
}

.archive-hero .visual-badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 4px 20px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Compact Archive Content */
.archive-content-section {
  padding: 40px 0;
}

/* ==================================
   ULTIMATE MINIMAL STYLISH PAGINATION
   ================================== */
/* Legacy pagination support */
.archive-pagination,
.stylish-pagination {
  margin: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(44, 62, 80, 0.08);
  padding-top: 80px;
}

.archive-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}

.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #666;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.archive-pagination .page-numbers:hover {
  color: #2C3E50;
  transform: translateY(-1px);
}

.archive-pagination .page-numbers.current {
  color: #2C3E50;
  font-weight: 600;
}

.archive-pagination .page-numbers.current::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 2px;
  background: #2C3E50;
  border-radius: 1px;
}

.archive-pagination .page-numbers.dots {
  color: #ccc;
  cursor: default;
  font-weight: 300;
}

.archive-pagination .page-numbers.dots:hover {
  color: #ccc;
  transform: none;
}

/* New component-based pagination */
.howtohouse-pagination {
  margin: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(44, 62, 80, 0.08);
  padding-top: 80px;
}

.pagination-container {
  display: flex;
  align-items: center;
  gap: 2px;
}

.pagination-container a,
.pagination-container .page-current,
.pagination-container .page-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #666;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.pagination-container a:hover {
  color: #2C3E50;
  transform: translateY(-1px);
}

.pagination-container .page-current {
  color: #2C3E50;
  font-weight: 600;
}

.pagination-container .page-current::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 2px;
  background: #2C3E50;
  border-radius: 1px;
}

.pagination-container .page-nav {
  font-size: 18px;
  font-weight: 300;
  min-width: 60px;
  margin: 0 8px;
}

.pagination-container .page-dots {
  color: #ccc;
  cursor: default;
  font-weight: 300;
}

.pagination-container .page-dots:hover {
  color: #ccc;
  transform: none;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .howtohouse-pagination,
  .archive-pagination,
  .stylish-pagination {
    margin: 60px 0 40px;
    padding-top: 60px;
  }
  .pagination-container a,
  .pagination-container .page-current,
  .pagination-container .page-dots,
  .archive-pagination .page-numbers {
    min-width: 44px;
    height: 44px;
    font-size: 14px;
  }
  .pagination-container .page-nav {
    font-size: 16px;
    min-width: 50px;
    margin: 0 4px;
  }
}
/* Mobile Archive Responsiveness */
@media (max-width: 768px) {
  .archive-hero .visual-title {
    font-size: 2.5rem;
  }
  .card-content {
    padding: 16px;
  }
  .archive-pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 2px;
    padding: 6px 8px;
  }
}
/* ==================================
   Blog & Index Page Styles
   ================================== */
/* Blog Hero Section */
.blog-hero {
  margin-top: -80px;
  padding-top: 80px;
}

body.admin-bar .blog-hero {
  margin-top: -112px;
  padding-top: 112px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .blog-hero {
    margin-top: -78px;
    padding-top: 150px;
  }
}
/* Blog Content Section */
.blog-content-section {
  padding: 40px 0;
}

/* Blog Grid Layout */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

/* Blog Card Styles */
.blog-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.blog-card .card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.blog-card .card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.blog-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-card:hover .card-image img {
  transform: scale(1.1);
}

/* Blog Card Content */
.blog-card .card-content {
  padding: 24px;
}

.blog-card .entry-header {
  margin-bottom: 16px;
}

.blog-card .card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2C3E50;
  margin-bottom: 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card .entry-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 16px;
}

.blog-card .post-date {
  background: #f8f9fa;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 500;
}

.blog-card .post-category {
  background: linear-gradient(135deg, #D2691E, #FF8C00);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

.blog-card .card-excerpt {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Mobile Blog Responsiveness */
@media (max-width: 768px) {
  .blog-hero .visual-title {
    font-size: 2.5rem;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog-card .card-content {
    padding: 20px;
  }
  .blog-card .card-image {
    height: 180px;
  }
}
@media (max-width: 480px) {
  .blog-card .card-content {
    padding: 16px;
  }
  .blog-card .card-title {
    font-size: 1.1rem;
  }
}
/* ==================================
   Taxonomy Page Styles
   ================================== */
/* Taxonomy Hero Section */
.taxonomy-hero {
  margin-top: -80px;
  padding-top: 80px;
}

body.admin-bar .taxonomy-hero {
  margin-top: -112px;
  padding-top: 112px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .taxonomy-hero {
    margin-top: -78px;
    padding-top: 150px;
  }
}
/* Taxonomy Content Section */
.taxonomy-content-section {
  padding: 40px 0;
}

.term-description-full {
  background: #f8f9fa;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 40px;
  border-left: 4px solid #D2691E;
}

.term-description-full p {
  margin-bottom: 0;
  color: #666;
  line-height: 1.6;
}

.results-summary {
  margin-bottom: 30px;
}

/* Related Areas Section */
.related-areas-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #f0f0f0;
}

.related-area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.area-tag {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  color: #2C3E50;
  padding: 10px 16px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.area-tag:hover {
  background: linear-gradient(135deg, #D2691E, #FF8C00);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(210, 105, 30, 0.3);
  border-color: #D2691E;
}

.area-tag .count {
  font-size: 0.85rem;
  margin-left: 6px;
  opacity: 0.8;
}

/* Mobile Taxonomy Responsiveness */
@media (max-width: 768px) {
  .taxonomy-hero .visual-title {
    font-size: 2.5rem;
  }
  .term-description-full {
    padding: 20px;
    margin-bottom: 30px;
  }
  .related-area-tags {
    gap: 8px;
  }
  .area-tag {
    padding: 8px 14px;
    font-size: 0.9rem;
  }
}
/* ==================================
   Animated House SVG Styles
   ================================== */
/* SVG Fallback Container */
.svg-fallback {
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #dee2e6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* Animated House SVG */
.animated-house-svg {
  width: 100%;
  height: 100%;
  /*max-width: 300px;*/
  max-height: 200px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* SVG Color Animation - Override inline styles */
.animated-house-svg * {
  stroke: #2C3E50 !important;
  stroke-width: 1.8 !important;
  fill: none !important;
  animation: house-gradient-flow 8s ease-in-out infinite;
  transform-origin: center;
}

/* Gradient Flow Animation for SVG Lines */
@keyframes house-gradient-flow {
  0% {
    stroke: #ffffff !important;
    opacity: 0.9;
    transform: scale(1);
  }
  25% {
    stroke: #a8d8ea !important;
    opacity: 1;
    transform: scale(1.02);
  }
  50% {
    stroke: #2C3E50 !important;
    opacity: 0.95;
    transform: scale(1.05);
  }
  75% {
    stroke: #7fb3d3 !important;
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    stroke: #ffffff !important;
    opacity: 0.9;
    transform: scale(1);
  }
}
/* Different animation delays for variety */
.animated-house-svg *:nth-child(2n) {
  animation-delay: 0.5s;
}

.animated-house-svg *:nth-child(3n) {
  animation-delay: 1s;
}

.animated-house-svg *:nth-child(4n) {
  animation-delay: 1.5s;
}

.animated-house-svg *:nth-child(5n) {
  animation-delay: 2s;
}

/* Hover Effects */
.card-link:hover .animated-house-svg {
  transform: scale(1.1) translateY(-5px);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.2));
}

.card-link:hover .animated-house-svg * {
  animation-duration: 4s;
  stroke-width: 2.2 !important;
}

/* Responsive SVG */
@media (max-width: 768px) {
  .animated-house-svg {
    max-width: 250px;
    max-height: 160px;
  }
  .svg-fallback {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .animated-house-svg {
    max-width: 200px;
    max-height: 130px;
  }
  .svg-fallback {
    padding: 10px;
  }
}
/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .animated-house-svg * {
    animation: none;
  }
  .animated-house-svg {
    transition: none;
  }
  .card-link:hover .animated-house-svg {
    transform: none;
  }
}
/* ==================================
   Single Page Featured Image
   ================================== */
.single-featured-image {
  margin: 30px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.single-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .single-featured-image {
    margin: 20px 0;
    border-radius: 8px;
  }
}
/* Back to Archive Button */
.back-to-archive {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

.back-to-archive .cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
}

.back-to-archive .cta-link:hover {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
}

.back-to-archive .cta-link .arrow-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.back-to-archive .cta-link:hover .arrow-icon {
  transform: translateX(-4px);
}

@media (max-width: 768px) {
  .back-to-archive {
    margin-top: 40px;
    padding-top: 30px;
  }
  .back-to-archive .cta-link {
    padding: 14px 30px;
    font-size: 14px;
  }
}
/* Back to Home Button */
.back-to-home {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

.back-to-home .cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
}

.back-to-home .cta-link:hover {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
}

.back-to-home .cta-link::before {
  content: "←";
  font-size: 18px;
  transition: transform 0.3s ease;
}

.back-to-home .cta-link:hover::before {
  transform: translateX(-4px);
}

@media (max-width: 768px) {
  .back-to-home {
    margin-top: 40px;
    padding-top: 30px;
  }
  .back-to-home .cta-link {
    padding: 14px 30px;
    font-size: 14px;
  }
}
/* ===== Instagram Feed ===== */
.instagram-section {
  padding: 80px 0;
}

.instagram-section .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #1e3a5f;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .instagram-section {
    padding: 60px 0;
  }
  .instagram-section .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.sbi_item.sbi_type_image {
  border: 1px solid #e5e5e5;
}

*,
*::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: "Zen Kaku Gothic New", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, blockquote, pre,
figure, table, fieldset {
  margin: 0;
  margin-bottom: 24px;
}

ul, ol {
  padding-left: 1.5em;
}

a {
  color: #0f1b2d;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: rgb(2.25, 4.05, 6.75);
}

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

button {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2rem;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.75rem;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.75rem;
  }
}

h5 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1rem;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.25rem;
  }
}

p {
  margin-bottom: 24px;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

small {
  font-size: 14px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 48px;
  margin-bottom: 24px;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
  margin-top: 0;
}
.entry-content p, .entry-content ul, .entry-content ol {
  margin-bottom: 24px;
}
.entry-content img {
  height: auto;
}
.entry-content a {
  word-wrap: break-word;
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site-header__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}
.site-header__logo {
  display: flex;
  align-items: center;
}
.site-header__logo a {
  display: block;
  line-height: 1;
}
.site-header__logo img {
  height: 40px;
  width: auto;
}
@media (min-width: 768px) {
  .site-header__logo img {
    height: 32px;
  }
}
.site-header__nav {
  display: none;
}
@media (min-width: 992px) {
  .site-header__nav {
    display: block;
  }
}
.site-header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}
.site-header__menu-item a {
  color: #333333;
  font-weight: 500;
  padding: 16px 0;
  position: relative;
}
.site-header__menu-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0f1b2d;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .site-header__menu-item a:hover {
    color: #0f1b2d;
  }
  .site-header__menu-item a:hover::after {
    width: 100%;
  }
}
.site-header__menu-item.current-menu-item a, .site-header__menu-item.current_page_item a {
  color: #0f1b2d;
}
.site-header__menu-item.current-menu-item a::after, .site-header__menu-item.current_page_item a::after {
  width: 100%;
}
.site-header.is-scrolled {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.menu-toggle {
  display: block;
  padding: 16px;
  z-index: 1050;
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle__icon {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333333;
  position: relative;
  transition: all 0.3s ease;
}
.menu-toggle__icon::before, .menu-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  transition: all 0.3s ease;
}
.menu-toggle__icon::before {
  top: -8px;
}
.menu-toggle__icon::after {
  bottom: -8px;
}
.menu-toggle.is-active .menu-toggle__icon {
  background-color: transparent;
}
.menu-toggle.is-active .menu-toggle__icon::before {
  top: 0;
  transform: rotate(45deg);
}
.menu-toggle.is-active .menu-toggle__icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.site-header {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  transition: all 0.4s ease;
  border-bottom: 1px solid transparent;
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header.menu-open {
  background: rgba(15, 27, 45, 0.85) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-header.menu-open .site-logo img {
  filter: brightness(1.1);
}

.site-header.menu-open .hamburger-line {
  background: rgba(255, 255, 255, 0.95);
}

.site-header.menu-open .hamburger-menu {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px;
  max-width: 100%;
  margin: 0;
  min-height: 60px;
}

.site-branding {
  flex: 1;
}

.site-logo {
  width: auto;
}

.site-logo img {
  height: 50px;
  width: auto;
  max-width: 200px;
  transition: all 0.4s ease;
}

.hamburger-menu {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hamburger-menu:hover {
  background: rgba(139, 115, 85, 0.2);
  border-color: rgba(139, 115, 85, 0.4);
  transform: scale(1.05);
}

.site-header.scrolled .hamburger-menu {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(139, 115, 85, 0.2);
}

.site-header.scrolled .hamburger-menu:hover {
  background: rgba(139, 115, 85, 0.15);
  border-color: rgba(139, 115, 85, 0.5);
  transform: scale(1.05);
}

.site-header.scrolled .hamburger-line {
  background: #333;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.site-header.scrolled .hamburger-line::after {
  background: linear-gradient(90deg, #333 0%, #8B7355 50%, #333 100%);
}

.hamburger-line {
  width: 26px;
  height: 2.5px;
  background: #ffffff;
  margin: 4px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  position: relative;
}

.hamburger-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, #8B7355 50%, #ffffff 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 2px;
}

.hamburger-menu:hover .hamburger-line::after {
  opacity: 0.3;
}

.hamburger-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  pointer-events: auto;
  position: relative;
  z-index: 10000;
}

.site-header.menu-open .hamburger-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10001;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(15, 27, 45, 0.95);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 9999;
  display: none;
  transition: all 0.4s ease;
}

body.admin-bar .nav-overlay {
  top: 0;
  height: 100vh;
}

@media screen and (max-width: 782px) {
  body.admin-bar .nav-overlay {
    top: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  body.admin-bar .nav-overlay {
    top: 0;
    height: 100vh;
  }
}
.nav-overlay::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background-image: url("assets/images/logo_outline_animated_loop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}

.nav-overlay.active {
  display: block;
}

.nav-menu-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 120px 60px 40px;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  justify-content: flex-start;
}

body.admin-bar .nav-menu-container {
  padding-top: 152px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .nav-menu-container {
    padding-top: 166px;
  }
}
@media screen and (max-width: 768px) {
  .nav-menu-container {
    padding: 100px 30px 30px;
  }
  body.admin-bar .nav-menu-container {
    padding-top: 146px;
  }
}
.nav-close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.nav-close-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}

.close-line {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.close-line:nth-child(1) {
  transform: rotate(45deg);
}

.close-line:nth-child(2) {
  transform: rotate(-45deg);
}

.nav-menu {
  list-style: none;
  padding: 60px 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.nav-menu li {
  margin: 0;
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.nav-menu li:nth-child(1) {
  animation-delay: 0.1s;
}

.nav-menu li:nth-child(2) {
  animation-delay: 0.2s;
}

.nav-menu li:nth-child(3) {
  animation-delay: 0.3s;
}

.nav-menu li:nth-child(4) {
  animation-delay: 0.4s;
}

.nav-menu li:nth-child(5) {
  animation-delay: 0.5s;
}

.nav-menu a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 32px;
  font-weight: 200;
  letter-spacing: -0.5px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .nav-menu a {
    font-size: 24px;
    font-weight: 500;
    padding: 0.6rem 1rem;
  }
}
.nav-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-menu a:hover {
  color: rgb(255, 255, 255);
  transform: translateX(8px);
}

.nav-menu a:hover::before {
  width: 60px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-footer {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}

.nav-company-info {
  margin-bottom: 30px;
  text-align: center;
}

.nav-company-name {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-company-details {
  color: rgba(255, 255, 255, 0.7);
}

.nav-company-details p {
  margin: 8px 0;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.3px;
}

.nav-company-details .company-name {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.nav-company-details .company-address {
  font-size: 12px;
}

.nav-company-details .company-tel {
  font-size: 13px;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .nav-company-name {
    font-size: 16px;
  }
  .nav-company-details .company-name {
    font-size: 16px;
  }
  .nav-company-details .company-address {
    font-size: 14px;
  }
  .nav-company-details .company-tel {
    font-size: 15px;
  }
}
.nav-copyright {
  text-align: center;
}

.nav-copyright p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.5px;
}

.site-identity {
  display: flex;
  flex-direction: column;
}

.site-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #333;
  letter-spacing: 0.5px;
}

.site-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-title a:hover {
  color: #666;
}

.site-description {
  font-size: 12px;
  margin: 2px 0 0 0;
  color: #888;
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .nav-menu {
    z-index: 10;
    position: relative;
  }
  .nav-menu a {
    font-size: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
  .nav-overlay::before {
    width: 85%;
    height: 85%;
    opacity: 0.1;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    padding: 8px 20px;
    min-height: 50px;
  }
  .site-logo img {
    height: 36px;
    max-width: 140px;
  }
  .hamburger-menu {
    width: 44px;
    height: 44px;
  }
  .hamburger-line {
    width: 20px;
    height: 2px;
    margin: 3px 0;
  }
  .nav-close-btn {
    top: 15px;
    right: 20px;
    width: 44px;
    height: 44px;
  }
  .nav-overlay::before {
    width: 95%;
    height: 95%;
    opacity: 0.15;
  }
  .nav-menu-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 70px 20px 30px !important;
    height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  body.admin-bar .nav-menu-container {
    padding-top: 116px !important;
  }
  .nav-menu {
    display: block !important;
    z-index: 10;
    position: relative;
    list-style: none;
    padding: 20px 0;
    margin: 0;
    flex-shrink: 0;
  }
  .nav-menu li {
    opacity: 1 !important;
    margin: 0;
    animation: none;
  }
  .nav-menu a {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    display: block;
    padding: 12px 0;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
  }
  .nav-menu a:hover {
    color: rgb(255, 255, 255) !important;
    transform: translateX(8px);
  }
  .nav-company-info {
    margin-bottom: 20px;
    flex-shrink: 0;
  }
  .nav-company-name {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .nav-company-details p {
    font-size: 11px;
    margin: 6px 0;
    line-height: 1.5;
  }
  .nav-company-details .company-name {
    font-size: 12px;
  }
  .nav-company-details .company-address {
    font-size: 10px;
  }
  .nav-company-details .company-tel {
    font-size: 11px;
  }
  .nav-copyright p {
    font-size: 11px;
  }
  .nav-footer {
    padding-top: 20px;
    margin-top: auto;
    flex-shrink: 0;
  }
}
.site-footer {
  background-color: #333333;
  color: #ffffff;
  padding: 64px 0 24px;
  margin-top: 64px;
}
.site-footer__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.site-footer__widgets {
  display: grid;
  gap: 32px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .site-footer__widgets {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .site-footer__widgets {
    grid-template-columns: repeat(4, 1fr);
  }
}
.site-footer__widget h3 {
  font-size: 1.125rem;
  margin-bottom: 24px;
  color: #ffffff;
}
.site-footer__widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__widget li {
  margin-bottom: 16px;
}
.site-footer__widget a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .site-footer__widget a:hover {
    color: #ffffff;
  }
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.site-footer__copyright {
  margin: 0;
}

.site-footer {
  background: linear-gradient(135deg, #050d1a 0%, #0a1628 50%, #0f1b2d 100%);
  color: #fff;
  padding: 60px 0 20px 0;
  position: relative;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 50% 1fr 1fr;
  gap: 40px;
}

.footer-section h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}

.footer-contact {
  margin-top: 16px;
  color: #fff;
}
.footer-contact p {
  color: #fff;
}

.footer-menu {
  list-style: none;
}
.footer-menu li {
  margin-bottom: 10px;
}
.footer-menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-menu a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #e74c3c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 3px 10px rgba(231, 76, 60, 0.3);
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.5);
}

@media screen and (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .back-to-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
  }
}
.entry-content,
.page-content,
.post-content,
.editor-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 48px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  font-weight: 700;
  color: #222;
  line-height: 1.4;
  margin-top: 48px;
  margin-bottom: 24px;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child,
.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child,
.editor-content h1:first-child,
.editor-content h2:first-child,
.editor-content h3:first-child,
.editor-content h4:first-child,
.editor-content h5:first-child,
.editor-content h6:first-child {
  margin-top: 0;
}
.entry-content h1,
.page-content h1,
.post-content h1,
.editor-content h1 {
  font-size: 2rem;
  padding-bottom: 16px;
  border-bottom: 3px solid #0f1b2d;
}
@media (min-width: 768px) {
  .entry-content h1,
  .page-content h1,
  .post-content h1,
  .editor-content h1 {
    font-size: 2.5rem;
  }
}
.entry-content h2,
.page-content h2,
.post-content h2,
.editor-content h2 {
  font-size: 1.75rem;
  padding-bottom: 16px;
  border-bottom: 2px solid #0f1b2d;
}
@media (min-width: 768px) {
  .entry-content h2,
  .page-content h2,
  .post-content h2,
  .editor-content h2 {
    font-size: 2rem;
  }
}
.entry-content h3,
.page-content h3,
.post-content h3,
.editor-content h3 {
  font-size: 1.5rem;
  padding-left: 16px;
  border-left: 4px solid #0f1b2d;
}
@media (min-width: 768px) {
  .entry-content h3,
  .page-content h3,
  .post-content h3,
  .editor-content h3 {
    font-size: 1.75rem;
  }
}
.entry-content h4,
.page-content h4,
.post-content h4,
.editor-content h4 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .entry-content h4,
  .page-content h4,
  .post-content h4,
  .editor-content h4 {
    font-size: 1.5rem;
  }
}
.entry-content h5,
.page-content h5,
.post-content h5,
.editor-content h5 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .entry-content h5,
  .page-content h5,
  .post-content h5,
  .editor-content h5 {
    font-size: 1.25rem;
  }
}
.entry-content h6,
.page-content h6,
.post-content h6,
.editor-content h6 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .entry-content h6,
  .page-content h6,
  .post-content h6,
  .editor-content h6 {
    font-size: 1.125rem;
  }
}
.entry-content p,
.page-content p,
.post-content p,
.editor-content p {
  margin-bottom: 24px;
  line-height: 1.8;
}
.entry-content p:last-child,
.page-content p:last-child,
.post-content p:last-child,
.editor-content p:last-child {
  margin-bottom: 0;
}
.entry-content a,
.page-content a,
.post-content a,
.editor-content a {
  color: #0f1b2d;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.entry-content a:hover,
.page-content a:hover,
.post-content a:hover,
.editor-content a:hover {
  color: rgb(2.25, 4.05, 6.75);
}
.entry-content a:visited,
.page-content a:visited,
.post-content a:visited,
.editor-content a:visited {
  color: hsl(216, 50%, -3.2352941176%);
}
.entry-content strong, .entry-content b,
.page-content strong,
.page-content b,
.post-content strong,
.post-content b,
.editor-content strong,
.editor-content b {
  font-weight: 700;
}
.entry-content em, .entry-content i,
.page-content em,
.page-content i,
.post-content em,
.post-content i,
.editor-content em,
.editor-content i {
  font-style: italic;
}
.entry-content ul, .entry-content ol,
.page-content ul,
.page-content ol,
.post-content ul,
.post-content ol,
.editor-content ul,
.editor-content ol {
  margin: 24px 0;
  padding-left: 32px;
  line-height: 1.8;
}
.entry-content ul li, .entry-content ol li,
.page-content ul li,
.page-content ol li,
.post-content ul li,
.post-content ol li,
.editor-content ul li,
.editor-content ol li {
  margin-bottom: 8px;
  list-style: disc;
}
.entry-content ol li,
.page-content ol li,
.post-content ol li,
.editor-content ol li {
  list-style: decimal;
}
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol,
.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol,
.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol,
.editor-content ul ul,
.editor-content ul ol,
.editor-content ol ul,
.editor-content ol ol {
  margin: 8px 0;
  padding-left: 24px;
}
.entry-content img,
.page-content img,
.post-content img,
.editor-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 32px 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.entry-content img.alignleft,
.page-content img.alignleft,
.post-content img.alignleft,
.editor-content img.alignleft {
  float: left;
  margin: 16px 24px 16px 0;
}
.entry-content img.alignright,
.page-content img.alignright,
.post-content img.alignright,
.editor-content img.alignright {
  float: right;
  margin: 16px 0 16px 24px;
}
.entry-content img.aligncenter,
.page-content img.aligncenter,
.post-content img.aligncenter,
.editor-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content figure,
.page-content figure,
.post-content figure,
.editor-content figure {
  margin: 32px 0;
}
.entry-content figure img,
.page-content figure img,
.post-content figure img,
.editor-content figure img {
  margin: 0;
}
.entry-content figure figcaption,
.page-content figure figcaption,
.post-content figure figcaption,
.editor-content figure figcaption {
  font-size: 0.875rem;
  color: #666666;
  text-align: center;
  margin-top: 16px;
  padding: 8px 16px;
  background-color: #f8f9fa;
  border-radius: 4px;
}
.entry-content blockquote,
.page-content blockquote,
.post-content blockquote,
.editor-content blockquote {
  margin: 32px 0;
  padding: 24px 32px;
  background-color: #f8f9fa;
  border-left: 4px solid #0f1b2d;
  font-style: italic;
  position: relative;
}
.entry-content blockquote p:last-child,
.page-content blockquote p:last-child,
.post-content blockquote p:last-child,
.editor-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content blockquote cite,
.page-content blockquote cite,
.post-content blockquote cite,
.editor-content blockquote cite {
  display: block;
  margin-top: 16px;
  font-size: 0.875rem;
  color: #666666;
  font-style: normal;
}
.entry-content blockquote cite::before,
.page-content blockquote cite::before,
.post-content blockquote cite::before,
.editor-content blockquote cite::before {
  content: "— ";
}
.entry-content pre,
.page-content pre,
.post-content pre,
.editor-content pre {
  margin: 32px 0;
  padding: 24px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow-x: auto;
  line-height: 1.6;
}
.entry-content pre code,
.page-content pre code,
.post-content pre code,
.editor-content pre code {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 0.875rem;
}
.entry-content code,
.page-content code,
.post-content code,
.editor-content code {
  background-color: #f5f5f5;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  color: #d63384;
}
.entry-content table,
.page-content table,
.post-content table,
.editor-content table {
  width: 100%;
  margin: 32px 0;
  border-collapse: collapse;
  background-color: #ffffff;
  font-size: 0.9em;
  line-height: 1.6;
}
.entry-content table th, .entry-content table td,
.page-content table th,
.page-content table td,
.post-content table th,
.post-content table td,
.editor-content table th,
.editor-content table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
.entry-content table thead th,
.page-content table thead th,
.post-content table thead th,
.editor-content table thead th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #ccc;
}
.entry-content table tbody tr,
.page-content table tbody tr,
.post-content table tbody tr,
.editor-content table tbody tr {
  background-color: #ffffff;
}
.entry-content table tbody tr:nth-child(even),
.page-content table tbody tr:nth-child(even),
.post-content table tbody tr:nth-child(even),
.editor-content table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.entry-content table tbody td,
.page-content table tbody td,
.post-content table tbody td,
.editor-content table tbody td {
  color: #333;
}
.entry-content table tfoot td,
.entry-content table tfoot th,
.page-content table tfoot td,
.page-content table tfoot th,
.post-content table tfoot td,
.post-content table tfoot th,
.editor-content table tfoot td,
.editor-content table tfoot th {
  background-color: #f8f9fa;
  font-weight: 600;
  border-top: 2px solid #ccc;
}
@media (max-width: 767px) {
  .entry-content table,
  .page-content table,
  .post-content table,
  .editor-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .entry-content table thead, .entry-content table tbody, .entry-content table tfoot, .entry-content table tr, .entry-content table th, .entry-content table td,
  .page-content table thead,
  .page-content table tbody,
  .page-content table tfoot,
  .page-content table tr,
  .page-content table th,
  .page-content table td,
  .post-content table thead,
  .post-content table tbody,
  .post-content table tfoot,
  .post-content table tr,
  .post-content table th,
  .post-content table td,
  .editor-content table thead,
  .editor-content table tbody,
  .editor-content table tfoot,
  .editor-content table tr,
  .editor-content table th,
  .editor-content table td {
    display: block;
  }
  .entry-content table thead tr,
  .page-content table thead tr,
  .post-content table thead tr,
  .editor-content table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .entry-content table tr,
  .page-content table tr,
  .post-content table tr,
  .editor-content table tr {
    border: 1px solid #ddd;
    margin-bottom: 10px;
  }
  .entry-content table td,
  .page-content table td,
  .post-content table td,
  .editor-content table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .entry-content table td:before,
  .page-content table td:before,
  .post-content table td:before,
  .editor-content table td:before {
    position: absolute;
    left: 12px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 600;
    content: attr(data-label);
  }
  .entry-content table td:last-child,
  .page-content table td:last-child,
  .post-content table td:last-child,
  .editor-content table td:last-child {
    border-bottom: 0;
  }
}
.entry-content .table-wrapper,
.entry-content .wp-block-table,
.page-content .table-wrapper,
.page-content .wp-block-table,
.post-content .table-wrapper,
.post-content .wp-block-table,
.editor-content .table-wrapper,
.editor-content .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 32px 0;
}
.entry-content .table-wrapper table,
.entry-content .wp-block-table table,
.page-content .table-wrapper table,
.page-content .wp-block-table table,
.post-content .table-wrapper table,
.post-content .wp-block-table table,
.editor-content .table-wrapper table,
.editor-content .wp-block-table table {
  margin: 0;
}
.entry-content .table-wrapper,
.page-content .table-wrapper,
.post-content .table-wrapper,
.editor-content .table-wrapper {
  position: relative;
}
.entry-content .table-wrapper::before, .entry-content .table-wrapper::after,
.page-content .table-wrapper::before,
.page-content .table-wrapper::after,
.post-content .table-wrapper::before,
.post-content .table-wrapper::after,
.editor-content .table-wrapper::before,
.editor-content .table-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.entry-content .table-wrapper::before,
.page-content .table-wrapper::before,
.post-content .table-wrapper::before,
.editor-content .table-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.entry-content .table-wrapper::after,
.page-content .table-wrapper::after,
.post-content .table-wrapper::after,
.editor-content .table-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.entry-content .table-wrapper.scrolled-left::before,
.page-content .table-wrapper.scrolled-left::before,
.post-content .table-wrapper.scrolled-left::before,
.editor-content .table-wrapper.scrolled-left::before {
  opacity: 1;
}
.entry-content .table-wrapper.scrolled-right::after,
.page-content .table-wrapper.scrolled-right::after,
.post-content .table-wrapper.scrolled-right::after,
.editor-content .table-wrapper.scrolled-right::after {
  opacity: 1;
}
.entry-content hr,
.page-content hr,
.post-content hr,
.editor-content hr {
  margin: 48px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}
.entry-content iframe,
.entry-content video,
.entry-content embed,
.entry-content object,
.page-content iframe,
.page-content video,
.page-content embed,
.page-content object,
.post-content iframe,
.post-content video,
.post-content embed,
.post-content object,
.editor-content iframe,
.editor-content video,
.editor-content embed,
.editor-content object {
  max-width: 100%;
  margin: 32px 0;
  border-radius: 8px;
}
.entry-content .wp-embedded-content,
.page-content .wp-embedded-content,
.post-content .wp-embedded-content,
.editor-content .wp-embedded-content {
  max-width: 100%;
}
.entry-content .gallery,
.page-content .gallery,
.post-content .gallery,
.editor-content .gallery {
  display: grid;
  gap: 24px;
  margin: 32px 0;
}
.entry-content .gallery.gallery-columns-2,
.page-content .gallery.gallery-columns-2,
.post-content .gallery.gallery-columns-2,
.editor-content .gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.entry-content .gallery.gallery-columns-3,
.page-content .gallery.gallery-columns-3,
.post-content .gallery.gallery-columns-3,
.editor-content .gallery.gallery-columns-3 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .entry-content .gallery.gallery-columns-3,
  .page-content .gallery.gallery-columns-3,
  .post-content .gallery.gallery-columns-3,
  .editor-content .gallery.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.entry-content .gallery.gallery-columns-4,
.page-content .gallery.gallery-columns-4,
.post-content .gallery.gallery-columns-4,
.editor-content .gallery.gallery-columns-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .entry-content .gallery.gallery-columns-4,
  .page-content .gallery.gallery-columns-4,
  .post-content .gallery.gallery-columns-4,
  .editor-content .gallery.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.entry-content .gallery .gallery-item img,
.page-content .gallery .gallery-item img,
.post-content .gallery .gallery-item img,
.editor-content .gallery .gallery-item img {
  margin: 0;
  box-shadow: none;
}
.entry-content .gallery .gallery-caption,
.page-content .gallery .gallery-caption,
.post-content .gallery .gallery-caption,
.editor-content .gallery .gallery-caption {
  font-size: 0.875rem;
  color: #666666;
  margin-top: 8px;
}
.entry-content .wp-block-image,
.page-content .wp-block-image,
.post-content .wp-block-image,
.editor-content .wp-block-image {
  margin: 32px 0;
}
.entry-content .wp-block-image img,
.page-content .wp-block-image img,
.post-content .wp-block-image img,
.editor-content .wp-block-image img {
  margin: 0;
}
.entry-content .wp-block-image figcaption,
.page-content .wp-block-image figcaption,
.post-content .wp-block-image figcaption,
.editor-content .wp-block-image figcaption {
  font-size: 0.875rem;
  color: #666666;
  text-align: center;
  margin-top: 16px;
}
.entry-content .wp-block-quote,
.page-content .wp-block-quote,
.post-content .wp-block-quote,
.editor-content .wp-block-quote {
  margin: 32px 0;
  padding: 24px 32px;
  background-color: #f8f9fa;
  border-left: 4px solid #0f1b2d;
  font-style: italic;
}
.entry-content .wp-block-pullquote,
.page-content .wp-block-pullquote,
.post-content .wp-block-pullquote,
.editor-content .wp-block-pullquote {
  margin: 48px 0;
  padding: 32px;
  border-top: 4px solid #0f1b2d;
  border-bottom: 4px solid #0f1b2d;
  text-align: center;
}
.entry-content .wp-block-pullquote blockquote,
.page-content .wp-block-pullquote blockquote,
.post-content .wp-block-pullquote blockquote,
.editor-content .wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 1.25rem;
}
.entry-content .wp-block-code,
.page-content .wp-block-code,
.post-content .wp-block-code,
.editor-content .wp-block-code {
  margin: 32px 0;
}
.entry-content .wp-block-code code,
.page-content .wp-block-code code,
.post-content .wp-block-code code,
.editor-content .wp-block-code code {
  display: block;
  padding: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow-x: auto;
}
.entry-content .wp-block-separator,
.page-content .wp-block-separator,
.post-content .wp-block-separator,
.editor-content .wp-block-separator {
  margin: 48px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}
.entry-content .wp-block-separator.is-style-wide,
.page-content .wp-block-separator.is-style-wide,
.post-content .wp-block-separator.is-style-wide,
.editor-content .wp-block-separator.is-style-wide {
  border-top-width: 2px;
}
.entry-content .wp-block-separator.is-style-dots,
.page-content .wp-block-separator.is-style-dots,
.post-content .wp-block-separator.is-style-dots,
.editor-content .wp-block-separator.is-style-dots {
  border: none;
  text-align: center;
}
.entry-content .wp-block-separator.is-style-dots::before,
.page-content .wp-block-separator.is-style-dots::before,
.post-content .wp-block-separator.is-style-dots::before,
.editor-content .wp-block-separator.is-style-dots::before {
  content: "···";
  color: #666666;
  font-size: 1.5rem;
  letter-spacing: 1em;
}
.entry-content .wp-block-button,
.page-content .wp-block-button,
.post-content .wp-block-button,
.editor-content .wp-block-button {
  margin: 24px 0;
}
.entry-content .wp-block-button .wp-block-button__link,
.page-content .wp-block-button .wp-block-button__link,
.post-content .wp-block-button .wp-block-button__link,
.editor-content .wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 16px 32px;
  background-color: #0f1b2d;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
.entry-content .wp-block-button .wp-block-button__link:hover,
.page-content .wp-block-button .wp-block-button__link:hover,
.post-content .wp-block-button .wp-block-button__link:hover,
.editor-content .wp-block-button .wp-block-button__link:hover {
  background-color: rgb(2.25, 4.05, 6.75);
}
.entry-content .wp-block-columns,
.page-content .wp-block-columns,
.post-content .wp-block-columns,
.editor-content .wp-block-columns {
  display: grid;
  gap: 32px;
  margin: 32px 0;
}
@media (min-width: 768px) {
  .entry-content .wp-block-columns,
  .page-content .wp-block-columns,
  .post-content .wp-block-columns,
  .editor-content .wp-block-columns {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.entry-content .wp-block-column,
.page-content .wp-block-column,
.post-content .wp-block-column,
.editor-content .wp-block-column {
  flex: 1;
}
.entry-content .wp-block-embed,
.page-content .wp-block-embed,
.post-content .wp-block-embed,
.editor-content .wp-block-embed {
  margin: 32px 0;
}
.entry-content .wp-block-embed .wp-block-embed__wrapper,
.page-content .wp-block-embed .wp-block-embed__wrapper,
.post-content .wp-block-embed .wp-block-embed__wrapper,
.editor-content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.entry-content .wp-block-embed .wp-block-embed__wrapper iframe,
.page-content .wp-block-embed .wp-block-embed__wrapper iframe,
.post-content .wp-block-embed .wp-block-embed__wrapper iframe,
.editor-content .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.entry-content .has-text-align-center,
.page-content .has-text-align-center,
.post-content .has-text-align-center,
.editor-content .has-text-align-center {
  text-align: center;
}
.entry-content .has-text-align-left,
.page-content .has-text-align-left,
.post-content .has-text-align-left,
.editor-content .has-text-align-left {
  text-align: left;
}
.entry-content .has-text-align-right,
.page-content .has-text-align-right,
.post-content .has-text-align-right,
.editor-content .has-text-align-right {
  text-align: right;
}
.entry-content .notice-box,
.page-content .notice-box,
.post-content .notice-box,
.editor-content .notice-box {
  padding: 24px 32px;
  margin: 32px 0;
  border-radius: 8px;
  border-left: 4px solid;
}
.entry-content .notice-box--info,
.page-content .notice-box--info,
.post-content .notice-box--info,
.editor-content .notice-box--info {
  background-color: #e3f2fd;
  border-color: #2196f3;
}
.entry-content .notice-box--success,
.page-content .notice-box--success,
.post-content .notice-box--success,
.editor-content .notice-box--success {
  background-color: #e8f5e9;
  border-color: #4caf50;
}
.entry-content .notice-box--warning,
.page-content .notice-box--warning,
.post-content .notice-box--warning,
.editor-content .notice-box--warning {
  background-color: #fff3e0;
  border-color: #ff9800;
}
.entry-content .notice-box--danger,
.page-content .notice-box--danger,
.post-content .notice-box--danger,
.editor-content .notice-box--danger {
  background-color: #ffebee;
  border-color: #f44336;
}
.entry-content::after,
.page-content::after,
.post-content::after,
.editor-content::after {
  content: "";
  display: table;
  clear: both;
}

.company-sns {
  margin: 48px 0;
}
.company-sns .section-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #0f1b2d;
}

.sns-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
table .sns-links {
  gap: 8px;
}

.sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f9fa;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.sns-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.sns-link .sns-icon {
  width: 20px;
  height: 20px;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.sns-link:hover .sns-icon {
  filter: brightness(0) invert(1);
}
.sns-link .sns-icon-text {
  font-size: 0.75rem;
  font-weight: 700;
}
.company-sns .sns-link {
  width: 48px;
  height: 48px;
}
.company-sns .sns-link .sns-icon {
  width: 24px;
  height: 24px;
}
.sns-link.sns-facebook:hover {
  background-color: #1877f2;
  color: #ffffff;
}
.sns-link.sns-twitter:hover {
  background-color: #000000;
  color: #ffffff;
}
.sns-link.sns-instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
}
.sns-link.sns-pinterest:hover {
  background-color: #e60023;
  color: #ffffff;
}
.sns-link.sns-line:hover {
  background-color: #06c755;
  color: #ffffff;
}
@media (min-width: 768px) {
  .sns-link {
    width: 56px;
    height: 56px;
  }
  .sns-link .sns-icon {
    width: 28px;
    height: 28px;
  }
}

.sns-links--labeled .sns-link {
  width: auto;
  height: auto;
  padding: 16px 24px;
  border-radius: 8px;
  gap: 8px;
}
.sns-links--labeled .sns-link .sns-icon {
  width: 20px;
  height: 20px;
}
.sns-links--labeled .sns-link .sns-icon-text {
  font-size: 0.875rem;
}

.sns-links--vertical {
  flex-direction: column;
  align-items: stretch;
}
.sns-links--vertical .sns-link {
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 16px 24px;
  border-radius: 8px;
  justify-content: flex-start;
  gap: 16px;
}
.sns-links--vertical .sns-link .sns-icon {
  width: 24px;
  height: 24px;
}

.company-results {
  margin: 64px 0;
  padding: 48px 0;
  border-top: 1px solid #e0e0e0;
}
.company-results .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .company-results .section-title {
    font-size: 1.75rem;
  }
}
.company-results .section-title .count {
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
}

.result-grid {
  display: grid;
  gap: 32px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .result-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .result-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.result-grid__more {
  text-align: center;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
}

.result-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.result-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.result-card__thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #f8f9fa;
}
.result-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.result-card__thumbnail:hover img {
  transform: scale(1.05);
}
.result-card__thumbnail--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}
.result-card__thumbnail--placeholder .placeholder-icon {
  color: #666666;
  font-size: 0.875rem;
}
.result-card__content {
  padding: 24px;
}
.result-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
}
@media (min-width: 768px) {
  .result-card__title {
    font-size: 1.25rem;
  }
}
.result-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  padding: 16px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.result-card__meta-item {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
.result-card__meta-item .label {
  color: #666666;
  font-weight: 400;
}
.result-card__meta-item .value {
  font-weight: 700;
  color: #333333;
}
.result-card__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.result-card__tags .tag {
  display: inline-block;
  padding: 4px 16px;
  background-color: #f8f9fa;
  color: #333333;
  font-size: 0.75rem;
  border-radius: 4px;
  font-weight: 400;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
.button--outline {
  background-color: transparent;
  color: #0f1b2d;
  border: 2px solid #0f1b2d;
}
.button--outline:hover {
  background-color: #0f1b2d;
  color: #ffffff;
}
.button--primary {
  background-color: #0f1b2d;
  color: #ffffff;
}
.button--primary:hover {
  background-color: rgb(2.25, 4.05, 6.75);
}

.no-results {
  text-align: center;
  padding: 64px 0;
}
.no-results__message {
  color: #666666;
  font-size: 1rem;
}

/* ===================================
   News List - Vertical List Layout
   =================================== */
/**
 * お知らせ一覧のスタイル定義
 * カード形式から縦積みリスト形式に変更
 */
/* ===== News Section - Simple & Stylish ===== */
.news-section {
  padding: 64px 0;
}

.news-section .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #1e3a5f;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: -0.01em;
}

/* ===== News List Container ===== */
.news-list {
  max-width: 800px;
  margin: 0 auto;
}

/* ===== News Item ===== */
.news-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.3s ease;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item:hover {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 -20px;
  padding: 24px 20px;
  border-radius: 8px;
}

/* ===== News Date ===== */
.news-date {
  flex-shrink: 0;
  width: 80px;
  font-size: 13px;
  color: #888;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ===== News Content ===== */
.news-content {
  flex: 1;
  min-width: 0;
}

.news-title {
  margin: 0 0 8px 0;
}

.news-title a {
  color: #333;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
  display: block;
}

.news-title a:hover {
  color: #8B7355;
}

.news-excerpt {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* ===== More Link ===== */
.news-more {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
}

.news-more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
}

.news-more-link .arrow-icon {
  transition: transform 0.3s ease;
}

.news-more-link:hover {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
  color: #fff;
}

.news-more-link:hover .arrow-icon {
  transform: translateX(4px);
}

/* ===== Pagination ===== */
.news-pagination {
  max-width: 800px;
  margin: 40px auto 0;
  padding-top: 30px;
}

/* ===================================
   Responsive Design
   =================================== */
@media screen and (max-width: 768px) {
  .news-section {
    padding: 60px 0;
  }
  .news-section .section-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .news-item {
    flex-direction: column;
    gap: 12px;
    padding: 20px 0;
  }
  .news-item:hover {
    margin: 0 -16px;
    padding: 20px 16px;
  }
  .news-date {
    width: auto;
    font-size: 12px;
  }
  .news-title a {
    font-size: 15px;
  }
  .news-excerpt {
    font-size: 13px;
  }
}
.card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (hover: hover) {
  .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
  }
}
.card__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  position: relative;
}
.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.card__image > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card__image img {
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .card__image:hover img {
    transform: scale(1.05);
  }
}
.card__body {
  padding: 24px;
}
.card__title {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.card__title a {
  color: #333333;
  text-decoration: none;
}
@media (hover: hover) {
  .card__title a:hover {
    color: #0f1b2d;
  }
}
.card__excerpt {
  font-size: 16px;
  color: #666666;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  color: #666666;
}
.card__date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.card__category {
  display: inline-block;
  padding: 8px 16px;
  background-color: #0f1b2d;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
}
@media (hover: hover) {
  .card__category:hover {
    background-color: rgb(2.25, 4.05, 6.75);
  }
}
@media (min-width: 768px) {
  .card--horizontal {
    display: flex;
  }
  .card--horizontal .card__image {
    width: 40%;
    flex-shrink: 0;
  }
  .card--horizontal .card__body {
    flex: 1;
  }
}

.company-card {
  background: #0f1b2d;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  color: #fff;
}
.company-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(139, 115, 85, 0.15);
}
.company-card:hover .card-image img {
  transform: scale(1.05);
}
@media print {
  .company-card {
    break-inside: avoid;
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
}

.company-grid,
.companies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .company-grid,
  .companies-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.company-thumbnail {
  overflow: hidden;
  height: 200px;
}
.company-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .company-thumbnail {
    height: 150px;
  }
}

.company-content {
  padding: 25px;
}
.company-content h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.company-content h3 a {
  color: #333;
  text-decoration: none;
}
.company-content h3 a:hover {
  color: #0f1b2d;
}
@media (max-width: 767px) {
  .company-content {
    padding: 15px;
  }
}

.company-excerpt {
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.5;
}

.company-meta {
  margin: 15px 0;
}

.company-actions {
  margin-top: 15px;
  text-align: center;
}

.company-info-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .company-info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.company-details {
  margin: 40px 0;
}

.result-card {
  background: #0f1b2d;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  color: #fff;
}
.result-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(139, 115, 85, 0.15);
}
.result-card:hover .card-image img {
  transform: scale(1.05);
}
@media print {
  .result-card {
    break-inside: avoid;
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
}

.result-grid,
.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .result-grid,
  .results-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.result-thumbnail {
  overflow: hidden;
  height: 200px;
}
.result-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .result-thumbnail {
    height: 150px;
  }
}

.result-content {
  padding: 25px;
}
.result-content h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.result-content h3 a {
  color: #333;
  text-decoration: none;
}
.result-content h3 a:hover {
  color: #0f1b2d;
}
@media (max-width: 767px) {
  .result-content {
    padding: 15px;
  }
}

.result-excerpt {
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.5;
}

.result-meta,
.result-specs {
  margin: 15px 0;
}

.result-actions {
  margin-top: 15px;
  text-align: center;
}

.result-info-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .result-info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.event-card {
  background: #0f1b2d;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  color: #fff;
}
.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(139, 115, 85, 0.15);
}
.event-card:hover .card-image img {
  transform: scale(1.05);
}
@media print {
  .event-card {
    break-inside: avoid;
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
}

.event-grid,
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .event-grid,
  .events-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.event-thumbnail {
  overflow: hidden;
  height: 200px;
}
.event-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .event-thumbnail {
    height: 150px;
  }
}

.event-content {
  padding: 25px;
}
.event-content h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.event-content h3 a {
  color: #333;
  text-decoration: none;
}
.event-content h3 a:hover {
  color: #0f1b2d;
}
@media (max-width: 767px) {
  .event-content {
    padding: 15px;
  }
}

.event-excerpt {
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.5;
}

.event-meta,
.event-info {
  margin: 15px 0;
}

.event-actions {
  margin-top: 15px;
  text-align: center;
}

.event-info-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .event-info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.event-details {
  margin: 40px 0;
}

.card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card-content {
  padding: 25px;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.card-location {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  text-align: right;
}

.card-meta,
.card-specs {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #fff;
}

.card-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.meta-item,
.spec-item,
.info-item {
  margin: 5px 0;
  font-size: 14px;
  color: #666;
}
.meta-item strong,
.spec-item strong,
.info-item strong {
  color: #333;
}

.info-item.event-date {
  font-size: 16px;
  color: #d63384;
  font-weight: bold;
}

.category-labels {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: calc(100% - 24px);
}

.category-label {
  background-color: rgba(44, 62, 80, 0.9);
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  backdrop-filter: blur(4px);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}

.tile-section {
  padding: 100px 0;
}
.tile-section .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #1e3a5f;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: -0.01em;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 180px);
  gap: 2px;
  margin-bottom: 50px;
  background: #fff;
  padding: 2px;
}

.tile-item {
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tile-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.tile-item:nth-child(6) {
  grid-column: span 2;
}
.tile-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(139, 115, 85, 0.15);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}
.tile-item:hover {
  transform: scale(1.02);
  z-index: 10;
}
.tile-item:hover::before {
  opacity: 1;
}
.tile-item:hover img {
  transform: scale(1.1);
  filter: brightness(1.1) contrast(1.1);
}
.tile-item:hover .tile-overlay {
  opacity: 1;
}
.tile-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.tile-category {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 3;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
}

.tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.9) 100%);
  display: flex;
  align-items: flex-end;
  padding: 24px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}

.tile-text {
  color: white;
}
.tile-text h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: white;
}

.tile-specs {
  font-size: 12px;
  opacity: 0.9;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.tile-more {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
}

.tile-more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
}
.tile-more-link .arrow-icon {
  transition: transform 0.3s ease;
}
.tile-more-link:hover {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
  color: #fff;
}
.tile-more-link:hover .arrow-icon {
  transform: translateX(4px);
}

@media screen and (max-width: 900px) {
  .tile-section {
    padding: 60px 0;
  }
  .tile-section .section-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .tile-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 1px;
  }
  .tile-item:nth-child(1), .tile-item:nth-child(6) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media screen and (max-width: 640px) {
  .tile-section {
    padding: 40px 0;
  }
  .tile-section .section-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .tile-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 1px;
  }
  .tile-item:nth-child(1), .tile-item:nth-child(7) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .tile-item:hover {
    transform: none;
  }
  .tile-text h3 {
    font-size: 14px;
  }
  .tile-specs {
    font-size: 11px;
  }
  .tile-more-link {
    padding: 12px 30px;
    font-size: 14px;
  }
}
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.hero__content {
  text-align: center;
  color: #ffffff;
  z-index: 1;
  padding: 0 24px;
}
.hero__title {
  font-size: 2.5rem;
  margin-bottom: 32px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 4rem;
  }
}
.hero__subtitle {
  font-size: 1.25rem;
  margin-bottom: 48px;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .hero__subtitle {
    font-size: 1.5rem;
  }
}
.hero__cta {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.section {
  padding: 64px 0;
}
.section--gray {
  background-color: #f8f9fa;
}
.section__header {
  text-align: center;
  margin-bottom: 48px;
}
.section__title {
  font-size: 2rem;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 2.5rem;
  }
}
.section__subtitle {
  font-size: 1.125rem;
  color: #666666;
}
.section__content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.features {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .features {
    grid-template-columns: repeat(3, 1fr);
  }
}
.features__item {
  text-align: center;
  padding: 32px;
}
.features__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f1b2d;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.5rem;
}
.features__title {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.features__description {
  color: #666666;
}

.posts-grid {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===== Site Lead Section ===== */
.site-lead {
  padding: 60px 0;
}
.site-lead .lead-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
.site-lead .lead-description {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .site-lead .lead-title {
    font-size: 36px;
  }
  .site-lead .lead-description {
    font-size: 18px;
  }
}

.single-post__header {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e0e0e0;
}
.single-post__title {
  font-size: 2rem;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .single-post__title {
    font-size: 2.5rem;
  }
}
.single-post__meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  color: #666666;
  font-size: 0.875rem;
}
.single-post__meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-post__thumbnail {
  margin-bottom: 48px;
}
.single-post__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post__footer {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
}
.single-post__tags {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.single-post__tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: #f8f9fa;
  color: #333333;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.875rem;
  transition: background-color 0.3s ease;
}
.single-post__tag:hover {
  background-color: #0f1b2d;
  color: #ffffff;
}
.single-post__author {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
  background-color: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 48px;
}
.single-post__author-avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.single-post__author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post__author-info {
  flex: 1;
}
.single-post__author-name {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.single-post__author-bio {
  color: #666666;
  font-size: 0.875rem;
}
.single-post__navigation {
  display: grid;
  gap: 24px;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .single-post__navigation {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-post__nav-link {
  display: block;
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease;
}
.single-post__nav-link:hover {
  border-color: #0f1b2d;
  background-color: #f8f9fa;
}
.single-post__nav-link--prev {
  text-align: left;
}
.single-post__nav-link--next {
  text-align: right;
}
.single-post__nav-label {
  display: block;
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 8px;
}
.single-post__nav-title {
  display: block;
  font-weight: 700;
}

.comments-area {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid #e0e0e0;
}
.comments-area__title {
  font-size: 1.5rem;
  margin-bottom: 32px;
}

.single-featured-image {
  aspect-ratio: 3/2;
}
.single-featured-image-wrapper {
  position: relative;
  margin-bottom: 120px;
}
.single-featured-image--with-logo {
  max-width: 92%;
}
.single-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single .company-logo {
  position: absolute;
  bottom: -40px;
  right: 0;
  display: grid;
  place-content: center;
  border-radius: 12px;
  height: 140px;
  max-width: 300px;
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .single .company-logo {
    height: 120px;
    max-width: 240px;
    padding: 16px;
    font-size: 18px;
  }
}
.single .company-logo div {
  position: relative;
}
.single .company-logo img {
  width: 100%;
  height: 92px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .single .company-logo img {
    height: 72px;
  }
}
.single .result-title {
  position: absolute;
  bottom: -40px;
  right: 0;
  display: grid;
  place-content: center;
  max-width: 92%;
  border-radius: 12px;
  background-color: #fff;
  padding: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .single .result-title {
    padding: 16px;
    font-size: 20px;
  }
}

.representatives-flex {
  display: flex;
  gap: 30px;
}
.representatives-flex .representative-card {
  max-width: 250px;
  flex: 0 0 250px;
}
@media (max-width: 767px) {
  .representatives-flex .representative-card {
    max-width: calc((100% - 30px) / 2);
    flex: 0 0 calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .representatives-flex .representative-card {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.company-introduction {
  max-width: 600px;
  margin: 64px auto;
  font-weight: 700;
}

.company-body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.company-body .alignright {
  float: right;
}
.company-body .alignleft {
  float: left;
}

/* Justified Gallery スタイル */
.content-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}

.gallery-item {
  flex-grow: 1;
  height: 250px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

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

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

@media (max-width: 768px) {
  .gallery-item {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .gallery-item {
    height: 150px;
    flex-basis: 100% !important; /* スマホは1列 */
  }
}
.result-company-section .section-title,
.result-taxonomy-section .section-title,
.result-features-section .section-title,
.result-content-section .section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 48px 0 32px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0073aa;
}

.post-content.entry-content {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.post-content.entry-content img {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .post-content.entry-content {
    max-width: 100%;
  }
  .post-content.entry-content img {
    max-width: 100%;
  }
}

.page__header {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.page__title {
  font-size: 2rem;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page__title {
    font-size: 2.5rem;
  }
}
.page__thumbnail {
  margin-bottom: 48px;
}
.page__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.page__section {
  margin-bottom: 64px;
  padding: 48px 0;
}
.page__section:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.page__section-title {
  font-size: 1.75rem;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .page__section-title {
    font-size: 2rem;
  }
}
.page__section-content {
  max-width: 800px;
  margin: 0 auto;
}
.page__box {
  padding: 32px;
  margin-bottom: 32px;
  border-radius: 8px;
  background-color: #f8f9fa;
}
.page__box--bordered {
  border: 2px solid #0f1b2d;
}
.page__box--highlight {
  background-color: rgb(89.625, 133.725, 199.875);
  border-left: 4px solid #0f1b2d;
}
.page__box-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.page__columns {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .page__columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .page__columns--three {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .page__columns--four {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .page__columns--four {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page__column {
  padding: 24px;
}
.page__cta {
  text-align: center;
  padding: 48px;
  background-color: #f8f9fa;
  border-radius: 8px;
  margin: 64px 0;
}
.page__cta-title {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page__cta-title {
    font-size: 2rem;
  }
}
.page__cta-text {
  margin-bottom: 32px;
  color: #666666;
}
.page__cta-buttons {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-layout {
  display: grid;
  gap: 48px;
}
@media (min-width: 992px) {
  .page-layout {
    grid-template-columns: 2fr 1fr;
  }
}
.page-layout__main {
  min-width: 0;
}
@media (min-width: 992px) {
  .page-layout__sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
  }
}

.sidebar__widget {
  margin-bottom: 32px;
  padding: 32px;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.sidebar__widget:last-child {
  margin-bottom: 0;
}
.sidebar__widget-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #0f1b2d;
}
.sidebar__widget-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar__widget-content li {
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar__widget-content li:last-child {
  border-bottom: none;
}
.sidebar__widget-content a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.sidebar__widget-content a:hover {
  color: #0f1b2d;
}

.archive__header {
  margin-bottom: 48px;
  padding: 48px 0;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.archive__title {
  font-size: 2rem;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .archive__title {
    font-size: 2.5rem;
  }
}
.archive__description {
  color: #666666;
  font-size: 1.125rem;
  max-width: 800px;
  margin: 0 auto;
}
.archive__meta {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
  font-size: 0.875rem;
  color: #666666;
}
.archive__count {
  font-weight: 700;
  color: #0f1b2d;
}
.archive__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
  padding: 24px;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.archive__filter {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.archive__sort select {
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}
.archive__sort select:focus {
  outline: none;
  border-color: #0f1b2d;
}

.posts-archive {
  display: grid;
  gap: 32px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .posts-archive {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .posts-archive {
    grid-template-columns: repeat(3, 1fr);
  }
}
.posts-archive--list {
  grid-template-columns: 1fr;
}
.posts-archive--list .post-card {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .posts-archive--list .post-card {
    grid-template-columns: 300px 1fr;
  }
}
.posts-archive--list .post-card__thumbnail {
  height: 200px;
}
@media (min-width: 768px) {
  .posts-archive--list .post-card__thumbnail {
    height: 100%;
  }
}

.post-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.post-card__thumbnail {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: #f8f9fa;
}
.post-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.post-card__thumbnail:hover img {
  transform: scale(1.05);
}
.post-card__category {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 16px;
  background-color: #0f1b2d;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.post-card__category:hover {
  background-color: rgb(2.25, 4.05, 6.75);
}
.post-card__content {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.post-card__title {
  font-size: 1.25rem;
  margin-bottom: 16px;
  line-height: 1.4;
}
.post-card__title a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.post-card__title a:hover {
  color: #0f1b2d;
}
.post-card__excerpt {
  color: #666666;
  margin-bottom: 24px;
  line-height: 1.6;
  flex: 1;
}
.post-card__meta {
  display: flex;
  gap: 24px;
  font-size: 0.875rem;
  color: #666666;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
.post-card__meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-card__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.post-card__tag {
  padding: 2px 8px;
  background-color: #f8f9fa;
  color: #666666;
  font-size: 0.75rem;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.post-card__tag:hover {
  background-color: #0f1b2d;
  color: #ffffff;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #e0e0e0;
}
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination__link:hover {
  background-color: #0f1b2d;
  border-color: #0f1b2d;
  color: #ffffff;
}
.pagination__link--current {
  background-color: #0f1b2d;
  border-color: #0f1b2d;
  color: #ffffff;
  cursor: default;
}
.pagination__link--prev, .pagination__link--next {
  font-weight: 700;
}
.pagination__link--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination__dots {
  padding: 0 8px;
  color: #666666;
}

.tag-cloud {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.tag-cloud__item {
  padding: 8px 16px;
  background-color: #f8f9fa;
  color: #333333;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.tag-cloud__item:hover {
  background-color: #0f1b2d;
  color: #ffffff;
}
.tag-cloud__item--large {
  font-size: 1rem;
  font-weight: 700;
}
.tag-cloud__item--small {
  font-size: 0.75rem;
}

.category-list {
  display: grid;
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .category-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .category-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.category-list__item {
  padding: 32px;
  background-color: #f8f9fa;
  border-radius: 8px;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease;
}
.category-list__item:hover {
  background-color: #0f1b2d;
  color: #ffffff;
  transform: translateY(-2px);
}
.category-list__name {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.category-list__count {
  font-size: 0.875rem;
  opacity: 0.8;
}
.category-list__description {
  font-size: 0.875rem;
  margin-top: 8px;
  opacity: 0.9;
}

.no-results {
  text-align: center;
  padding: 64px 0;
}
.no-results__icon {
  font-size: 4rem;
  margin-bottom: 32px;
  opacity: 0.3;
}
.no-results__title {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.no-results__message {
  color: #666666;
  margin-bottom: 32px;
}
.no-results__suggestions {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.no-results__suggestions ul {
  list-style-position: inside;
}

.search-results__header {
  margin-bottom: 48px;
  padding: 48px;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.search-results__title {
  font-size: 2rem;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .search-results__title {
    font-size: 2.5rem;
  }
}
.search-results__query {
  color: #0f1b2d;
  font-weight: 700;
}
.search-results__meta {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  color: #666666;
  font-size: 0.875rem;
}
.search-results__count {
  font-weight: 700;
  color: #0f1b2d;
}
.search-results__form {
  margin-bottom: 48px;
  padding: 32px;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.search-results__form form {
  display: flex;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}
.search-results__form input[type=search] {
  flex: 1;
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1rem;
}
.search-results__form input[type=search]:focus {
  outline: none;
  border-color: #0f1b2d;
}
.search-results__form button {
  padding: 16px 32px;
  background-color: #0f1b2d;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.search-results__form button:hover {
  background-color: rgb(2.25, 4.05, 6.75);
}
.search-results__filters {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding: 24px;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.search-results__filter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-results__filter label {
  font-size: 0.875rem;
  color: #666666;
}
.search-results__filter select {
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}
.search-results__filter select:focus {
  outline: none;
  border-color: #0f1b2d;
}
.search-results__list {
  margin-bottom: 48px;
}
.search-results__item {
  padding: 32px;
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.search-results__item:hover {
  border-color: #0f1b2d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.search-results__item-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.search-results__item-type {
  padding: 8px 16px;
  background-color: #0f1b2d;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 4px;
}
.search-results__item-title {
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.search-results__item-title a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.search-results__item-title a:hover {
  color: #0f1b2d;
}
.search-results__item-excerpt {
  color: #666666;
  margin-bottom: 24px;
  line-height: 1.6;
}
.search-results__item-excerpt mark {
  background-color: rgb(70.5, 119.7, 193.5);
  padding: 2px 4px;
  border-radius: 2px;
  font-weight: 700;
}
.search-results__item-meta {
  display: flex;
  gap: 24px;
  font-size: 0.875rem;
  color: #666666;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
.search-results__item-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-results--no-results {
  text-align: center;
  padding: 64px 0;
}
.search-results--no-results .search-results__message {
  font-size: 1.25rem;
  color: #666666;
  margin-bottom: 48px;
}

.search-suggestions {
  margin-bottom: 48px;
  padding: 32px;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.search-suggestions__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.search-suggestions__list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.search-suggestions__item {
  padding: 8px 16px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-decoration: none;
  color: #333333;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.search-suggestions__item:hover {
  background-color: #0f1b2d;
  border-color: #0f1b2d;
  color: #ffffff;
}

.popular-searches {
  margin-top: 48px;
  padding: 32px;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.popular-searches__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.popular-searches__list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.popular-searches__item {
  padding: 8px 16px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-decoration: none;
  color: #333333;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.popular-searches__item:hover {
  background-color: #0f1b2d;
  border-color: #0f1b2d;
  color: #ffffff;
}

.search-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #e0e0e0;
}
.search-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.search-pagination__link:hover {
  background-color: #0f1b2d;
  border-color: #0f1b2d;
  color: #ffffff;
}
.search-pagination__link--current {
  background-color: #0f1b2d;
  border-color: #0f1b2d;
  color: #ffffff;
  cursor: default;
}

.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 200px);
  padding: 48px 0;
}
.error-404__container {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 24px;
}
.error-404__number {
  font-size: 8rem;
  font-weight: 700;
  color: #0f1b2d;
  line-height: 1;
  margin-bottom: 32px;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .error-404__number {
    font-size: 12rem;
  }
}
.error-404__title {
  font-size: 2rem;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .error-404__title {
    font-size: 2.5rem;
  }
}
.error-404__message {
  color: #666666;
  font-size: 1.125rem;
  margin-bottom: 48px;
  line-height: 1.6;
}
.error-404__search {
  margin-bottom: 48px;
  padding: 32px;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.error-404__search form {
  display: flex;
  gap: 16px;
  max-width: 500px;
  margin: 0 auto;
}
.error-404__search input[type=search] {
  flex: 1;
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1rem;
}
.error-404__search input[type=search]:focus {
  outline: none;
  border-color: #0f1b2d;
}
.error-404__search button {
  padding: 16px 32px;
  background-color: #0f1b2d;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.error-404__search button:hover {
  background-color: rgb(2.25, 4.05, 6.75);
}
.error-404__suggestions {
  margin-bottom: 48px;
}
.error-404__suggestions h3 {
  font-size: 1.25rem;
  margin-bottom: 24px;
}
.error-404__suggestions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.error-404__suggestions li {
  margin-bottom: 16px;
}
.error-404__suggestions a {
  color: #0f1b2d;
  text-decoration: none;
  transition: color 0.3s ease;
}
.error-404__suggestions a:hover {
  color: rgb(2.25, 4.05, 6.75);
  text-decoration: underline;
}
.error-404__actions {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.error-404__button {
  padding: 16px 32px;
  background-color: #0f1b2d;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.error-404__button:hover {
  background-color: rgb(2.25, 4.05, 6.75);
  transform: translateY(-2px);
}
.error-404__button--secondary {
  background-color: transparent;
  color: #0f1b2d;
  border: 2px solid #0f1b2d;
}
.error-404__button--secondary:hover {
  background-color: #0f1b2d;
  color: #ffffff;
}
.error-404__icon {
  font-size: 6rem;
  margin-bottom: 32px;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .error-404__icon {
    font-size: 8rem;
  }
}

.error-404-posts {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid #e0e0e0;
}
.error-404-posts__title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 32px;
}
.error-404-posts__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .error-404-posts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .error-404-posts__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-40 {
  margin: 10rem;
}

.m-48 {
  margin: 12rem;
}

.m-56 {
  margin: 14rem;
}

.m-64 {
  margin: 16rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-64 {
  margin-left: 16rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-64 {
  margin: -16rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-32 {
  padding: 8rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 12rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-64 {
  padding-left: 16rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 3.75rem;
}

.text-7xl {
  font-size: 4.5rem;
}

.text-8xl {
  font-size: 6rem;
}

.text-9xl {
  font-size: 8rem;
}

@media (min-width: 576px) {
  .sm-m-0 {
    margin: 0;
  }
  .sm-m-1 {
    margin: 0.25rem;
  }
  .sm-m-2 {
    margin: 0.5rem;
  }
  .sm-m-3 {
    margin: 0.75rem;
  }
  .sm-m-4 {
    margin: 1rem;
  }
  .sm-m-5 {
    margin: 1.25rem;
  }
  .sm-m-6 {
    margin: 1.5rem;
  }
  .sm-m-8 {
    margin: 2rem;
  }
  .sm-m-10 {
    margin: 2.5rem;
  }
  .sm-m-12 {
    margin: 3rem;
  }
  .sm-m-16 {
    margin: 4rem;
  }
  .sm-m-20 {
    margin: 5rem;
  }
  .sm-m-24 {
    margin: 6rem;
  }
  .sm-m-32 {
    margin: 8rem;
  }
  .sm-m-40 {
    margin: 10rem;
  }
  .sm-m-48 {
    margin: 12rem;
  }
  .sm-m-56 {
    margin: 14rem;
  }
  .sm-m-64 {
    margin: 16rem;
  }
  .sm-mt-0 {
    margin-top: 0;
  }
  .sm-mt-1 {
    margin-top: 0.25rem;
  }
  .sm-mt-2 {
    margin-top: 0.5rem;
  }
  .sm-mt-3 {
    margin-top: 0.75rem;
  }
  .sm-mt-4 {
    margin-top: 1rem;
  }
  .sm-mt-5 {
    margin-top: 1.25rem;
  }
  .sm-mt-6 {
    margin-top: 1.5rem;
  }
  .sm-mt-8 {
    margin-top: 2rem;
  }
  .sm-mt-10 {
    margin-top: 2.5rem;
  }
  .sm-mt-12 {
    margin-top: 3rem;
  }
  .sm-mt-16 {
    margin-top: 4rem;
  }
  .sm-mt-20 {
    margin-top: 5rem;
  }
  .sm-mt-24 {
    margin-top: 6rem;
  }
  .sm-mt-32 {
    margin-top: 8rem;
  }
  .sm-mt-40 {
    margin-top: 10rem;
  }
  .sm-mt-48 {
    margin-top: 12rem;
  }
  .sm-mt-56 {
    margin-top: 14rem;
  }
  .sm-mt-64 {
    margin-top: 16rem;
  }
  .sm-mr-0 {
    margin-right: 0;
  }
  .sm-mr-1 {
    margin-right: 0.25rem;
  }
  .sm-mr-2 {
    margin-right: 0.5rem;
  }
  .sm-mr-3 {
    margin-right: 0.75rem;
  }
  .sm-mr-4 {
    margin-right: 1rem;
  }
  .sm-mr-5 {
    margin-right: 1.25rem;
  }
  .sm-mr-6 {
    margin-right: 1.5rem;
  }
  .sm-mr-8 {
    margin-right: 2rem;
  }
  .sm-mr-10 {
    margin-right: 2.5rem;
  }
  .sm-mr-12 {
    margin-right: 3rem;
  }
  .sm-mr-16 {
    margin-right: 4rem;
  }
  .sm-mr-20 {
    margin-right: 5rem;
  }
  .sm-mr-24 {
    margin-right: 6rem;
  }
  .sm-mr-32 {
    margin-right: 8rem;
  }
  .sm-mr-40 {
    margin-right: 10rem;
  }
  .sm-mr-48 {
    margin-right: 12rem;
  }
  .sm-mr-56 {
    margin-right: 14rem;
  }
  .sm-mr-64 {
    margin-right: 16rem;
  }
  .sm-mb-0 {
    margin-bottom: 0;
  }
  .sm-mb-1 {
    margin-bottom: 0.25rem;
  }
  .sm-mb-2 {
    margin-bottom: 0.5rem;
  }
  .sm-mb-3 {
    margin-bottom: 0.75rem;
  }
  .sm-mb-4 {
    margin-bottom: 1rem;
  }
  .sm-mb-5 {
    margin-bottom: 1.25rem;
  }
  .sm-mb-6 {
    margin-bottom: 1.5rem;
  }
  .sm-mb-8 {
    margin-bottom: 2rem;
  }
  .sm-mb-10 {
    margin-bottom: 2.5rem;
  }
  .sm-mb-12 {
    margin-bottom: 3rem;
  }
  .sm-mb-16 {
    margin-bottom: 4rem;
  }
  .sm-mb-20 {
    margin-bottom: 5rem;
  }
  .sm-mb-24 {
    margin-bottom: 6rem;
  }
  .sm-mb-32 {
    margin-bottom: 8rem;
  }
  .sm-mb-40 {
    margin-bottom: 10rem;
  }
  .sm-mb-48 {
    margin-bottom: 12rem;
  }
  .sm-mb-56 {
    margin-bottom: 14rem;
  }
  .sm-mb-64 {
    margin-bottom: 16rem;
  }
  .sm-ml-0 {
    margin-left: 0;
  }
  .sm-ml-1 {
    margin-left: 0.25rem;
  }
  .sm-ml-2 {
    margin-left: 0.5rem;
  }
  .sm-ml-3 {
    margin-left: 0.75rem;
  }
  .sm-ml-4 {
    margin-left: 1rem;
  }
  .sm-ml-5 {
    margin-left: 1.25rem;
  }
  .sm-ml-6 {
    margin-left: 1.5rem;
  }
  .sm-ml-8 {
    margin-left: 2rem;
  }
  .sm-ml-10 {
    margin-left: 2.5rem;
  }
  .sm-ml-12 {
    margin-left: 3rem;
  }
  .sm-ml-16 {
    margin-left: 4rem;
  }
  .sm-ml-20 {
    margin-left: 5rem;
  }
  .sm-ml-24 {
    margin-left: 6rem;
  }
  .sm-ml-32 {
    margin-left: 8rem;
  }
  .sm-ml-40 {
    margin-left: 10rem;
  }
  .sm-ml-48 {
    margin-left: 12rem;
  }
  .sm-ml-56 {
    margin-left: 14rem;
  }
  .sm-ml-64 {
    margin-left: 16rem;
  }
  .sm-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .sm-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .sm-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sm-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .sm-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .sm-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .sm-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sm-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sm-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .sm-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .sm-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .sm-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .sm-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .sm-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .sm-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .sm-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .sm-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .sm-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .sm-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .sm-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .sm-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .sm-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .sm-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm--m-1 {
    margin: -0.25rem;
  }
  .sm--m-2 {
    margin: -0.5rem;
  }
  .sm--m-3 {
    margin: -0.75rem;
  }
  .sm--m-4 {
    margin: -1rem;
  }
  .sm--m-5 {
    margin: -1.25rem;
  }
  .sm--m-6 {
    margin: -1.5rem;
  }
  .sm--m-8 {
    margin: -2rem;
  }
  .sm--m-10 {
    margin: -2.5rem;
  }
  .sm--m-12 {
    margin: -3rem;
  }
  .sm--m-16 {
    margin: -4rem;
  }
  .sm--m-20 {
    margin: -5rem;
  }
  .sm--m-24 {
    margin: -6rem;
  }
  .sm--m-32 {
    margin: -8rem;
  }
  .sm--m-40 {
    margin: -10rem;
  }
  .sm--m-48 {
    margin: -12rem;
  }
  .sm--m-56 {
    margin: -14rem;
  }
  .sm--m-64 {
    margin: -16rem;
  }
  .sm--mt-1 {
    margin-top: -0.25rem;
  }
  .sm--mt-2 {
    margin-top: -0.5rem;
  }
  .sm--mt-3 {
    margin-top: -0.75rem;
  }
  .sm--mt-4 {
    margin-top: -1rem;
  }
  .sm--mt-5 {
    margin-top: -1.25rem;
  }
  .sm--mt-6 {
    margin-top: -1.5rem;
  }
  .sm--mt-8 {
    margin-top: -2rem;
  }
  .sm--mt-10 {
    margin-top: -2.5rem;
  }
  .sm--mt-12 {
    margin-top: -3rem;
  }
  .sm--mt-16 {
    margin-top: -4rem;
  }
  .sm--mt-20 {
    margin-top: -5rem;
  }
  .sm--mt-24 {
    margin-top: -6rem;
  }
  .sm--mt-32 {
    margin-top: -8rem;
  }
  .sm--mt-40 {
    margin-top: -10rem;
  }
  .sm--mt-48 {
    margin-top: -12rem;
  }
  .sm--mt-56 {
    margin-top: -14rem;
  }
  .sm--mt-64 {
    margin-top: -16rem;
  }
  .sm--mr-1 {
    margin-right: -0.25rem;
  }
  .sm--mr-2 {
    margin-right: -0.5rem;
  }
  .sm--mr-3 {
    margin-right: -0.75rem;
  }
  .sm--mr-4 {
    margin-right: -1rem;
  }
  .sm--mr-5 {
    margin-right: -1.25rem;
  }
  .sm--mr-6 {
    margin-right: -1.5rem;
  }
  .sm--mr-8 {
    margin-right: -2rem;
  }
  .sm--mr-10 {
    margin-right: -2.5rem;
  }
  .sm--mr-12 {
    margin-right: -3rem;
  }
  .sm--mr-16 {
    margin-right: -4rem;
  }
  .sm--mr-20 {
    margin-right: -5rem;
  }
  .sm--mr-24 {
    margin-right: -6rem;
  }
  .sm--mr-32 {
    margin-right: -8rem;
  }
  .sm--mr-40 {
    margin-right: -10rem;
  }
  .sm--mr-48 {
    margin-right: -12rem;
  }
  .sm--mr-56 {
    margin-right: -14rem;
  }
  .sm--mr-64 {
    margin-right: -16rem;
  }
  .sm--mb-1 {
    margin-bottom: -0.25rem;
  }
  .sm--mb-2 {
    margin-bottom: -0.5rem;
  }
  .sm--mb-3 {
    margin-bottom: -0.75rem;
  }
  .sm--mb-4 {
    margin-bottom: -1rem;
  }
  .sm--mb-5 {
    margin-bottom: -1.25rem;
  }
  .sm--mb-6 {
    margin-bottom: -1.5rem;
  }
  .sm--mb-8 {
    margin-bottom: -2rem;
  }
  .sm--mb-10 {
    margin-bottom: -2.5rem;
  }
  .sm--mb-12 {
    margin-bottom: -3rem;
  }
  .sm--mb-16 {
    margin-bottom: -4rem;
  }
  .sm--mb-20 {
    margin-bottom: -5rem;
  }
  .sm--mb-24 {
    margin-bottom: -6rem;
  }
  .sm--mb-32 {
    margin-bottom: -8rem;
  }
  .sm--mb-40 {
    margin-bottom: -10rem;
  }
  .sm--mb-48 {
    margin-bottom: -12rem;
  }
  .sm--mb-56 {
    margin-bottom: -14rem;
  }
  .sm--mb-64 {
    margin-bottom: -16rem;
  }
  .sm--ml-1 {
    margin-left: -0.25rem;
  }
  .sm--ml-2 {
    margin-left: -0.5rem;
  }
  .sm--ml-3 {
    margin-left: -0.75rem;
  }
  .sm--ml-4 {
    margin-left: -1rem;
  }
  .sm--ml-5 {
    margin-left: -1.25rem;
  }
  .sm--ml-6 {
    margin-left: -1.5rem;
  }
  .sm--ml-8 {
    margin-left: -2rem;
  }
  .sm--ml-10 {
    margin-left: -2.5rem;
  }
  .sm--ml-12 {
    margin-left: -3rem;
  }
  .sm--ml-16 {
    margin-left: -4rem;
  }
  .sm--ml-20 {
    margin-left: -5rem;
  }
  .sm--ml-24 {
    margin-left: -6rem;
  }
  .sm--ml-32 {
    margin-left: -8rem;
  }
  .sm--ml-40 {
    margin-left: -10rem;
  }
  .sm--ml-48 {
    margin-left: -12rem;
  }
  .sm--ml-56 {
    margin-left: -14rem;
  }
  .sm--ml-64 {
    margin-left: -16rem;
  }
  .sm-p-0 {
    padding: 0;
  }
  .sm-p-1 {
    padding: 0.25rem;
  }
  .sm-p-2 {
    padding: 0.5rem;
  }
  .sm-p-3 {
    padding: 0.75rem;
  }
  .sm-p-4 {
    padding: 1rem;
  }
  .sm-p-5 {
    padding: 1.25rem;
  }
  .sm-p-6 {
    padding: 1.5rem;
  }
  .sm-p-8 {
    padding: 2rem;
  }
  .sm-p-10 {
    padding: 2.5rem;
  }
  .sm-p-12 {
    padding: 3rem;
  }
  .sm-p-16 {
    padding: 4rem;
  }
  .sm-p-20 {
    padding: 5rem;
  }
  .sm-p-24 {
    padding: 6rem;
  }
  .sm-p-32 {
    padding: 8rem;
  }
  .sm-p-40 {
    padding: 10rem;
  }
  .sm-p-48 {
    padding: 12rem;
  }
  .sm-p-56 {
    padding: 14rem;
  }
  .sm-p-64 {
    padding: 16rem;
  }
  .sm-pt-0 {
    padding-top: 0;
  }
  .sm-pt-1 {
    padding-top: 0.25rem;
  }
  .sm-pt-2 {
    padding-top: 0.5rem;
  }
  .sm-pt-3 {
    padding-top: 0.75rem;
  }
  .sm-pt-4 {
    padding-top: 1rem;
  }
  .sm-pt-5 {
    padding-top: 1.25rem;
  }
  .sm-pt-6 {
    padding-top: 1.5rem;
  }
  .sm-pt-8 {
    padding-top: 2rem;
  }
  .sm-pt-10 {
    padding-top: 2.5rem;
  }
  .sm-pt-12 {
    padding-top: 3rem;
  }
  .sm-pt-16 {
    padding-top: 4rem;
  }
  .sm-pt-20 {
    padding-top: 5rem;
  }
  .sm-pt-24 {
    padding-top: 6rem;
  }
  .sm-pt-32 {
    padding-top: 8rem;
  }
  .sm-pt-40 {
    padding-top: 10rem;
  }
  .sm-pt-48 {
    padding-top: 12rem;
  }
  .sm-pt-56 {
    padding-top: 14rem;
  }
  .sm-pt-64 {
    padding-top: 16rem;
  }
  .sm-pr-0 {
    padding-right: 0;
  }
  .sm-pr-1 {
    padding-right: 0.25rem;
  }
  .sm-pr-2 {
    padding-right: 0.5rem;
  }
  .sm-pr-3 {
    padding-right: 0.75rem;
  }
  .sm-pr-4 {
    padding-right: 1rem;
  }
  .sm-pr-5 {
    padding-right: 1.25rem;
  }
  .sm-pr-6 {
    padding-right: 1.5rem;
  }
  .sm-pr-8 {
    padding-right: 2rem;
  }
  .sm-pr-10 {
    padding-right: 2.5rem;
  }
  .sm-pr-12 {
    padding-right: 3rem;
  }
  .sm-pr-16 {
    padding-right: 4rem;
  }
  .sm-pr-20 {
    padding-right: 5rem;
  }
  .sm-pr-24 {
    padding-right: 6rem;
  }
  .sm-pr-32 {
    padding-right: 8rem;
  }
  .sm-pr-40 {
    padding-right: 10rem;
  }
  .sm-pr-48 {
    padding-right: 12rem;
  }
  .sm-pr-56 {
    padding-right: 14rem;
  }
  .sm-pr-64 {
    padding-right: 16rem;
  }
  .sm-pb-0 {
    padding-bottom: 0;
  }
  .sm-pb-1 {
    padding-bottom: 0.25rem;
  }
  .sm-pb-2 {
    padding-bottom: 0.5rem;
  }
  .sm-pb-3 {
    padding-bottom: 0.75rem;
  }
  .sm-pb-4 {
    padding-bottom: 1rem;
  }
  .sm-pb-5 {
    padding-bottom: 1.25rem;
  }
  .sm-pb-6 {
    padding-bottom: 1.5rem;
  }
  .sm-pb-8 {
    padding-bottom: 2rem;
  }
  .sm-pb-10 {
    padding-bottom: 2.5rem;
  }
  .sm-pb-12 {
    padding-bottom: 3rem;
  }
  .sm-pb-16 {
    padding-bottom: 4rem;
  }
  .sm-pb-20 {
    padding-bottom: 5rem;
  }
  .sm-pb-24 {
    padding-bottom: 6rem;
  }
  .sm-pb-32 {
    padding-bottom: 8rem;
  }
  .sm-pb-40 {
    padding-bottom: 10rem;
  }
  .sm-pb-48 {
    padding-bottom: 12rem;
  }
  .sm-pb-56 {
    padding-bottom: 14rem;
  }
  .sm-pb-64 {
    padding-bottom: 16rem;
  }
  .sm-pl-0 {
    padding-left: 0;
  }
  .sm-pl-1 {
    padding-left: 0.25rem;
  }
  .sm-pl-2 {
    padding-left: 0.5rem;
  }
  .sm-pl-3 {
    padding-left: 0.75rem;
  }
  .sm-pl-4 {
    padding-left: 1rem;
  }
  .sm-pl-5 {
    padding-left: 1.25rem;
  }
  .sm-pl-6 {
    padding-left: 1.5rem;
  }
  .sm-pl-8 {
    padding-left: 2rem;
  }
  .sm-pl-10 {
    padding-left: 2.5rem;
  }
  .sm-pl-12 {
    padding-left: 3rem;
  }
  .sm-pl-16 {
    padding-left: 4rem;
  }
  .sm-pl-20 {
    padding-left: 5rem;
  }
  .sm-pl-24 {
    padding-left: 6rem;
  }
  .sm-pl-32 {
    padding-left: 8rem;
  }
  .sm-pl-40 {
    padding-left: 10rem;
  }
  .sm-pl-48 {
    padding-left: 12rem;
  }
  .sm-pl-56 {
    padding-left: 14rem;
  }
  .sm-pl-64 {
    padding-left: 16rem;
  }
  .sm-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .sm-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .sm-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .sm-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .sm-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .sm-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .sm-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .sm-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .sm-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .sm-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .sm-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .sm-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .sm-text-xs {
    font-size: 0.75rem;
  }
  .sm-text-sm {
    font-size: 0.875rem;
  }
  .sm-text-base {
    font-size: 1rem;
  }
  .sm-text-lg {
    font-size: 1.125rem;
  }
  .sm-text-xl {
    font-size: 1.25rem;
  }
  .sm-text-2xl {
    font-size: 1.5rem;
  }
  .sm-text-3xl {
    font-size: 1.875rem;
  }
  .sm-text-4xl {
    font-size: 2.25rem;
  }
  .sm-text-5xl {
    font-size: 3rem;
  }
  .sm-text-6xl {
    font-size: 3.75rem;
  }
  .sm-text-7xl {
    font-size: 4.5rem;
  }
  .sm-text-8xl {
    font-size: 6rem;
  }
  .sm-text-9xl {
    font-size: 8rem;
  }
}
@media (min-width: 768px) {
  .md-m-0 {
    margin: 0;
  }
  .md-m-1 {
    margin: 0.25rem;
  }
  .md-m-2 {
    margin: 0.5rem;
  }
  .md-m-3 {
    margin: 0.75rem;
  }
  .md-m-4 {
    margin: 1rem;
  }
  .md-m-5 {
    margin: 1.25rem;
  }
  .md-m-6 {
    margin: 1.5rem;
  }
  .md-m-8 {
    margin: 2rem;
  }
  .md-m-10 {
    margin: 2.5rem;
  }
  .md-m-12 {
    margin: 3rem;
  }
  .md-m-16 {
    margin: 4rem;
  }
  .md-m-20 {
    margin: 5rem;
  }
  .md-m-24 {
    margin: 6rem;
  }
  .md-m-32 {
    margin: 8rem;
  }
  .md-m-40 {
    margin: 10rem;
  }
  .md-m-48 {
    margin: 12rem;
  }
  .md-m-56 {
    margin: 14rem;
  }
  .md-m-64 {
    margin: 16rem;
  }
  .md-mt-0 {
    margin-top: 0;
  }
  .md-mt-1 {
    margin-top: 0.25rem;
  }
  .md-mt-2 {
    margin-top: 0.5rem;
  }
  .md-mt-3 {
    margin-top: 0.75rem;
  }
  .md-mt-4 {
    margin-top: 1rem;
  }
  .md-mt-5 {
    margin-top: 1.25rem;
  }
  .md-mt-6 {
    margin-top: 1.5rem;
  }
  .md-mt-8 {
    margin-top: 2rem;
  }
  .md-mt-10 {
    margin-top: 2.5rem;
  }
  .md-mt-12 {
    margin-top: 3rem;
  }
  .md-mt-16 {
    margin-top: 4rem;
  }
  .md-mt-20 {
    margin-top: 5rem;
  }
  .md-mt-24 {
    margin-top: 6rem;
  }
  .md-mt-32 {
    margin-top: 8rem;
  }
  .md-mt-40 {
    margin-top: 10rem;
  }
  .md-mt-48 {
    margin-top: 12rem;
  }
  .md-mt-56 {
    margin-top: 14rem;
  }
  .md-mt-64 {
    margin-top: 16rem;
  }
  .md-mr-0 {
    margin-right: 0;
  }
  .md-mr-1 {
    margin-right: 0.25rem;
  }
  .md-mr-2 {
    margin-right: 0.5rem;
  }
  .md-mr-3 {
    margin-right: 0.75rem;
  }
  .md-mr-4 {
    margin-right: 1rem;
  }
  .md-mr-5 {
    margin-right: 1.25rem;
  }
  .md-mr-6 {
    margin-right: 1.5rem;
  }
  .md-mr-8 {
    margin-right: 2rem;
  }
  .md-mr-10 {
    margin-right: 2.5rem;
  }
  .md-mr-12 {
    margin-right: 3rem;
  }
  .md-mr-16 {
    margin-right: 4rem;
  }
  .md-mr-20 {
    margin-right: 5rem;
  }
  .md-mr-24 {
    margin-right: 6rem;
  }
  .md-mr-32 {
    margin-right: 8rem;
  }
  .md-mr-40 {
    margin-right: 10rem;
  }
  .md-mr-48 {
    margin-right: 12rem;
  }
  .md-mr-56 {
    margin-right: 14rem;
  }
  .md-mr-64 {
    margin-right: 16rem;
  }
  .md-mb-0 {
    margin-bottom: 0;
  }
  .md-mb-1 {
    margin-bottom: 0.25rem;
  }
  .md-mb-2 {
    margin-bottom: 0.5rem;
  }
  .md-mb-3 {
    margin-bottom: 0.75rem;
  }
  .md-mb-4 {
    margin-bottom: 1rem;
  }
  .md-mb-5 {
    margin-bottom: 1.25rem;
  }
  .md-mb-6 {
    margin-bottom: 1.5rem;
  }
  .md-mb-8 {
    margin-bottom: 2rem;
  }
  .md-mb-10 {
    margin-bottom: 2.5rem;
  }
  .md-mb-12 {
    margin-bottom: 3rem;
  }
  .md-mb-16 {
    margin-bottom: 4rem;
  }
  .md-mb-20 {
    margin-bottom: 5rem;
  }
  .md-mb-24 {
    margin-bottom: 6rem;
  }
  .md-mb-32 {
    margin-bottom: 8rem;
  }
  .md-mb-40 {
    margin-bottom: 10rem;
  }
  .md-mb-48 {
    margin-bottom: 12rem;
  }
  .md-mb-56 {
    margin-bottom: 14rem;
  }
  .md-mb-64 {
    margin-bottom: 16rem;
  }
  .md-ml-0 {
    margin-left: 0;
  }
  .md-ml-1 {
    margin-left: 0.25rem;
  }
  .md-ml-2 {
    margin-left: 0.5rem;
  }
  .md-ml-3 {
    margin-left: 0.75rem;
  }
  .md-ml-4 {
    margin-left: 1rem;
  }
  .md-ml-5 {
    margin-left: 1.25rem;
  }
  .md-ml-6 {
    margin-left: 1.5rem;
  }
  .md-ml-8 {
    margin-left: 2rem;
  }
  .md-ml-10 {
    margin-left: 2.5rem;
  }
  .md-ml-12 {
    margin-left: 3rem;
  }
  .md-ml-16 {
    margin-left: 4rem;
  }
  .md-ml-20 {
    margin-left: 5rem;
  }
  .md-ml-24 {
    margin-left: 6rem;
  }
  .md-ml-32 {
    margin-left: 8rem;
  }
  .md-ml-40 {
    margin-left: 10rem;
  }
  .md-ml-48 {
    margin-left: 12rem;
  }
  .md-ml-56 {
    margin-left: 14rem;
  }
  .md-ml-64 {
    margin-left: 16rem;
  }
  .md-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .md-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .md-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .md-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .md-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .md-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .md-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .md-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .md-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .md-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .md-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .md-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .md-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .md-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .md-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .md-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .md-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .md-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .md-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md--m-1 {
    margin: -0.25rem;
  }
  .md--m-2 {
    margin: -0.5rem;
  }
  .md--m-3 {
    margin: -0.75rem;
  }
  .md--m-4 {
    margin: -1rem;
  }
  .md--m-5 {
    margin: -1.25rem;
  }
  .md--m-6 {
    margin: -1.5rem;
  }
  .md--m-8 {
    margin: -2rem;
  }
  .md--m-10 {
    margin: -2.5rem;
  }
  .md--m-12 {
    margin: -3rem;
  }
  .md--m-16 {
    margin: -4rem;
  }
  .md--m-20 {
    margin: -5rem;
  }
  .md--m-24 {
    margin: -6rem;
  }
  .md--m-32 {
    margin: -8rem;
  }
  .md--m-40 {
    margin: -10rem;
  }
  .md--m-48 {
    margin: -12rem;
  }
  .md--m-56 {
    margin: -14rem;
  }
  .md--m-64 {
    margin: -16rem;
  }
  .md--mt-1 {
    margin-top: -0.25rem;
  }
  .md--mt-2 {
    margin-top: -0.5rem;
  }
  .md--mt-3 {
    margin-top: -0.75rem;
  }
  .md--mt-4 {
    margin-top: -1rem;
  }
  .md--mt-5 {
    margin-top: -1.25rem;
  }
  .md--mt-6 {
    margin-top: -1.5rem;
  }
  .md--mt-8 {
    margin-top: -2rem;
  }
  .md--mt-10 {
    margin-top: -2.5rem;
  }
  .md--mt-12 {
    margin-top: -3rem;
  }
  .md--mt-16 {
    margin-top: -4rem;
  }
  .md--mt-20 {
    margin-top: -5rem;
  }
  .md--mt-24 {
    margin-top: -6rem;
  }
  .md--mt-32 {
    margin-top: -8rem;
  }
  .md--mt-40 {
    margin-top: -10rem;
  }
  .md--mt-48 {
    margin-top: -12rem;
  }
  .md--mt-56 {
    margin-top: -14rem;
  }
  .md--mt-64 {
    margin-top: -16rem;
  }
  .md--mr-1 {
    margin-right: -0.25rem;
  }
  .md--mr-2 {
    margin-right: -0.5rem;
  }
  .md--mr-3 {
    margin-right: -0.75rem;
  }
  .md--mr-4 {
    margin-right: -1rem;
  }
  .md--mr-5 {
    margin-right: -1.25rem;
  }
  .md--mr-6 {
    margin-right: -1.5rem;
  }
  .md--mr-8 {
    margin-right: -2rem;
  }
  .md--mr-10 {
    margin-right: -2.5rem;
  }
  .md--mr-12 {
    margin-right: -3rem;
  }
  .md--mr-16 {
    margin-right: -4rem;
  }
  .md--mr-20 {
    margin-right: -5rem;
  }
  .md--mr-24 {
    margin-right: -6rem;
  }
  .md--mr-32 {
    margin-right: -8rem;
  }
  .md--mr-40 {
    margin-right: -10rem;
  }
  .md--mr-48 {
    margin-right: -12rem;
  }
  .md--mr-56 {
    margin-right: -14rem;
  }
  .md--mr-64 {
    margin-right: -16rem;
  }
  .md--mb-1 {
    margin-bottom: -0.25rem;
  }
  .md--mb-2 {
    margin-bottom: -0.5rem;
  }
  .md--mb-3 {
    margin-bottom: -0.75rem;
  }
  .md--mb-4 {
    margin-bottom: -1rem;
  }
  .md--mb-5 {
    margin-bottom: -1.25rem;
  }
  .md--mb-6 {
    margin-bottom: -1.5rem;
  }
  .md--mb-8 {
    margin-bottom: -2rem;
  }
  .md--mb-10 {
    margin-bottom: -2.5rem;
  }
  .md--mb-12 {
    margin-bottom: -3rem;
  }
  .md--mb-16 {
    margin-bottom: -4rem;
  }
  .md--mb-20 {
    margin-bottom: -5rem;
  }
  .md--mb-24 {
    margin-bottom: -6rem;
  }
  .md--mb-32 {
    margin-bottom: -8rem;
  }
  .md--mb-40 {
    margin-bottom: -10rem;
  }
  .md--mb-48 {
    margin-bottom: -12rem;
  }
  .md--mb-56 {
    margin-bottom: -14rem;
  }
  .md--mb-64 {
    margin-bottom: -16rem;
  }
  .md--ml-1 {
    margin-left: -0.25rem;
  }
  .md--ml-2 {
    margin-left: -0.5rem;
  }
  .md--ml-3 {
    margin-left: -0.75rem;
  }
  .md--ml-4 {
    margin-left: -1rem;
  }
  .md--ml-5 {
    margin-left: -1.25rem;
  }
  .md--ml-6 {
    margin-left: -1.5rem;
  }
  .md--ml-8 {
    margin-left: -2rem;
  }
  .md--ml-10 {
    margin-left: -2.5rem;
  }
  .md--ml-12 {
    margin-left: -3rem;
  }
  .md--ml-16 {
    margin-left: -4rem;
  }
  .md--ml-20 {
    margin-left: -5rem;
  }
  .md--ml-24 {
    margin-left: -6rem;
  }
  .md--ml-32 {
    margin-left: -8rem;
  }
  .md--ml-40 {
    margin-left: -10rem;
  }
  .md--ml-48 {
    margin-left: -12rem;
  }
  .md--ml-56 {
    margin-left: -14rem;
  }
  .md--ml-64 {
    margin-left: -16rem;
  }
  .md-p-0 {
    padding: 0;
  }
  .md-p-1 {
    padding: 0.25rem;
  }
  .md-p-2 {
    padding: 0.5rem;
  }
  .md-p-3 {
    padding: 0.75rem;
  }
  .md-p-4 {
    padding: 1rem;
  }
  .md-p-5 {
    padding: 1.25rem;
  }
  .md-p-6 {
    padding: 1.5rem;
  }
  .md-p-8 {
    padding: 2rem;
  }
  .md-p-10 {
    padding: 2.5rem;
  }
  .md-p-12 {
    padding: 3rem;
  }
  .md-p-16 {
    padding: 4rem;
  }
  .md-p-20 {
    padding: 5rem;
  }
  .md-p-24 {
    padding: 6rem;
  }
  .md-p-32 {
    padding: 8rem;
  }
  .md-p-40 {
    padding: 10rem;
  }
  .md-p-48 {
    padding: 12rem;
  }
  .md-p-56 {
    padding: 14rem;
  }
  .md-p-64 {
    padding: 16rem;
  }
  .md-pt-0 {
    padding-top: 0;
  }
  .md-pt-1 {
    padding-top: 0.25rem;
  }
  .md-pt-2 {
    padding-top: 0.5rem;
  }
  .md-pt-3 {
    padding-top: 0.75rem;
  }
  .md-pt-4 {
    padding-top: 1rem;
  }
  .md-pt-5 {
    padding-top: 1.25rem;
  }
  .md-pt-6 {
    padding-top: 1.5rem;
  }
  .md-pt-8 {
    padding-top: 2rem;
  }
  .md-pt-10 {
    padding-top: 2.5rem;
  }
  .md-pt-12 {
    padding-top: 3rem;
  }
  .md-pt-16 {
    padding-top: 4rem;
  }
  .md-pt-20 {
    padding-top: 5rem;
  }
  .md-pt-24 {
    padding-top: 6rem;
  }
  .md-pt-32 {
    padding-top: 8rem;
  }
  .md-pt-40 {
    padding-top: 10rem;
  }
  .md-pt-48 {
    padding-top: 12rem;
  }
  .md-pt-56 {
    padding-top: 14rem;
  }
  .md-pt-64 {
    padding-top: 16rem;
  }
  .md-pr-0 {
    padding-right: 0;
  }
  .md-pr-1 {
    padding-right: 0.25rem;
  }
  .md-pr-2 {
    padding-right: 0.5rem;
  }
  .md-pr-3 {
    padding-right: 0.75rem;
  }
  .md-pr-4 {
    padding-right: 1rem;
  }
  .md-pr-5 {
    padding-right: 1.25rem;
  }
  .md-pr-6 {
    padding-right: 1.5rem;
  }
  .md-pr-8 {
    padding-right: 2rem;
  }
  .md-pr-10 {
    padding-right: 2.5rem;
  }
  .md-pr-12 {
    padding-right: 3rem;
  }
  .md-pr-16 {
    padding-right: 4rem;
  }
  .md-pr-20 {
    padding-right: 5rem;
  }
  .md-pr-24 {
    padding-right: 6rem;
  }
  .md-pr-32 {
    padding-right: 8rem;
  }
  .md-pr-40 {
    padding-right: 10rem;
  }
  .md-pr-48 {
    padding-right: 12rem;
  }
  .md-pr-56 {
    padding-right: 14rem;
  }
  .md-pr-64 {
    padding-right: 16rem;
  }
  .md-pb-0 {
    padding-bottom: 0;
  }
  .md-pb-1 {
    padding-bottom: 0.25rem;
  }
  .md-pb-2 {
    padding-bottom: 0.5rem;
  }
  .md-pb-3 {
    padding-bottom: 0.75rem;
  }
  .md-pb-4 {
    padding-bottom: 1rem;
  }
  .md-pb-5 {
    padding-bottom: 1.25rem;
  }
  .md-pb-6 {
    padding-bottom: 1.5rem;
  }
  .md-pb-8 {
    padding-bottom: 2rem;
  }
  .md-pb-10 {
    padding-bottom: 2.5rem;
  }
  .md-pb-12 {
    padding-bottom: 3rem;
  }
  .md-pb-16 {
    padding-bottom: 4rem;
  }
  .md-pb-20 {
    padding-bottom: 5rem;
  }
  .md-pb-24 {
    padding-bottom: 6rem;
  }
  .md-pb-32 {
    padding-bottom: 8rem;
  }
  .md-pb-40 {
    padding-bottom: 10rem;
  }
  .md-pb-48 {
    padding-bottom: 12rem;
  }
  .md-pb-56 {
    padding-bottom: 14rem;
  }
  .md-pb-64 {
    padding-bottom: 16rem;
  }
  .md-pl-0 {
    padding-left: 0;
  }
  .md-pl-1 {
    padding-left: 0.25rem;
  }
  .md-pl-2 {
    padding-left: 0.5rem;
  }
  .md-pl-3 {
    padding-left: 0.75rem;
  }
  .md-pl-4 {
    padding-left: 1rem;
  }
  .md-pl-5 {
    padding-left: 1.25rem;
  }
  .md-pl-6 {
    padding-left: 1.5rem;
  }
  .md-pl-8 {
    padding-left: 2rem;
  }
  .md-pl-10 {
    padding-left: 2.5rem;
  }
  .md-pl-12 {
    padding-left: 3rem;
  }
  .md-pl-16 {
    padding-left: 4rem;
  }
  .md-pl-20 {
    padding-left: 5rem;
  }
  .md-pl-24 {
    padding-left: 6rem;
  }
  .md-pl-32 {
    padding-left: 8rem;
  }
  .md-pl-40 {
    padding-left: 10rem;
  }
  .md-pl-48 {
    padding-left: 12rem;
  }
  .md-pl-56 {
    padding-left: 14rem;
  }
  .md-pl-64 {
    padding-left: 16rem;
  }
  .md-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .md-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .md-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .md-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .md-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .md-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .md-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .md-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .md-text-xs {
    font-size: 0.75rem;
  }
  .md-text-sm {
    font-size: 0.875rem;
  }
  .md-text-base {
    font-size: 1rem;
  }
  .md-text-lg {
    font-size: 1.125rem;
  }
  .md-text-xl {
    font-size: 1.25rem;
  }
  .md-text-2xl {
    font-size: 1.5rem;
  }
  .md-text-3xl {
    font-size: 1.875rem;
  }
  .md-text-4xl {
    font-size: 2.25rem;
  }
  .md-text-5xl {
    font-size: 3rem;
  }
  .md-text-6xl {
    font-size: 3.75rem;
  }
  .md-text-7xl {
    font-size: 4.5rem;
  }
  .md-text-8xl {
    font-size: 6rem;
  }
  .md-text-9xl {
    font-size: 8rem;
  }
}
@media (min-width: 992px) {
  .lg-m-0 {
    margin: 0;
  }
  .lg-m-1 {
    margin: 0.25rem;
  }
  .lg-m-2 {
    margin: 0.5rem;
  }
  .lg-m-3 {
    margin: 0.75rem;
  }
  .lg-m-4 {
    margin: 1rem;
  }
  .lg-m-5 {
    margin: 1.25rem;
  }
  .lg-m-6 {
    margin: 1.5rem;
  }
  .lg-m-8 {
    margin: 2rem;
  }
  .lg-m-10 {
    margin: 2.5rem;
  }
  .lg-m-12 {
    margin: 3rem;
  }
  .lg-m-16 {
    margin: 4rem;
  }
  .lg-m-20 {
    margin: 5rem;
  }
  .lg-m-24 {
    margin: 6rem;
  }
  .lg-m-32 {
    margin: 8rem;
  }
  .lg-m-40 {
    margin: 10rem;
  }
  .lg-m-48 {
    margin: 12rem;
  }
  .lg-m-56 {
    margin: 14rem;
  }
  .lg-m-64 {
    margin: 16rem;
  }
  .lg-mt-0 {
    margin-top: 0;
  }
  .lg-mt-1 {
    margin-top: 0.25rem;
  }
  .lg-mt-2 {
    margin-top: 0.5rem;
  }
  .lg-mt-3 {
    margin-top: 0.75rem;
  }
  .lg-mt-4 {
    margin-top: 1rem;
  }
  .lg-mt-5 {
    margin-top: 1.25rem;
  }
  .lg-mt-6 {
    margin-top: 1.5rem;
  }
  .lg-mt-8 {
    margin-top: 2rem;
  }
  .lg-mt-10 {
    margin-top: 2.5rem;
  }
  .lg-mt-12 {
    margin-top: 3rem;
  }
  .lg-mt-16 {
    margin-top: 4rem;
  }
  .lg-mt-20 {
    margin-top: 5rem;
  }
  .lg-mt-24 {
    margin-top: 6rem;
  }
  .lg-mt-32 {
    margin-top: 8rem;
  }
  .lg-mt-40 {
    margin-top: 10rem;
  }
  .lg-mt-48 {
    margin-top: 12rem;
  }
  .lg-mt-56 {
    margin-top: 14rem;
  }
  .lg-mt-64 {
    margin-top: 16rem;
  }
  .lg-mr-0 {
    margin-right: 0;
  }
  .lg-mr-1 {
    margin-right: 0.25rem;
  }
  .lg-mr-2 {
    margin-right: 0.5rem;
  }
  .lg-mr-3 {
    margin-right: 0.75rem;
  }
  .lg-mr-4 {
    margin-right: 1rem;
  }
  .lg-mr-5 {
    margin-right: 1.25rem;
  }
  .lg-mr-6 {
    margin-right: 1.5rem;
  }
  .lg-mr-8 {
    margin-right: 2rem;
  }
  .lg-mr-10 {
    margin-right: 2.5rem;
  }
  .lg-mr-12 {
    margin-right: 3rem;
  }
  .lg-mr-16 {
    margin-right: 4rem;
  }
  .lg-mr-20 {
    margin-right: 5rem;
  }
  .lg-mr-24 {
    margin-right: 6rem;
  }
  .lg-mr-32 {
    margin-right: 8rem;
  }
  .lg-mr-40 {
    margin-right: 10rem;
  }
  .lg-mr-48 {
    margin-right: 12rem;
  }
  .lg-mr-56 {
    margin-right: 14rem;
  }
  .lg-mr-64 {
    margin-right: 16rem;
  }
  .lg-mb-0 {
    margin-bottom: 0;
  }
  .lg-mb-1 {
    margin-bottom: 0.25rem;
  }
  .lg-mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg-mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg-mb-4 {
    margin-bottom: 1rem;
  }
  .lg-mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg-mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg-mb-8 {
    margin-bottom: 2rem;
  }
  .lg-mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg-mb-12 {
    margin-bottom: 3rem;
  }
  .lg-mb-16 {
    margin-bottom: 4rem;
  }
  .lg-mb-20 {
    margin-bottom: 5rem;
  }
  .lg-mb-24 {
    margin-bottom: 6rem;
  }
  .lg-mb-32 {
    margin-bottom: 8rem;
  }
  .lg-mb-40 {
    margin-bottom: 10rem;
  }
  .lg-mb-48 {
    margin-bottom: 12rem;
  }
  .lg-mb-56 {
    margin-bottom: 14rem;
  }
  .lg-mb-64 {
    margin-bottom: 16rem;
  }
  .lg-ml-0 {
    margin-left: 0;
  }
  .lg-ml-1 {
    margin-left: 0.25rem;
  }
  .lg-ml-2 {
    margin-left: 0.5rem;
  }
  .lg-ml-3 {
    margin-left: 0.75rem;
  }
  .lg-ml-4 {
    margin-left: 1rem;
  }
  .lg-ml-5 {
    margin-left: 1.25rem;
  }
  .lg-ml-6 {
    margin-left: 1.5rem;
  }
  .lg-ml-8 {
    margin-left: 2rem;
  }
  .lg-ml-10 {
    margin-left: 2.5rem;
  }
  .lg-ml-12 {
    margin-left: 3rem;
  }
  .lg-ml-16 {
    margin-left: 4rem;
  }
  .lg-ml-20 {
    margin-left: 5rem;
  }
  .lg-ml-24 {
    margin-left: 6rem;
  }
  .lg-ml-32 {
    margin-left: 8rem;
  }
  .lg-ml-40 {
    margin-left: 10rem;
  }
  .lg-ml-48 {
    margin-left: 12rem;
  }
  .lg-ml-56 {
    margin-left: 14rem;
  }
  .lg-ml-64 {
    margin-left: 16rem;
  }
  .lg-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .lg-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .lg-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .lg-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .lg-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .lg-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .lg-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .lg-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .lg-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .lg-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .lg-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .lg-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .lg-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .lg-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .lg-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .lg-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .lg-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg--m-1 {
    margin: -0.25rem;
  }
  .lg--m-2 {
    margin: -0.5rem;
  }
  .lg--m-3 {
    margin: -0.75rem;
  }
  .lg--m-4 {
    margin: -1rem;
  }
  .lg--m-5 {
    margin: -1.25rem;
  }
  .lg--m-6 {
    margin: -1.5rem;
  }
  .lg--m-8 {
    margin: -2rem;
  }
  .lg--m-10 {
    margin: -2.5rem;
  }
  .lg--m-12 {
    margin: -3rem;
  }
  .lg--m-16 {
    margin: -4rem;
  }
  .lg--m-20 {
    margin: -5rem;
  }
  .lg--m-24 {
    margin: -6rem;
  }
  .lg--m-32 {
    margin: -8rem;
  }
  .lg--m-40 {
    margin: -10rem;
  }
  .lg--m-48 {
    margin: -12rem;
  }
  .lg--m-56 {
    margin: -14rem;
  }
  .lg--m-64 {
    margin: -16rem;
  }
  .lg--mt-1 {
    margin-top: -0.25rem;
  }
  .lg--mt-2 {
    margin-top: -0.5rem;
  }
  .lg--mt-3 {
    margin-top: -0.75rem;
  }
  .lg--mt-4 {
    margin-top: -1rem;
  }
  .lg--mt-5 {
    margin-top: -1.25rem;
  }
  .lg--mt-6 {
    margin-top: -1.5rem;
  }
  .lg--mt-8 {
    margin-top: -2rem;
  }
  .lg--mt-10 {
    margin-top: -2.5rem;
  }
  .lg--mt-12 {
    margin-top: -3rem;
  }
  .lg--mt-16 {
    margin-top: -4rem;
  }
  .lg--mt-20 {
    margin-top: -5rem;
  }
  .lg--mt-24 {
    margin-top: -6rem;
  }
  .lg--mt-32 {
    margin-top: -8rem;
  }
  .lg--mt-40 {
    margin-top: -10rem;
  }
  .lg--mt-48 {
    margin-top: -12rem;
  }
  .lg--mt-56 {
    margin-top: -14rem;
  }
  .lg--mt-64 {
    margin-top: -16rem;
  }
  .lg--mr-1 {
    margin-right: -0.25rem;
  }
  .lg--mr-2 {
    margin-right: -0.5rem;
  }
  .lg--mr-3 {
    margin-right: -0.75rem;
  }
  .lg--mr-4 {
    margin-right: -1rem;
  }
  .lg--mr-5 {
    margin-right: -1.25rem;
  }
  .lg--mr-6 {
    margin-right: -1.5rem;
  }
  .lg--mr-8 {
    margin-right: -2rem;
  }
  .lg--mr-10 {
    margin-right: -2.5rem;
  }
  .lg--mr-12 {
    margin-right: -3rem;
  }
  .lg--mr-16 {
    margin-right: -4rem;
  }
  .lg--mr-20 {
    margin-right: -5rem;
  }
  .lg--mr-24 {
    margin-right: -6rem;
  }
  .lg--mr-32 {
    margin-right: -8rem;
  }
  .lg--mr-40 {
    margin-right: -10rem;
  }
  .lg--mr-48 {
    margin-right: -12rem;
  }
  .lg--mr-56 {
    margin-right: -14rem;
  }
  .lg--mr-64 {
    margin-right: -16rem;
  }
  .lg--mb-1 {
    margin-bottom: -0.25rem;
  }
  .lg--mb-2 {
    margin-bottom: -0.5rem;
  }
  .lg--mb-3 {
    margin-bottom: -0.75rem;
  }
  .lg--mb-4 {
    margin-bottom: -1rem;
  }
  .lg--mb-5 {
    margin-bottom: -1.25rem;
  }
  .lg--mb-6 {
    margin-bottom: -1.5rem;
  }
  .lg--mb-8 {
    margin-bottom: -2rem;
  }
  .lg--mb-10 {
    margin-bottom: -2.5rem;
  }
  .lg--mb-12 {
    margin-bottom: -3rem;
  }
  .lg--mb-16 {
    margin-bottom: -4rem;
  }
  .lg--mb-20 {
    margin-bottom: -5rem;
  }
  .lg--mb-24 {
    margin-bottom: -6rem;
  }
  .lg--mb-32 {
    margin-bottom: -8rem;
  }
  .lg--mb-40 {
    margin-bottom: -10rem;
  }
  .lg--mb-48 {
    margin-bottom: -12rem;
  }
  .lg--mb-56 {
    margin-bottom: -14rem;
  }
  .lg--mb-64 {
    margin-bottom: -16rem;
  }
  .lg--ml-1 {
    margin-left: -0.25rem;
  }
  .lg--ml-2 {
    margin-left: -0.5rem;
  }
  .lg--ml-3 {
    margin-left: -0.75rem;
  }
  .lg--ml-4 {
    margin-left: -1rem;
  }
  .lg--ml-5 {
    margin-left: -1.25rem;
  }
  .lg--ml-6 {
    margin-left: -1.5rem;
  }
  .lg--ml-8 {
    margin-left: -2rem;
  }
  .lg--ml-10 {
    margin-left: -2.5rem;
  }
  .lg--ml-12 {
    margin-left: -3rem;
  }
  .lg--ml-16 {
    margin-left: -4rem;
  }
  .lg--ml-20 {
    margin-left: -5rem;
  }
  .lg--ml-24 {
    margin-left: -6rem;
  }
  .lg--ml-32 {
    margin-left: -8rem;
  }
  .lg--ml-40 {
    margin-left: -10rem;
  }
  .lg--ml-48 {
    margin-left: -12rem;
  }
  .lg--ml-56 {
    margin-left: -14rem;
  }
  .lg--ml-64 {
    margin-left: -16rem;
  }
  .lg-p-0 {
    padding: 0;
  }
  .lg-p-1 {
    padding: 0.25rem;
  }
  .lg-p-2 {
    padding: 0.5rem;
  }
  .lg-p-3 {
    padding: 0.75rem;
  }
  .lg-p-4 {
    padding: 1rem;
  }
  .lg-p-5 {
    padding: 1.25rem;
  }
  .lg-p-6 {
    padding: 1.5rem;
  }
  .lg-p-8 {
    padding: 2rem;
  }
  .lg-p-10 {
    padding: 2.5rem;
  }
  .lg-p-12 {
    padding: 3rem;
  }
  .lg-p-16 {
    padding: 4rem;
  }
  .lg-p-20 {
    padding: 5rem;
  }
  .lg-p-24 {
    padding: 6rem;
  }
  .lg-p-32 {
    padding: 8rem;
  }
  .lg-p-40 {
    padding: 10rem;
  }
  .lg-p-48 {
    padding: 12rem;
  }
  .lg-p-56 {
    padding: 14rem;
  }
  .lg-p-64 {
    padding: 16rem;
  }
  .lg-pt-0 {
    padding-top: 0;
  }
  .lg-pt-1 {
    padding-top: 0.25rem;
  }
  .lg-pt-2 {
    padding-top: 0.5rem;
  }
  .lg-pt-3 {
    padding-top: 0.75rem;
  }
  .lg-pt-4 {
    padding-top: 1rem;
  }
  .lg-pt-5 {
    padding-top: 1.25rem;
  }
  .lg-pt-6 {
    padding-top: 1.5rem;
  }
  .lg-pt-8 {
    padding-top: 2rem;
  }
  .lg-pt-10 {
    padding-top: 2.5rem;
  }
  .lg-pt-12 {
    padding-top: 3rem;
  }
  .lg-pt-16 {
    padding-top: 4rem;
  }
  .lg-pt-20 {
    padding-top: 5rem;
  }
  .lg-pt-24 {
    padding-top: 6rem;
  }
  .lg-pt-32 {
    padding-top: 8rem;
  }
  .lg-pt-40 {
    padding-top: 10rem;
  }
  .lg-pt-48 {
    padding-top: 12rem;
  }
  .lg-pt-56 {
    padding-top: 14rem;
  }
  .lg-pt-64 {
    padding-top: 16rem;
  }
  .lg-pr-0 {
    padding-right: 0;
  }
  .lg-pr-1 {
    padding-right: 0.25rem;
  }
  .lg-pr-2 {
    padding-right: 0.5rem;
  }
  .lg-pr-3 {
    padding-right: 0.75rem;
  }
  .lg-pr-4 {
    padding-right: 1rem;
  }
  .lg-pr-5 {
    padding-right: 1.25rem;
  }
  .lg-pr-6 {
    padding-right: 1.5rem;
  }
  .lg-pr-8 {
    padding-right: 2rem;
  }
  .lg-pr-10 {
    padding-right: 2.5rem;
  }
  .lg-pr-12 {
    padding-right: 3rem;
  }
  .lg-pr-16 {
    padding-right: 4rem;
  }
  .lg-pr-20 {
    padding-right: 5rem;
  }
  .lg-pr-24 {
    padding-right: 6rem;
  }
  .lg-pr-32 {
    padding-right: 8rem;
  }
  .lg-pr-40 {
    padding-right: 10rem;
  }
  .lg-pr-48 {
    padding-right: 12rem;
  }
  .lg-pr-56 {
    padding-right: 14rem;
  }
  .lg-pr-64 {
    padding-right: 16rem;
  }
  .lg-pb-0 {
    padding-bottom: 0;
  }
  .lg-pb-1 {
    padding-bottom: 0.25rem;
  }
  .lg-pb-2 {
    padding-bottom: 0.5rem;
  }
  .lg-pb-3 {
    padding-bottom: 0.75rem;
  }
  .lg-pb-4 {
    padding-bottom: 1rem;
  }
  .lg-pb-5 {
    padding-bottom: 1.25rem;
  }
  .lg-pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg-pb-8 {
    padding-bottom: 2rem;
  }
  .lg-pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg-pb-12 {
    padding-bottom: 3rem;
  }
  .lg-pb-16 {
    padding-bottom: 4rem;
  }
  .lg-pb-20 {
    padding-bottom: 5rem;
  }
  .lg-pb-24 {
    padding-bottom: 6rem;
  }
  .lg-pb-32 {
    padding-bottom: 8rem;
  }
  .lg-pb-40 {
    padding-bottom: 10rem;
  }
  .lg-pb-48 {
    padding-bottom: 12rem;
  }
  .lg-pb-56 {
    padding-bottom: 14rem;
  }
  .lg-pb-64 {
    padding-bottom: 16rem;
  }
  .lg-pl-0 {
    padding-left: 0;
  }
  .lg-pl-1 {
    padding-left: 0.25rem;
  }
  .lg-pl-2 {
    padding-left: 0.5rem;
  }
  .lg-pl-3 {
    padding-left: 0.75rem;
  }
  .lg-pl-4 {
    padding-left: 1rem;
  }
  .lg-pl-5 {
    padding-left: 1.25rem;
  }
  .lg-pl-6 {
    padding-left: 1.5rem;
  }
  .lg-pl-8 {
    padding-left: 2rem;
  }
  .lg-pl-10 {
    padding-left: 2.5rem;
  }
  .lg-pl-12 {
    padding-left: 3rem;
  }
  .lg-pl-16 {
    padding-left: 4rem;
  }
  .lg-pl-20 {
    padding-left: 5rem;
  }
  .lg-pl-24 {
    padding-left: 6rem;
  }
  .lg-pl-32 {
    padding-left: 8rem;
  }
  .lg-pl-40 {
    padding-left: 10rem;
  }
  .lg-pl-48 {
    padding-left: 12rem;
  }
  .lg-pl-56 {
    padding-left: 14rem;
  }
  .lg-pl-64 {
    padding-left: 16rem;
  }
  .lg-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .lg-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .lg-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .lg-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .lg-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .lg-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .lg-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .lg-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .lg-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .lg-text-xs {
    font-size: 0.75rem;
  }
  .lg-text-sm {
    font-size: 0.875rem;
  }
  .lg-text-base {
    font-size: 1rem;
  }
  .lg-text-lg {
    font-size: 1.125rem;
  }
  .lg-text-xl {
    font-size: 1.25rem;
  }
  .lg-text-2xl {
    font-size: 1.5rem;
  }
  .lg-text-3xl {
    font-size: 1.875rem;
  }
  .lg-text-4xl {
    font-size: 2.25rem;
  }
  .lg-text-5xl {
    font-size: 3rem;
  }
  .lg-text-6xl {
    font-size: 3.75rem;
  }
  .lg-text-7xl {
    font-size: 4.5rem;
  }
  .lg-text-8xl {
    font-size: 6rem;
  }
  .lg-text-9xl {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  .xl-m-0 {
    margin: 0;
  }
  .xl-m-1 {
    margin: 0.25rem;
  }
  .xl-m-2 {
    margin: 0.5rem;
  }
  .xl-m-3 {
    margin: 0.75rem;
  }
  .xl-m-4 {
    margin: 1rem;
  }
  .xl-m-5 {
    margin: 1.25rem;
  }
  .xl-m-6 {
    margin: 1.5rem;
  }
  .xl-m-8 {
    margin: 2rem;
  }
  .xl-m-10 {
    margin: 2.5rem;
  }
  .xl-m-12 {
    margin: 3rem;
  }
  .xl-m-16 {
    margin: 4rem;
  }
  .xl-m-20 {
    margin: 5rem;
  }
  .xl-m-24 {
    margin: 6rem;
  }
  .xl-m-32 {
    margin: 8rem;
  }
  .xl-m-40 {
    margin: 10rem;
  }
  .xl-m-48 {
    margin: 12rem;
  }
  .xl-m-56 {
    margin: 14rem;
  }
  .xl-m-64 {
    margin: 16rem;
  }
  .xl-mt-0 {
    margin-top: 0;
  }
  .xl-mt-1 {
    margin-top: 0.25rem;
  }
  .xl-mt-2 {
    margin-top: 0.5rem;
  }
  .xl-mt-3 {
    margin-top: 0.75rem;
  }
  .xl-mt-4 {
    margin-top: 1rem;
  }
  .xl-mt-5 {
    margin-top: 1.25rem;
  }
  .xl-mt-6 {
    margin-top: 1.5rem;
  }
  .xl-mt-8 {
    margin-top: 2rem;
  }
  .xl-mt-10 {
    margin-top: 2.5rem;
  }
  .xl-mt-12 {
    margin-top: 3rem;
  }
  .xl-mt-16 {
    margin-top: 4rem;
  }
  .xl-mt-20 {
    margin-top: 5rem;
  }
  .xl-mt-24 {
    margin-top: 6rem;
  }
  .xl-mt-32 {
    margin-top: 8rem;
  }
  .xl-mt-40 {
    margin-top: 10rem;
  }
  .xl-mt-48 {
    margin-top: 12rem;
  }
  .xl-mt-56 {
    margin-top: 14rem;
  }
  .xl-mt-64 {
    margin-top: 16rem;
  }
  .xl-mr-0 {
    margin-right: 0;
  }
  .xl-mr-1 {
    margin-right: 0.25rem;
  }
  .xl-mr-2 {
    margin-right: 0.5rem;
  }
  .xl-mr-3 {
    margin-right: 0.75rem;
  }
  .xl-mr-4 {
    margin-right: 1rem;
  }
  .xl-mr-5 {
    margin-right: 1.25rem;
  }
  .xl-mr-6 {
    margin-right: 1.5rem;
  }
  .xl-mr-8 {
    margin-right: 2rem;
  }
  .xl-mr-10 {
    margin-right: 2.5rem;
  }
  .xl-mr-12 {
    margin-right: 3rem;
  }
  .xl-mr-16 {
    margin-right: 4rem;
  }
  .xl-mr-20 {
    margin-right: 5rem;
  }
  .xl-mr-24 {
    margin-right: 6rem;
  }
  .xl-mr-32 {
    margin-right: 8rem;
  }
  .xl-mr-40 {
    margin-right: 10rem;
  }
  .xl-mr-48 {
    margin-right: 12rem;
  }
  .xl-mr-56 {
    margin-right: 14rem;
  }
  .xl-mr-64 {
    margin-right: 16rem;
  }
  .xl-mb-0 {
    margin-bottom: 0;
  }
  .xl-mb-1 {
    margin-bottom: 0.25rem;
  }
  .xl-mb-2 {
    margin-bottom: 0.5rem;
  }
  .xl-mb-3 {
    margin-bottom: 0.75rem;
  }
  .xl-mb-4 {
    margin-bottom: 1rem;
  }
  .xl-mb-5 {
    margin-bottom: 1.25rem;
  }
  .xl-mb-6 {
    margin-bottom: 1.5rem;
  }
  .xl-mb-8 {
    margin-bottom: 2rem;
  }
  .xl-mb-10 {
    margin-bottom: 2.5rem;
  }
  .xl-mb-12 {
    margin-bottom: 3rem;
  }
  .xl-mb-16 {
    margin-bottom: 4rem;
  }
  .xl-mb-20 {
    margin-bottom: 5rem;
  }
  .xl-mb-24 {
    margin-bottom: 6rem;
  }
  .xl-mb-32 {
    margin-bottom: 8rem;
  }
  .xl-mb-40 {
    margin-bottom: 10rem;
  }
  .xl-mb-48 {
    margin-bottom: 12rem;
  }
  .xl-mb-56 {
    margin-bottom: 14rem;
  }
  .xl-mb-64 {
    margin-bottom: 16rem;
  }
  .xl-ml-0 {
    margin-left: 0;
  }
  .xl-ml-1 {
    margin-left: 0.25rem;
  }
  .xl-ml-2 {
    margin-left: 0.5rem;
  }
  .xl-ml-3 {
    margin-left: 0.75rem;
  }
  .xl-ml-4 {
    margin-left: 1rem;
  }
  .xl-ml-5 {
    margin-left: 1.25rem;
  }
  .xl-ml-6 {
    margin-left: 1.5rem;
  }
  .xl-ml-8 {
    margin-left: 2rem;
  }
  .xl-ml-10 {
    margin-left: 2.5rem;
  }
  .xl-ml-12 {
    margin-left: 3rem;
  }
  .xl-ml-16 {
    margin-left: 4rem;
  }
  .xl-ml-20 {
    margin-left: 5rem;
  }
  .xl-ml-24 {
    margin-left: 6rem;
  }
  .xl-ml-32 {
    margin-left: 8rem;
  }
  .xl-ml-40 {
    margin-left: 10rem;
  }
  .xl-ml-48 {
    margin-left: 12rem;
  }
  .xl-ml-56 {
    margin-left: 14rem;
  }
  .xl-ml-64 {
    margin-left: 16rem;
  }
  .xl-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .xl-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .xl-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xl-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .xl-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xl-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .xl-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xl-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .xl-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .xl-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .xl-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .xl-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xl-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xl-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xl-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xl-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xl-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .xl-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .xl-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .xl-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xl-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .xl-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .xl-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .xl-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .xl-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .xl-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .xl-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .xl-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .xl-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .xl-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .xl-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .xl-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .xl-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .xl-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl--m-1 {
    margin: -0.25rem;
  }
  .xl--m-2 {
    margin: -0.5rem;
  }
  .xl--m-3 {
    margin: -0.75rem;
  }
  .xl--m-4 {
    margin: -1rem;
  }
  .xl--m-5 {
    margin: -1.25rem;
  }
  .xl--m-6 {
    margin: -1.5rem;
  }
  .xl--m-8 {
    margin: -2rem;
  }
  .xl--m-10 {
    margin: -2.5rem;
  }
  .xl--m-12 {
    margin: -3rem;
  }
  .xl--m-16 {
    margin: -4rem;
  }
  .xl--m-20 {
    margin: -5rem;
  }
  .xl--m-24 {
    margin: -6rem;
  }
  .xl--m-32 {
    margin: -8rem;
  }
  .xl--m-40 {
    margin: -10rem;
  }
  .xl--m-48 {
    margin: -12rem;
  }
  .xl--m-56 {
    margin: -14rem;
  }
  .xl--m-64 {
    margin: -16rem;
  }
  .xl--mt-1 {
    margin-top: -0.25rem;
  }
  .xl--mt-2 {
    margin-top: -0.5rem;
  }
  .xl--mt-3 {
    margin-top: -0.75rem;
  }
  .xl--mt-4 {
    margin-top: -1rem;
  }
  .xl--mt-5 {
    margin-top: -1.25rem;
  }
  .xl--mt-6 {
    margin-top: -1.5rem;
  }
  .xl--mt-8 {
    margin-top: -2rem;
  }
  .xl--mt-10 {
    margin-top: -2.5rem;
  }
  .xl--mt-12 {
    margin-top: -3rem;
  }
  .xl--mt-16 {
    margin-top: -4rem;
  }
  .xl--mt-20 {
    margin-top: -5rem;
  }
  .xl--mt-24 {
    margin-top: -6rem;
  }
  .xl--mt-32 {
    margin-top: -8rem;
  }
  .xl--mt-40 {
    margin-top: -10rem;
  }
  .xl--mt-48 {
    margin-top: -12rem;
  }
  .xl--mt-56 {
    margin-top: -14rem;
  }
  .xl--mt-64 {
    margin-top: -16rem;
  }
  .xl--mr-1 {
    margin-right: -0.25rem;
  }
  .xl--mr-2 {
    margin-right: -0.5rem;
  }
  .xl--mr-3 {
    margin-right: -0.75rem;
  }
  .xl--mr-4 {
    margin-right: -1rem;
  }
  .xl--mr-5 {
    margin-right: -1.25rem;
  }
  .xl--mr-6 {
    margin-right: -1.5rem;
  }
  .xl--mr-8 {
    margin-right: -2rem;
  }
  .xl--mr-10 {
    margin-right: -2.5rem;
  }
  .xl--mr-12 {
    margin-right: -3rem;
  }
  .xl--mr-16 {
    margin-right: -4rem;
  }
  .xl--mr-20 {
    margin-right: -5rem;
  }
  .xl--mr-24 {
    margin-right: -6rem;
  }
  .xl--mr-32 {
    margin-right: -8rem;
  }
  .xl--mr-40 {
    margin-right: -10rem;
  }
  .xl--mr-48 {
    margin-right: -12rem;
  }
  .xl--mr-56 {
    margin-right: -14rem;
  }
  .xl--mr-64 {
    margin-right: -16rem;
  }
  .xl--mb-1 {
    margin-bottom: -0.25rem;
  }
  .xl--mb-2 {
    margin-bottom: -0.5rem;
  }
  .xl--mb-3 {
    margin-bottom: -0.75rem;
  }
  .xl--mb-4 {
    margin-bottom: -1rem;
  }
  .xl--mb-5 {
    margin-bottom: -1.25rem;
  }
  .xl--mb-6 {
    margin-bottom: -1.5rem;
  }
  .xl--mb-8 {
    margin-bottom: -2rem;
  }
  .xl--mb-10 {
    margin-bottom: -2.5rem;
  }
  .xl--mb-12 {
    margin-bottom: -3rem;
  }
  .xl--mb-16 {
    margin-bottom: -4rem;
  }
  .xl--mb-20 {
    margin-bottom: -5rem;
  }
  .xl--mb-24 {
    margin-bottom: -6rem;
  }
  .xl--mb-32 {
    margin-bottom: -8rem;
  }
  .xl--mb-40 {
    margin-bottom: -10rem;
  }
  .xl--mb-48 {
    margin-bottom: -12rem;
  }
  .xl--mb-56 {
    margin-bottom: -14rem;
  }
  .xl--mb-64 {
    margin-bottom: -16rem;
  }
  .xl--ml-1 {
    margin-left: -0.25rem;
  }
  .xl--ml-2 {
    margin-left: -0.5rem;
  }
  .xl--ml-3 {
    margin-left: -0.75rem;
  }
  .xl--ml-4 {
    margin-left: -1rem;
  }
  .xl--ml-5 {
    margin-left: -1.25rem;
  }
  .xl--ml-6 {
    margin-left: -1.5rem;
  }
  .xl--ml-8 {
    margin-left: -2rem;
  }
  .xl--ml-10 {
    margin-left: -2.5rem;
  }
  .xl--ml-12 {
    margin-left: -3rem;
  }
  .xl--ml-16 {
    margin-left: -4rem;
  }
  .xl--ml-20 {
    margin-left: -5rem;
  }
  .xl--ml-24 {
    margin-left: -6rem;
  }
  .xl--ml-32 {
    margin-left: -8rem;
  }
  .xl--ml-40 {
    margin-left: -10rem;
  }
  .xl--ml-48 {
    margin-left: -12rem;
  }
  .xl--ml-56 {
    margin-left: -14rem;
  }
  .xl--ml-64 {
    margin-left: -16rem;
  }
  .xl-p-0 {
    padding: 0;
  }
  .xl-p-1 {
    padding: 0.25rem;
  }
  .xl-p-2 {
    padding: 0.5rem;
  }
  .xl-p-3 {
    padding: 0.75rem;
  }
  .xl-p-4 {
    padding: 1rem;
  }
  .xl-p-5 {
    padding: 1.25rem;
  }
  .xl-p-6 {
    padding: 1.5rem;
  }
  .xl-p-8 {
    padding: 2rem;
  }
  .xl-p-10 {
    padding: 2.5rem;
  }
  .xl-p-12 {
    padding: 3rem;
  }
  .xl-p-16 {
    padding: 4rem;
  }
  .xl-p-20 {
    padding: 5rem;
  }
  .xl-p-24 {
    padding: 6rem;
  }
  .xl-p-32 {
    padding: 8rem;
  }
  .xl-p-40 {
    padding: 10rem;
  }
  .xl-p-48 {
    padding: 12rem;
  }
  .xl-p-56 {
    padding: 14rem;
  }
  .xl-p-64 {
    padding: 16rem;
  }
  .xl-pt-0 {
    padding-top: 0;
  }
  .xl-pt-1 {
    padding-top: 0.25rem;
  }
  .xl-pt-2 {
    padding-top: 0.5rem;
  }
  .xl-pt-3 {
    padding-top: 0.75rem;
  }
  .xl-pt-4 {
    padding-top: 1rem;
  }
  .xl-pt-5 {
    padding-top: 1.25rem;
  }
  .xl-pt-6 {
    padding-top: 1.5rem;
  }
  .xl-pt-8 {
    padding-top: 2rem;
  }
  .xl-pt-10 {
    padding-top: 2.5rem;
  }
  .xl-pt-12 {
    padding-top: 3rem;
  }
  .xl-pt-16 {
    padding-top: 4rem;
  }
  .xl-pt-20 {
    padding-top: 5rem;
  }
  .xl-pt-24 {
    padding-top: 6rem;
  }
  .xl-pt-32 {
    padding-top: 8rem;
  }
  .xl-pt-40 {
    padding-top: 10rem;
  }
  .xl-pt-48 {
    padding-top: 12rem;
  }
  .xl-pt-56 {
    padding-top: 14rem;
  }
  .xl-pt-64 {
    padding-top: 16rem;
  }
  .xl-pr-0 {
    padding-right: 0;
  }
  .xl-pr-1 {
    padding-right: 0.25rem;
  }
  .xl-pr-2 {
    padding-right: 0.5rem;
  }
  .xl-pr-3 {
    padding-right: 0.75rem;
  }
  .xl-pr-4 {
    padding-right: 1rem;
  }
  .xl-pr-5 {
    padding-right: 1.25rem;
  }
  .xl-pr-6 {
    padding-right: 1.5rem;
  }
  .xl-pr-8 {
    padding-right: 2rem;
  }
  .xl-pr-10 {
    padding-right: 2.5rem;
  }
  .xl-pr-12 {
    padding-right: 3rem;
  }
  .xl-pr-16 {
    padding-right: 4rem;
  }
  .xl-pr-20 {
    padding-right: 5rem;
  }
  .xl-pr-24 {
    padding-right: 6rem;
  }
  .xl-pr-32 {
    padding-right: 8rem;
  }
  .xl-pr-40 {
    padding-right: 10rem;
  }
  .xl-pr-48 {
    padding-right: 12rem;
  }
  .xl-pr-56 {
    padding-right: 14rem;
  }
  .xl-pr-64 {
    padding-right: 16rem;
  }
  .xl-pb-0 {
    padding-bottom: 0;
  }
  .xl-pb-1 {
    padding-bottom: 0.25rem;
  }
  .xl-pb-2 {
    padding-bottom: 0.5rem;
  }
  .xl-pb-3 {
    padding-bottom: 0.75rem;
  }
  .xl-pb-4 {
    padding-bottom: 1rem;
  }
  .xl-pb-5 {
    padding-bottom: 1.25rem;
  }
  .xl-pb-6 {
    padding-bottom: 1.5rem;
  }
  .xl-pb-8 {
    padding-bottom: 2rem;
  }
  .xl-pb-10 {
    padding-bottom: 2.5rem;
  }
  .xl-pb-12 {
    padding-bottom: 3rem;
  }
  .xl-pb-16 {
    padding-bottom: 4rem;
  }
  .xl-pb-20 {
    padding-bottom: 5rem;
  }
  .xl-pb-24 {
    padding-bottom: 6rem;
  }
  .xl-pb-32 {
    padding-bottom: 8rem;
  }
  .xl-pb-40 {
    padding-bottom: 10rem;
  }
  .xl-pb-48 {
    padding-bottom: 12rem;
  }
  .xl-pb-56 {
    padding-bottom: 14rem;
  }
  .xl-pb-64 {
    padding-bottom: 16rem;
  }
  .xl-pl-0 {
    padding-left: 0;
  }
  .xl-pl-1 {
    padding-left: 0.25rem;
  }
  .xl-pl-2 {
    padding-left: 0.5rem;
  }
  .xl-pl-3 {
    padding-left: 0.75rem;
  }
  .xl-pl-4 {
    padding-left: 1rem;
  }
  .xl-pl-5 {
    padding-left: 1.25rem;
  }
  .xl-pl-6 {
    padding-left: 1.5rem;
  }
  .xl-pl-8 {
    padding-left: 2rem;
  }
  .xl-pl-10 {
    padding-left: 2.5rem;
  }
  .xl-pl-12 {
    padding-left: 3rem;
  }
  .xl-pl-16 {
    padding-left: 4rem;
  }
  .xl-pl-20 {
    padding-left: 5rem;
  }
  .xl-pl-24 {
    padding-left: 6rem;
  }
  .xl-pl-32 {
    padding-left: 8rem;
  }
  .xl-pl-40 {
    padding-left: 10rem;
  }
  .xl-pl-48 {
    padding-left: 12rem;
  }
  .xl-pl-56 {
    padding-left: 14rem;
  }
  .xl-pl-64 {
    padding-left: 16rem;
  }
  .xl-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xl-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xl-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xl-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xl-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xl-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xl-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .xl-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xl-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .xl-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .xl-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .xl-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .xl-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .xl-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .xl-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .xl-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .xl-text-xs {
    font-size: 0.75rem;
  }
  .xl-text-sm {
    font-size: 0.875rem;
  }
  .xl-text-base {
    font-size: 1rem;
  }
  .xl-text-lg {
    font-size: 1.125rem;
  }
  .xl-text-xl {
    font-size: 1.25rem;
  }
  .xl-text-2xl {
    font-size: 1.5rem;
  }
  .xl-text-3xl {
    font-size: 1.875rem;
  }
  .xl-text-4xl {
    font-size: 2.25rem;
  }
  .xl-text-5xl {
    font-size: 3rem;
  }
  .xl-text-6xl {
    font-size: 3.75rem;
  }
  .xl-text-7xl {
    font-size: 4.5rem;
  }
  .xl-text-8xl {
    font-size: 6rem;
  }
  .xl-text-9xl {
    font-size: 8rem;
  }
}
@media (min-width: 1400px) {
  .xxl-m-0 {
    margin: 0;
  }
  .xxl-m-1 {
    margin: 0.25rem;
  }
  .xxl-m-2 {
    margin: 0.5rem;
  }
  .xxl-m-3 {
    margin: 0.75rem;
  }
  .xxl-m-4 {
    margin: 1rem;
  }
  .xxl-m-5 {
    margin: 1.25rem;
  }
  .xxl-m-6 {
    margin: 1.5rem;
  }
  .xxl-m-8 {
    margin: 2rem;
  }
  .xxl-m-10 {
    margin: 2.5rem;
  }
  .xxl-m-12 {
    margin: 3rem;
  }
  .xxl-m-16 {
    margin: 4rem;
  }
  .xxl-m-20 {
    margin: 5rem;
  }
  .xxl-m-24 {
    margin: 6rem;
  }
  .xxl-m-32 {
    margin: 8rem;
  }
  .xxl-m-40 {
    margin: 10rem;
  }
  .xxl-m-48 {
    margin: 12rem;
  }
  .xxl-m-56 {
    margin: 14rem;
  }
  .xxl-m-64 {
    margin: 16rem;
  }
  .xxl-mt-0 {
    margin-top: 0;
  }
  .xxl-mt-1 {
    margin-top: 0.25rem;
  }
  .xxl-mt-2 {
    margin-top: 0.5rem;
  }
  .xxl-mt-3 {
    margin-top: 0.75rem;
  }
  .xxl-mt-4 {
    margin-top: 1rem;
  }
  .xxl-mt-5 {
    margin-top: 1.25rem;
  }
  .xxl-mt-6 {
    margin-top: 1.5rem;
  }
  .xxl-mt-8 {
    margin-top: 2rem;
  }
  .xxl-mt-10 {
    margin-top: 2.5rem;
  }
  .xxl-mt-12 {
    margin-top: 3rem;
  }
  .xxl-mt-16 {
    margin-top: 4rem;
  }
  .xxl-mt-20 {
    margin-top: 5rem;
  }
  .xxl-mt-24 {
    margin-top: 6rem;
  }
  .xxl-mt-32 {
    margin-top: 8rem;
  }
  .xxl-mt-40 {
    margin-top: 10rem;
  }
  .xxl-mt-48 {
    margin-top: 12rem;
  }
  .xxl-mt-56 {
    margin-top: 14rem;
  }
  .xxl-mt-64 {
    margin-top: 16rem;
  }
  .xxl-mr-0 {
    margin-right: 0;
  }
  .xxl-mr-1 {
    margin-right: 0.25rem;
  }
  .xxl-mr-2 {
    margin-right: 0.5rem;
  }
  .xxl-mr-3 {
    margin-right: 0.75rem;
  }
  .xxl-mr-4 {
    margin-right: 1rem;
  }
  .xxl-mr-5 {
    margin-right: 1.25rem;
  }
  .xxl-mr-6 {
    margin-right: 1.5rem;
  }
  .xxl-mr-8 {
    margin-right: 2rem;
  }
  .xxl-mr-10 {
    margin-right: 2.5rem;
  }
  .xxl-mr-12 {
    margin-right: 3rem;
  }
  .xxl-mr-16 {
    margin-right: 4rem;
  }
  .xxl-mr-20 {
    margin-right: 5rem;
  }
  .xxl-mr-24 {
    margin-right: 6rem;
  }
  .xxl-mr-32 {
    margin-right: 8rem;
  }
  .xxl-mr-40 {
    margin-right: 10rem;
  }
  .xxl-mr-48 {
    margin-right: 12rem;
  }
  .xxl-mr-56 {
    margin-right: 14rem;
  }
  .xxl-mr-64 {
    margin-right: 16rem;
  }
  .xxl-mb-0 {
    margin-bottom: 0;
  }
  .xxl-mb-1 {
    margin-bottom: 0.25rem;
  }
  .xxl-mb-2 {
    margin-bottom: 0.5rem;
  }
  .xxl-mb-3 {
    margin-bottom: 0.75rem;
  }
  .xxl-mb-4 {
    margin-bottom: 1rem;
  }
  .xxl-mb-5 {
    margin-bottom: 1.25rem;
  }
  .xxl-mb-6 {
    margin-bottom: 1.5rem;
  }
  .xxl-mb-8 {
    margin-bottom: 2rem;
  }
  .xxl-mb-10 {
    margin-bottom: 2.5rem;
  }
  .xxl-mb-12 {
    margin-bottom: 3rem;
  }
  .xxl-mb-16 {
    margin-bottom: 4rem;
  }
  .xxl-mb-20 {
    margin-bottom: 5rem;
  }
  .xxl-mb-24 {
    margin-bottom: 6rem;
  }
  .xxl-mb-32 {
    margin-bottom: 8rem;
  }
  .xxl-mb-40 {
    margin-bottom: 10rem;
  }
  .xxl-mb-48 {
    margin-bottom: 12rem;
  }
  .xxl-mb-56 {
    margin-bottom: 14rem;
  }
  .xxl-mb-64 {
    margin-bottom: 16rem;
  }
  .xxl-ml-0 {
    margin-left: 0;
  }
  .xxl-ml-1 {
    margin-left: 0.25rem;
  }
  .xxl-ml-2 {
    margin-left: 0.5rem;
  }
  .xxl-ml-3 {
    margin-left: 0.75rem;
  }
  .xxl-ml-4 {
    margin-left: 1rem;
  }
  .xxl-ml-5 {
    margin-left: 1.25rem;
  }
  .xxl-ml-6 {
    margin-left: 1.5rem;
  }
  .xxl-ml-8 {
    margin-left: 2rem;
  }
  .xxl-ml-10 {
    margin-left: 2.5rem;
  }
  .xxl-ml-12 {
    margin-left: 3rem;
  }
  .xxl-ml-16 {
    margin-left: 4rem;
  }
  .xxl-ml-20 {
    margin-left: 5rem;
  }
  .xxl-ml-24 {
    margin-left: 6rem;
  }
  .xxl-ml-32 {
    margin-left: 8rem;
  }
  .xxl-ml-40 {
    margin-left: 10rem;
  }
  .xxl-ml-48 {
    margin-left: 12rem;
  }
  .xxl-ml-56 {
    margin-left: 14rem;
  }
  .xxl-ml-64 {
    margin-left: 16rem;
  }
  .xxl-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xxl-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xxl-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .xxl-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .xxl-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xxl-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .xxl-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xxl-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .xxl-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xxl-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .xxl-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .xxl-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .xxl-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xxl-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .xxl-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xxl-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xxl-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xxl-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xxl-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xxl-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .xxl-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .xxl-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .xxl-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xxl-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .xxl-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .xxl-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .xxl-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .xxl-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .xxl-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .xxl-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .xxl-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .xxl-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .xxl-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .xxl-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .xxl-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .xxl-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .xxl-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xxl--m-1 {
    margin: -0.25rem;
  }
  .xxl--m-2 {
    margin: -0.5rem;
  }
  .xxl--m-3 {
    margin: -0.75rem;
  }
  .xxl--m-4 {
    margin: -1rem;
  }
  .xxl--m-5 {
    margin: -1.25rem;
  }
  .xxl--m-6 {
    margin: -1.5rem;
  }
  .xxl--m-8 {
    margin: -2rem;
  }
  .xxl--m-10 {
    margin: -2.5rem;
  }
  .xxl--m-12 {
    margin: -3rem;
  }
  .xxl--m-16 {
    margin: -4rem;
  }
  .xxl--m-20 {
    margin: -5rem;
  }
  .xxl--m-24 {
    margin: -6rem;
  }
  .xxl--m-32 {
    margin: -8rem;
  }
  .xxl--m-40 {
    margin: -10rem;
  }
  .xxl--m-48 {
    margin: -12rem;
  }
  .xxl--m-56 {
    margin: -14rem;
  }
  .xxl--m-64 {
    margin: -16rem;
  }
  .xxl--mt-1 {
    margin-top: -0.25rem;
  }
  .xxl--mt-2 {
    margin-top: -0.5rem;
  }
  .xxl--mt-3 {
    margin-top: -0.75rem;
  }
  .xxl--mt-4 {
    margin-top: -1rem;
  }
  .xxl--mt-5 {
    margin-top: -1.25rem;
  }
  .xxl--mt-6 {
    margin-top: -1.5rem;
  }
  .xxl--mt-8 {
    margin-top: -2rem;
  }
  .xxl--mt-10 {
    margin-top: -2.5rem;
  }
  .xxl--mt-12 {
    margin-top: -3rem;
  }
  .xxl--mt-16 {
    margin-top: -4rem;
  }
  .xxl--mt-20 {
    margin-top: -5rem;
  }
  .xxl--mt-24 {
    margin-top: -6rem;
  }
  .xxl--mt-32 {
    margin-top: -8rem;
  }
  .xxl--mt-40 {
    margin-top: -10rem;
  }
  .xxl--mt-48 {
    margin-top: -12rem;
  }
  .xxl--mt-56 {
    margin-top: -14rem;
  }
  .xxl--mt-64 {
    margin-top: -16rem;
  }
  .xxl--mr-1 {
    margin-right: -0.25rem;
  }
  .xxl--mr-2 {
    margin-right: -0.5rem;
  }
  .xxl--mr-3 {
    margin-right: -0.75rem;
  }
  .xxl--mr-4 {
    margin-right: -1rem;
  }
  .xxl--mr-5 {
    margin-right: -1.25rem;
  }
  .xxl--mr-6 {
    margin-right: -1.5rem;
  }
  .xxl--mr-8 {
    margin-right: -2rem;
  }
  .xxl--mr-10 {
    margin-right: -2.5rem;
  }
  .xxl--mr-12 {
    margin-right: -3rem;
  }
  .xxl--mr-16 {
    margin-right: -4rem;
  }
  .xxl--mr-20 {
    margin-right: -5rem;
  }
  .xxl--mr-24 {
    margin-right: -6rem;
  }
  .xxl--mr-32 {
    margin-right: -8rem;
  }
  .xxl--mr-40 {
    margin-right: -10rem;
  }
  .xxl--mr-48 {
    margin-right: -12rem;
  }
  .xxl--mr-56 {
    margin-right: -14rem;
  }
  .xxl--mr-64 {
    margin-right: -16rem;
  }
  .xxl--mb-1 {
    margin-bottom: -0.25rem;
  }
  .xxl--mb-2 {
    margin-bottom: -0.5rem;
  }
  .xxl--mb-3 {
    margin-bottom: -0.75rem;
  }
  .xxl--mb-4 {
    margin-bottom: -1rem;
  }
  .xxl--mb-5 {
    margin-bottom: -1.25rem;
  }
  .xxl--mb-6 {
    margin-bottom: -1.5rem;
  }
  .xxl--mb-8 {
    margin-bottom: -2rem;
  }
  .xxl--mb-10 {
    margin-bottom: -2.5rem;
  }
  .xxl--mb-12 {
    margin-bottom: -3rem;
  }
  .xxl--mb-16 {
    margin-bottom: -4rem;
  }
  .xxl--mb-20 {
    margin-bottom: -5rem;
  }
  .xxl--mb-24 {
    margin-bottom: -6rem;
  }
  .xxl--mb-32 {
    margin-bottom: -8rem;
  }
  .xxl--mb-40 {
    margin-bottom: -10rem;
  }
  .xxl--mb-48 {
    margin-bottom: -12rem;
  }
  .xxl--mb-56 {
    margin-bottom: -14rem;
  }
  .xxl--mb-64 {
    margin-bottom: -16rem;
  }
  .xxl--ml-1 {
    margin-left: -0.25rem;
  }
  .xxl--ml-2 {
    margin-left: -0.5rem;
  }
  .xxl--ml-3 {
    margin-left: -0.75rem;
  }
  .xxl--ml-4 {
    margin-left: -1rem;
  }
  .xxl--ml-5 {
    margin-left: -1.25rem;
  }
  .xxl--ml-6 {
    margin-left: -1.5rem;
  }
  .xxl--ml-8 {
    margin-left: -2rem;
  }
  .xxl--ml-10 {
    margin-left: -2.5rem;
  }
  .xxl--ml-12 {
    margin-left: -3rem;
  }
  .xxl--ml-16 {
    margin-left: -4rem;
  }
  .xxl--ml-20 {
    margin-left: -5rem;
  }
  .xxl--ml-24 {
    margin-left: -6rem;
  }
  .xxl--ml-32 {
    margin-left: -8rem;
  }
  .xxl--ml-40 {
    margin-left: -10rem;
  }
  .xxl--ml-48 {
    margin-left: -12rem;
  }
  .xxl--ml-56 {
    margin-left: -14rem;
  }
  .xxl--ml-64 {
    margin-left: -16rem;
  }
  .xxl-p-0 {
    padding: 0;
  }
  .xxl-p-1 {
    padding: 0.25rem;
  }
  .xxl-p-2 {
    padding: 0.5rem;
  }
  .xxl-p-3 {
    padding: 0.75rem;
  }
  .xxl-p-4 {
    padding: 1rem;
  }
  .xxl-p-5 {
    padding: 1.25rem;
  }
  .xxl-p-6 {
    padding: 1.5rem;
  }
  .xxl-p-8 {
    padding: 2rem;
  }
  .xxl-p-10 {
    padding: 2.5rem;
  }
  .xxl-p-12 {
    padding: 3rem;
  }
  .xxl-p-16 {
    padding: 4rem;
  }
  .xxl-p-20 {
    padding: 5rem;
  }
  .xxl-p-24 {
    padding: 6rem;
  }
  .xxl-p-32 {
    padding: 8rem;
  }
  .xxl-p-40 {
    padding: 10rem;
  }
  .xxl-p-48 {
    padding: 12rem;
  }
  .xxl-p-56 {
    padding: 14rem;
  }
  .xxl-p-64 {
    padding: 16rem;
  }
  .xxl-pt-0 {
    padding-top: 0;
  }
  .xxl-pt-1 {
    padding-top: 0.25rem;
  }
  .xxl-pt-2 {
    padding-top: 0.5rem;
  }
  .xxl-pt-3 {
    padding-top: 0.75rem;
  }
  .xxl-pt-4 {
    padding-top: 1rem;
  }
  .xxl-pt-5 {
    padding-top: 1.25rem;
  }
  .xxl-pt-6 {
    padding-top: 1.5rem;
  }
  .xxl-pt-8 {
    padding-top: 2rem;
  }
  .xxl-pt-10 {
    padding-top: 2.5rem;
  }
  .xxl-pt-12 {
    padding-top: 3rem;
  }
  .xxl-pt-16 {
    padding-top: 4rem;
  }
  .xxl-pt-20 {
    padding-top: 5rem;
  }
  .xxl-pt-24 {
    padding-top: 6rem;
  }
  .xxl-pt-32 {
    padding-top: 8rem;
  }
  .xxl-pt-40 {
    padding-top: 10rem;
  }
  .xxl-pt-48 {
    padding-top: 12rem;
  }
  .xxl-pt-56 {
    padding-top: 14rem;
  }
  .xxl-pt-64 {
    padding-top: 16rem;
  }
  .xxl-pr-0 {
    padding-right: 0;
  }
  .xxl-pr-1 {
    padding-right: 0.25rem;
  }
  .xxl-pr-2 {
    padding-right: 0.5rem;
  }
  .xxl-pr-3 {
    padding-right: 0.75rem;
  }
  .xxl-pr-4 {
    padding-right: 1rem;
  }
  .xxl-pr-5 {
    padding-right: 1.25rem;
  }
  .xxl-pr-6 {
    padding-right: 1.5rem;
  }
  .xxl-pr-8 {
    padding-right: 2rem;
  }
  .xxl-pr-10 {
    padding-right: 2.5rem;
  }
  .xxl-pr-12 {
    padding-right: 3rem;
  }
  .xxl-pr-16 {
    padding-right: 4rem;
  }
  .xxl-pr-20 {
    padding-right: 5rem;
  }
  .xxl-pr-24 {
    padding-right: 6rem;
  }
  .xxl-pr-32 {
    padding-right: 8rem;
  }
  .xxl-pr-40 {
    padding-right: 10rem;
  }
  .xxl-pr-48 {
    padding-right: 12rem;
  }
  .xxl-pr-56 {
    padding-right: 14rem;
  }
  .xxl-pr-64 {
    padding-right: 16rem;
  }
  .xxl-pb-0 {
    padding-bottom: 0;
  }
  .xxl-pb-1 {
    padding-bottom: 0.25rem;
  }
  .xxl-pb-2 {
    padding-bottom: 0.5rem;
  }
  .xxl-pb-3 {
    padding-bottom: 0.75rem;
  }
  .xxl-pb-4 {
    padding-bottom: 1rem;
  }
  .xxl-pb-5 {
    padding-bottom: 1.25rem;
  }
  .xxl-pb-6 {
    padding-bottom: 1.5rem;
  }
  .xxl-pb-8 {
    padding-bottom: 2rem;
  }
  .xxl-pb-10 {
    padding-bottom: 2.5rem;
  }
  .xxl-pb-12 {
    padding-bottom: 3rem;
  }
  .xxl-pb-16 {
    padding-bottom: 4rem;
  }
  .xxl-pb-20 {
    padding-bottom: 5rem;
  }
  .xxl-pb-24 {
    padding-bottom: 6rem;
  }
  .xxl-pb-32 {
    padding-bottom: 8rem;
  }
  .xxl-pb-40 {
    padding-bottom: 10rem;
  }
  .xxl-pb-48 {
    padding-bottom: 12rem;
  }
  .xxl-pb-56 {
    padding-bottom: 14rem;
  }
  .xxl-pb-64 {
    padding-bottom: 16rem;
  }
  .xxl-pl-0 {
    padding-left: 0;
  }
  .xxl-pl-1 {
    padding-left: 0.25rem;
  }
  .xxl-pl-2 {
    padding-left: 0.5rem;
  }
  .xxl-pl-3 {
    padding-left: 0.75rem;
  }
  .xxl-pl-4 {
    padding-left: 1rem;
  }
  .xxl-pl-5 {
    padding-left: 1.25rem;
  }
  .xxl-pl-6 {
    padding-left: 1.5rem;
  }
  .xxl-pl-8 {
    padding-left: 2rem;
  }
  .xxl-pl-10 {
    padding-left: 2.5rem;
  }
  .xxl-pl-12 {
    padding-left: 3rem;
  }
  .xxl-pl-16 {
    padding-left: 4rem;
  }
  .xxl-pl-20 {
    padding-left: 5rem;
  }
  .xxl-pl-24 {
    padding-left: 6rem;
  }
  .xxl-pl-32 {
    padding-left: 8rem;
  }
  .xxl-pl-40 {
    padding-left: 10rem;
  }
  .xxl-pl-48 {
    padding-left: 12rem;
  }
  .xxl-pl-56 {
    padding-left: 14rem;
  }
  .xxl-pl-64 {
    padding-left: 16rem;
  }
  .xxl-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xxl-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xxl-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xxl-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xxl-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xxl-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xxl-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xxl-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xxl-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xxl-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xxl-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xxl-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xxl-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xxl-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xxl-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xxl-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xxl-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xxl-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xxl-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xxl-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xxl-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xxl-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xxl-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xxl-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xxl-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xxl-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xxl-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .xxl-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xxl-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .xxl-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .xxl-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .xxl-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .xxl-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .xxl-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .xxl-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .xxl-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .xxl-text-xs {
    font-size: 0.75rem;
  }
  .xxl-text-sm {
    font-size: 0.875rem;
  }
  .xxl-text-base {
    font-size: 1rem;
  }
  .xxl-text-lg {
    font-size: 1.125rem;
  }
  .xxl-text-xl {
    font-size: 1.25rem;
  }
  .xxl-text-2xl {
    font-size: 1.5rem;
  }
  .xxl-text-3xl {
    font-size: 1.875rem;
  }
  .xxl-text-4xl {
    font-size: 2.25rem;
  }
  .xxl-text-5xl {
    font-size: 3rem;
  }
  .xxl-text-6xl {
    font-size: 3.75rem;
  }
  .xxl-text-7xl {
    font-size: 4.5rem;
  }
  .xxl-text-8xl {
    font-size: 6rem;
  }
  .xxl-text-9xl {
    font-size: 8rem;
  }
}

/*# sourceMappingURL=style.css.map */
